summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lettrine/lettrine.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-29 17:24:08 +0000
committerKarl Berry <karl@freefriends.org>2008-04-29 17:24:08 +0000
commitfd50f7fb6d0e58972ed0c43863e90287b1ab03c4 (patch)
tree12deadde46db488b781bef3cb72f9339c215dbd5 /Master/texmf-dist/tex/latex/lettrine/lettrine.sty
parentfb16db91198c4ad4ddc4267ba7ae4d16ce94c56f (diff)
lettrine update (28apr08)
git-svn-id: svn://tug.org/texlive/trunk@7724 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.sty30
1 files changed, 7 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/lettrine/lettrine.sty b/Master/texmf-dist/tex/latex/lettrine/lettrine.sty
index c327b305bb9..80d73228617 100644
--- a/Master/texmf-dist/tex/latex/lettrine/lettrine.sty
+++ b/Master/texmf-dist/tex/latex/lettrine/lettrine.sty
@@ -4,7 +4,7 @@
%%
%% The original source files were:
%%
-%% lettrine.dtx (with options: `code')
+%% lettrine.dtx (with options: `sty')
%%
%% IMPORTANT NOTICE:
%%
@@ -20,11 +20,10 @@
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesFile{lettrine.sty}
- [2004/05/22 v1.6 (D. Flipo)]
-%% Please report errors to: Daniel.Flipo@univ-lille1.fr
-%%
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+ [2007/08/08 v1.62 (Daniel Flipo)]
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\RequirePackage{keyval}
\newcounter{DefaultLines}
\setcounter{DefaultLines}{2}
@@ -189,24 +188,9 @@
$\smash{\llap{\mbox{\L@ante}\raisebox{\L@lraise}{\usebox{\L@lbox}}%
\hskip \the\L@Findent}}$%
\usebox{\L@tbox}}
-\InputIfFileExists{lettrine.cfg}{}{}
-%%
-%% \CharacterTable
-%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%% Digits \0\1\2\3\4\5\6\7\8\9
-%% Exclamation \! Double quote \" Hash (number) \#
-%% Dollar \$ Percent \% Ampersand \&
-%% Acute accent \' Left paren \( Right paren \)
-%% Asterisk \* Plus \+ Comma \,
-%% Minus \- Point \. Solidus \/
-%% Colon \: Semicolon \; Less than \<
-%% Equals \= Greater than \> Question mark \?
-%% Commercial at \@ Left bracket \[ Backslash \\
-%% Right bracket \] Circumflex \^ Underscore \_
-%% Grave accent \` Left brace \{ Vertical bar \|
-%% Right brace \} Tilde \~}
-%%
+\InputIfFileExists{lettrine.cfg}
+ {\typeout{Loading lettrine.cfg}}
+ {\typeout{lettrine.cfg not found, using default values}}
\endinput
%%
%% End of file `lettrine.sty'.