From 2dc16dbcc5383bec30b5f50bfaef294a6f299521 Mon Sep 17 00:00:00 2001 From: "Kevin M. Godby" Date: Sat, 24 Apr 2010 10:53:26 +0000 Subject: [PATCH] * 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 --- tufte-common.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tufte-common.def b/tufte-common.def index 1751f95..ee8fa18 100644 --- a/tufte-common.def +++ b/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}}} }{}%