Name: | texlive-linegoal |
---|---|
Epoch: | 13 |
Version: | 20240311 |
Release: | 6.el10 |
Architecture: | noarch |
Group: | Applications/Publishing |
Size: | 196352 |
License: | LPPL-1.3c |
RPM: | texlive-linegoal-20240311-6.el10.noarch.rpm |
Source RPM: | texlive-20240311-6.el10.src.rpm |
Build Date: | Sat Feb 01 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://tug.org/texlive/ |
Summary: | A "dimen" that returns the space left on the line |
Description: | 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. |