Changes in doc/LaTeXmacros/common.tex [e229c22:7937abf]
- File:
-
- 1 edited
-
doc/LaTeXmacros/common.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
re229c22 r7937abf 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Fri Jun 3 09:32:19201614 %% Update Count : 6213 %% Last Modified On : Wed May 4 08:01:10 2016 14 %% Update Count : 54 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 17 17 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 18 19 \setlength{\textheight}{9in}20 %\oddsidemargin 0.0in21 \renewcommand{\topfraction}{0.8} % float must be greater than X of the page before it is forced onto its own page22 \renewcommand{\bottomfraction}{0.8} % float must be greater than X of the page before it is forced onto its own page23 \renewcommand{\floatpagefraction}{0.8} % float must be greater than X of the page before it is forced onto its own page24 \renewcommand{\textfraction}{0.0} % the entire page maybe devoted to floats with no text on the page at all25 \usepackage{pslatex} % reduce size of san serif font26 18 27 19 % Names used in the document. … … 35 27 36 28 \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 42 29 % allow escape sequence in lstinline 43 30 %\usepackage{etoolbox} … … 45 32 46 33 % make fontsize "small" slightly larger, specifically for san serif (helvetica) in program code 47 %\renewcommand\small{%48 %\@setfontsize\small{8.5}{11}%49 %\abovedisplayskip 8.5pt \@plus 3pt \@minus 4pt50 %\abovedisplayshortskip \z@ \@plus 2pt51 %\belowdisplayshortskip 4pt \@plus 2pt \@minus 2pt52 %\def\@listi{\leftmargin\leftmargini53 %\topsep 4pt \@plus 2pt \@minus 2pt54 %\parsep 2pt \@pluspt \@minuspt55 %\itemsep \parsep}%56 %\belowdisplayskip \abovedisplayskip57 %}34 \renewcommand\small{% 35 \@setfontsize\small{8.5}{11}% 36 \abovedisplayskip 8.5pt \@plus 3pt \@minus 4pt 37 \abovedisplayshortskip \z@ \@plus 2pt 38 \belowdisplayshortskip 4pt \@plus 2pt \@minus 2pt 39 \def\@listi{\leftmargin\leftmargini 40 \topsep 4pt \@plus 2pt \@minus 2pt 41 \parsep 2pt \@pluspt \@minuspt 42 \itemsep \parsep}% 43 \belowdisplayskip \abovedisplayskip 44 } 58 45 \usepackage{relsize} % must be after change to small or selects old size 59 46 … … 199 186 language=CFA, 200 187 columns=flexible, 201 basicstyle=\sf ,188 basicstyle=\sf\relsize{-1}, 202 189 stringstyle=\tt, 203 190 tabsize=4, 204 xleftmargin=\parindent length,191 xleftmargin=\parindent, 205 192 extendedchars=true, 206 193 escapechar=§,
Note:
See TracChangeset
for help on using the changeset viewer.