diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-12 21:41:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-12 21:41:01 +0000 |
commit | e48884909501d8b29784a5cd5e7b80b7332c8719 (patch) | |
tree | c38acc700c2a6648e559c6037f3abb9e294f0854 /Master/texmf-dist/tex | |
parent | 6f427f96627adfd5999246707610e7c96564897d (diff) |
centerlastline (12oct20)
git-svn-id: svn://tug.org/texlive/trunk@56644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/centerlastline/centerlastline.sty | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/centerlastline/centerlastline.sty b/Master/texmf-dist/tex/latex/centerlastline/centerlastline.sty new file mode 100644 index 00000000000..cacea585202 --- /dev/null +++ b/Master/texmf-dist/tex/latex/centerlastline/centerlastline.sty @@ -0,0 +1,33 @@ +%% +%% This is file `centerlastline.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% centerlastline.dtx +%% +%% Copyright (C) 2020 Miguel V. S. Frasson (mvsfrasson@gmail.com) +%% +%% This file is part of the `centerlastline' package. +%% +%% This package may be distributed under the terms of the LaTeX +%% Project Public License, as described in lppl.txt in the base +%% LaTeX distribution, either version 1.2 or (at your option) +%% any later version. +%% +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% +%% \CheckSum{11} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{centerlastline}[2020/10/12 v1.0 Last line centered (spanish par.)] +\providecommand{\centerlastline}{% + \parindent=0pt + \leftskip=0pt plus 1fil + \rightskip=0pt plus -1fil + \parfillskip=0pt plus 2fil} +\def\endcenterlastline{\par} +\endinput +%% +%% End of file `centerlastline.sty'. |