소스 검색

* Fixed a letter-spacing bug: The \allcaps command had the spacing value hard-coded instead of using the \allcapsspacing parameter.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@167 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Kevin M. Godby 15 년 전
부모
커밋
2dc16dbcc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tufte-common.def

+ 1
- 1
tufte-common.def 파일 보기

@@ -687,7 +687,7 @@
% Set up letterspacing (using microtype package) -- requires pdfTeX v1.40+
\renewcommand{\allcapsspacing}[1]{\textls[200]{##1}}
\renewcommand{\smallcapsspacing}[1]{\textls[50]{##1}}
\renewcommand{\allcaps}[1]{\textls[200]{\MakeTextUppercase{##1}}}
\renewcommand{\allcaps}[1]{\allcapsspacing{\MakeTextUppercase{##1}}}
\renewcommand{\smallcaps}[1]{\smallcapsspacing{\scshape\MakeTextLowercase{##1}}}
\renewcommand{\textsc}[1]{\smallcapsspacing{\textsmallcaps{##1}}}
}{}%


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