summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tabto-ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-01 22:26:09 +0000
committerKarl Berry <karl@freefriends.org>2019-03-01 22:26:09 +0000
commitbff88215edc7bb6ad7e3304605cac52dc011e7a7 (patch)
treed40ab09b0e6f9ea82fb44bc6fe94db9d877db98a /Master/texmf-dist/doc/latex/tabto-ltx
parentae6f91f3d421fc8e0d2990ee0ab8c7ca379ecc63 (diff)
tabto-ltx (1mar19)
git-svn-id: svn://tug.org/texlive/trunk@50188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tabto-ltx')
-rw-r--r--Master/texmf-dist/doc/latex/tabto-ltx/README23
-rw-r--r--Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.pdfbin118394 -> 59715 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.tex12
3 files changed, 30 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/tabto-ltx/README b/Master/texmf-dist/doc/latex/tabto-ltx/README
new file mode 100644
index 00000000000..63a1dff8bae
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tabto-ltx/README
@@ -0,0 +1,23 @@
+tabto.sty
+version 1.4 (Dec 2018)
+
+Tabbing to fixed positions in a paragraph.
+
+Copyright 2006,2009,2012,2013,2018 by
+Donald Arseneau, Vancouver, Canada (asnd@triumf.ca)
+License: LPPL ver 1.3 or later
+LPPL maintenance status `maintained' (by author).
+
+Two new text positioning commands are defined: \tabto and \tab.
+
+\tabto{<length>} and \tabto*{<length>}
+Tab to a specified position relative to the left margin in a paragraph
+They differ when the text on the line already goes past the desired
+position: \tabto gives a line break whereas \tabto* backspaces.
+
+\tab
+Tab to the next tab-stop chosen from a list of tab positions, in
+the traditional style of typewriters. The tab-stop positions are
+declared using either \TabPositions{<length>, <length>,...<length>}
+or \NumTabs{<number>}.
+
diff --git a/Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.pdf b/Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.pdf
index f40b4c9510c..be9309202d7 100644
--- a/Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.pdf
+++ b/Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.tex b/Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.tex
index b073c7f3cdb..8d2aef54c10 100644
--- a/Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.tex
+++ b/Master/texmf-dist/doc/latex/tabto-ltx/tabto-doc.tex
@@ -19,9 +19,9 @@
\begin{document}
\title{The \Package{tabto} package}
-\author{Donald Arseneau\thanks{Documentation file assembled by Robin
- Fairbairns}}
-\date{Mar 2013, version 1.3}
+\author{Donald Arseneau\thanks{Thanks to Robin
+ Fairbairns for making typeset documentation.}}
+\date{Dec 2018, version 1.4}
\maketitle
\section*{Tabbing to fixed positions in a paragraph}
@@ -48,8 +48,10 @@ The length register \cs{CurrentLineWidth} will report the width
of the existing text on the line, and it may be used in the
\meta{length} argument (using calc.sty, for example). Also, there
is \cs{TabPrevPos} which stores the \cs{CurrentLineWidth} from the
-previous tab command, and can be used to return to that position
-if no line breaks have occurred in between.
+previous tab command (the position where the tab command occurred,
+not where it went to), and can be used to return to that position
+if no line breaks have occurred in between, or directly below it,
+if there were line breaks.
\prototype{\cs{tab}}