소스 검색

* 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. BIN
      sample-book.pdf
  2. BIN
      sample-handout.pdf
  3. +4
    -4
      tufte-common.def

BIN
sample-book.pdf 파일 보기


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




불러오는 중...
취소
저장