Changeset 2264c11 for doc/LaTeXmacros
- Timestamp:
- Apr 6, 2017, 10:53:11 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 115a868c
- Parents:
- 80cdb2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r80cdb2f r2264c11 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Fri Feb 10 11:32:36201714 %% Update Count : 2 4913 %% Last Modified On : Wed Apr 5 23:19:42 2017 14 %% Update Count : 255 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 256 256 }% 257 257 258 \newcommand{\CFADefault Style}{%258 \newcommand{\CFADefaults}{% 259 259 \lstset{ 260 260 language=CFA, … … 267 267 escapechar=§, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-' 268 268 mathescape=true, % LaTeX math escape in CFA code $...$ 269 %keepspaces=true, %269 keepspaces=true, % 270 270 showstringspaces=false, % do not show spaces with cup 271 271 showlines=true, % show blank lines at end of code … … 281 281 moredelim=[is][\lstset{keywords={}}]{¶}{¶}, % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^ 282 282 }% lstset 283 }% CFADefaults 284 \newcommand{\CFAStyle}{% 285 \CFADefaults 283 286 % inline code ©...© (copyright symbol) emacs: C-q M-) 284 287 \lstMakeShortInline© % single-character for \lstinline 285 }%CFADefaultStyle 288 }% CFAStyle 289 290 \lstnewenvironment{cfa}[1][] 291 {\CFADefaults\lstset{#1}} 292 {} 293 286 294 287 295 % Local Variables: %
Note: See TracChangeset
for help on using the changeset viewer.