mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-27 21:22:44 -04:00
Change margins to make room for lineno
This commit is contained in:
parent
52e813b444
commit
8afd2a5054
@ -1,21 +1,24 @@
|
|||||||
|
|
||||||
\oddsidemargin=.82in
|
\oddsidemargin=.82in
|
||||||
\evensidemargin=1.82in
|
%\evensidemargin=1.82in
|
||||||
|
\evensidemargin=1.72in
|
||||||
|
|
||||||
%\topmargin=-.5in
|
%\topmargin=-.5in
|
||||||
\headheight=12pt
|
\headheight=12pt
|
||||||
\headsep=20pt
|
\headsep=20pt
|
||||||
|
|
||||||
\hoffset=-1.2in % for 8.5x11
|
%\hoffset=-1.2in % for 8.5x11
|
||||||
|
\hoffset=-1.1in % for 8.5x11
|
||||||
|
|
||||||
%\voffset=-1.15in % for 8.5x11
|
%\voffset=-1.15in % for 8.5x11
|
||||||
\voffset=-.8in % for 8.5x11
|
\voffset=-.8in % for 8.5x11
|
||||||
|
|
||||||
%\textheight=9.75in % for 8.5x11
|
%\textheight=9.75in % for 8.5x11
|
||||||
\textheight=9in % for 8.5x11
|
\textheight=9in % for 8.5x11
|
||||||
%\textheight=8.75in % for 8.5x11
|
%\textheight=8.75in % for 8.5x11
|
||||||
|
|
||||||
%\textwidth=348pt % for 8.5x11
|
\textwidth=6.1in % for 8.5x11
|
||||||
%\textwidth=6in % for 8.5x11
|
%\textwidth=6.25in % for 8.5x11
|
||||||
\textwidth=6.25in % for 8.5x11
|
|
||||||
|
|
||||||
\marginparsep=7pt
|
\marginparsep=7pt
|
||||||
%\marginparwidth=71pt
|
%\marginparwidth=71pt
|
||||||
@ -45,6 +48,7 @@
|
|||||||
\usepackage{makeidx,showidx} % showidx breaks hyperref when loaded before hyperref
|
\usepackage{makeidx,showidx} % showidx breaks hyperref when loaded before hyperref
|
||||||
|
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% for one-sided on left margin
|
% for one-sided on left margin
|
||||||
\usepackage{lineno}
|
\usepackage{lineno}
|
||||||
\linenumbers
|
\linenumbers
|
||||||
@ -56,7 +60,19 @@
|
|||||||
|
|
||||||
%\renewcommand\linenumberfont{\normalfont\small\sffamily}
|
%\renewcommand\linenumberfont{\normalfont\small\sffamily}
|
||||||
%\renewcommand\linenumberfont{\normalfont\footnotesize\sffamily}
|
%\renewcommand\linenumberfont{\normalfont\footnotesize\sffamily}
|
||||||
\renewcommand\linenumberfont{\normalfont\scriptsize\sffamily}
|
%\renewcommand\linenumberfont{\normalfont\scriptsize\sffamily}
|
||||||
|
%\renewcommand\linenumberfont{\normalfont\tiny\sffamily\color{red}}
|
||||||
|
\renewcommand\linenumberfont{\normalfont\tiny\sffamily\bfseries\color{violet}}
|
||||||
|
|
||||||
|
% lineno is screwy for displayed equations
|
||||||
|
\let\oldequation\equation
|
||||||
|
\let\oldendequation\endequation
|
||||||
|
\renewenvironment{equation}
|
||||||
|
{\linenomathNonumbers\oldequation}
|
||||||
|
{\oldendequation\endlinenomath}
|
||||||
|
|
||||||
|
\setlength\linenumbersep{6mm}
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
|
||||||
%\usepackage{url}
|
%\usepackage{url}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user