Changes in doc/LaTeXmacros/common.tex [2b878b4:8d627d9]
- File:
-
- 1 edited
-
doc/LaTeXmacros/common.tex (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r2b878b4 r8d627d9 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Thu Jan 28 19:01:57 202114 %% Update Count : 4 9413 %% Last Modified On : Mon Oct 5 09:34:46 2020 14 %% Update Count : 464 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 32 32 \setlist[enumerate]{listparindent=\parindent}% global 33 33 \setlist[enumerate,2]{leftmargin=\parindent,labelsep=*,align=parleft,label=\alph*.}% local 34 \setlist[description]{ topsep=0.5ex,itemsep=0pt,listparindent=\parindent,leftmargin=\parindent,labelsep=1.5ex}34 \setlist[description]{itemsep=0pt,listparindent=\parindent,leftmargin=\parindent,labelsep=1.5ex} 35 35 36 36 % Names used in the document. … … 89 89 \newcommand{\italic}[1]{\emph{\hyperpage{#1}}} 90 90 \newcommand{\Definition}[1]{\textbf{\hyperpage{#1}}} 91 \newcommand{\see}[1]{ (see #1)}91 \newcommand{\see}[1]{\emph{see}~#1} 92 92 93 93 % Define some commands that produce formatted index entries suitable for cross-references. … … 229 229 \usepackage{listings} % format program code 230 230 \usepackage{lstlang} 231 \usepackage{calc} % latex arithmetic232 233 231 \makeatletter 232 234 233 \newcommand{\LstBasicStyle}[1]{{\lst@basicstyle{#1}}} 235 234 \newcommand{\LstKeywordStyle}[1]{{\lst@basicstyle{\lst@keywordstyle{#1}}}} … … 266 265 showlines=true, % show blank lines at end of code 267 266 aboveskip=4pt, % spacing above/below code block 268 belowskip=-2pt, 269 numberstyle=\footnotesize\sf, % numbering style 267 belowskip=3pt, 270 268 % replace/adjust listing characters that look bad in sanserif 271 269 literate={-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1 {^}{\raisebox{0.6ex}{$\scriptscriptstyle\land\,$}}1 … … 295 293 language=CFA, 296 294 escapechar=\$, % LaTeX escape in CFA code 297 mathescape=false, % LaTeX math escape in CFA code $...$298 295 moredelim=**[is][\color{red}]{@}{@}, % red highlighting @...@ 299 296 }% lstset
Note:
See TracChangeset
for help on using the changeset viewer.