summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-11-03 21:01:21 +0100
committerUlrich Müller <ulm@gentoo.org>2015-11-04 23:42:00 +0100
commit922a9febd7783cfb61b647f323aefff6fc9c8879 (patch)
tree0e3830fb99b0aa972d480da38b83e57dacc7c615 /appendices.tex
parentpms.cls: More uniform style for algorithms and listings. (diff)
downloadpms-922a9febd7783cfb61b647f323aefff6fc9c8879.tar.gz
pms-922a9febd7783cfb61b647f323aefff6fc9c8879.tar.bz2
pms-922a9febd7783cfb61b647f323aefff6fc9c8879.zip
Inline all listing files. Fix verbatim environments.
Diffstat (limited to 'appendices.tex')
-rw-r--r--appendices.tex12
1 files changed, 10 insertions, 2 deletions
diff --git a/appendices.tex b/appendices.tex
index eb51dc9..0e64bc5 100644
--- a/appendices.tex
+++ b/appendices.tex
@@ -39,8 +39,16 @@ was met, and the block after the colon would be taken if the condition was not m
This feature was deprecated and removed from the tree long before the introduction of \t{EAPI}.
\begin{listing}
- \caption{If-else use blocks}\label{lst:if-else-use-listing}
- \verbatiminput{if-else-use.listing}
+\caption{If-else use blocks} \label{lst:if-else-use-listing}
+\begin{verbatim}
+DEPEND="
+ flag? (
+ taken/if-true
+ ) : (
+ taken/if-false
+ )
+ "
+\end{verbatim}
\end{listing}
\section{cvs Versions}