Changes in doc/LaTeXmacros/common.sty [9b96e90d:01fb70a]
- File:
-
- 1 edited
-
doc/LaTeXmacros/common.sty (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.sty
r9b96e90d r01fb70a 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Tue Feb 13 15:39:51202414 %% Update Count : 63 413 %% Last Modified On : Sun Jan 21 13:17:48 2024 14 %% Update Count : 633 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 293 293 xleftmargin=\parindentlnth, % indent code to paragraph indentation 294 294 extendedchars=true, % allow ASCII characters in the range 128-255 295 escapechar=§, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-' 295 296 mathescape=false, % disable LaTeX math escape in CFA code $...$ 296 297 keepspaces=true, % … … 317 318 \lstset{ 318 319 language=CFA, 319 escapechar=§, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-' 320 %moredelim=**[is][\color{red}]{@}{@}, % red highlighting @...@ 320 321 moredelim=**[is][\color{red}]{®}{®}, % red highlighting ®...® (registered trademark symbol) emacs: C-q M-. 321 322 %moredelim=**[is][\color{blue}]{ß}{ß}, % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_ … … 327 328 % inline code ©...© (copyright symbol) emacs: C-q M-) 328 329 \lstMakeShortInline© % single-character for \lstinline 329 330 330 \else% regular ASCI characters 331 332 331 \lstnewenvironment{cfa}[1][]{% necessary 333 332 \lstset{ 334 333 language=CFA, 335 334 escapechar=\$, % LaTeX escape in CFA code 335 mathescape=false, % LaTeX math escape in CFA code $...$ 336 336 moredelim=**[is][\color{red}]{@}{@}, % red highlighting @...@ 337 337 }% lstset
Note:
See TracChangeset
for help on using the changeset viewer.