diff --git a/comprehensive-gpl-guide.tex b/comprehensive-gpl-guide.tex index 2d8d084210845830b2c22491c9d64e705c48eed3..5b02e134dbe007ea84b956b4c25f49e41d90203c 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}