- Timestamp:
- 11/23/08 12:43:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LatexModePlugin/lib/TWiki/Plugins/LatexModePlugin/Parse.pm
r194 r882 1194 1194 =begin text 1195 1195 1196 use TWiki:Plugins.PerlDocPlugin to see a complete list of supported commands1196 use Foswiki:Extensions.PerlDocPlugin to see a complete list of supported commands 1197 1197 1198 1198 =end text … … 1200 1200 =begin man 1201 1201 1202 use TWiki:Plugins.PerlDocPlugin to see a complete list of supported commands1202 use Foswiki:Extensions.PerlDocPlugin to see a complete list of supported commands 1203 1203 1204 1204 =end man … … 1213 1213 * large, small, tiny, footnotesize 1214 1214 * verb 1215 * bibliographystyle, bibliography (with the TWiki:Plugins.BibtexPlugin installed)1215 * bibliographystyle, bibliography (with the Foswiki:Extensions.BibtexPlugin installed) 1216 1216 1217 1217 * commands with limited support … … 1241 1241 C<lib/TWiki/Plugins/LatexModePlugin/> directory of your TWiki 1242 1242 installation. Documentation for the module is provided in 1243 C<pod> format, and can be completely viewed using the TWiki:Plugins.PerlDocPlugin1243 C<pod> format, and can be completely viewed using the Foswiki:Extensions.PerlDocPlugin 1244 1244 or partially viewed using C<perldoc> or C<pod2text>. 1245 1245 … … 1321 1321 =head3 Including Graphics 1322 1322 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 can1323 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 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 1324 1324 * use the =includegraphics= command from the =graphicx= package, but do not declare the filename extension. 1325 1325 * 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.
