% 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}{May 2, 2013 \hspace{1cm}(***\textbf{DRAFT}***)}
+\newcommand{\docdate}{January 24, 2017}
+%
+\usepackage{ifthen}
+ \newcommand{\ifthen}[2]{\ifthenelse{#1}{#2}{}}
+ \newboolean{isdraft}\setboolean{isdraft}{true}
+ \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{cmtt}
-\renewcommand{\ttdefault}{cmtt} % Use Computer Modern Typewriter instead of Courier
-%\usepackage{ascii}
-%\renewcommand{\ttdefault}{ascii}
-%\renewcommand{\ttfamily}{\asciifamily}
-%\usepackage{microtype}
-%\DisableLigatures[f]{encoding=T1}
-%\renewcommand{\familydefault}{phv} % font family helvetica
-%
-
-\usepackage{url} % For color in letters. Links instead?
-\usepackage[usenames]{color} % For color in letters. Links instead?
-\usepackage{ellipsis} % Provides ... as \dots
+ \renewcommand{\ttdefault}{cmtt} % Use Computer Modern Typewriter instead of Courier
+\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{color}
\usepackage{listings}
\usepackage{alltt}
\lstset{ %
language={}, % choose the language of the code
-basicstyle=\footnotesize\ttfamily, % the size of the fonts that are used for the code
+basicstyle=\footnotesize\ttfamily, % the size of the fonts that are used for the code
numbers=none, % where to put the line-numbers
numberstyle=\footnotesize, % the size of the fonts that are used for the line-numbers
numberfirstline=true,
breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
escapeinside={\%*}{*)} % if you want to add a comment within your code
}
-
+\usepackage{float}
+ \restylefloat{figure}
\usepackage{amsmath} % Provides \nobreakdash
+\usepackage{amssymb} % maths
\usepackage{graphicx} % For pictures
+\usepackage{epstopdf} % Autoconvert .eps to .pdf
+ \epstopdfsetup{suffix=-generated} % Mark generaed PDF as such
+\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
-% \textregistered is the trademark symbol
+% \textregistered is the trademark symbol
\usepackage[headheight=16pt,paper=letterpaper]{geometry}
-\setlength{\headheight}{15pt} % avoids warning from latex
+ \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{epic} % For eepic package
-%\usepackage{eepic} % For the diagram of section relationships
-%\usepackage{eepicemu} % For the diagram of section relationships
-\usepackage{tikz} % graphics (Appendix B)
-\usetikzlibrary{shapes.geometric}
-\usetikzlibrary{arrows}
+\usepackage[usenames,dvipsnames]{xcolor}
+\usepackage{lscape} % For landscape mode (Appendix B)
+\usepackage{tikz} % graphics (Name Index (Fig 6.1), Appendix B)
+ \usetikzlibrary{arrows}
+ \usetikzlibrary{arrows.meta}
+ \usetikzlibrary{backgrounds}
+ \usetikzlibrary{calc}
+ \usetikzlibrary{chains}
+ \usetikzlibrary{decorations.pathreplacing}
+ \usetikzlibrary{shapes.geometric}
+ \usetikzlibrary{shapes.multipart}
+ \usetikzlibrary{shapes.symbols}
+\usepackage{changebar} % For change bars in margin
+\usepackage{xspace}
\usepackage{makeidx} % For making an index
% hyperref must be the last package listed.
-% The hyperref settings helps hypertext get right links in the
-% pdf of the index.
-\usepackage[plainpages=false,pdfpagelabels,pagebackref,allcolors=blue]{hyperref} % Lets us generate colored active links inside a pdf.
+% The hyperref settings helps hypertext get links right in the
+% pdf of the index.
+% 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!80!black,bookmarksnumbered=true]{hyperref}
\makeindex % This and the makeidx package allow \index to create index entries.
\newcommand{\dwf}{DWARF Debugging Information Format}
}
{\end{list}}
-% broken somehow.
-%\newcommand{\myindent1}[1]{\begin{myindentpara}{1cm}#1\end{myindentpara}}
-
\hypersetup{colorlinks=true,
%bookmarks=true,
pdfauthor={\dwf\ Committee},
- pdftitle={\dwf\ Version 4.1}
+ 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}}}}
+% Define a simple hyper-reference to a given URL
+\newcommand{\hrefself}[1]{\href{#1}{#1}}
+
% Generate a page ref.
-% use like \refersec{chap:registerbasedaddressing}
+% use like \refersec{chap:registervalues}
%\newcommand{\refersec}[1]{\ref{#1} on page \pageref{#1}}
\newcommand{\refersec}[1]{\vref{#1}} % beware possible rerun loop
\newcommand{\referfol}[1]{\ref{#1} following}
-% Generate a live link in the document
-% use like \livelink{chap:DWOPdup}{DW\_OP\_dup}
+% Generate a live link in the document that gets indexed as well
+% Use like \livelink{chap:DWOPdup}{DW\_OP\_dup}
\newcommand{\livelink}[2]{\hyperlink{#1}{#2}\index{#2}}
% use when the index is different from the text and target.
\newcommand{\livelinki}[3]{\hyperlink{#1}{#2}\index{#3}}
-% livetarg is the declaration this is the target of livelinks.
-% FIXME: we might want livetarg and livetargi #2 to be \textbf{#2}
+% livetarg is the declaration that is the target of livelinks.
\newcommand{\livetarg}[2]{\hypertarget{#1}{#2}\index{#2}}
% When we want the index entry to look different from the name.
\newcommand{\livetargi}[3]{\hypertarget{#1}{#2}\index{#3}}
+\newcommand{\thirtytwobitdwarfformat}[1][]{\livelink{datarep:xxbitdwffmt}{32-bit DWARF format}}
+\newcommand{\sixtyfourbitdwarfformat}[1][]{\livelink{datarep:xxbitdwffmt}{64-bit DWARF format}}
+
\newcommand{\dash}{\nobreakdash-\hspace{0pt}} % So we handle dashes ok.
% The following two let us mark a word as 'do not link' or
\newcommand{\nolink}[1]{#1}
\newcommand{\noindex}[1]{#1}
-% For index entries.
+% 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. 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
\newcommand{\doublequote}[1]{\textquotedblleft #1\textquotedblright}
\newcommand{\singlequote}[1]{\textquoteleft #1\textquoteright}
% Better naming for the lowest level section header
-\newcommand{\subsubsubsection}[1]{\paragraph{#1.}}
+\newcommand{\subsubsubsection}[1]{\paragraph{#1}~\newline}
+\newcommand{\subsubsubsubsection}[1]{\textbf{#1}.~~}
-% Issue \clearpage if less than n lines remain on page
+% Start new page if less than n lines remain on current page
\newcommand{\needlines}[1]{\needspace{#1\baselineskip}}
% Helper for item lists with bold subject markers
-\newcommand{\itembf}[1]{\item \textbf{#1}}
+\newcommand{\itembf}[1]{\needlines{4} \item \textbf{#1}}
\newcommand{\itembfnl}[1]{\itembf{#1} \\}
% And description lists with normal (not bold) text
\renewcommand{\descriptionlabel}[1]{\hspace{\labelsep}\textnormal{#1}}
\newcommand{\descriptionlabelnl}[1]{\item[#1] \mbox{}\\}
-% Reduce vertical space at beginning of a list
-\setlength{\topsep}{0in}
+% Define an alternate footnote command that creates ragged right text
+% (using \raggedright in the parameter does not work)
+\newcommand\footnoteRR[1]{\footnote{\raggedright#1}}
+% Emit an empty page
+%
\newcommand{\emptypage}{
\clearpage
\vspace*{4in}
- \begin{center} \textit{(empty page)} \end{center}
+ \begin{nolinenumbers}
+ \begin{center}
+ \textit{(empty page)}
+ \end{center}
+ \end{nolinenumbers}
}
+% Define a new column type P that is just like p except
+% that it uses ragged right (rather than right justification}
+% within a column of a tabular environment. (See Goossens,
+% Mittelback&Samarin, "The LaTex Companion", pp108&114.)
+\newcommand{\PBS}[1]{\let\temp=\\#1\let\\=\temp}
+\newcolumntype{P}[1]{>{\PBS\raggedright\hspace{0pt}}p{#1}}
+
% A simple rule used in simple tables; default length is 2 inches
\newcommand{\simplerule}[1][2in]{\rule[4pt]{#1}{0.5pt}}
% A simple one column table of names; default width is 2 inches
\newcommand{\simplenametablerule}{\simplerule[2in]}
\newenvironment{simplenametable}[3][2in]
- { \begin{table}[here] \caption{#2} \label{#3}
+ { \begin{table}[ht] \caption{#2} \label{#3}
\begin{center}
\renewcommand{\simplenametablerule}{\simplerule[#1]}
\simplenametablerule \\
\end{table}
}
-% Anti-ligature commands added because \/ and {} don't work for unknown reasons
-% nor does the microtext package DisableLigatures command...???
-%
-\newcommand{\xiiif} {0x\hspace{1pt}3\hspace{2pt}f}
-\newcommand{\xiiifff} {0x\hspace{1pt}3\hspace{2pt}f\hspace{2pt}f\hspace{2pt}f}
-\newcommand{\xff} {0x\hspace{1pt}f\hspace{2pt}f}
-\newcommand{\xffff} {0x\hspace{1pt}f\hspace{2pt}f\hspace{2pt}f\hspace{2pt}f}
-%
-% These are intended for use in running text...
-%
-\newcommand{\xffffffff} {\texttt{0xffffffff}} % use with following punctutation
-\newcommand{\wffffffff} {\texttt{0xffffffff}\ } % use as separate "word"
-\newcommand{\xfffffffzero} {\texttt{0xfffffff0}} % use with following punctutation
-\newcommand{\wfffffffzero} {\texttt{0xfffffff0}\ }
-\newcommand{\xffffffffffffffff} {\texttt{0xffffffffffffffff}} % use with following punctutation
-\newcommand{\wffffffffffffffff} {\texttt{0xffffffffffffffff}\ }
+% Complement of \isundefined
+\newcommand{\isdefined}[1]{\not{\isundefined{#1}}}
+
+% Preferred changebar aliases
+\newcommand{\bb}{\cbstart} % Begin (change) bar
+\newcommand{\eb}{\cbend} % End (change) bar
+\newcommand{\bbeb}{\bb\eb} % Mark deleted word or phrase
+% Mark deleted paragraph
+\newcommand{\bbpareb}{\vspace{-0.6\baselineskip}\bb~\eb\vspace{-0.6\baselineskip}}
+% Variations for use inside an alltt environment--But don't work!
+%\newcommand(\bballtt){\end{alltt}\bb\vspace{-0.8\baselineskip}\begin{alltt}}
+%\newcommand{\eballtt}{\end{alltt}\eb\vspace{-0.8\baselineskip}\begin{alltt}}
+%\newcommand(\bbeballtt){\end{alltt}\bb\eb\vspace{-0.8\baselineskip}\begin{alltt}}
% 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!65!black}{#1}}
+\newcommand{\definitionx}[1]{\definition{\addtoindex{#1}}}
\include{dwarfnamecmds}
-%--- Begin the document pages
+% Define commands for pgf use in the name index figure (Fig 6.1)
+%
+\include{pgfcmdsfornameindexfig}
+
+% --------------------------------
+% --- Begin the document pages ---
+% --------------------------------
%
\begin{document}
\frontmatter
\setlength{\parindent}{0pt}
\setlength{\headheight}{6cm}
\setlength{\uppermargin}{6cm}
+\setlength{\topsep}{0pt}
+\tightlists % less spacing before/after lists
-\begin{centering}
+\begin{center}
\LARGE
\textbf{\dwf}
-
-\textbf{Version 4.1}
-
-\centering
+\\
+\textbf{Version 5}
+\\
\vspace{1cm}
\includegraphics[keepaspectratio=true,scale=1.0]{dwarf-logo}
-
-%\centering
-\vspace{2cm}
-\href{http://www.dwarfstd.org}{\dwf\ Committee}
-
-\vspace{1cm}
+\\
+\vspace{1cm}
+\href{http://www.dwarfstd.org}{\dwf}
+\href{http://www.dwarfstd.org}{Committee}
+\\
+\vspace{0.5cm}
\url{http://www.dwarfstd.org}
-
-\large
+\\
\vspace{2cm}
-\textbf{\docdate}
-
-\end{centering}
-
-%\clearpage
-%\openany
+{\Large \textbf{\docdate}}
+\\
+\ifthenelse{\boolean{isdraft}}{
+ \vspace{2cm}
+ \draftmark}
+ {}
+\end{center}
\textmd
\normalsize
\setlength{\headheight}{15pt}
-
\pagestyle{plain}
%\makeevenhead{plain}{}{}{}
%\makeoddhead{plain}{}{}{}
%\makeevenfoot{plain}{}{}{}
%\makeoddfoot{plain}{}{}{}
-
\nonzeroparskip
\setlength{\parindent}{0pt}
\settrims{0.5in}{0.5in}
\nouppercaseheads
\makeevenhead{plain}{}{\rightmark}{}
\makeoddhead{plain}{}{\rightmark}{}
-\makeevenfoot{plain}{\docdate}{}{Page \thepage}
-\makeoddfoot{plain}{\docdate}{}{Page \thepage}
+\makeevenfoot{plain}{\docdate}{\draftmark}{Page \thepage}
+\makeoddfoot{plain}{\docdate}{\draftmark}{Page \thepage}
%\openany
\nonzeroparskip
\setlength{\parindent}{0pt}
-
\flushleft
\include{copyright}
\include{foreword}
-\include{foreword4.1}
-\emptypage
+\newpage
+~ % Make the page non-empty...
\newpage
\tableofcontents
-\cleardoublepage
+\clearpage
\listoffigures
-\cleardoublepage
+\clearpage
\listoftables
+\ifthenelse{\boolean{usechangesummary}}
+ { \emptypage
+ {% Environment to keep the following header change local
+ \clearpage
+ \makeevenhead{plain}{}{Change Summary}{}
+ \makeoddhead{plain}{}{Change Summary}{}
+ \include{changesummary}
+ %\emptypage
+ }
+ }{\emptypage}
+%\cleardoublepage
\flushleft
\raggedbottom
\chapterstyle{default}
\makepagestyle{fragFirstChPage}
\makeevenhead{fragFirstChPage}{}{}{}
\makeoddhead{fragFirstChPage}{}{}{}
- \makeoddfoot{fragFirstChPage}{\docdate}{}{Page \thepage}
- \makeevenfoot{fragFirstChPage}{\docdate}{}{Page \thepage}
+ \makeoddfoot{fragFirstChPage}{\docdate}{\draftmark}{Page \thepage}
+ \makeevenfoot{fragFirstChPage}{\docdate}{\draftmark}{Page \thepage}
\nouppercaseheads
\aliaspagestyle{chapter}{fragFirstChPage}
\mainmatter
% Define the levels of sectionality that are numbered.
\setcounter{secnumdepth}{5}
-\include{introduction}
-\include{generaldescription} \emptypage
-\include{programscope} \emptypage
-\include{dataobject} \emptypage
-\include{typeentries} \emptypage
-\include{otherdebugginginformation} \emptypage
-\include{datarepresentation} \emptypage
-
-% The \appendix toggles us into appendix chapters
-\appendix
-\include{attributesbytag}
-\include{debugsectionrelationships} \emptypage
-\include{encodingdecoding} \emptypage
-\include{examples} %\emptypage
-\include{compression} %\emptypage
-\include{sectionversionnumbers}
-\include{gnulicense}
+\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
-\printindex
+% The \appendix command toggles us into appendix chapters
+\appendix
+\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 \clearpage
\end{document}