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

Class: Text_Wiki_Render_Latex

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

Class Overview

Text_Wiki_Render
   |
   --Text_Wiki_Render_Latex

Formats parsed Text_Wiki for LaTeX rendering.


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Text_Wiki_Render

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.

Class Details

[line 34]
Formats parsed Text_Wiki for LaTeX rendering.

$Id: Latex.php,v 1.2 2004/09/25 19:05:13 pmjones Exp $

  • Author: Jeremy Cowgar <jeremy@cowgar.com>
  • 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: move escape_latex to a static function, move escaping to the individual .php files they are associated with
  • 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: parse '...' to be `...'


[ 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 Mon, 11 Mar 2019 13:56:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.