Changeset 8cbe732 for doc/LaTeXmacros/common.tex
- Timestamp:
- Oct 13, 2023, 7:13:21 PM (2 years ago)
- Branches:
- master
- Children:
- a97b9ed, bab2917
- Parents:
- 85034ed (diff), 0bf0b978 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r85034ed r8cbe732 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Fri Jul 21 09:02:00202314 %% Update Count : 5 7613 %% Last Modified On : Fri Sep 29 16:49:02 2023 14 %% Update Count : 590 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 275 275 \setlength{\gcolumnposn}{2.75in} 276 276 \setlength{\columnposn}{\gcolumnposn} 277 \newcommand{\setgcolumn}[1]{\global\gcolumnposn=#1\global\columnposn=\gcolumnposn} 277 278 \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}}}} 278 279 \newcommand{\CRT}{\global\columnposn=\gcolumnposn} … … 301 302 showlines=true, % show blank lines at end of code 302 303 aboveskip=4pt, % spacing above/below code block 303 belowskip= 0pt,304 belowskip=2pt, 304 305 numberstyle=\footnotesize\sf, % numbering style 305 306 % replace/adjust listing characters that look bad in sanserif 306 307 literate= 307 308 {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1 308 {^}{\raisebox{0.6ex}{$\scripts criptstyle\land\,$}}1309 {^}{\raisebox{0.6ex}{$\scriptstyle\land\,$}}1 309 310 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 310 311 {`}{\ttfamily\upshape\hspace*{-0.3ex}`}1
Note:
See TracChangeset
for help on using the changeset viewer.