diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/lettrine')
-rw-r--r-- | Master/texmf-dist/source/latex/lettrine/lettrine.dtx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/lettrine/lettrine.ins | 2 |
2 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/lettrine/lettrine.dtx b/Master/texmf-dist/source/latex/lettrine/lettrine.dtx index c5692a6d68c..5fc747abf78 100644 --- a/Master/texmf-dist/source/latex/lettrine/lettrine.dtx +++ b/Master/texmf-dist/source/latex/lettrine/lettrine.dtx @@ -3,7 +3,7 @@ % % \iffalse meta-comment % -% Copyright (C) 1999-2012 Daniel Flipo. +% Copyright (C) 1999-2013 Daniel Flipo. % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License either version 1.3 of this @@ -30,7 +30,7 @@ \ProvidesFile{lettrine.dtx} %</dtx> %<*!cfg> - [2012/07/20 v1.63 (Daniel Flipo)] + [2013/03/14 v1.64 (Daniel Flipo)] %</!cfg> % % Lettrine package for LaTeX version 2e @@ -665,14 +665,17 @@ \addtolength{\L@next}{-\L@slope}% \advance\@tempcnta\@ne}% \edef\L@parshape{\L@parshape \rightmargin \the\linewidth}% - \noindent\leavevmode - \parshape=\L@parshape + \noindent + \parshape=\L@parshape\relax % \end{macrocode} +% \changes{lettrine-1.64}{2013/03/14}{Remove \$ around \cs{smash} +% and add \cs{relax}. Bug pointed out by David Monniaux. +% Correction by Enrico Gregorio.} % Write the dropped capital into the left margin, and wrap % the rest of paragraph around it. % \begin{macrocode} - $\smash{\llap{\mbox{\L@ante}\raisebox{\L@lraise}{\usebox{\L@lbox}}% - \hskip \the\L@Findent}}$% + \smash{\llap{\mbox{\L@ante}\raisebox{\L@lraise}{\usebox{\L@lbox}}% + \hskip \the\L@Findent}}% \usebox{\L@tbox}} % \end{macrocode} % \end{macro} diff --git a/Master/texmf-dist/source/latex/lettrine/lettrine.ins b/Master/texmf-dist/source/latex/lettrine/lettrine.ins index e71866caee3..389367d2075 100644 --- a/Master/texmf-dist/source/latex/lettrine/lettrine.ins +++ b/Master/texmf-dist/source/latex/lettrine/lettrine.ins @@ -1,5 +1,5 @@ %% -%% Copyright (C) 1999-2007 Daniel Flipo. +%% Copyright (C) 1999-2013 Daniel Flipo. %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License either version 1.3 of this |