Kaynağa Gözat

* 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 15 yıl önce
ebeveyn
işleme
60724f9c33
3 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. BIN
      sample-book.pdf
  2. BIN
      sample-handout.pdf
  3. +4
    -4
      tufte-common.def

BIN
sample-book.pdf Dosyayı Görüntüle


BIN
sample-handout.pdf Dosyayı Görüntüle


+ 4
- 4
tufte-common.def Dosyayı Görüntüle

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




Yükleniyor…
İptal
Kaydet