Changeset 4096de0 for doc/LaTeXmacros
- Timestamp:
- Jul 6, 2016, 9:11:20 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- a17e7b8
- Parents:
- 99f11dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r99f11dd r4096de0 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Mon Jun 20 09:35:20201614 %% Update Count : 17813 %% Last Modified On : Sun Jul 3 08:36:24 2016 14 %% Update Count : 200 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 27 27 \righthyphenmin=4 28 28 29 \usepackage{pslatex} % reduce size of san serif font29 %\usepackage{pslatex} % reduce size of san serif font 30 30 31 31 \usepackage[ignoredisplayed]{enumitem} % do not affect trivlist … … 36 36 \setlist[enumerate]{listparindent=\parindent}% global 37 37 \setlist[enumerate,2]{leftmargin=\parindent,labelsep=*,align=parleft,label=\alph*.}% local 38 \setlist[description]{ listparindent=\parindent,leftmargin=\parindent,labelsep=*}38 \setlist[description]{itemsep=0pt,listparindent=\parindent,leftmargin=\parindent,labelsep=1.5ex} 39 39 40 40 % Names used in the document. … … 52 52 \newlength{\parindentlnth} 53 53 \setlength{\parindentlnth}{\parindent} 54 55 \newlength{\gcolumnposn} 56 \newlength{\columnposn} 57 \setlength{\gcolumnposn}{2.5in} 58 \setlength{\columnposn}{\gcolumnposn} 59 \newcommand{\C}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\lst@commentstyle{#2}}} 60 \newcommand{\CRT}{\global\columnposn=\gcolumnposn} 54 61 55 62 % allow escape sequence in lstinline … … 123 130 \newcommand{\indexc}[1]{\index{#1@\lstinline$#1$}} 124 131 132 % Denote newterms in particular font and index them without particular font and in lowercase, e.g., \newterm{abc}. 133 % The option parameter provides an index term different from the new term, e.g., \newterm[\texttt{abc}]{abc} 134 % The star version does not lowercase the index information, e.g., \newterm*{IBM}. 125 135 \newcommand{\newtermFontInline}{\emph} 126 136 \newcommand{\newterm}{\@ifstar\@snewterm\@newterm} … … 204 214 \lstset{ 205 215 language=CFA, 206 columns=f lexible,216 columns=fullflexible, 207 217 basicstyle=\linespread{0.9}\sf, 208 218 stringstyle=\tt,
Note: See TracChangeset
for help on using the changeset viewer.