Changes in doc/LaTeXmacros/common.sty [739495a:4e2a57ff]
- File:
-
- 1 edited
-
doc/LaTeXmacros/common.sty (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.sty
r739495a r4e2a57ff 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 14 12:28:26 202414 %% Update Count : 63113 %% Last Modified On : Fri Sep 29 16:48:59 2023 14 %% Update Count : 587 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 273 273 \setlength{\columnposn}{\gcolumnposn} 274 274 \newcommand{\setgcolumn}[1]{\global\gcolumnposn=#1\global\columnposn=\gcolumnposn} 275 \newcommand{\C}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\LstCommentStyle{#2}}} 276 \newcommand{\CD}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\LstBasicStyle{#2}}} 275 \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}}}} 277 276 \newcommand{\CRT}{\global\columnposn=\gcolumnposn} 278 277 … … 293 292 xleftmargin=\parindentlnth, % indent code to paragraph indentation 294 293 extendedchars=true, % allow ASCII characters in the range 128-255 295 escapechar= §, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'294 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, % … … 303 302 % replace/adjust listing characters that look bad in sanserif 304 303 literate= 305 % {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1 306 {-}{\raisebox{-1pt}{\texttt{-}}}1 304 {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1 307 305 {^}{\raisebox{0.6ex}{$\scriptstyle\land\,$}}1 308 306 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 … … 310 308 {<-}{$\leftarrow$}2 311 309 {=>}{$\Rightarrow$}2 312 % {->}{\raisebox{-1pt}{\texttt{-}}\kern-0.1ex\textgreater}2,310 {->}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.075ex}}}\kern-0.2ex\textgreater}2, 313 311 }% lstset 314 312 }% CFAStyle
Note:
See TracChangeset
for help on using the changeset viewer.