Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: patTemplate

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

 Class patTemplate_Modifier_QuoteLatex

Description

patTemplate modifier that quotes LaTeX special chars

This is useful when creating PDF documents with patTemplate

Located in /pattemplate/patTemplate/Modifier/QuoteLatex.php (line 25)

Abstract class patTemplate_Module

Abstract class patTemplate_Modifier
   
   Class patTemplate_Modifier_QuoteLatex   (Subpackage Modifiers)
Variable Summary
Variable mixed $_chars
Method Summary
Method string modify (string $value, [ $params = array()])
Variables
mixed $_chars = array(
'%' => '\%',
'&' => '\&',
'_' => '\_',
'$' => '\$'
)
(line 31)

Inherited Variables

Inherited from patTemplate_Module

Variable patTemplate_Module::$_name
Variable patTemplate_Module::$_params
Methods
modify (line 45)

modify the value

  • return: modified value
  • access: public
string modify (string $value, [ $params = array()])
  • string $value: value
  • $params

Redefinition of:
patTemplate_Modifier::modify()
modify the value

Inherited Methods

Inherited From patTemplate_Modifier

 patTemplate_Modifier::modify()

Inherited From patTemplate_Module

 patTemplate_Module::getName()
 patTemplate_Module::getParam()
 patTemplate_Module::setParams()

Documentation generated on Tue, 29 Jan 2008 18:50:00 +0000 by phpDocumentor 1.3.1