% If draft is in the document class list, pix are just suggested
% by an outline, the pic does not appear as a picture.
%
-\newcommand{\docdate}{March 5, 2016}
+\newcommand{\docdate}{January 24, 2017}
%
\usepackage{ifthen}
\newcommand{\ifthen}[2]{\ifthenelse{#1}{#2}{}}
\newboolean{isdraft}\setboolean{isdraft}{true}
- \newboolean{uselinenos}\setboolean{uselinenos}{true}
-\newcommand{\draftmark}{\ifthenelse{\boolean{isdraft}}{*** DRAFT ***}{}}
+ \newboolean{uselinenumbers}\setboolean{uselinenumbers}{true}
+ \newboolean{usechangesummary}\setboolean{usechangesummary}{false}
+\newcommand{\draftmark}{\ifthenelse{\boolean{isdraft}}{***PRE-RELEASE STANDARD DRAFT \#2***}{}}
%
\usepackage[T1]{fontenc}
\usepackage{palatino}
\usepackage{url} % for color in letters. Links instead?
\usepackage[usenames]{color}%for color in letters. Links instead?
\usepackage{ellipsis} % provides ... as \dots
-\usepackage[utf8]{inputenc}% to type directly diacritic characters
+%\usepackage[utf8]{inputenc}% to type directly diacritic characters
%\usepackage{color}
\usepackage{listings}
\usepackage{alltt}
\usepackage{graphicx} % For pictures
\usepackage{epstopdf} % Autoconvert .eps to .pdf
\epstopdfsetup{suffix=-generated} % Mark generaed PDF as such
-\usepackage{lineno} % line numbers
+\usepackage[pagewise]{lineno} % line numbers
+ \pagewiselinenumbers
+ \setlength\linenumbersep{3em}
+ \renewcommand\linenumberfont{\normalfont\itshape\tiny}
+ \nolinenumbers
\usepackage{longtable} % For multipage tables
\usepackage{hhline} % Single column horizontal lines
\usepackage{varioref} % defines \vref
\setlength{\headheight}{15pt} % avoids warning from latex
\usepackage{needspace} % For assuring space remaining on a page
\usepackage{ifthen} % For conditional processing
+\include{dwarfchangebarpatch} % Patch needed for package changebar
\usepackage{changepage} % For odd/even page checks
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{lscape} % For landscape mode (Appendix B)
% Also, allcolors lets us generate colored active links inside a pdf.
% And breaklinks resolves truncation issues with very long link names.
\usepackage[breaklinks,plainpages=false,pdfpagelabels,pagebackref,
- allcolors=blue!75!black,bookmarksnumbered=true]{hyperref}
+ allcolors=blue!80!black,bookmarksnumbered=true]{hyperref}
\makeindex % This and the makeidx package allow \index to create index entries.
\newcommand{\dwf}{DWARF Debugging Information Format}
pdftitle={\dwf\ Version 5}
}
-% An environment to create a listing-like (boxed) presentation for DWARF examples
-% Use like \begin{lstlisting}...\end{lstlisting}. Does not do line numbers (boo)
-% but does full LaTex processing within its scope (unlike \verb).
+% An environment to create a listing-like (boxed) presentation for
+% DWARF examples Use like \begin{nlnlisting}...\end{nlnlisting}.
+% Does not do line numbers but does full LaTex processing within its
+% scope (unlike \verb).
\newsavebox{\savedwf}
-\newenvironment{dwflisting}{\begin{lrbox}{\savedwf}
- \begin{minipage}{\textwidth}\footnotesize}
- {\end{minipage}\end{lrbox}\fbox{\usebox{\savedwf}}}
+\newenvironment{dwflisting}
+ {\nolinenumbers\begin{lrbox}{\savedwf}\begin{minipage}{\textwidth}\footnotesize}
+ {\end{minipage}\end{lrbox}\fbox{\usebox{\savedwf}}
+ \condlinenumbers}
+
+% Conditionally turn on line numbers
+\newcommand{\condlinenumbers}{\ifthen{\boolean{uselinenumbers}}{\linenumbers}}
+
+% An environment that turns off line numbers then conditionally turns
+% them back on at the end
+\newenvironment{nolinenumbersenv}
+ {\nolinenumbers}
+ {\par\condlinenumbers}
+
+% An environment like lstlisting that is wrapped to prevent the
+% contents of the listing from having line numbers generated by
+% the lineno package
+\lstnewenvironment{nlnlisting} % listing-specific newenvironment command
+ {\nolinenumbers}
+ {\condlinenumbers}
+
% A helper to annotate the parts of a multipage figure
\newcommand{\figurepart}[2]{\raggedleft{\textit{\tiny{part #1 of #2}}}}
% For index entries. The tt-variant of each pair is designed to
% allow a word to appear in tt font in the main test and the index
-% but to collate in the index in its non-tt order. (LaTex normally
-% sorts all tt words before all non-tt words.)
+% but to collate in the index in its non-tt order. Similarly for
+% the it-variant using italics font.
+% (LaTex normally % sorts all tt words before all non-tt words.)
\newcommand{\addtoindex}[1]{#1\index{#1}}
+\newcommand{\additindex}[1]{\textit{#1}\index{#1@\textit{#1}}}
\newcommand{\addttindex}[1]{\texttt{#1}\index{#1@\texttt{#1}}}
\newcommand{\addtoindexi}[2]{#1\index{#2}}
+\newcommand{\additindexi}[2]{\textit{#1}\index{#2@\textit{#2}}}
\newcommand{\addttindexi}[2]{\texttt{#1}\index{#2@\texttt{#2}}}
\newcommand{\addtoindexx}[1]{\index{#1}}
+\newcommand{\additindexx}[1]{\index{#1@\textit{#1}}}
\newcommand{\addttindexx}[1]{\index{#1@\texttt{#1}}}
% Quote commands that avoid need for inline UTF-8 in these sources
% A simple one column table of names; default width is 2 inches
\newcommand{\simplenametablerule}{\simplerule[2in]}
\newenvironment{simplenametable}[3][2in]
- { \begin{table}[h] \caption{#2} \label{#3}
+ { \begin{table}[ht] \caption{#2} \label{#3}
\begin{center}
\renewcommand{\simplenametablerule}{\simplerule[#1]}
\simplenametablerule \\
% Complement of \isundefined
\newcommand{\isdefined}[1]{\not{\isundefined{#1}}}
-\newcommand{\uselinenos}{\ifthen{\boolean{uselinenos}}{\linenumbers*}}
-
% Preferred changebar aliases
\newcommand{\bb}{\cbstart} % Begin (change) bar
\newcommand{\eb}{\cbend} % End (change) bar
% Define commands for all of the DWARF names (DW\_*, .debug_*, a few others)
%
%\newcommand{\definition}[1]{\textcolor{red!80!black}{#1}}
-\newcommand{\definition}[1]{\textcolor{red!50!black}{#1}}
+\newcommand{\definition}[1]{\textcolor{red!65!black}{#1}}
\newcommand{\definitionx}[1]{\definition{\addtoindex{#1}}}
\include{dwarfnamecmds}
\url{http://www.dwarfstd.org}
\\
\vspace{2cm}
-\bb
{\Large \textbf{\docdate}}
-\eb
\\
\ifthenelse{\boolean{isdraft}}{
\vspace{2cm}
\clearpage
\listoftables
-\ifthenelse{\boolean{isdraft}}
+\ifthenelse{\boolean{usechangesummary}}
{ \emptypage
{% Environment to keep the following header change local
\clearpage
\include{changesummary}
%\emptypage
}
- }{}
+ }{\emptypage}
%\cleardoublepage
\flushleft
\raggedbottom
% Define the levels of sectionality that are numbered.
\setcounter{secnumdepth}{5}
-\uselinenos\include{introduction} %\emptypage
-\uselinenos\include{generaldescription} \emptypage
-\uselinenos\include{programscope} \emptypage
-\uselinenos\include{dataobject} \emptypage
-\uselinenos\include{typeentries} \emptypage
-\uselinenos\include{otherdebugginginformation} \emptypage
-\uselinenos\include{datarepresentation} %\emptypage
+\condlinenumbers\include{introduction} \emptypage
+\condlinenumbers\include{generaldescription} %\emptypage
+\condlinenumbers\include{programscope} \emptypage
+\condlinenumbers\include{dataobject} \emptypage
+\condlinenumbers\include{typeentries} %\emptypage
+\condlinenumbers\include{otherdebugginginformation} %\emptypage
+\condlinenumbers\include{datarepresentation} %\emptypage
% The \appendix command toggles us into appendix chapters
\appendix
-\uselinenos\include{attributesbytag} %\emptypage
-\uselinenos\include{debugsectionrelationships} \emptypage
-\uselinenos\include{encodingdecoding} \emptypage
-\uselinenos\include{examples} \emptypage
-\uselinenos\include{compression} \emptypage
-\uselinenos\include{splitobjects} \emptypage
-\uselinenos\include{sectionversionnumbers} \emptypage
+\condlinenumbers\include{attributesbytag} %\emptypage
+\condlinenumbers\include{debugsectionrelationships} \emptypage
+\condlinenumbers\include{encodingdecoding} \emptypage
+\condlinenumbers\include{examples} %\emptypage
+\condlinenumbers\include{compression} \emptypage
+\condlinenumbers\include{splitobjects} \emptypage
+\condlinenumbers\include{sectionversionnumbers} \emptypage
\nolinenumbers
\include{gnulicense} \emptypage
% Maybe someday the selected glossary concept will be of interest...
%\include{selectedglossary} %\emptypage
-\printindex
+\printindex \clearpage
\end{document}