On 10/13/2011 06:59 PM, Tim Wescott wrote:
How do I change the font size in marginal notes?  I've looked around --
I don't see much guidance in Kopka&  Daly, and the only thing I found on
a web search was this, which isn't helping:

http://www.mail-archive.com/[email protected]/msg19731.html

TIA.


Find some inspiration here:

\def\mparsetup{%
   \slshape\footnotesize%
   \parindent=0pt \lineskip=0pt \lineskiplimit=0pt %
   \tolerance=2000 \hyphenpenalty=300 \exhyphenpenalty=300%
   \doublehyphendemerits=100000%
   \finalhyphendemerits=\doublehyphendemerits}

\let\oldmarginpar\marginpar

\renewcommand{\marginpar}[1]{\oldmarginpar[\mparsetup\raggedleft\hspace{0pt}{#1}]{\mparsetup\raggedright\hspace{0pt}{#1}}}

Reply via email to