source: doc/LaTeXmacros/common.tex @ 2801829

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 2801829 was 2801829, checked in by Peter A. Buhr <pabuhr@…>, 4 years ago

add usepackage{xspace} and usepackage{listings} to common.tex

  • Property mode set to 100644
File size: 12.2 KB
RevLine 
[b52d900]1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
[2b93c5a]2%%
[b52d900]3%% Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
4%%
5%% The contents of this file are covered under the licence agreement in the
6%% file "LICENCE" distributed with Cforall.
[2b93c5a]7%%
8%% common.tex --
9%%
[b52d900]10%% Author           : Peter A. Buhr
11%% Created On       : Sat Apr  9 10:06:17 2016
12%% Last Modified By : Peter A. Buhr
[2801829]13%% Last Modified On : Fri Sep  4 13:56:52 2020
14%% Update Count     : 383
[b52d900]15%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16
[e229c22]17\setlength{\textheight}{9in}
18%\oddsidemargin 0.0in
[c45170a]19\renewcommand{\topfraction}{0.8}                % float must be greater than X of the page before it is forced onto its own page
20\renewcommand{\bottomfraction}{0.8}             % float must be greater than X of the page before it is forced onto its own page
[e229c22]21\renewcommand{\floatpagefraction}{0.8}  % float must be greater than X of the page before it is forced onto its own page
[c45170a]22\renewcommand{\textfraction}{0.0}               % the entire page maybe devoted to floats with no text on the page at all
[9724df0]23
[c45170a]24\lefthyphenmin=4                                                % hyphen only after 4 characters
[9724df0]25\righthyphenmin=4
26
27\usepackage[ignoredisplayed]{enumitem}  % do not affect trivlist
28\setlist{labelsep=1ex}% global
29\setlist[itemize]{topsep=0.5ex,parsep=0.25ex,itemsep=0.25ex,listparindent=\parindent,leftmargin=\parindent}% global
30\setlist[itemize,1]{label=\textbullet}% local
31%\renewcommand{\labelitemi}{{\raisebox{0.25ex}{\footnotesize$\bullet$}}}
32\setlist[enumerate]{listparindent=\parindent}% global
33\setlist[enumerate,2]{leftmargin=\parindent,labelsep=*,align=parleft,label=\alph*.}% local
[4096de0]34\setlist[description]{itemsep=0pt,listparindent=\parindent,leftmargin=\parindent,labelsep=1.5ex}
[9724df0]35
[e55ca05]36% Names used in the document.
37
[2801829]38\usepackage{xspace}
[1a6e855]39\newcommand{\CFAIcon}{\textsf{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}\xspace} % Cforall symbolic name
[539cdfe]40\newcommand{\CFA}{\protect\CFAIcon}             % safe for section/caption
[e2f1eeb]41\newcommand{\CFL}{\textrm{Cforall}\xspace} % Cforall symbolic name
42\newcommand{\Celeven}{\textrm{C11}\xspace} % C11 symbolic name
43\newcommand{\CC}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}\xspace} % C++ symbolic name
44\newcommand{\CCeleven}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}11\xspace} % C++11 symbolic name
45\newcommand{\CCfourteen}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}14\xspace} % C++14 symbolic name
46\newcommand{\CCseventeen}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}17\xspace} % C++17 symbolic name
47\newcommand{\CCtwenty}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}20\xspace} % C++20 symbolic name
[ca1ec38]48\newcommand{\Csharp}{C\raisebox{-0.7ex}{\Large$^\sharp$}\xspace} % C# symbolic name
[e55ca05]49
50%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51
52\makeatletter
[9724df0]53% parindent is relative, i.e., toggled on/off in environments like itemize, so store the value for
54% use rather than use \parident directly.
55\newlength{\parindentlnth}
56\setlength{\parindentlnth}{\parindent}
[e229c22]57
[84c87ff]58\newcommand{\LstBasicStyle}[1]{{\lst@basicstyle{#1}}}
[e9a3c69d]59\newcommand{\LstKeywordStyle}[1]{{\lst@basicstyle{\lst@keywordstyle{#1}}}}
60\newcommand{\LstCommentStyle}[1]{{\lst@basicstyle{\lst@commentstyle{#1}}}}
61
[ca1ec38]62\newlength{\gcolumnposn}                                % temporary hack because lstlisting does not handle tabs correctly
[4096de0]63\newlength{\columnposn}
[7564e10]64\setlength{\gcolumnposn}{2.75in}
[4096de0]65\setlength{\columnposn}{\gcolumnposn}
[e9a3c69d]66\newcommand{\C}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\lst@basicstyle{\LstCommentStyle{#2}}}}
[4096de0]67\newcommand{\CRT}{\global\columnposn=\gcolumnposn}
68
[e55ca05]69% allow escape sequence in lstinline
70%\usepackage{etoolbox}
71%\patchcmd{\lsthk@TextStyle}{\let\lst@DefEsc\@empty}{}{}{\errmessage{failed to patch}}
72
[c45170a]73\usepackage{pslatex}                                    % reduce size of san serif font
74\usepackage{relsize}                                    % must be after change to small or selects old size
[218aecf]75\usepackage{rotating}
[e55ca05]76
77% reduce size of chapter/section titles
78\def\@makechapterhead#1{%
79  \vspace*{50\p@}%
80  {\parindent \z@ \raggedright \normalfont
81    \ifnum \c@secnumdepth >\m@ne
82        \large\bfseries \@chapapp\space \thechapter
83        \par\nobreak
84        \vskip 5\p@
85    \fi
86    \interlinepenalty\@M
87    \Large \bfseries #1\par\nobreak
88    \vskip 50\p@
89  }}
90\def\@makeschapterhead#1{%
91  \vspace*{50\p@}%
92  {\parindent \z@ \raggedright
93    \normalfont
94    \interlinepenalty\@M
95    \Large \bfseries  #1\par\nobreak
96    \vskip 50\p@
97  }}
[45576af9]98\renewcommand\section{\@startsection{section}{1}{\z@}{-3.5ex \@plus -1ex \@minus -.2ex}{1.75ex \@plus .2ex}{\normalfont\large\bfseries}}
[8bc4ef8]99\renewcommand\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex \@plus -1ex \@minus -.2ex}{1.5ex \@plus .2ex}{\normalfont\normalsize\bfseries}}
[e55ca05]100\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}{-2.5ex \@plus -1ex \@minus -.2ex}{1.0ex \@plus .2ex}{\normalfont\normalsize\bfseries}}
101\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{-2.0ex \@plus -1ex \@minus -.2ex}{-1em}{\normalfont\normalsize\bfseries}}
102
103% index macros
104\newcommand{\italic}[1]{\emph{\hyperpage{#1}}}
[cb5d36b]105\newcommand{\Definition}[1]{\textbf{\hyperpage{#1}}}
[218aecf]106\newcommand{\see}[1]{\emph{see}~#1}
[e55ca05]107
108% Define some commands that produce formatted index entries suitable for cross-references.
109% ``\spec'' produces entries for specifications of entities.  ``\impl'' produces entries for their
110% implementations, and ``\use'' for their uses.
111
112%  \newcommand{\bold}[1]{{\bf #1}}
113%  \def\spec{\@bsphack\begingroup
114%             \def\protect##1{\string##1\space}\@sanitize
115%             \@wrxref{|bold}}
116\def\impl{\@bsphack\begingroup
117          \def\protect##1{\string##1\space}\@sanitize
[cb5d36b]118          \@wrxref{|Definition}}
[e55ca05]119\newcommand{\indexcode}[1]{{\lstinline$#1$}}
120\def\use{\@bsphack\begingroup
121         \def\protect##1{\string##1\space}\@sanitize
122         \@wrxref{|hyperpage}}
123\def\@wrxref#1#2{\let\thepage\relax
124    \xdef\@gtempa{\write\@indexfile{\string
125    \indexentry{#2@{\lstinline$#2$}#1}{\thepage}}}\endgroup\@gtempa
126    \if@nobreak \ifvmode\nobreak\fi\fi\@esphack}
127%\newcommand{\use}[1]{\index{#1@{\lstinline$#1$}}}
[cb5d36b]128%\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}|Definition}}
[e55ca05]129
130% inline text and lowercase index: \Index{inline and lowercase index text}
131\newcommand{\Index}{\@ifstar\@sIndex\@Index}
[c45170a]132% inline text and as-in index: \Index[as-is index text]{inline text}
[e55ca05]133\newcommand{\@Index}[2][\@empty]{\lowercase{\def\temp{#2}}#2\ifx#1\@empty\index{\temp}\else\index{#1@{\protect#2}}\fi}
[c45170a]134% inline text but index with different as-is text: \Index[index text]{inline text}
[e55ca05]135\newcommand{\@sIndex}[2][\@empty]{#2\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
[e945826]136
[315f634]137% inline text and code index (cannot use ©)
[d94195d]138\newcommand{\Indexc}[2][\@empty]{\lstinline[#1]$#2$\index{#2@\lstinline[#1]$#2$}}
[315f634]139% code index (cannot use ©)
[d94195d]140\newcommand{\indexc}[2][\@empty]{\index{#2@\lstinline[#1]$#2$}}
[e55ca05]141
[4096de0]142% Denote newterms in particular font and index them without particular font and in lowercase, e.g., \newterm{abc}.
143% The option parameter provides an index term different from the new term, e.g., \newterm[\texttt{abc}]{abc}
144% The star version does not lowercase the index information, e.g., \newterm*{IBM}.
[e55ca05]145\newcommand{\newtermFontInline}{\emph}
146\newcommand{\newterm}{\@ifstar\@snewterm\@newterm}
147\newcommand{\@newterm}[2][\@empty]{\lowercase{\def\temp{#2}}{\newtermFontInline{#2}}\ifx#1\@empty\index{\temp}\else\index{#1@{\protect#2}}\fi}
148\newcommand{\@snewterm}[2][\@empty]{{\newtermFontInline{#2}}\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
[c45170a]149
150% Latin abbreviation
[d4933b3]151\newcommand{\abbrevFont}{\textit}                       % set empty for no italics
[759f05f]152\@ifundefined{eg}{
[7ee1e2f6]153\newcommand{\EG}{\abbrevFont{e}.\abbrevFont{g}.}
[c45170a]154\newcommand*{\eg}{%
[7ee1e2f6]155        \@ifnextchar{,}{\EG}%
156                {\@ifnextchar{:}{\EG}%
157                        {\EG,\xspace}}%
[759f05f]158}}{}%
159\@ifundefined{ie}{
[7ee1e2f6]160\newcommand{\IE}{\abbrevFont{i}.\abbrevFont{e}.}
[c45170a]161\newcommand*{\ie}{%
[7ee1e2f6]162        \@ifnextchar{,}{\IE}%
163                {\@ifnextchar{:}{\IE}%
164                        {\IE,\xspace}}%
[759f05f]165}}{}%
166\@ifundefined{etc}{
[7ee1e2f6]167\newcommand{\ETC}{\abbrevFont{etc}}
[c45170a]168\newcommand*{\etc}{%
[7ee1e2f6]169        \@ifnextchar{.}{\ETC}%
[d4933b3]170        {\ETC.\xspace}%
[759f05f]171}}{}%
172\@ifundefined{etal}{
[29f47139]173\newcommand{\ETAL}{\abbrevFont{et}~\abbrevFont{al}}
[23c27039]174\newcommand*{\etal}{%
175        \@ifnextchar{.}{\protect\ETAL}%
[29f47139]176                {\protect\ETAL.\xspace}%
[759f05f]177}}{}%
178\@ifundefined{viz}{
[6454949]179\newcommand{\VIZ}{\abbrevFont{viz}}
[23c27039]180\newcommand*{\viz}{%
[6454949]181        \@ifnextchar{.}{\VIZ}%
[29f47139]182                {\VIZ.\xspace}%
[759f05f]183}}{}%
[e55ca05]184\makeatother
185
[418d773a]186\newenvironment{cquote}{%
187        \list{}{\lstset{resetmargins=true,aboveskip=0pt,belowskip=0pt}\topsep=4pt\parsep=0pt\leftmargin=\parindentlnth\rightmargin\leftmargin}%
[e55ca05]188        \item\relax
189}{%
190        \endlist
[418d773a]191}% cquote
[c45170a]192
[e55ca05]193\newenvironment{rationale}{%
[418d773a]194  \begin{cquote}\noindent$\Box$\enspace
[e55ca05]195}{%
[418d773a]196  \hfill\enspace$\Box$\end{cquote}
[e55ca05]197}%
198
199% blocks and titles
200\newcommand{\define}[1]{\emph{#1\/}\index{#1}}
201\newcommand{\rewriterules}{\paragraph{Rewrite Rules}~\par\noindent}
202\newcommand{\examples}{\paragraph{Examples}~\par\noindent}
203\newcommand{\semantics}{\paragraph{Semantics}~\par\noindent}
204\newcommand{\constraints}{\paragraph{Constraints}~\par\noindent}
205\newcommand{\predefined}{\paragraph{Predefined Identifiers}~\par\noindent}
206
207% BNF macros
[9724df0]208\newenvironment{syntax}{
209\paragraph{Syntax}
[418d773a]210\begin{cquote}
[9724df0]211\begin{description}[noitemsep,leftmargin=\parindentlnth]
212}{
213\end{description}
[418d773a]214\end{cquote}
[9724df0]215}
216% \def\syntax{\paragraph{Syntax}\trivlist\parindent=.5in\item[\hskip.5in]}
217%\let\endsyntax=\endtrivlist
218\newcommand{\lhs}[1]{\item[\emph{#1:}\index{#1@{\emph{#1}}|italic}]~\ignorespaces}
219\newcommand{\oldlhs}[1]{\item[\emph{#1:}\index{#1@{\emph{#1}}|italic}~\dots]~}
220\newcommand{\rhs}{\hfil\newline}
221\newcommand{\nonterm}[1]{\emph{#1}\index{#1@{\emph{#1}}|italic}}
[e55ca05]222\newcommand{\opt}{$_{opt}$\ }
223
[539cdfe]224\usepackage{varioref}                                   % extended references
[e55ca05]225% adjust varioref package with default "section" and "page" titles, and optional title with faraway page numbers
226% \VRef{label} => Section 2.7, \VPageref{label} => page 17
227% \VRef[Figure]{label} => Figure 3.4, \VPageref{label} => page 17
228\renewcommand{\reftextfaceafter}{\unskip}
229\renewcommand{\reftextfacebefore}{\unskip}
230\renewcommand{\reftextafter}{\unskip}
231\renewcommand{\reftextbefore}{\unskip}
232\renewcommand{\reftextfaraway}[1]{\unskip, p.~\pageref{#1}}
233\renewcommand{\reftextpagerange}[2]{\unskip, pp.~\pageref{#1}--\pageref{#2}}
234\newcommand{\VRef}[2][Section]{\ifx#1\@empty\else{#1}\nobreakspace\fi\vref{#2}}
235\newcommand{\VPageref}[2][page]{\ifx#1\@empty\else{#1}\nobreakspace\fi\pageref{#2}}
236
[a98b2cc]237\let\Oldthebibliography\thebibliography
238\renewcommand\thebibliography[1]{
239  \Oldthebibliography{#1}
240  \setlength{\parskip}{0pt}                             % reduce vertical spacing between references
241  \setlength{\itemsep}{5pt plus 0.3ex}
242}%
243
[2801829]244\usepackage{listings}                                                                   % format program code
[218aecf]245\usepackage{lstlang}
[e55ca05]246
[2264c11]247\newcommand{\CFADefaults}{%
[e55ca05]248\lstset{
249language=CFA,
[4096de0]250columns=fullflexible,
[539cdfe]251basicstyle=\linespread{0.9}\sf,                 % reduce line spacing and use sanserif font
252stringstyle=\tt,                                                % use typewriter font
253tabsize=5,                                                              % N space tabbing
254xleftmargin=\parindentlnth,                             % indent code to paragraph indentation
255extendedchars=true,                                             % allow ASCII characters in the range 128-255
256escapechar=§,                                                   % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
257mathescape=true,                                                % LaTeX math escape in CFA code $...$
258keepspaces=true,                                                %
259showstringspaces=false,                                 % do not show spaces with cup
260showlines=true,                                                 % show blank lines at end of code
261aboveskip=4pt,                                                  % spacing above/below code block
[45576af9]262belowskip=3pt,
263% replace/adjust listing characters that look bad in sanserif
[da24468]264literate={-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.1ex}}}}1 {^}{\raisebox{0.6ex}{$\scriptscriptstyle\land\,$}}1
[ca1ec38]265        {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 {`}{\ttfamily\upshape\hspace*{-0.1ex}`}1
[da24468]266        {<-}{$\leftarrow$}2 {=>}{$\Rightarrow$}2 {->}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.075ex}}}\kern-0.2ex\textgreater}2,
[539cdfe]267moredelim=**[is][\color{red}]{®}{®},    % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
268moredelim=**[is][\color{blue}]{ß}{ß},   % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
269moredelim=**[is][\color{OliveGreen}]{¢}{¢}, % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"
270moredelim=[is][\lstset{keywords={}}]{}{}, % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^
[a98b2cc]271}% lstset
[2264c11]272}% CFADefaults
273\newcommand{\CFAStyle}{%
274\CFADefaults
[a98b2cc]275% inline code ©...© (copyright symbol) emacs: C-q M-)
[539cdfe]276\lstMakeShortInline©                                    % single-character for \lstinline
[2264c11]277}% CFAStyle
278
279\lstnewenvironment{cfa}[1][]
280{\CFADefaults\lstset{#1}}
281{}
282
[e55ca05]283% Local Variables: %
284% tab-width: 4 %
285% fill-column: 100 %
286% End: %
Note: See TracBrowser for help on using the repository browser.