[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
|
---|
[9586d22] | 13 | %% Last Modified On : Tue Apr 4 12:03:18 2023
|
---|
| 14 | %% Update Count : 567
|
---|
[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$}}}
|
---|
[1b2adec] | 32 | \setlist[enumerate]{topsep=0.5ex,parsep=0.25ex,itemsep=0.25ex,listparindent=\parindent}% global
|
---|
[9724df0] | 33 | \setlist[enumerate,2]{leftmargin=\parindent,labelsep=*,align=parleft,label=\alph*.}% local
|
---|
[2b878b4] | 34 | \setlist[description]{topsep=0.5ex,itemsep=0pt,listparindent=\parindent,leftmargin=\parindent,labelsep=1.5ex}
|
---|
[9724df0] | 35 |
|
---|
[e55ca05] | 36 | % Names used in the document.
|
---|
| 37 |
|
---|
[2801829] | 38 | \usepackage{xspace}
|
---|
[cc022a9] | 39 | \newcommand{\CFAIcon}{\textsf{C\raisebox{\depth}{\rotatebox{180}A}}} % Cforall icon
|
---|
[28572e8] | 40 | \newcommand{\CFA}{\protect\CFAIcon\xspace} % CFA symbolic name
|
---|
| 41 | \newcommand{\CFL}{\textrm{Cforall}\xspace} % Cforall non-icon name
|
---|
| 42 | \newcommand{\Celeven}{\textrm{C11}\xspace} % C11 symbolic name
|
---|
[4b393ba] | 43 | \newcommand{\CCIcon}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}} % C++ icon
|
---|
[28572e8] | 44 | \newcommand{\CC}[1][]{\protect\CCIcon{#1}\xspace} % C++ symbolic name
|
---|
[7a15b7e] | 45 | \newcommand{\Cpp}[1][]{\CC{#1}} % C++ synonym
|
---|
[4b393ba] | 46 | % numbers disallowed in latex variables names => use number names
|
---|
[28572e8] | 47 | \newcommand{\CCeleven}{\protect\CCIcon{11}\xspace} % C++11 symbolic name
|
---|
| 48 | \newcommand{\CCfourteen}{\protect\CCIcon{14}\xspace} % C++14 symbolic name
|
---|
| 49 | \newcommand{\CCseventeen}{\protect\CCIcon{17}\xspace} % C++17 symbolic name
|
---|
| 50 | \newcommand{\CCtwenty}{\protect\CCIcon{20}\xspace} % C++20 symbolic name
|
---|
[966b4c6] | 51 | \newcommand{\Csharp}{C\raisebox{-0.7ex}{\relsize{2}$^\sharp$}\xspace} % C# symbolic name
|
---|
[e55ca05] | 52 |
|
---|
| 53 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
| 54 |
|
---|
[966b4c6] | 55 | \usepackage[scaled=0.85]{helvet} % descent Helvetica font and scale to times size
|
---|
| 56 | \usepackage[T1]{fontenc}
|
---|
[7a15b7e] | 57 | \usepackage{relsize} % must be after change to small or selects old size
|
---|
| 58 | \usepackage{rotating}
|
---|
| 59 | \usepackage{calc} % latex arithmetic
|
---|
| 60 |
|
---|
[4b393ba] | 61 | % remove special-character warning in PDF side-bar names
|
---|
[e55ca05] | 62 | \makeatletter
|
---|
[4b393ba] | 63 | \@ifpackageloaded{hyperref}{
|
---|
| 64 | \pdfstringdefDisableCommands{
|
---|
| 65 | \def\CFA{\CFL}
|
---|
[7584279] | 66 | \def\Celeven{C11\xspace}
|
---|
[4b393ba] | 67 | \def\CC{C++\xspace}
|
---|
| 68 | \def\CCeleven{C++11\xspace}
|
---|
| 69 | \def\CCfourteen{C++14\xspace}
|
---|
| 70 | \def\CCseventeen{C++17\xspace}
|
---|
| 71 | \def\CCtwenty{C++20\xspace}
|
---|
| 72 | \def\Csharp{C\#\xspace}
|
---|
[7584279] | 73 | \def\lstinline{\xspace}% must use {} as delimiters, e.g., \lstinline{...}
|
---|
[3d67f83] | 74 | }{}
|
---|
| 75 | }
|
---|
| 76 |
|
---|
[9724df0] | 77 | % parindent is relative, i.e., toggled on/off in environments like itemize, so store the value for
|
---|
| 78 | % use rather than use \parident directly.
|
---|
| 79 | \newlength{\parindentlnth}
|
---|
| 80 | \setlength{\parindentlnth}{\parindent}
|
---|
[e229c22] | 81 |
|
---|
[e55ca05] | 82 | % reduce size of chapter/section titles
|
---|
| 83 | \def\@makechapterhead#1{%
|
---|
| 84 | \vspace*{50\p@}%
|
---|
| 85 | {\parindent \z@ \raggedright \normalfont
|
---|
| 86 | \ifnum \c@secnumdepth >\m@ne
|
---|
| 87 | \large\bfseries \@chapapp\space \thechapter
|
---|
| 88 | \par\nobreak
|
---|
| 89 | \vskip 5\p@
|
---|
| 90 | \fi
|
---|
| 91 | \interlinepenalty\@M
|
---|
| 92 | \Large \bfseries #1\par\nobreak
|
---|
| 93 | \vskip 50\p@
|
---|
| 94 | }}
|
---|
| 95 | \def\@makeschapterhead#1{%
|
---|
| 96 | \vspace*{50\p@}%
|
---|
| 97 | {\parindent \z@ \raggedright
|
---|
| 98 | \normalfont
|
---|
| 99 | \interlinepenalty\@M
|
---|
| 100 | \Large \bfseries #1\par\nobreak
|
---|
| 101 | \vskip 50\p@
|
---|
| 102 | }}
|
---|
[7584279] | 103 | \renewcommand\section{\@startsection{section}{1}{\z@}{-3.0ex \@plus -1ex \@minus -.2ex}{1.5ex \@plus .2ex}{\normalfont\large\bfseries}}
|
---|
| 104 | \renewcommand\subsection{\@startsection{subsection}{2}{\z@}{-2.75ex \@plus -1ex \@minus -.2ex}{1.25ex \@plus .2ex}{\normalfont\normalsize\bfseries}}
|
---|
[e55ca05] | 105 | \renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}{-2.5ex \@plus -1ex \@minus -.2ex}{1.0ex \@plus .2ex}{\normalfont\normalsize\bfseries}}
|
---|
| 106 | \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{-2.0ex \@plus -1ex \@minus -.2ex}{-1em}{\normalfont\normalsize\bfseries}}
|
---|
[3ec79f7] | 107 | \renewcommand\subparagraph{\@startsection{subparagraph}{4}{\z@}{-1.5ex \@plus -1ex \@minus -.2ex}{-1em}{\normalfont\normalsize\bfseries\itshape}}
|
---|
[e55ca05] | 108 |
|
---|
| 109 | % index macros
|
---|
| 110 | \newcommand{\italic}[1]{\emph{\hyperpage{#1}}}
|
---|
[cb5d36b] | 111 | \newcommand{\Definition}[1]{\textbf{\hyperpage{#1}}}
|
---|
[2b878b4] | 112 | \newcommand{\see}[1]{(see #1)}
|
---|
[e55ca05] | 113 |
|
---|
| 114 | % Define some commands that produce formatted index entries suitable for cross-references.
|
---|
| 115 | % ``\spec'' produces entries for specifications of entities. ``\impl'' produces entries for their
|
---|
| 116 | % implementations, and ``\use'' for their uses.
|
---|
| 117 |
|
---|
| 118 | % \newcommand{\bold}[1]{{\bf #1}}
|
---|
| 119 | % \def\spec{\@bsphack\begingroup
|
---|
| 120 | % \def\protect##1{\string##1\space}\@sanitize
|
---|
| 121 | % \@wrxref{|bold}}
|
---|
| 122 | \def\impl{\@bsphack\begingroup
|
---|
| 123 | \def\protect##1{\string##1\space}\@sanitize
|
---|
[cb5d36b] | 124 | \@wrxref{|Definition}}
|
---|
[e55ca05] | 125 | \newcommand{\indexcode}[1]{{\lstinline$#1$}}
|
---|
| 126 | \def\use{\@bsphack\begingroup
|
---|
| 127 | \def\protect##1{\string##1\space}\@sanitize
|
---|
| 128 | \@wrxref{|hyperpage}}
|
---|
| 129 | \def\@wrxref#1#2{\let\thepage\relax
|
---|
| 130 | \xdef\@gtempa{\write\@indexfile{\string
|
---|
| 131 | \indexentry{#2@{\lstinline$#2$}#1}{\thepage}}}\endgroup\@gtempa
|
---|
| 132 | \if@nobreak \ifvmode\nobreak\fi\fi\@esphack}
|
---|
| 133 | %\newcommand{\use}[1]{\index{#1@{\lstinline$#1$}}}
|
---|
[cb5d36b] | 134 | %\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}|Definition}}
|
---|
[e55ca05] | 135 |
|
---|
| 136 | % inline text and lowercase index: \Index{inline and lowercase index text}
|
---|
| 137 | \newcommand{\Index}{\@ifstar\@sIndex\@Index}
|
---|
[c45170a] | 138 | % inline text and as-in index: \Index[as-is index text]{inline text}
|
---|
[e55ca05] | 139 | \newcommand{\@Index}[2][\@empty]{\lowercase{\def\temp{#2}}#2\ifx#1\@empty\index{\temp}\else\index{#1@{\protect#2}}\fi}
|
---|
[c45170a] | 140 | % inline text but index with different as-is text: \Index[index text]{inline text}
|
---|
[e55ca05] | 141 | \newcommand{\@sIndex}[2][\@empty]{#2\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
|
---|
[e945826] | 142 |
|
---|
[315f634] | 143 | % inline text and code index (cannot use ©)
|
---|
[d94195d] | 144 | \newcommand{\Indexc}[2][\@empty]{\lstinline[#1]$#2$\index{#2@\lstinline[#1]$#2$}}
|
---|
[315f634] | 145 | % code index (cannot use ©)
|
---|
[d94195d] | 146 | \newcommand{\indexc}[2][\@empty]{\index{#2@\lstinline[#1]$#2$}}
|
---|
[e55ca05] | 147 |
|
---|
[4096de0] | 148 | % Denote newterms in particular font and index them without particular font and in lowercase, e.g., \newterm{abc}.
|
---|
| 149 | % The option parameter provides an index term different from the new term, e.g., \newterm[\texttt{abc}]{abc}
|
---|
| 150 | % The star version does not lowercase the index information, e.g., \newterm*{IBM}.
|
---|
[e55ca05] | 151 | \newcommand{\newtermFontInline}{\emph}
|
---|
[e94eeb9] | 152 | \newcommand{\newterm}{\protect\@ifstar\@snewterm\@newterm}
|
---|
[e55ca05] | 153 | \newcommand{\@newterm}[2][\@empty]{\lowercase{\def\temp{#2}}{\newtermFontInline{#2}}\ifx#1\@empty\index{\temp}\else\index{#1@{\protect#2}}\fi}
|
---|
| 154 | \newcommand{\@snewterm}[2][\@empty]{{\newtermFontInline{#2}}\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
|
---|
[c45170a] | 155 |
|
---|
[7a15b7e] | 156 | % \snake{<identifier>}
|
---|
| 157 | % Improves writing of snake case (or any convention that uses _) by allowing
|
---|
| 158 | % line breaks after _. Disables commands inside the block and formats the
|
---|
| 159 | % identifier to look like code.
|
---|
| 160 | \newcommand*\snake[1]{\snakefont{\expandafter\snake@next\detokenize{#1}\@nil}}
|
---|
| 161 |
|
---|
| 162 | % \snakefont{<text>}
|
---|
| 163 | % Command used by \snake, you may renew the command to change its formating.
|
---|
| 164 | \newcommand*\snakefont[1]{\LstBasicStyle{#1}}
|
---|
| 165 |
|
---|
| 166 | % Thanks Manuel of TeX Stack exchange. (I got the base pattern from one of
|
---|
| 167 | % their answers.) Note: \@nil should never be defined.
|
---|
| 168 | \newcommand*\snake@next[1]{\ifx\@nil#1\else
|
---|
| 169 | \expandafter\ifx\string_#1\string_\allowbreak\else#1\fi
|
---|
| 170 | \expandafter\snake@next\fi
|
---|
| 171 | }
|
---|
| 172 |
|
---|
| 173 | % \lang{<language>}{<code>}
|
---|
| 174 | % Use the listings package to format the snipit of <code> in <language>.
|
---|
| 175 | \newcommand{\lang}[2]{\lstinline[language=#1]{#2}}
|
---|
| 176 |
|
---|
[c45170a] | 177 | % Latin abbreviation
|
---|
[d4933b3] | 178 | \newcommand{\abbrevFont}{\textit} % set empty for no italics
|
---|
[28572e8] | 179 | % If not followed by a comma or colon, add a comma.
|
---|
| 180 | \newcommand{\CheckCommaColon}{\@ifnextchar{,}{}{\@ifnextchar{:}{}{,\xspace}}}
|
---|
| 181 | % If not followed by a period, add a period.
|
---|
| 182 | \newcommand{\CheckPeriod}{\@ifnextchar{.}{}{.\xspace}}
|
---|
| 183 |
|
---|
[7ee1e2f6] | 184 | \newcommand{\EG}{\abbrevFont{e}.\abbrevFont{g}.}
|
---|
[28572e8] | 185 | \newcommand{\eg}{\EG\CheckCommaColon}
|
---|
[cc022a9] | 186 |
|
---|
[7ee1e2f6] | 187 | \newcommand{\IE}{\abbrevFont{i}.\abbrevFont{e}.}
|
---|
[28572e8] | 188 | \newcommand{\ie}{\IE\CheckCommaColon}
|
---|
[cc022a9] | 189 |
|
---|
[7ee1e2f6] | 190 | \newcommand{\ETC}{\abbrevFont{etc}}
|
---|
[28572e8] | 191 | \newcommand{\etc}{\ETC\CheckPeriod}
|
---|
[cc022a9] | 192 |
|
---|
[29f47139] | 193 | \newcommand{\ETAL}{\abbrevFont{et}~\abbrevFont{al}}
|
---|
[28572e8] | 194 | \newcommand{\etal}{\ETAL\CheckPeriod}
|
---|
[cc022a9] | 195 |
|
---|
[6454949] | 196 | \newcommand{\VIZ}{\abbrevFont{viz}}
|
---|
[28572e8] | 197 | \newcommand{\viz}{\VIZ\CheckPeriod}
|
---|
[cc022a9] | 198 |
|
---|
[966b4c6] | 199 | \newcommand{\VS}{\abbrevFont{vs}}
|
---|
| 200 | \newcommand{\vs}{\VS\CheckPeriod}
|
---|
[e55ca05] | 201 | \makeatother
|
---|
| 202 |
|
---|
[418d773a] | 203 | \newenvironment{cquote}{%
|
---|
| 204 | \list{}{\lstset{resetmargins=true,aboveskip=0pt,belowskip=0pt}\topsep=4pt\parsep=0pt\leftmargin=\parindentlnth\rightmargin\leftmargin}%
|
---|
[e55ca05] | 205 | \item\relax
|
---|
| 206 | }{%
|
---|
| 207 | \endlist
|
---|
[418d773a] | 208 | }% cquote
|
---|
[c45170a] | 209 |
|
---|
[e55ca05] | 210 | \newenvironment{rationale}{%
|
---|
[418d773a] | 211 | \begin{cquote}\noindent$\Box$\enspace
|
---|
[e55ca05] | 212 | }{%
|
---|
[418d773a] | 213 | \hfill\enspace$\Box$\end{cquote}
|
---|
[e55ca05] | 214 | }%
|
---|
| 215 |
|
---|
| 216 | % blocks and titles
|
---|
| 217 | \newcommand{\define}[1]{\emph{#1\/}\index{#1}}
|
---|
| 218 | \newcommand{\rewriterules}{\paragraph{Rewrite Rules}~\par\noindent}
|
---|
| 219 | \newcommand{\examples}{\paragraph{Examples}~\par\noindent}
|
---|
| 220 | \newcommand{\semantics}{\paragraph{Semantics}~\par\noindent}
|
---|
| 221 | \newcommand{\constraints}{\paragraph{Constraints}~\par\noindent}
|
---|
| 222 | \newcommand{\predefined}{\paragraph{Predefined Identifiers}~\par\noindent}
|
---|
| 223 |
|
---|
| 224 | % BNF macros
|
---|
[9724df0] | 225 | \newenvironment{syntax}{
|
---|
| 226 | \paragraph{Syntax}
|
---|
[418d773a] | 227 | \begin{cquote}
|
---|
[9724df0] | 228 | \begin{description}[noitemsep,leftmargin=\parindentlnth]
|
---|
| 229 | }{
|
---|
| 230 | \end{description}
|
---|
[418d773a] | 231 | \end{cquote}
|
---|
[9724df0] | 232 | }
|
---|
| 233 | % \def\syntax{\paragraph{Syntax}\trivlist\parindent=.5in\item[\hskip.5in]}
|
---|
| 234 | %\let\endsyntax=\endtrivlist
|
---|
| 235 | \newcommand{\lhs}[1]{\item[\emph{#1:}\index{#1@{\emph{#1}}|italic}]~\ignorespaces}
|
---|
| 236 | \newcommand{\oldlhs}[1]{\item[\emph{#1:}\index{#1@{\emph{#1}}|italic}~\dots]~}
|
---|
| 237 | \newcommand{\rhs}{\hfil\newline}
|
---|
| 238 | \newcommand{\nonterm}[1]{\emph{#1}\index{#1@{\emph{#1}}|italic}}
|
---|
[e55ca05] | 239 | \newcommand{\opt}{$_{opt}$\ }
|
---|
| 240 |
|
---|
[539cdfe] | 241 | \usepackage{varioref} % extended references
|
---|
[e55ca05] | 242 | % adjust varioref package with default "section" and "page" titles, and optional title with faraway page numbers
|
---|
| 243 | % \VRef{label} => Section 2.7, \VPageref{label} => page 17
|
---|
| 244 | % \VRef[Figure]{label} => Figure 3.4, \VPageref{label} => page 17
|
---|
| 245 | \renewcommand{\reftextfaceafter}{\unskip}
|
---|
| 246 | \renewcommand{\reftextfacebefore}{\unskip}
|
---|
| 247 | \renewcommand{\reftextafter}{\unskip}
|
---|
| 248 | \renewcommand{\reftextbefore}{\unskip}
|
---|
| 249 | \renewcommand{\reftextfaraway}[1]{\unskip, p.~\pageref{#1}}
|
---|
| 250 | \renewcommand{\reftextpagerange}[2]{\unskip, pp.~\pageref{#1}--\pageref{#2}}
|
---|
| 251 | \newcommand{\VRef}[2][Section]{\ifx#1\@empty\else{#1}\nobreakspace\fi\vref{#2}}
|
---|
[1b2adec] | 252 | \newcommand{\VRefrange}[3][Sections]{\ifx#1\@empty\else{#1}\nobreakspace\fi\vrefrange{#2}{#3}}
|
---|
[e55ca05] | 253 | \newcommand{\VPageref}[2][page]{\ifx#1\@empty\else{#1}\nobreakspace\fi\pageref{#2}}
|
---|
[1b2adec] | 254 | \newcommand{\VPagerefrange}[3][pages]{\ifx#1\@empty\else{#1}\nobreakspace\fi\pageref{#2}{#3}}
|
---|
[e55ca05] | 255 |
|
---|
[a98b2cc] | 256 | \let\Oldthebibliography\thebibliography
|
---|
| 257 | \renewcommand\thebibliography[1]{
|
---|
| 258 | \Oldthebibliography{#1}
|
---|
| 259 | \setlength{\parskip}{0pt} % reduce vertical spacing between references
|
---|
| 260 | \setlength{\itemsep}{5pt plus 0.3ex}
|
---|
| 261 | }%
|
---|
| 262 |
|
---|
[2801829] | 263 | \usepackage{listings} % format program code
|
---|
[218aecf] | 264 | \usepackage{lstlang}
|
---|
[552b5ec] | 265 |
|
---|
[62c0f8a] | 266 | \makeatletter
|
---|
[552b5ec] | 267 | \newcommand{\LstBasicStyle}[1]{{\lst@basicstyle{#1}}}
|
---|
| 268 | \newcommand{\LstKeywordStyle}[1]{{\lst@basicstyle{\lst@keywordstyle{#1}}}}
|
---|
| 269 | \newcommand{\LstCommentStyle}[1]{{\lst@basicstyle{\lst@commentstyle{#1}}}}
|
---|
[7584279] | 270 | \newcommand{\LstStringStyle}[1]{{\lst@basicstyle{\lst@stringstyle{#1}}}}
|
---|
[b19ab6d] | 271 | \newcommand{\LstNumberStyle}[1]{{\lst@basicstyle{\lst@numberstyle{#1}}}}
|
---|
[552b5ec] | 272 |
|
---|
| 273 | \newlength{\gcolumnposn} % temporary hack because lstlisting does not handle tabs correctly
|
---|
| 274 | \newlength{\columnposn}
|
---|
| 275 | \setlength{\gcolumnposn}{2.75in}
|
---|
| 276 | \setlength{\columnposn}{\gcolumnposn}
|
---|
| 277 | \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}}}}
|
---|
| 278 | \newcommand{\CRT}{\global\columnposn=\gcolumnposn}
|
---|
| 279 |
|
---|
| 280 | % allow escape sequence in lstinline
|
---|
| 281 | %\usepackage{etoolbox}
|
---|
| 282 | %\patchcmd{\lsthk@TextStyle}{\let\lst@DefEsc\@empty}{}{}{\errmessage{failed to patch}}
|
---|
| 283 |
|
---|
| 284 | % allow adding to lst literate
|
---|
| 285 | \def\addToLiterate#1{\protect\edef\lst@literate{\unexpanded\expandafter{\lst@literate}\unexpanded{#1}}}
|
---|
| 286 | \lst@Key{add to literate}{}{\addToLiterate{#1}}
|
---|
| 287 | \makeatother
|
---|
[e55ca05] | 288 |
|
---|
[8d627d9] | 289 | \newcommand{\CFAStyle}{%
|
---|
[e55ca05] | 290 | \lstset{
|
---|
[4096de0] | 291 | columns=fullflexible,
|
---|
[539cdfe] | 292 | basicstyle=\linespread{0.9}\sf, % reduce line spacing and use sanserif font
|
---|
[9586d22] | 293 | stringstyle=\small\tt, % use typewriter font
|
---|
[539cdfe] | 294 | tabsize=5, % N space tabbing
|
---|
| 295 | xleftmargin=\parindentlnth, % indent code to paragraph indentation
|
---|
| 296 | extendedchars=true, % allow ASCII characters in the range 128-255
|
---|
[7584279] | 297 | escapechar=\$, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
|
---|
[7a15b7e] | 298 | mathescape=false, % disable LaTeX math escape in CFA code $...$
|
---|
[539cdfe] | 299 | keepspaces=true, %
|
---|
| 300 | showstringspaces=false, % do not show spaces with cup
|
---|
| 301 | showlines=true, % show blank lines at end of code
|
---|
| 302 | aboveskip=4pt, % spacing above/below code block
|
---|
[3ec79f7] | 303 | belowskip=2pt,
|
---|
[62c0f8a] | 304 | numberstyle=\footnotesize\sf, % numbering style
|
---|
[45576af9] | 305 | % replace/adjust listing characters that look bad in sanserif
|
---|
[cc022a9] | 306 | literate=
|
---|
| 307 | {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1
|
---|
| 308 | {^}{\raisebox{0.6ex}{$\scriptscriptstyle\land\,$}}1
|
---|
| 309 | {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1
|
---|
| 310 | {`}{\ttfamily\upshape\hspace*{-0.1ex}`}1
|
---|
| 311 | {<-}{$\leftarrow$}2
|
---|
| 312 | {=>}{$\Rightarrow$}2
|
---|
| 313 | {->}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.075ex}}}\kern-0.2ex\textgreater}2,
|
---|
[552b5ec] | 314 | }% lstset
|
---|
[8d627d9] | 315 | }% CFAStyle
|
---|
[552b5ec] | 316 |
|
---|
[8d627d9] | 317 | \ifdefined\CFALatin% extra Latin-1 escape characters
|
---|
[e94eeb9] | 318 | \lstnewenvironment{cfa}[1][]{% necessary
|
---|
[552b5ec] | 319 | \lstset{
|
---|
| 320 | language=CFA,
|
---|
[3ec79f7] | 321 | %moredelim=**[is][\color{red}]{@}{@}, % red highlighting @...@
|
---|
| 322 | moredelim=**[is][\color{red}]{®}{®}, % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
|
---|
[7584279] | 323 | %moredelim=**[is][\color{blue}]{ß}{ß}, % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
|
---|
| 324 | %moredelim=**[is][\color{OliveGreen}]{¢}{¢}, % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"
|
---|
| 325 | %moredelim=[is][\lstset{keywords={}}]{¶}{¶}, % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^
|
---|
[a98b2cc] | 326 | }% lstset
|
---|
[e94eeb9] | 327 | \lstset{#1}% necessary
|
---|
[552b5ec] | 328 | }{}
|
---|
[a98b2cc] | 329 | % inline code ©...© (copyright symbol) emacs: C-q M-)
|
---|
[539cdfe] | 330 | \lstMakeShortInline© % single-character for \lstinline
|
---|
[8d627d9] | 331 | \else% regular ASCI characters
|
---|
[e94eeb9] | 332 | \lstnewenvironment{cfa}[1][]{% necessary
|
---|
[552b5ec] | 333 | \lstset{
|
---|
| 334 | language=CFA,
|
---|
| 335 | escapechar=\$, % LaTeX escape in CFA code
|
---|
[62c0f8a] | 336 | mathescape=false, % LaTeX math escape in CFA code $...$
|
---|
[8d627d9] | 337 | moredelim=**[is][\color{red}]{@}{@}, % red highlighting @...@
|
---|
[552b5ec] | 338 | }% lstset
|
---|
[e94eeb9] | 339 | \lstset{#1}% necessary
|
---|
[552b5ec] | 340 | }{}
|
---|
| 341 | % inline code @...@ (at symbol)
|
---|
| 342 | \lstMakeShortInline@ % single-character for \lstinline
|
---|
| 343 | \fi%
|
---|
[2264c11] | 344 |
|
---|
[e55ca05] | 345 | % Local Variables: %
|
---|
| 346 | % tab-width: 4 %
|
---|
| 347 | % fill-column: 100 %
|
---|
| 348 | % End: %
|
---|