Changeset e229c22 for doc/LaTeXmacros
- Timestamp:
- Jun 4, 2016, 12:34:24 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, 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:
- 57aa6f5, b8387fc
- Parents:
- 31eed869
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/LaTeXmacros/common.tex ¶
r31eed869 re229c22 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Wed May 4 08:01:10201614 %% Update Count : 5413 %% Last Modified On : Fri Jun 3 09:32:19 2016 14 %% Update Count : 62 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 17 17 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 18 19 \setlength{\textheight}{9in} 20 %\oddsidemargin 0.0in 21 \renewcommand{\topfraction}{0.8} % float must be greater than X of the page before it is forced onto its own page 22 \renewcommand{\bottomfraction}{0.8} % float must be greater than X of the page before it is forced onto its own page 23 \renewcommand{\floatpagefraction}{0.8} % float must be greater than X of the page before it is forced onto its own page 24 \renewcommand{\textfraction}{0.0} % the entire page maybe devoted to floats with no text on the page at all 25 \usepackage{pslatex} % reduce size of san serif font 18 26 19 27 % Names used in the document. … … 27 35 28 36 \makeatletter 37 % parindent is relative, i.e., toggled on/off in environments like itemize, 38 % so store the value for use rather than use \parident directly. 39 \newlength{\parindentlength} 40 \setlength{\parindentlength}{\parindent} 41 29 42 % allow escape sequence in lstinline 30 43 %\usepackage{etoolbox} … … 32 45 33 46 % make fontsize "small" slightly larger, specifically for san serif (helvetica) in program code 34 \renewcommand\small{%35 \@setfontsize\small{8.5}{11}%36 \abovedisplayskip 8.5pt \@plus 3pt \@minus 4pt37 \abovedisplayshortskip \z@ \@plus 2pt38 \belowdisplayshortskip 4pt \@plus 2pt \@minus 2pt39 \def\@listi{\leftmargin\leftmargini40 \topsep 4pt \@plus 2pt \@minus 2pt41 \parsep 2pt \@pluspt \@minuspt42 \itemsep \parsep}%43 \belowdisplayskip \abovedisplayskip44 }47 %\renewcommand\small{% 48 % \@setfontsize\small{8.5}{11}% 49 % \abovedisplayskip 8.5pt \@plus 3pt \@minus 4pt 50 % \abovedisplayshortskip \z@ \@plus 2pt 51 % \belowdisplayshortskip 4pt \@plus 2pt \@minus 2pt 52 % \def\@listi{\leftmargin\leftmargini 53 % \topsep 4pt \@plus 2pt \@minus 2pt 54 % \parsep 2pt \@pluspt \@minuspt 55 % \itemsep \parsep}% 56 % \belowdisplayskip \abovedisplayskip 57 %} 45 58 \usepackage{relsize} % must be after change to small or selects old size 46 59 … … 186 199 language=CFA, 187 200 columns=flexible, 188 basicstyle=\sf \relsize{-1},201 basicstyle=\sf, 189 202 stringstyle=\tt, 190 203 tabsize=4, 191 xleftmargin=\parindent ,204 xleftmargin=\parindentlength, 192 205 extendedchars=true, 193 206 escapechar=§,
Note: See TracChangeset
for help on using the changeset viewer.