linegoal – A “dimen” that returns the space left on the line
The linegoal package provides a macro \linegoal to be
used with \setlength:
\setlength<some dimen>\linegoal
will set <some dimen> to the horizontal length of the
remainder of the line.
This is achieved using the \pdfsavepos primitive of pdfTeX, through the zref-savepos package.
Example:
Some text: \begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three & four \\\hline \end{tabularx}will position the table after the initial text, and make the table fill the rest of the line.
Sources | /macros/latex/contrib/linegoal |
Documentation | |
Version | 2.9 |
Licenses | The LaTeX Project Public License 1.3 |
Copyright | 2010 Florent Chervet |
Maintainer | Florent Chervet |
Contained in | TeX Live as linegoal MiKTeX as linegoal |
Topics | Layout |
Download the contents of this package in one zip archive (150.7k).
Announcements
- 2011-02-25 CTAN package update: linegoal (v2.9)
- 2010-11-28 CTAN update: linegoal
- 2010-05-07 New CTAN package: linegoal
Suggestions
Maybe you are interested in the following packages as well.
Community Comments