Ignore:
Timestamp:
11/23/08 12:43:24 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Changing TWiki:Plugins to Foswiki:Extensions in .pm and DEP files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LatexModePlugin/lib/TWiki/Plugins/LatexModePlugin/Parse.pm

    r194 r882  
    11941194=begin text 
    11951195 
    1196 use TWiki:Plugins.PerlDocPlugin to see a complete list of supported commands 
     1196use Foswiki:Extensions.PerlDocPlugin to see a complete list of supported commands 
    11971197 
    11981198=end text 
     
    12001200=begin man 
    12011201 
    1202 use TWiki:Plugins.PerlDocPlugin to see a complete list of supported commands 
     1202use Foswiki:Extensions.PerlDocPlugin to see a complete list of supported commands 
    12031203 
    12041204=end man 
     
    12131213      * large, small, tiny, footnotesize 
    12141214      * verb 
    1215       * bibliographystyle, bibliography (with the TWiki:Plugins.BibtexPlugin installed) 
     1215      * bibliographystyle, bibliography (with the Foswiki:Extensions.BibtexPlugin installed) 
    12161216 
    12171217   * commands with limited support 
     
    12411241C<lib/TWiki/Plugins/LatexModePlugin/> directory of your TWiki 
    12421242installation.  Documentation for the module is provided in  
    1243 C<pod> format, and can be completely viewed using the TWiki:Plugins.PerlDocPlugin  
     1243C<pod> format, and can be completely viewed using the Foswiki:Extensions.PerlDocPlugin  
    12441244or partially viewed using C<perldoc> or C<pod2text>. 
    12451245 
     
    13211321=head3 Including Graphics 
    13221322 
    1323 There are many ways to include graphics in latex files.  So, I figured the most reasonable way to support them all is to render them using the backend image rendering.  As of TWiki:Plugins.LatexModePlugin v3.3, the rendering of images in TWiki can be done dynamically using =dvipng=, =dvips=, or =pdflatex=.  So, to render images in twiki, one can  
     1323There are many ways to include graphics in latex files.  So, I figured the most reasonable way to support them all is to render them using the backend image rendering.  As of Foswiki:Extensions.LatexModePlugin v3.3, the rendering of images in TWiki can be done dynamically using =dvipng=, =dvips=, or =pdflatex=.  So, to render images in twiki, one can  
    13241324   * use the =includegraphics= command from the =graphicx= package, but do not declare the filename extension. 
    13251325   * attach the image to the topic, with the file type extension stated. <br> The Plugin recognizes .eps, .pdf, .png, and .jpg file types. 
Note: See TracChangeset for help on using the changeset viewer.