From 54f94ca0a919490af21aae1221d2dd7d0e324f02 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 9 Nov 2014 14:07:02 -0500 Subject: [PATCH] FIXME regarding inconsistent code example formats --- comprehensive-gpl-guide.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/comprehensive-gpl-guide.tex b/comprehensive-gpl-guide.tex index 2d8d084..5b02e13 100644 --- a/comprehensive-gpl-guide.tex +++ b/comprehensive-gpl-guide.tex @@ -29,6 +29,16 @@ % versions. Adding a footnote with the URL for the print version is % probably right. (or maybe a References page?) +% * The text is extremely inconsistent regarding formatting of code and +% commands. The following varied different methods have been used: +% + the \verb%..% inline form +% + verbatim environment (i.e., \begin{verbatim} +% + {\tt } +% + \texttt{} +% + the lstlisting environment (i.e., \begin{lstlisting} +% These should be made consistent, using only two forms: one for line and +% one for a long quoted section. + \usepackage{hyperref} \usepackage{listings} \usepackage{enumerate}