diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/linegoal/README | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/linegoal/linegoal.pdf | bin | 0 -> 119499 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/linegoal/linegoal.tex | 28 |
3 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/linegoal/README b/Master/texmf-dist/doc/latex/linegoal/README new file mode 100644 index 00000000000..2592317aac6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/linegoal/README @@ -0,0 +1,20 @@ +Nota : this packages requires pdfTeX. + +The linegoal package provides a macro \linegoal +to be used with \setlength : + \setlength<some dimen>\linegoal + +will assign to <some dimen> the horizontal length +of the remainder of the line. + +This is achieved using the \pdfsavepos primitive +and the zref-savepos package. + +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +Typical usage : + +Some text: \begin{tabularx}\linegoal{|l|X|} \hline + one & two \\ + three & four \\\hline + \end{tabularx} + diff --git a/Master/texmf-dist/doc/latex/linegoal/linegoal.pdf b/Master/texmf-dist/doc/latex/linegoal/linegoal.pdf Binary files differnew file mode 100644 index 00000000000..310ca3d5033 --- /dev/null +++ b/Master/texmf-dist/doc/latex/linegoal/linegoal.pdf diff --git a/Master/texmf-dist/doc/latex/linegoal/linegoal.tex b/Master/texmf-dist/doc/latex/linegoal/linegoal.tex new file mode 100644 index 00000000000..61e9c72b7fa --- /dev/null +++ b/Master/texmf-dist/doc/latex/linegoal/linegoal.tex @@ -0,0 +1,28 @@ +%% +%% This is file `linegoal.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% linegoal.dtx (with options: `example') +%% +%% This is a generated file. +%% +%% linegoal : 2010/05/07 v1.0 - linegoal : a new dimen corresponding to the remainder of the line +%% +%% 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 +%% +%% This work consists of the main source file linegoal.dtx +%% and the derived files +%% linegoal.sty, linegoal.pdf, linegoal.ins, +%% +%% linegoal : linegoal : a new dimen corresponding to the remainder of the line +%% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> +%% +\endinput +%% +%% End of file `linegoal.tex'. |