Changeset 4096de0 for doc/LaTeXmacros


Ignore:
Timestamp:
Jul 6, 2016, 9:11:20 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

write pointer/reference section, update LaTeX macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/common.tex

    r99f11dd r4096de0  
    1111%% Created On       : Sat Apr  9 10:06:17 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Mon Jun 20 09:35:20 2016
    14 %% Update Count     : 178
     13%% Last Modified On : Sun Jul  3 08:36:24 2016
     14%% Update Count     : 200
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    2727\righthyphenmin=4
    2828
    29 \usepackage{pslatex}                            % reduce size of san serif font
     29%\usepackage{pslatex}                           % reduce size of san serif font
    3030
    3131\usepackage[ignoredisplayed]{enumitem}  % do not affect trivlist
     
    3636\setlist[enumerate]{listparindent=\parindent}% global
    3737\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}
    3939
    4040% Names used in the document.
     
    5252\newlength{\parindentlnth}
    5353\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}
    5461
    5562% allow escape sequence in lstinline
     
    123130\newcommand{\indexc}[1]{\index{#1@\lstinline$#1$}}
    124131
     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}.
    125135\newcommand{\newtermFontInline}{\emph}
    126136\newcommand{\newterm}{\@ifstar\@snewterm\@newterm}
     
    204214\lstset{
    205215language=CFA,
    206 columns=flexible,
     216columns=fullflexible,
    207217basicstyle=\linespread{0.9}\sf,
    208218stringstyle=\tt,
Note: See TracChangeset for help on using the changeset viewer.