summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/linegoal/README
diff options
context:
space:
mode:
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}
+