Text_Wiki
[ class tree: Text_Wiki ] [ index: Text_Wiki ] [ all elements ]

Class: Text_Wiki_Render_Latex

Source Location: /Text_Wiki-1.2.4/Text/Wiki/Render/Latex.php

Class Overview

Text_Wiki_Render
   |
   --Text_Wiki_Render_Latex

Formats parsed Text_Wiki for LaTeX rendering.


Author(s):

Version:

  • Release: @package_version@

Methods


Inherited Variables

Inherited Methods

Class: Text_Wiki_Render

Text_Wiki_Render::__construct()
Constructor for this render format or rule.
Text_Wiki_Render::Text_Wiki_Render()
Constructor for this render format or rule.
Text_Wiki_Render::formatConf()
Simple method to wrap a configuration in an sprintf() format.
Text_Wiki_Render::getConf()
Simple method to safely get configuration key values.
Text_Wiki_Render::textEncode()
Default method to render text (htmlspecialchars)
Text_Wiki_Render::urlEncode()
Default method to render url

Class Details

[line 34]
Formats parsed Text_Wiki for LaTeX rendering.

$Id$

  • Author: Jeremy Cowgar <jeremy@cowgar.com>
  • Version: Release: @package_version@
  • Todo: parse "..." to be ``...''
  • Todo: [http://google.com] becomes 1 with a LaTeX footnote in subscript. This should be a normal LaTeX footnote associated with the previous word?
  • Todo: parse '...' to be `...'
  • Todo: allow the user to add conf items to do things like
    • A custom document header
    • Custom page headings
    • Include packages
    • Set Title, Author, Date
    • Include a title page
    • Not output Document Head/Foot (maybe combinding many pages?)
  • Todo: move escape_latex to a static function, move escaping to the individual .php files they are associated with


[ Top ]


Method Detail

escape   [line 53]

void escape( $tok, $ele)


Parameters:

   $tok   — 
   $ele   — 

[ Top ]

escape_latex   [line 35]

void escape_latex( $txt)


Parameters:

   $txt   — 

[ Top ]

post   [line 84]

void post( )


[ Top ]

pre   [line 61]

void pre( )


[ Top ]


Documentation generated on Tue, 12 Mar 2019 21:49:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.