Changeset 9b96e90d for doc/LaTeXmacros
- Timestamp:
- Feb 13, 2024, 4:07:02 PM (11 months ago)
- Branches:
- master
- Children:
- acde87a
- Parents:
- c0d8e62
- Location:
- doc/LaTeXmacros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.sty
rc0d8e62 r9b96e90d 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Sun Jan 21 13:17:48202414 %% Update Count : 63 313 %% Last Modified On : Tue Feb 13 15:39:51 2024 14 %% Update Count : 634 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-'296 295 mathescape=false, % disable LaTeX math escape in CFA code $...$ 297 296 keepspaces=true, % … … 318 317 \lstset{ 319 318 language=CFA, 320 %moredelim=**[is][\color{red}]{@}{@}, % red highlighting @...@ 319 escapechar=§, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-' 321 320 moredelim=**[is][\color{red}]{®}{®}, % red highlighting ®...® (registered trademark symbol) emacs: C-q M-. 322 321 %moredelim=**[is][\color{blue}]{ß}{ß}, % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_ … … 328 327 % inline code ©...© (copyright symbol) emacs: C-q M-) 329 328 \lstMakeShortInline© % single-character for \lstinline 329 330 330 \else% regular ASCI characters 331 331 332 \lstnewenvironment{cfa}[1][]{% necessary 332 333 \lstset{ 333 334 language=CFA, 334 335 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 -
doc/LaTeXmacros/common.tex
rc0d8e62 r9b96e90d 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Wed Jan 24 08:43:57202414 %% Update Count : 59 313 %% Last Modified On : Tue Feb 13 13:38:58 2024 14 %% Update Count : 599 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 297 297 xleftmargin=\parindentlnth, % indent code to paragraph indentation 298 298 extendedchars=true, % allow ASCII characters in the range 128-255 299 escapechar=§, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'300 299 mathescape=false, % disable LaTeX math escape in CFA code $...$ 301 300 keepspaces=true, % … … 322 321 \lstset{ 323 322 language=CFA, 324 %moredelim=**[is][\color{red}]{@}{@}, % red highlighting @...@ 323 escapechar=§, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-' 325 324 moredelim=**[is][\color{red}]{®}{®}, % red highlighting ®...® (registered trademark symbol) emacs: C-q M-. 326 325 %moredelim=**[is][\color{blue}]{ß}{ß}, % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_ … … 332 331 % inline code ©...© (copyright symbol) emacs: C-q M-) 333 332 \lstMakeShortInline© % single-character for \lstinline 333 334 334 \else% regular ASCI characters 335 335 336 \lstnewenvironment{cfa}[1][]{% necessary 336 337 \lstset{ 337 338 language=CFA, 338 339 escapechar=\$, % LaTeX escape in CFA code 339 mathescape=false, % LaTeX math escape in CFA code $...$340 340 moredelim=**[is][\color{red}]{@}{@}, % red highlighting @...@ 341 341 }% lstset
Note: See TracChangeset
for help on using the changeset viewer.