Interface Logos


public interface Logos
This utility class contains translations for logos to HTML.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The field _LA_TEX contains the (La)TeX logo in HTML.
    static final String
    The field AMS contains the AMS logo in HTML.
    static final String
    The field AMS contains the AmS-LaTeX logo in HTML.
    static final String
    The field AMS contains the AmS-TeX logo in HTML.
    static final String
    The field BIBTEX contains the BibTeX logo in HTML.
    static final String
    The field CONTEXT contains the ConTeXt logo in HTML.
    static final String
    The field EMTEX contains the emTeX logo in HTML.
    static final String
    The field ETEX contains the eTeX logo in HTML.
    static final String
    The field LATEX contains the LaTeX logo in HTML.
    static final String
    The field LATEX_2E_ contains the LaTeX(2e) logo in HTML.
    static final String
    The field LATEX2E contains the LaTeX2e logo in HTML.
    static final String
    The field LyX contains the LyX logo in HTML.
    static final String
    The field METAFONT contains the METAFONT logo in HTML.
    static final String
    The field METAPOST contains the METAPOST logo in HTML.
    static final String
    The field MIKTEX contains the MiKTeX logo in HTML.
    static final String
    The field P_LATEX contains the unprotected LaTeX logo in HTML.
    static final String
    The field P_TEX contains the unprotected TeX logo in HTML.
    static final String
    The field PICTEX contains the PicTeX logo in HTML.
    static final String
    The field TETEX contains the teTeX logo in HTML.
    static final String
    The field TEX contains the TeX logo in HTML.
    static final String
    The field XE_LA_TEX contains the Xe(La)TeX logo in HTML.
    static final String
    The field XELATEX contains the XeLaTeX logo in HTML.
    static final String
    The field XETEX contains the XeTeX logo in HTML.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static String
    Translate TeX logos to HTML.
    static String
    Translate TeX logos from text to HTML.
    static String
    text2html(String s, boolean translateEntities)
    Translate TeX logos from text to HTML.
    static String
    Translate TeX logos from text to LaTeX.
  • Field Details

  • Method Details

    • tex2html

      static String tex2html(String s)
      Translate TeX logos to HTML.
      Parameters:
      s - the string to translate
      Returns:
      the translated string
    • text2html

      static String text2html(String s)
      Translate TeX logos from text to HTML.
      Parameters:
      s - the string to translate
      Returns:
      the translated string
    • text2html

      static String text2html(String s, boolean translateEntities)
      Translate TeX logos from text to HTML.
      Parameters:
      s - the string to translate
      translateEntities - also translate HTML entities
      Returns:
      the translated string
    • text2latex

      static String text2latex(String s)
      Translate TeX logos from text to LaTeX.
      Parameters:
      s - the string to translate
      Returns:
      the translated string