1PPOD2LATEX(1) User Contributed Perl Documentation PPOD2LATEX(1)
2
3
4
6 ppod2latex - convert PseudoPod to LaTeX
7
9 ppod2latex [--keep_ligatures] [--captions_below] [--full] <file-list>
10
12 Convert a file (or list of files) written in PseudoPod into LaTeX for
13 later processing to e.g. PDF via "pdflatex".
14
15 The output LaTeX text requires a LaTeX preamble and needs to be wrapped
16 within a "document" environment.
17
19 keep_ligatures
20 Retain ligatures in LaTeX output text. Thus the character pairs
21 fi, fl, and ft will be joined when LaTeX produces its output.
22
23 captions_below
24 Put figure and table captions below the object as opposed to above,
25 which is the default.
26
27 full
28 Create a standalone document which can immediately be run through
29 "latex" or "pdflatex".
30
31
32
33perl v5.38.0 2023-07-21 PPOD2LATEX(1)