= Trac plugins and macros to convert Wiki files to Latex/Pdf = == Description == Trac2Latex is a set of Trac plugins and macros to convert Wiki files to Latex/Pdf. See also: TracMathPlugin, LatexFormulaMacro == Bugs/Feature Requests == Existing bugs and feature requests for Trac2LatexPlugin are [report:9?COMPONENT=Trac2LatexPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=Trac2LatexPlugin&owner=chenca new ticket]. == Source == You can check out Trac2LatexPlugin from http://code.google.com/p/trac2latex/ using Subversion: `svn checkout http://trac2latex.googlecode.com/svn/trunk/ trac2latex` == Install == * Gen Trac2Latex egg {{{ python setup.py bdist_egg }}} * Copy all macro files (.py) and plugins files (.egg) to Trac '''plugins*''' directory. * Restart Trac web server. *Trac 0.10 uses new macro style (all macros are plugins), PLEASE COPY ALL FILES TO '''PLUGINS''' DIR NOT TO '''WIKI-MACROS''' DIR. NOTE: There are minor issues when installing revision 70 on a Windows server. Until these are fixed, please read the comments at the bottom of the [http://code.google.com/p/trac2latex/wiki/Introduction Trac2Latex Introduction page] for a description and workaround... == How to use == See WikiMacros help page (after installation). == Requirements == * Trac-0.10 or 0.11dev * [http://tug.org/teTeX/ Tetex-3.0], [http://www.tug.org/texlive/ TexLive], [http://miktex.org/ Miktex], etc... (any Tex distribution). * [http://www.imagemagick.org/ ImageMagick] == Examples == To see Trac2Latex running, got to [http://code.chenca.org/wiki/trac2latex]. === Latex Processor === {{{ {{{ #!latex $\frac{\alpha{2 + \beta}}{\delta_x}$ }}} }}} This code will produce a PNG file and a PDF file, both will be added to Attachments section. === Latex Document === You can generate a wholly Latex document using some !TexMacros and clicking in the Latex-PDF or Latex link at the end of the page {{{ [[LatexDocCls(article, a4paper)]] [[LatexBasicHeaders]] [[LatexBeginDoc]] = Section = This is a section == SubSection == This is a subsection === SubSubSection === This is a subsubsection [[LatexEndDoc]] }}} == Author/Contributors == '''Author:''' [wiki:chenca] [[BR]] '''Contributors:'''