make scriblib/figure' work with
scribble/jfp'
original commit: 3b87b735554b216d78690e4bc25f586988c08311
This commit is contained in:
parent
54de2e9413
commit
3f4465aada
|
@ -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