瀏覽代碼

* 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 16 年之前
父節點
當前提交
e657a76673
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      tufte-common.def

+ 9
- 0
tufte-common.def 查看文件

@@ -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.


Loading…
取消
儲存