Parcourir la source

* Passes the [caption=false] option to the subfig package if the subfig package

is loaded.  Fixes issues 40 and 47.


git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@166 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Kevin M. Godby il y a 15 ans
Parent
révision
e657a76673
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. +9
    -0
      tufte-common.def

+ 9
- 0
tufte-common.def Voir le fichier

@@ -1935,6 +1935,15 @@
}
}


%%
% For compatibility with the subfig package, we'll set captions=false so that
% it doesn't load the caption package (which modifies our own caption
% formatting).

\PassOptionsToPackage{caption=false}{subfig}


%%
% If debugging is enabled, print the Tufte-LaTeX options and the list of
% files.


Chargement…
Annuler
Enregistrer