summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/centerlastline/centerlastline.sty
blob: cacea5852021e8cfde40aef935f597ca11334bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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'.