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/doc | |
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/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/centerlastline/README | 44 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/centerlastline/centerlastline.pdf | bin | 0 -> 226307 bytes |
2 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/centerlastline/README b/Master/texmf-dist/doc/latex/centerlastline/README new file mode 100644 index 00000000000..1b4d207c9ce --- /dev/null +++ b/Master/texmf-dist/doc/latex/centerlastline/README @@ -0,0 +1,44 @@ +centerlastline --- last line centered (spanish paragraph) +========================================================= + +Versions +1.0 -> initial version + +Copyright (C) 2020 Miguel V. S. Frasson (mvsfrasson@gmail.com) + +LICENSE +======= + +This file is the README file, 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.3 or (at your option) any later +version. + +You can obtain a copy of the lppl.txt file from the internet on +http://www.latex-project.org/lppl.txt + +USAGE +===== + +The package _centerlastline_ provides command \centerlastline, which +sets paragraph style to typeset with no indentation and last line +centered, an arrangemente known as _Spanish paragraph_. An example + +{\centerlastline +A big paragraph to be formatted with no indentation and last line +centered. It is a not-so-frequent composition, useful to finish a +large paragraph of text, at the end of chapters, prologues, back cover +of books, etc. Be careful to finish the paragraph with a blanck line +or \verb+\par+, to the paragraph style take effect.\par} + +It can be used as an environment too, as in + +\begin{centerlastline} +A paragraph to be formatted as a Spanish paragraph. In environment +form, user doesn't have to take care of last paragraph. The +environment taks care of everything. +\end{centerlastline} + + diff --git a/Master/texmf-dist/doc/latex/centerlastline/centerlastline.pdf b/Master/texmf-dist/doc/latex/centerlastline/centerlastline.pdf Binary files differnew file mode 100644 index 00000000000..e9d92d4d961 --- /dev/null +++ b/Master/texmf-dist/doc/latex/centerlastline/centerlastline.pdf |