summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tabto/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/tabto/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/tabto/README')
-rw-r--r--macros/latex/contrib/tabto/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/macros/latex/contrib/tabto/README b/macros/latex/contrib/tabto/README
new file mode 100644
index 0000000000..63a1dff8ba
--- /dev/null
+++ b/macros/latex/contrib/tabto/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>}.
+