summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/linegoal/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-07 23:21:59 +0000
committerKarl Berry <karl@freefriends.org>2010-05-07 23:21:59 +0000
commit26a9a99cce2d8eea612686e05061b1c05f9149db (patch)
treeb5c09c539b67f39ff790badfbdd0505c5a09d175 /Master/texmf-dist/doc/latex/linegoal/README
parentf82352406dc717f2af0a1e0e8c541bfbb9320d83 (diff)
new latex package linegoal (7may10)
git-svn-id: svn://tug.org/texlive/trunk@18149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/linegoal/README')
-rw-r--r--Master/texmf-dist/doc/latex/linegoal/README20
1 files changed, 20 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}
+