Changes in doc/LaTeXmacros/common.tex [e9a3c69d:da24468]
- File:
-
- 1 edited
-
doc/LaTeXmacros/common.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
re9a3c69d rda24468 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Thu Jul 13 11:44:59201714 %% Update Count : 3 3513 %% Last Modified On : Sun Jun 18 20:32:32 2017 14 %% Update Count : 319 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 36 36 % Names used in the document. 37 37 38 \newcommand{\CFAIcon}{\text sf{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}\xspace} % Cforall symbolic name38 \newcommand{\CFAIcon}{\textrm{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}\xspace} % Cforall symbolic name 39 39 \newcommand{\CFA}{\protect\CFAIcon} % safe for section/caption 40 40 \newcommand{\CFL}{\textrm{Cforall}\xspace} % Cforall symbolic name … … 55 55 \setlength{\parindentlnth}{\parindent} 56 56 57 \newcommand{\LstKeywordStyle}[1]{{\lst@basicstyle{\lst@keywordstyle{#1}}}}58 \newcommand{\LstCommentStyle}[1]{{\lst@basicstyle{\lst@commentstyle{#1}}}}59 60 57 \newlength{\gcolumnposn} % temporary hack because lstlisting does not handle tabs correctly 61 58 \newlength{\columnposn} 62 59 \setlength{\gcolumnposn}{2.5in} 63 60 \setlength{\columnposn}{\gcolumnposn} 64 \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}}}}61 \newcommand{\C}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\lst@commentstyle{#2}}} 65 62 \newcommand{\CRT}{\global\columnposn=\gcolumnposn} 66 63 … … 234 231 basicstyle=\linespread{0.9}\sf, % reduce line spacing and use sanserif font 235 232 stringstyle=\tt, % use typewriter font 236 tabsize= 6, % Nspace tabbing233 tabsize=4, % 4 space tabbing 237 234 xleftmargin=\parindentlnth, % indent code to paragraph indentation 238 235 extendedchars=true, % allow ASCII characters in the range 128-255
Note:
See TracChangeset
for help on using the changeset viewer.