scribble-enhanced/collects/scriblib/figure.tex
Vincent St-Amour 60d6b1c16f Add here-figures to scribble and avoid putting figures on their own page if possible.
original commit: c1ab718ad77542416a639bfc2abbc3ea8e17ea5d
2011-03-27 07:30:18 -06:00

17 lines
677 B
TeX

\usepackage{ccaption}
\newcommand{\Legend}[1]{~
\hrule width \hsize height .33pt
\vspace{4pt}
\legend{#1}}
\newlength{\FigOrigskip}
\FigOrigskip=\parskip
\newenvironment{CenterfigureMulti}{\begin{figure*}[t!p]\centering}{\end{figure*}}
\newenvironment{CenterfigureMultiWide}{\begin{CenterfigureMulti}}{\end{CenterfigureMulti}}
\newenvironment{Centerfigure}{\begin{figure}[t!p]\centering}{\end{figure}}
\newenvironment{Herefigure}{\begin{figure}[ht!p]\centering}{\end{figure}}
\newenvironment{FigureInside}{\begin{list}{}{\leftmargin=0pt\topsep=0pt\parsep=\FigOrigskip\partopsep=0pt}\item}{\end{list}}