Changeset 878 for trunk/GenPDFLatexAddOn/data/TWiki/GenPDFLatexAddOn.txt
- Timestamp:
- 11/23/08 11:38:34 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GenPDFLatexAddOn/data/TWiki/GenPDFLatexAddOn.txt
r788 r878 4 4 This add-on generates a latex file for a specified topic, and/or the PDF output of =pdflatex= processing this latex file. The goal is to provide PDF versions of TWiki topics with nicely rendered mathematics, using a latex document preparation environment installed on the TWiki server. 5 5 6 The package is tightly integrated with the TWiki:Plugins.LatexModePlugin, which is a required prerequisite.6 The package is tightly integrated with the Foswiki:Extensions.LatexModePlugin, which is a required prerequisite. 7 7 8 8 The goal of this package development is to provide a mechanism for groups to edit and produce latex documents suitable for publication submission. The use of this package on a TWiki installation provides the following advantages: … … 85 85 * declare which topic to use as the form in a Preferences topic %BR% (e.g. declare %BR% * Set GENPDFLATEX_OPTIONSPAGE = Main.<nop>GenPDFLatexForm %BR% in the %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences topic) 86 86 * Test if the installation was successful: 87 * point your browser to a TWiki topic that contains TWiki:Plugins.LatexModePlugin markup.87 * point your browser to a TWiki topic that contains Foswiki:Extensions.LatexModePlugin markup. 88 88 * replace =view= with =genpdflatex= in the url, and reload the page.%BR% _(At this point, you should see the <nop>GenPDFLatex form)_ 89 89 * select file generation options … … 119 119 This code is still very much under development. All syntax calls, 120 120 e.g. equations, figures, and tables, in the !LatexModePlugin are supported. 121 The TWiki:Plugins.BibtexPlugin can be used for bibliography support.121 The Foswiki:Extensions.BibtexPlugin can be used for bibliography support. 122 122 123 123 … … 132 132 | Change History: | <!-- versions below in reverse order --> | 133 133 | 15 Nov 2007 (v2.1): | improved reporting of errors, now includes bibtex support | 134 | 30 Sep 2006 (v2.01): | minor change, for compatibility with TWiki:Plugins.LatexModePlugin v3.0 |134 | 30 Sep 2006 (v2.01): | minor change, for compatibility with Foswiki:Extensions.LatexModePlugin v3.0 | 135 135 | 1 Feb 2006 (v1.4): | fixed bug in stripping of <p> tags within latex environments | 136 136 | 6 Dec 2005 (v1.3): | modified for Dakar compatibility | 137 137 | 11 Nov 2005 (v1.2): | Added PDFLATEXLINK tag, tweaked image handling | 138 138 | 15 Oct 2005 (v1.1): | Initial version | 139 | TWiki Dependencies: | TWiki:Plugins.LatexModePlugin v2.0 or greater |139 | TWiki Dependencies: | Foswiki:Extensions.LatexModePlugin v2.0 or greater | 140 140 | CPAN Dependencies: | File::Basename, File::Temp, HTML::TreeBuilder, XML::Simple | 141 141 | Other Dependencies: | HTML::LatexLMP v1.4 or greater (included in the html2latexLMP package attached below), a working latex installation | … … 146 146 | Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal | 147 147 148 __Related Topic:__ TWiki:Plugins.LatexModePlugin, TWiki:Plugins,GenPDFAddOn148 __Related Topic:__ Foswiki:Extensions.LatexModePlugin, Foswiki:Extensions,GenPDFAddOn 149 149 150 150 %STOPINCLUDE%
Note: See TracChangeset
for help on using the changeset viewer.
