tweak figure and footnote rendering

This commit is contained in:
Matthew Flatt 2010-05-24 18:55:14 -06:00
parent 12f2c4fe2e
commit f357216068
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
\newlength{\FigOrigskip}
\FigOrigskip=\parskip
\newenvironment{CenterfigureMulti}{\begin{figure*}[htp]\centering}{\end{figure*}}
\newenvironment{CenterfigureMulti}{\begin{figure*}[tp]\centering}{\end{figure*}}
\newenvironment{CenterfigureMultiWide}{\begin{CenterfigureMulti}}{\end{CenterfigureMulti}}
\newenvironment{Centerfigure}{\begin{figure}[htp]\centering}{\end{figure}}
\newenvironment{Centerfigure}{\begin{figure}[tp]\centering}{\end{figure}}
\newenvironment{FigureInside}{\begin{list}{}{\leftmargin=0pt\topsep=0pt\parsep=\FigOrigskip\partopsep=0pt}\item}{\end{list}}

View File

@ -10,6 +10,7 @@
.NoteContent {
margin: 0 0 0 0;
font-size: 85%;
}
.FootnoteContent {