Element index for package com-tecnick-latex
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ p ]
[ r ]
[ s ]
[ t ]
[ w ]
[ _ ]
top
top
top
top
top
g
- getErrorCode
- in file tce_latexrender.php, method LatexRender::getErrorCode()
Returns the error code
- getFilename
- in file tce_latexrender.php, method LatexRender::getFilename()
Wraps a minimalistic LaTeX document around the formula and returns a string containing the whole document as string.
- getFormulaURL
- in file tce_latexrender.php, method LatexRender::getFormulaURL()
Tries to match the LaTeX Formula given as argument against the formula cache. If the picture has not been rendered before, it'll try to render the formula and drop it in the picture cache directory.
- getImageHeight
- in file tce_latexrender.php, method LatexRender::getImageHeight()
Returns Image height
- getImageWidth
- in file tce_latexrender.php, method LatexRender::getImageWidth()
Returns Image width
top
top
top
k
- K_LATEX_CLASS
- in file tce_latex.php, constant K_LATEX_CLASS
LaTeX class (article).
- K_LATEX_FONT_SIZE
- in file tce_latex.php, constant K_LATEX_FONT_SIZE
Font size (10).
- K_LATEX_FORMULA_DENSITY
- in file tce_latex.php, constant K_LATEX_FORMULA_DENSITY
Formula density used by ImageMagick (120).
- K_LATEX_IMG_FORMAT
- in file tce_latex.php, constant K_LATEX_IMG_FORMAT
Image format (png).
- K_LATEX_IMG_PREFIX
- in file tce_latex.php, constant K_LATEX_IMG_PREFIX
Filename prefix for chached images (latex_).
- K_LATEX_MAX_HEIGHT
- in file tce_latex.php, constant K_LATEX_MAX_HEIGHT
Image height limit in pixels (500).
- K_LATEX_MAX_LENGHT
- in file tce_latex.php, constant K_LATEX_MAX_LENGHT
Size limit for input string (500).
- K_LATEX_MAX_WIDTH
- in file tce_latex.php, constant K_LATEX_MAX_WIDTH
Image width limit in pixels (500).
- K_LATEX_PATH_CONVERT
- in file tce_latex.php, constant K_LATEX_PATH_CONVERT
Path to ImageMagick convert (/usr/bin/convert).
- K_LATEX_PATH_DVIPS
- in file tce_latex.php, constant K_LATEX_PATH_DVIPS
Path to DVIPS (/usr/bin/dvips).
- K_LATEX_PATH_IDENTIFY
- in file tce_latex.php, constant K_LATEX_PATH_IDENTIFY
Path to ImageMagick identify (/usr/bin/identify).
- K_LATEX_PATH_LATEX
- in file tce_latex.php, constant K_LATEX_PATH_LATEX
Path to LATEX (/usr/bin/latex).
- K_LATEX_PATH_PICTURE
- in file tce_latex.php, constant K_LATEX_PATH_PICTURE
Absolute path to images directory.
- K_LATEX_PATH_PICTURE_HTTPD
- in file tce_latex.php, constant K_LATEX_PATH_PICTURE_HTTPD
relative path to images directory.
- K_LATEX_TMP_DIR
- in file tce_latex.php, constant K_LATEX_TMP_DIR
Path to temporary directory.
top
top
top
r
- renderLatex
- in file tce_latexrender.php, method LatexRender::renderLatex()
Renders a LaTeX formula by the using the following method:
top
s
- $string_length_limit
- in file tce_latexrender.php, variable LatexRender::$string_length_limit
- setFilenamePrefix
- in file tce_latexrender.php, method LatexRender::setFilenamePrefix()
Set filename prefix for chached images.
- setFontSize
- in file tce_latexrender.php, method LatexRender::setFontSize()
Set font size.
- setFormulaDensity
- in file tce_latexrender.php, method LatexRender::setFormulaDensity()
Set formula density (used by ImageMagick)
- setImageFormat
- in file tce_latexrender.php, method LatexRender::setImageFormat()
Set the image format (default = PNG).
- setLatexBlackList
- in file tce_latexrender.php, method LatexRender::setLatexBlackList()
Set the list of unauthorized LaTeX commands.
- setLatexClass
- in file tce_latexrender.php, method LatexRender::setLatexClass()
Set LaTeX class.
- setMaxHeight
- in file tce_latexrender.php, method LatexRender::setMaxHeight()
Set image height limit in pixels.
- setMaxLenght
- in file tce_latexrender.php, method LatexRender::setMaxLenght()
Set size limit for input string.
- setMaxWidth
- in file tce_latexrender.php, method LatexRender::setMaxWidth()
Set image width limit in pixels.
- setPathToDvips
- in file tce_latexrender.php, method LatexRender::setPathToDvips()
Set path to DVIPS.
- setPathToImageMagicConvert
- in file tce_latexrender.php, method LatexRender::setPathToImageMagicConvert()
Set path to ImageMagick convert.
- setPathToImageMagicIdentify
- in file tce_latexrender.php, method LatexRender::setPathToImageMagicIdentify()
Set path to ImageMagick identify.
- setPathToLatex
- in file tce_latexrender.php, method LatexRender::setPathToLatex()
Set path to LATEX.
- setPathToPicturesDir
- in file tce_latexrender.php, method LatexRender::setPathToPicturesDir()
Set the absolute path to images directory.
- setPathToPicturesDirHttpd
- in file tce_latexrender.php, method LatexRender::setPathToPicturesDirHttpd()
Set relative path to images directory.
- setPathToTempDir
- in file tce_latexrender.php, method LatexRender::setPathToTempDir()
Set path to temporary directory.
top
top
w
- $width_limit
- in file tce_latexrender.php, variable LatexRender::$width_limit
- wrapFormula
- in file tce_latexrender.php, method LatexRender::wrapFormula()
Wraps a minimalistic LaTeX document around the formula and returns a string containing the whole document as string.
top
|
|