make scriblib/figure' work with
scribble/jfp'
This commit is contained in:
parent
3d76aa5c32
commit
3b87b73555
|
@ -1,5 +1,11 @@
|
||||||
\usepackage{ccaption}
|
\usepackage{ccaption}
|
||||||
|
|
||||||
|
% \legend relies on \belowcaptionskip, which is not defined
|
||||||
|
% by the JFP class file:
|
||||||
|
\makeatletter
|
||||||
|
\@ifundefined{belowcaptionskip}{\newlength{\belowcaptionskip}}{}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
\newcommand{\Legend}[1]{~
|
\newcommand{\Legend}[1]{~
|
||||||
|
|
||||||
\hrule width \hsize height .33pt
|
\hrule width \hsize height .33pt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user