瀏覽代碼

* Fixed a bug with the use of \unskip in vertical mode. A float is typeset in vertical mode when it's on its own page.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@165 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Kevin M. Godby 16 年之前
父節點
當前提交
60724f9c33
共有 3 個檔案被更改,包括 4 行新增4 行删除
  1. 二進制
      sample-book.pdf
  2. 二進制
      sample-handout.pdf
  3. +4
    -4
      tufte-common.def

二進制
sample-book.pdf 查看文件


二進制
sample-handout.pdf 查看文件


+ 4
- 4
tufte-common.def 查看文件

@@ -1301,7 +1301,7 @@
% Redefine the figure environment to place the captions in the margin space

\renewenvironment{figure}[1][htbp]%
{\unskip\begin{@tufte@float}[#1]{figure}{}}
{\ifvmode\else\unskip\fi\unskip\begin{@tufte@float}[#1]{figure}{}}
{\end{@tufte@float}}


@@ -1309,7 +1309,7 @@
% Redefine the table environment to place the captions in the margin space

\renewenvironment{table}[1][htbp]
{\unskip\begin{@tufte@float}[#1]{table}{}}
{\ifvmode\else\unskip\fi\begin{@tufte@float}[#1]{table}{}}
{\end{@tufte@float}}


@@ -1317,7 +1317,7 @@
% Full-width figure

\renewenvironment{figure*}[1][htbp]%
{\unskip\begin{@tufte@float}[#1]{figure}{star}}
{\ifvmode\else\unskip\fi\begin{@tufte@float}[#1]{figure}{star}}
{\end{@tufte@float}}


@@ -1325,7 +1325,7 @@
% Full-width table

\renewenvironment{table*}[1][htbp]%
{\unskip\begin{@tufte@float}[#1]{table}{star}}
{\ifvmode\else\unskip\fi\unskip\begin{@tufte@float}[#1]{table}{star}}
{\end{@tufte@float}}




Loading…
取消
儲存