1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
2 | %%
|
---|
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.
|
---|
7 | %%
|
---|
8 | %% common.tex --
|
---|
9 | %%
|
---|
10 | %% Author : Peter A. Buhr
|
---|
11 | %% Created On : Sat Apr 9 10:06:17 2016
|
---|
12 | %% Last Modified By : Peter A. Buhr
|
---|
13 | %% Last Modified On : Sun Aug 14 08:27:29 2016
|
---|
14 | %% Update Count : 231
|
---|
15 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
16 |
|
---|
17 | \setlength{\textheight}{9in}
|
---|
18 | %\oddsidemargin 0.0in
|
---|
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
|
---|
21 | \renewcommand{\floatpagefraction}{0.8} % float must be greater than X of the page before it is forced onto its own page
|
---|
22 | \renewcommand{\textfraction}{0.0} % the entire page maybe devoted to floats with no text on the page at all
|
---|
23 |
|
---|
24 | \lefthyphenmin=4 % hyphen only after 4 characters
|
---|
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
|
---|
34 | \setlist[description]{itemsep=0pt,listparindent=\parindent,leftmargin=\parindent,labelsep=1.5ex}
|
---|
35 |
|
---|
36 | % Names used in the document.
|
---|
37 |
|
---|
38 | \newcommand{\CFA}{C$\mathbf\forall$\xspace} % set language symbolic name
|
---|
39 | \newcommand{\CFL}{Cforall\xspace} % set language text name
|
---|
40 | \newcommand{\CC}{\rm C\kern-.1em\hbox{+\kern-.25em+}\xspace} % CC symbolic name
|
---|
41 | \newcommand{\CCeleven}{\rm C\kern-.1em\hbox{+\kern-.25em+}11\xspace} % C++11 symbolic name
|
---|
42 | \newcommand{\Celeven}{C11\xspace} % C11 symbolic name
|
---|
43 |
|
---|
44 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
45 |
|
---|
46 | \makeatletter
|
---|
47 | % parindent is relative, i.e., toggled on/off in environments like itemize, so store the value for
|
---|
48 | % use rather than use \parident directly.
|
---|
49 | \newlength{\parindentlnth}
|
---|
50 | \setlength{\parindentlnth}{\parindent}
|
---|
51 |
|
---|
52 | \newlength{\gcolumnposn} % temporary hack because lstlisting does handle tabs correctly
|
---|
53 | \newlength{\columnposn}
|
---|
54 | \setlength{\gcolumnposn}{2.5in}
|
---|
55 | \setlength{\columnposn}{\gcolumnposn}
|
---|
56 | \newcommand{\C}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\lst@commentstyle{#2}}}
|
---|
57 | \newcommand{\CRT}{\global\columnposn=\gcolumnposn}
|
---|
58 |
|
---|
59 | % allow escape sequence in lstinline
|
---|
60 | %\usepackage{etoolbox}
|
---|
61 | %\patchcmd{\lsthk@TextStyle}{\let\lst@DefEsc\@empty}{}{}{\errmessage{failed to patch}}
|
---|
62 |
|
---|
63 | \usepackage{pslatex} % reduce size of san serif font
|
---|
64 | \usepackage{relsize} % must be after change to small or selects old size
|
---|
65 |
|
---|
66 | % reduce size of chapter/section titles
|
---|
67 | \def\@makechapterhead#1{%
|
---|
68 | \vspace*{50\p@}%
|
---|
69 | {\parindent \z@ \raggedright \normalfont
|
---|
70 | \ifnum \c@secnumdepth >\m@ne
|
---|
71 | \large\bfseries \@chapapp\space \thechapter
|
---|
72 | \par\nobreak
|
---|
73 | \vskip 5\p@
|
---|
74 | \fi
|
---|
75 | \interlinepenalty\@M
|
---|
76 | \Large \bfseries #1\par\nobreak
|
---|
77 | \vskip 50\p@
|
---|
78 | }}
|
---|
79 | \def\@makeschapterhead#1{%
|
---|
80 | \vspace*{50\p@}%
|
---|
81 | {\parindent \z@ \raggedright
|
---|
82 | \normalfont
|
---|
83 | \interlinepenalty\@M
|
---|
84 | \Large \bfseries #1\par\nobreak
|
---|
85 | \vskip 50\p@
|
---|
86 | }}
|
---|
87 | \renewcommand\section{\@startsection{section}{1}{\z@}{-3.5ex \@plus -1ex \@minus -.2ex}{1.75ex \@plus .2ex}{\normalfont\large\bfseries}}
|
---|
88 | \renewcommand\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex \@plus -1ex \@minus -.2ex}{1.5ex \@plus .2ex}{\normalfont\normalsize\bfseries}}
|
---|
89 | \renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}{-2.5ex \@plus -1ex \@minus -.2ex}{1.0ex \@plus .2ex}{\normalfont\normalsize\bfseries}}
|
---|
90 | \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{-2.0ex \@plus -1ex \@minus -.2ex}{-1em}{\normalfont\normalsize\bfseries}}
|
---|
91 |
|
---|
92 | % index macros
|
---|
93 | \newcommand{\italic}[1]{\emph{\hyperpage{#1}}}
|
---|
94 | \newcommand{\definition}[1]{\textbf{\hyperpage{#1}}}
|
---|
95 | \newcommand{\see}[1]{\emph{see} #1}
|
---|
96 |
|
---|
97 | % Define some commands that produce formatted index entries suitable for cross-references.
|
---|
98 | % ``\spec'' produces entries for specifications of entities. ``\impl'' produces entries for their
|
---|
99 | % implementations, and ``\use'' for their uses.
|
---|
100 |
|
---|
101 | % \newcommand{\bold}[1]{{\bf #1}}
|
---|
102 | % \def\spec{\@bsphack\begingroup
|
---|
103 | % \def\protect##1{\string##1\space}\@sanitize
|
---|
104 | % \@wrxref{|bold}}
|
---|
105 | \def\impl{\@bsphack\begingroup
|
---|
106 | \def\protect##1{\string##1\space}\@sanitize
|
---|
107 | \@wrxref{|definition}}
|
---|
108 | \newcommand{\indexcode}[1]{{\lstinline$#1$}}
|
---|
109 | \def\use{\@bsphack\begingroup
|
---|
110 | \def\protect##1{\string##1\space}\@sanitize
|
---|
111 | \@wrxref{|hyperpage}}
|
---|
112 | \def\@wrxref#1#2{\let\thepage\relax
|
---|
113 | \xdef\@gtempa{\write\@indexfile{\string
|
---|
114 | \indexentry{#2@{\lstinline$#2$}#1}{\thepage}}}\endgroup\@gtempa
|
---|
115 | \if@nobreak \ifvmode\nobreak\fi\fi\@esphack}
|
---|
116 | %\newcommand{\use}[1]{\index{#1@{\lstinline$#1$}}}
|
---|
117 | %\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}|definition}}
|
---|
118 |
|
---|
119 | % inline text and lowercase index: \Index{inline and lowercase index text}
|
---|
120 | \newcommand{\Index}{\@ifstar\@sIndex\@Index}
|
---|
121 | % inline text and as-in index: \Index[as-is index text]{inline text}
|
---|
122 | \newcommand{\@Index}[2][\@empty]{\lowercase{\def\temp{#2}}#2\ifx#1\@empty\index{\temp}\else\index{#1@{\protect#2}}\fi}
|
---|
123 | % inline text but index with different as-is text: \Index[index text]{inline text}
|
---|
124 | \newcommand{\@sIndex}[2][\@empty]{#2\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
|
---|
125 |
|
---|
126 | % inline text and code index (cannot use ©)
|
---|
127 | \newcommand{\Indexc}[1]{\lstinline$#1$\index{#1@\lstinline$#1$}}
|
---|
128 | % code index (cannot use ©)
|
---|
129 | \newcommand{\indexc}[1]{\index{#1@\lstinline$#1$}}
|
---|
130 |
|
---|
131 | % Denote newterms in particular font and index them without particular font and in lowercase, e.g., \newterm{abc}.
|
---|
132 | % The option parameter provides an index term different from the new term, e.g., \newterm[\texttt{abc}]{abc}
|
---|
133 | % The star version does not lowercase the index information, e.g., \newterm*{IBM}.
|
---|
134 | \newcommand{\newtermFontInline}{\emph}
|
---|
135 | \newcommand{\newterm}{\@ifstar\@snewterm\@newterm}
|
---|
136 | \newcommand{\@newterm}[2][\@empty]{\lowercase{\def\temp{#2}}{\newtermFontInline{#2}}\ifx#1\@empty\index{\temp}\else\index{#1@{\protect#2}}\fi}
|
---|
137 | \newcommand{\@snewterm}[2][\@empty]{{\newtermFontInline{#2}}\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
|
---|
138 |
|
---|
139 | % Latin abbreviation
|
---|
140 | \newcommand{\abbrevFont}{\textit} % set empty for no italics
|
---|
141 | \newcommand*{\eg}{%
|
---|
142 | \@ifnextchar{,}{\abbrevFont{e}.\abbrevFont{g}.}%
|
---|
143 | {\@ifnextchar{:}{\abbrevFont{e}.\abbrevFont{g}.}%
|
---|
144 | {\abbrevFont{e}.\abbrevFont{g}.,\xspace}}%
|
---|
145 | }%
|
---|
146 | \newcommand*{\ie}{%
|
---|
147 | \@ifnextchar{,}{\abbrevFont{i}.\abbrevFont{e}.}%
|
---|
148 | {\@ifnextchar{:}{\abbrevFont{i}.\abbrevFont{e}.}%
|
---|
149 | {\abbrevFont{i}.\abbrevFont{e}.,\xspace}}%
|
---|
150 | }%
|
---|
151 | \newcommand*{\etc}{%
|
---|
152 | \@ifnextchar{.}{\abbrevFont{etc}}%
|
---|
153 | {\abbrevFont{etc}.\xspace}%
|
---|
154 | }%
|
---|
155 | \newcommand{\etal}{%
|
---|
156 | \@ifnextchar{.}{\abbrevFont{et~al}}%
|
---|
157 | {\abbrevFont{et al}.\xspace}%
|
---|
158 | }%
|
---|
159 | \makeatother
|
---|
160 |
|
---|
161 | \newenvironment{quote2}{%
|
---|
162 | \list{}{\lstset{resetmargins=true,aboveskip=0pt,belowskip=0pt}\topsep=4pt\parsep=0pt\leftmargin=\parindent\rightmargin\leftmargin}%
|
---|
163 | \item\relax
|
---|
164 | }{%
|
---|
165 | \endlist
|
---|
166 | }% quote2
|
---|
167 |
|
---|
168 | \newenvironment{rationale}{%
|
---|
169 | \begin{quote2}\noindent$\Box$\enspace
|
---|
170 | }{%
|
---|
171 | \hfill\enspace$\Box$\end{quote2}
|
---|
172 | }%
|
---|
173 |
|
---|
174 | % blocks and titles
|
---|
175 | \newcommand{\define}[1]{\emph{#1\/}\index{#1}}
|
---|
176 | \newcommand{\rewriterules}{\paragraph{Rewrite Rules}~\par\noindent}
|
---|
177 | \newcommand{\examples}{\paragraph{Examples}~\par\noindent}
|
---|
178 | \newcommand{\semantics}{\paragraph{Semantics}~\par\noindent}
|
---|
179 | \newcommand{\constraints}{\paragraph{Constraints}~\par\noindent}
|
---|
180 | \newcommand{\predefined}{\paragraph{Predefined Identifiers}~\par\noindent}
|
---|
181 |
|
---|
182 | % BNF macros
|
---|
183 | \newenvironment{syntax}{
|
---|
184 | \paragraph{Syntax}
|
---|
185 | \begin{quote2}
|
---|
186 | \begin{description}[noitemsep,leftmargin=\parindentlnth]
|
---|
187 | }{
|
---|
188 | \end{description}
|
---|
189 | \end{quote2}
|
---|
190 | }
|
---|
191 | % \def\syntax{\paragraph{Syntax}\trivlist\parindent=.5in\item[\hskip.5in]}
|
---|
192 | %\let\endsyntax=\endtrivlist
|
---|
193 | \newcommand{\lhs}[1]{\item[\emph{#1:}\index{#1@{\emph{#1}}|italic}]~\ignorespaces}
|
---|
194 | \newcommand{\oldlhs}[1]{\item[\emph{#1:}\index{#1@{\emph{#1}}|italic}~\dots]~}
|
---|
195 | \newcommand{\rhs}{\hfil\newline}
|
---|
196 | \newcommand{\nonterm}[1]{\emph{#1}\index{#1@{\emph{#1}}|italic}}
|
---|
197 | \newcommand{\opt}{$_{opt}$\ }
|
---|
198 |
|
---|
199 | % adjust varioref package with default "section" and "page" titles, and optional title with faraway page numbers
|
---|
200 | % \VRef{label} => Section 2.7, \VPageref{label} => page 17
|
---|
201 | % \VRef[Figure]{label} => Figure 3.4, \VPageref{label} => page 17
|
---|
202 | \renewcommand{\reftextfaceafter}{\unskip}
|
---|
203 | \renewcommand{\reftextfacebefore}{\unskip}
|
---|
204 | \renewcommand{\reftextafter}{\unskip}
|
---|
205 | \renewcommand{\reftextbefore}{\unskip}
|
---|
206 | \renewcommand{\reftextfaraway}[1]{\unskip, p.~\pageref{#1}}
|
---|
207 | \renewcommand{\reftextpagerange}[2]{\unskip, pp.~\pageref{#1}--\pageref{#2}}
|
---|
208 | \newcommand{\VRef}[2][Section]{\ifx#1\@empty\else{#1}\nobreakspace\fi\vref{#2}}
|
---|
209 | \newcommand{\VPageref}[2][page]{\ifx#1\@empty\else{#1}\nobreakspace\fi\pageref{#2}}
|
---|
210 |
|
---|
211 | % Go programming language: https://github.com/julienc91/listings-golang/blob/master/listings-golang.sty
|
---|
212 | \lstdefinelanguage{Golang}{
|
---|
213 | morekeywords=[1]{package,import,func,type,struct,return,defer,panic, recover,select,var,const,iota,},%
|
---|
214 | morekeywords=[2]{string,uint,uint8,uint16,uint32,uint64,int,int8,int16, int32,int64,
|
---|
215 | bool,float32,float64,complex64,complex128,byte,rune,uintptr, error,interface},%
|
---|
216 | morekeywords=[3]{map,slice,make,new,nil,len,cap,copy,close,true,false, delete,append,real,imag,complex,chan,},%
|
---|
217 | morekeywords=[4]{for,break,continue,range,goto,switch,case,fallthrough,if, else,default,},%
|
---|
218 | morekeywords=[5]{Println,Printf,Error,},%
|
---|
219 | sensitive=true,%
|
---|
220 | morecomment=[l]{//},%
|
---|
221 | morecomment=[s]{/*}{*/},%
|
---|
222 | morestring=[b]',%
|
---|
223 | morestring=[b]",%
|
---|
224 | morestring=[s]{`}{`},%
|
---|
225 | }
|
---|
226 |
|
---|
227 | % CFA programming language, based on ANSI C (with some gcc additions)
|
---|
228 | \lstdefinelanguage{CFA}[ANSI]{C}{
|
---|
229 | morekeywords={_Alignas,_Alignof,__alignof,__alignof__,asm,__asm,__asm__,_At,_Atomic,__attribute,__attribute__,auto,
|
---|
230 | _Bool,catch,catchResume,choose,_Complex,__complex,__complex__,__const,__const__,disable,dtype,enable,__extension__,
|
---|
231 | fallthrough,fallthru,finally,forall,ftype,_Generic,_Imaginary,inline,__label__,lvalue,_Noreturn,otype,restrict,_Static_assert,
|
---|
232 | _Thread_local,throw,throwResume,trait,try,typeof,__typeof,__typeof__,},
|
---|
233 | }%
|
---|
234 |
|
---|
235 | \lstset{
|
---|
236 | language=CFA,
|
---|
237 | columns=fullflexible,
|
---|
238 | basicstyle=\linespread{0.9}\sf, % reduce line spacing and use sanserif font
|
---|
239 | stringstyle=\tt, % use typewriter font
|
---|
240 | tabsize=4, % 4 space tabbing
|
---|
241 | xleftmargin=\parindentlnth, % indent code to paragraph indentation
|
---|
242 | extendedchars=true, % allow ASCII characters in the range 128-255
|
---|
243 | escapechar=§, % escape to latex in CFA code
|
---|
244 | mathescape=true, % allow $...$ LaTeX math escapes in code
|
---|
245 | %keepspaces=true, %
|
---|
246 | showstringspaces=false, % do not show spaces with cup
|
---|
247 | showlines=true, % show blank lines at end of code
|
---|
248 | aboveskip=4pt, % spacing above/below code block
|
---|
249 | belowskip=3pt,
|
---|
250 | moredelim=**[is][\color{red}]{®}{®}, % red highlighting
|
---|
251 | moredelim=**[is][\color{blue}]{ß}{ß}, % blue highlighting
|
---|
252 | moredelim=**[is][\color{OliveGreen}]{¢}{¢}, % green highlighting
|
---|
253 | moredelim=[is][\lstset{keywords={}}]{¶}{¶}, % temporarily turn off keywords
|
---|
254 | % replace/adjust listing characters that look bad in sanserif
|
---|
255 | literate={-}{\raisebox{-0.15ex}{\texttt{-}}}1 {^}{\raisebox{0.6ex}{$\scriptscriptstyle\land\,$}}1
|
---|
256 | {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 {_}{\makebox[1.2ex][c]{\rule{1ex}{0.1ex}}}1 {`}{\ttfamily\upshape\hspace*{-0.1ex}`}1
|
---|
257 | {<-}{$\leftarrow$}2 {=>}{$\Rightarrow$}2,
|
---|
258 | }%
|
---|
259 |
|
---|
260 | \lstMakeShortInline© % single-character for \lstinline
|
---|
261 |
|
---|
262 | \let\Oldthebibliography\thebibliography
|
---|
263 | \renewcommand\thebibliography[1]{
|
---|
264 | \Oldthebibliography{#1}
|
---|
265 | \setlength{\parskip}{0pt} % reduce vertical spacing between references
|
---|
266 | \setlength{\itemsep}{5pt plus 0.3ex}
|
---|
267 | }%
|
---|
268 |
|
---|
269 | % Local Variables: %
|
---|
270 | % tab-width: 4 %
|
---|
271 | % fill-column: 100 %
|
---|
272 | % End: %
|
---|