diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-26 22:47:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-26 22:47:32 +0000 |
commit | 07a8d9a5d992d3e861591e63b38de862804caf37 (patch) | |
tree | 20822fb0e7d591232bb59319d60b2cb710feff82 /Master/texmf-dist/tex/latex/lettrine/lettrine.sty | |
parent | 4d2344ed1160157fc2d2010ed5fa5571a2b2e9bc (diff) |
lettrine (20jul12)
git-svn-id: svn://tug.org/texlive/trunk@27185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lettrine/lettrine.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lettrine/lettrine.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/lettrine/lettrine.sty b/Master/texmf-dist/tex/latex/lettrine/lettrine.sty index 80d73228617..971c2c33ede 100644 --- a/Master/texmf-dist/tex/latex/lettrine/lettrine.sty +++ b/Master/texmf-dist/tex/latex/lettrine/lettrine.sty @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesFile{lettrine.sty} - [2007/08/08 v1.62 (Daniel Flipo)] + [2012/07/20 v1.63 (Daniel Flipo)] \NeedsTeXFormat{LaTeX2e}[1999/12/01] \RequirePackage{keyval} \newcounter{DefaultLines} @@ -66,10 +66,11 @@ \addtolength{\L@height}{\ht\L@tbox}% \addtolength{\L@height}{\L@oversize\L@height}} \newcommand*{\LettrineFontHook}{} +\newcommand*{\LettrineTestString}{ABCDEFGHIJKLMNOQPRSTUVWXYZ} \newcommand*{\LettrineFont}{% \Lettrine@height \sbox{\L@tbox}{\LettrineFontHook\fontsize{\L@height}{\L@height}% - \selectfont X}% + \selectfont \LettrineTestString}% \@tempcntb=\ht\L@tbox \@tempcnta=\L@height \multiply\@tempcnta by 100 |