diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-26 21:26:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-26 21:26:31 +0000 |
commit | 4b1798930ac65eee9c833921c883645b11160769 (patch) | |
tree | 21f7a4b48b056251cb797c4d9ac52e2f1fd2c91f /Master/texmf-dist/tex/latex | |
parent | 48b971a296cf76d3409730dba4928f228653a760 (diff) |
covington (26aug18)
git-svn-id: svn://tug.org/texlive/trunk@48491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/covington/covington.sty | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/covington/covington.sty b/Master/texmf-dist/tex/latex/covington/covington.sty index 4c0c728ae64..47ad2f56323 100644 --- a/Master/texmf-dist/tex/latex/covington/covington.sty +++ b/Master/texmf-dist/tex/latex/covington/covington.sty @@ -42,12 +42,14 @@ %%% Metadata %%% -\def\filedate{2017/05/23} -\def\fileversion{1.4} +\def\filedate{2018/08/24} +\def\fileversion{1.5} \def\filename{covington.sty} % Force redefinition of environments? \newif\ifforceredef\forceredeffalse +% Tweak text layout? +\newif\iftweaklayout\tweaklayouttrue \@ifundefined{ProvidesPackage}{% \typeout{* covington.sty : Covington's linguistic macros, \fileversion\ \filedate *} @@ -55,6 +57,7 @@ \ProvidesPackage{covington} [\filedate\space v\fileversion\space Covington's linguistic macros] \DeclareOption{force}{\forceredeftrue} +\DeclareOption{keeplayout}{\tweaklayoutfalse} \ProcessOptions } @@ -71,8 +74,11 @@ %%% Preferences about how text is laid out %%% +% New 2018-08-24: Option to opt-out these layout tweaks +\iftweaklayout \setlength{\textfloatsep}{0.7in} \raggedbottom +\fi %%% %%% Stacked accents |