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 /eclasses.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 'eclasses.tex')
-rw-r--r--eclasses.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclasses.tex b/eclasses.tex
index 24ff77f..0f172f7 100644
--- a/eclasses.tex
+++ b/eclasses.tex
@@ -49,8 +49,8 @@ call the eclass-defined version from it. The use of it is best illustrated by an
given in listing~\ref{lst:export-functions} and is a snippet from a hypothetical \t{foo.eclass}.
\begin{listing}
- \caption{EXPORT\_FUNCTIONS example: foo.eclass}\label{lst:export-functions}
- \begin{verbatim}
+\caption{EXPORT\_FUNCTIONS example: foo.eclass} \label{lst:export-functions}
+\begin{verbatim}
foo_src_compile()
{
econf --enable-gerbil \
@@ -60,7 +60,7 @@ foo_src_compile()
}
EXPORT_FUNCTIONS src_compile
- \end{verbatim}
+\end{verbatim}
\end{listing}
This example defines an eclass \t{src\_compile} function and uses \t{EXPORT\_FUNCTIONS} to alias