Ignore:
Timestamp:
11/23/08 11:38:34 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Change TWiki:Plugins to Foswiki:Extensions in all .txt files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GenPDFLatexAddOn/data/TWiki/GenPDFLatexAddOn.txt

    r788 r878  
    44This 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. 
    55 
    6 The package is tightly integrated with the TWiki:Plugins.LatexModePlugin, which is a required prerequisite. 
     6The package is tightly integrated with the Foswiki:Extensions.LatexModePlugin, which is a required prerequisite. 
    77 
    88The 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: 
     
    8585         * 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) 
    8686      * 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. 
    8888         * replace =view= with =genpdflatex= in the url, and reload the page.%BR% _(At this point, you should see the <nop>GenPDFLatex form)_ 
    8989         * select file generation options 
     
    119119This code is still very much under development.  All syntax calls, 
    120120e.g. equations, figures, and tables, in the !LatexModePlugin are supported. 
    121 The TWiki:Plugins.BibtexPlugin can be used for bibliography support.  
     121The Foswiki:Extensions.BibtexPlugin can be used for bibliography support.  
    122122 
    123123 
     
    132132|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
    133133|  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 | 
    135135|  1 Feb 2006 (v1.4): | fixed bug in stripping of &lt;p&gt; tags within latex environments | 
    136136|  6 Dec 2005 (v1.3): | modified for Dakar compatibility | 
    137137|  11 Nov 2005 (v1.2): | Added PDFLATEXLINK tag, tweaked image handling | 
    138138|  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 | 
    140140|  CPAN Dependencies: | File::Basename, File::Temp, HTML::TreeBuilder, XML::Simple | 
    141141|  Other Dependencies: | HTML::LatexLMP v1.4 or greater (included in the html2latexLMP package attached below), a working latex installation | 
     
    146146|  Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal | 
    147147 
    148 __Related Topic:__ TWiki:Plugins.LatexModePlugin, TWiki:Plugins,GenPDFAddOn 
     148__Related Topic:__ Foswiki:Extensions.LatexModePlugin, Foswiki:Extensions,GenPDFAddOn 
    149149 
    150150%STOPINCLUDE% 
Note: See TracChangeset for help on using the changeset viewer.