summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2011-01-20 11:26:23 +0100
committerUlrich Mueller <ulm@gentoo.org>2011-01-27 06:57:42 +0100
commitcf086b2e2399688c7e3b6fb7de4f771f57436564 (patch)
tree2d4312dc4b670726dab8c204fc1c3af9f709555e /ebuild-functions.tex
parentWhitespace. (diff)
downloadpms-cf086b2e2399688c7e3b6fb7de4f771f57436564.tar.gz
pms-cf086b2e2399688c7e3b6fb7de4f771f57436564.tar.bz2
pms-cf086b2e2399688c7e3b6fb7de4f771f57436564.zip
Fixes for TeX4ht.
Postpone definition of \b command. Don't load pdfpages.sty when processing with TeX4ht. Avoid parboxes in tables. Recode the few non-ascii characters in pms.html. Fix xhtml syntax in longtable captions.
Diffstat (limited to 'ebuild-functions.tex')
-rw-r--r--ebuild-functions.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 36df355..a035fd4 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -405,19 +405,19 @@ when executing any ebuild phase listed in the table. Ebuilds must not call these
when in the phase in question.
\begin{centertable}{EAPIs supporting \t{default\_} phase functions} \label{tab:default-phase-function-table}
- \begin{tabular}{ l l }
+ \begin{tabular}{ l >{\setlength{\rightskip}{0pt plus 1fil}}p{30em} }
\toprule
\multicolumn{1}{c}{\textbf{EAPI}} &
\multicolumn{1}{c}{\textbf{Supports \t{default\_} functions in phases}} \\
\midrule
\t{0} & None \\
\t{1} & None \\
- \t{2} & \parbox[t]{3in}{\t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
- \t{src\_compile}, \t{src\_test}} \\
- \t{3} & \parbox[t]{3in}{\t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
- \t{src\_compile}, \t{src\_test}} \\
- \t{4} & \parbox[t]{3in}{\t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
- \t{src\_compile}, \t{src\_install}, \t{src\_test}} \\
+ \t{2} & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
+ \t{src\_compile}, \t{src\_test} \\
+ \t{3} & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
+ \t{src\_compile}, \t{src\_test} \\
+ \t{4} & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
+ \t{src\_compile}, \t{src\_install}, \t{src\_test} \\
\bottomrule
\end{tabular}
\end{centertable}