diff options
author | Norbert Preining <preining@logic.at> | 2017-04-06 00:32:26 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-04-06 00:32:26 +0000 |
commit | 3c806bd4ccf248e9411683a41ef534d1a909bc99 (patch) | |
tree | 53ff9c044159e20bafcc4e534e2e92a663cde7c7 /Master/texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty | |
parent | 6440a25141e789128a11f2475f4de3c19f4ca847 (diff) |
lwarp (6Apr)
git-svn-id: svn://tug.org/texlive/trunk@43705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty new file mode 100644 index 00000000000..def689ec591 --- /dev/null +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty @@ -0,0 +1,50 @@ +%% +%% This is file `lwarp-lettrine.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% lwarp.dtx (with options: `lettrine') +%% This is a generated file. +%% Copyright 2016-2017 Brian Dunn +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +\LWR@ProvidesPackageDrop{lettrine} +\DeclareDocumentCommand{\lettrine}{o m m}{% +\InlineClass{lettrine}{#2}\InlineClass{lettrinetext}{#3} % +} + +\newcounter{DefaultLines} +\setcounter{DefaultLines}{2} +\newcounter{DefaultDepth} +\newcommand*{\DefaultOptionsFile}{\relax} +\newcommand*{\DefaultLoversize}{0} +\newcommand*{\DefaultLraise}{0} +\newcommand*{\DefaultLhang}{0} +\newdimen\DefaultFindent +\setlength{\DefaultFindent}{\z@} +\newdimen\DefaultNindent +\setlength{\DefaultNindent}{0.5em} +\newdimen\DefaultSlope +\setlength{\DefaultSlope}{\z@} +\newdimen\DiscardVskip +\setlength{\DiscardVskip}{0.2\p@} +\newif\ifLettrineImage +\newif\ifLettrineOnGrid +\newif\ifLettrineRealHeight + +\newcommand*{\LettrineTextFont}{\scshape} + +\newcommand*{\LettrineFontHook}{} + +\newcommand*{\LettrineFont}[1]{\InlineClass{lettrine}{#1}} +\newcommand*{\LettrineFontEPS}[1]{\includegraphics[height=1.5ex]{#1}} +\endinput +%% +%% End of file `lwarp-lettrine.sty'. |