Package org.ctan.markup
Interface Logos
public interface Logos
This utility class contains translations for logos to HTML.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The field_LA_TEX
contains the (La)TeX logo in HTML.static final String
The fieldAMS
contains the AMS logo in HTML.static final String
The fieldAMS
contains the AmS-LaTeX logo in HTML.static final String
The fieldAMS
contains the AmS-TeX logo in HTML.static final String
The fieldBIBTEX
contains the BibTeX logo in HTML.static final String
The fieldCONTEXT
contains the ConTeXt logo in HTML.static final String
The fieldEMTEX
contains the emTeX logo in HTML.static final String
The fieldETEX
contains the eTeX logo in HTML.static final String
The fieldLATEX
contains the LaTeX logo in HTML.static final String
The fieldLATEX_2E_
contains the LaTeX(2e) logo in HTML.static final String
The fieldLATEX2E
contains the LaTeX2e logo in HTML.static final String
The fieldLyX
contains the LyX logo in HTML.static final String
The fieldMETAFONT
contains the METAFONT logo in HTML.static final String
The fieldMETAPOST
contains the METAPOST logo in HTML.static final String
The fieldMIKTEX
contains the MiKTeX logo in HTML.static final String
The fieldP_LATEX
contains the unprotected LaTeX logo in HTML.static final String
The fieldP_TEX
contains the unprotected TeX logo in HTML.static final String
The fieldPICTEX
contains the PicTeX logo in HTML.static final String
The fieldTETEX
contains the teTeX logo in HTML.static final String
The fieldTEX
contains the TeX logo in HTML.static final String
The fieldXE_LA_TEX
contains the Xe(La)TeX logo in HTML.static final String
The fieldXELATEX
contains the XeLaTeX logo in HTML.static final String
The fieldXETEX
contains the XeTeX logo in HTML. -
Method Summary
-
Field Details
-
TEX
The fieldTEX
contains the TeX logo in HTML.- See Also:
-
P_TEX
The fieldP_TEX
contains the unprotected TeX logo in HTML.- See Also:
-
TETEX
The fieldTETEX
contains the teTeX logo in HTML.- See Also:
-
BIBTEX
The fieldBIBTEX
contains the BibTeX logo in HTML.- See Also:
-
ETEX
The fieldETEX
contains the eTeX logo in HTML.- See Also:
-
EMTEX
The fieldEMTEX
contains the emTeX logo in HTML.- See Also:
-
CONTEXT
The fieldCONTEXT
contains the ConTeXt logo in HTML.- See Also:
-
LATEX
The fieldLATEX
contains the LaTeX logo in HTML.- See Also:
-
P_LATEX
The fieldP_LATEX
contains the unprotected LaTeX logo in HTML.- See Also:
-
_LA_TEX
The field_LA_TEX
contains the (La)TeX logo in HTML.- See Also:
-
LATEX_2E_
The fieldLATEX_2E_
contains the LaTeX(2e) logo in HTML.- See Also:
-
LATEX2E
The fieldLATEX2E
contains the LaTeX2e logo in HTML.- See Also:
-
METAFONT
The fieldMETAFONT
contains the METAFONT logo in HTML.- See Also:
-
METAPOST
The fieldMETAPOST
contains the METAPOST logo in HTML.- See Also:
-
MIKTEX
The fieldMIKTEX
contains the MiKTeX logo in HTML.- See Also:
-
PICTEX
The fieldPICTEX
contains the PicTeX logo in HTML.- See Also:
-
XELATEX
The fieldXELATEX
contains the XeLaTeX logo in HTML.- See Also:
-
XE_LA_TEX
The fieldXE_LA_TEX
contains the Xe(La)TeX logo in HTML.- See Also:
-
XETEX
The fieldXETEX
contains the XeTeX logo in HTML.- See Also:
-
AMS
The fieldAMS
contains the AMS logo in HTML.- See Also:
-
AMS_TEX
The fieldAMS
contains the AmS-TeX logo in HTML.- See Also:
-
AMS_LATEX
The fieldAMS
contains the AmS-LaTeX logo in HTML.- See Also:
-
LYX
The fieldLyX
contains the LyX logo in HTML.- See Also:
-
-
Method Details
-
tex2html
Translate TeX logos to HTML.- Parameters:
s
- the string to translate- Returns:
- the translated string
-
text2html
Translate TeX logos from text to HTML.- Parameters:
s
- the string to translate- Returns:
- the translated string
-
text2html
Translate TeX logos from text to HTML.- Parameters:
s
- the string to translatetranslateEntities
- also translate HTML entities- Returns:
- the translated string
-
text2latex
Translate TeX logos from text to LaTeX.- Parameters:
s
- the string to translate- Returns:
- the translated string
-