Package org.ctan.markup
Interface Logos
public interface Logos
This utility class contains translations for logos to HTML.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe field_LA_TEXcontains the (La)TeX logo in HTML.static final StringThe fieldAMScontains the AMS logo in HTML.static final StringThe fieldAMScontains the AmS-LaTeX logo in HTML.static final StringThe fieldAMScontains the AmS-TeX logo in HTML.static final StringThe fieldBIBTEXcontains the BibTeX logo in HTML.static final StringThe fieldCONTEXTcontains the ConTeXt logo in HTML.static final StringThe fieldEMTEXcontains the emTeX logo in HTML.static final StringThe fieldETEXcontains the eTeX logo in HTML.static final StringThe fieldLATEXcontains the LaTeX logo in HTML.static final StringThe fieldLATEX_2E_contains the LaTeX(2e) logo in HTML.static final StringThe fieldLATEX2Econtains the LaTeX2e logo in HTML.static final StringThe fieldLyXcontains the LyX logo in HTML.static final StringThe fieldMETAFONTcontains the METAFONT logo in HTML.static final StringThe fieldMETAPOSTcontains the METAPOST logo in HTML.static final StringThe fieldMIKTEXcontains the MiKTeX logo in HTML.static final StringThe fieldP_LATEXcontains the unprotected LaTeX logo in HTML.static final StringThe fieldP_TEXcontains the unprotected TeX logo in HTML.static final StringThe fieldPICTEXcontains the PicTeX logo in HTML.static final StringThe fieldTETEXcontains the teTeX logo in HTML.static final StringThe fieldTEXcontains the TeX logo in HTML.static final StringThe fieldXE_LA_TEXcontains the Xe(La)TeX logo in HTML.static final StringThe fieldXELATEXcontains the XeLaTeX logo in HTML.static final StringThe fieldXETEXcontains the XeTeX logo in HTML. -
Method Summary
-
Field Details
-
TEX
The fieldTEXcontains the TeX logo in HTML.- See Also:
-
P_TEX
The fieldP_TEXcontains the unprotected TeX logo in HTML.- See Also:
-
TETEX
The fieldTETEXcontains the teTeX logo in HTML.- See Also:
-
BIBTEX
The fieldBIBTEXcontains the BibTeX logo in HTML.- See Also:
-
ETEX
The fieldETEXcontains the eTeX logo in HTML.- See Also:
-
EMTEX
The fieldEMTEXcontains the emTeX logo in HTML.- See Also:
-
CONTEXT
The fieldCONTEXTcontains the ConTeXt logo in HTML.- See Also:
-
LATEX
The fieldLATEXcontains the LaTeX logo in HTML.- See Also:
-
P_LATEX
The fieldP_LATEXcontains the unprotected LaTeX logo in HTML.- See Also:
-
_LA_TEX
The field_LA_TEXcontains the (La)TeX logo in HTML.- See Also:
-
LATEX_2E_
The fieldLATEX_2E_contains the LaTeX(2e) logo in HTML.- See Also:
-
LATEX2E
The fieldLATEX2Econtains the LaTeX2e logo in HTML.- See Also:
-
METAFONT
The fieldMETAFONTcontains the METAFONT logo in HTML.- See Also:
-
METAPOST
The fieldMETAPOSTcontains the METAPOST logo in HTML.- See Also:
-
MIKTEX
The fieldMIKTEXcontains the MiKTeX logo in HTML.- See Also:
-
PICTEX
The fieldPICTEXcontains the PicTeX logo in HTML.- See Also:
-
XELATEX
The fieldXELATEXcontains the XeLaTeX logo in HTML.- See Also:
-
XE_LA_TEX
The fieldXE_LA_TEXcontains the Xe(La)TeX logo in HTML.- See Also:
-
XETEX
The fieldXETEXcontains the XeTeX logo in HTML.- See Also:
-
AMS
The fieldAMScontains the AMS logo in HTML.- See Also:
-
AMS_TEX
The fieldAMScontains the AmS-TeX logo in HTML.- See Also:
-
AMS_LATEX
The fieldAMScontains the AmS-LaTeX logo in HTML.- See Also:
-
LYX
The fieldLyXcontains 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
-