summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/abbr
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:56:57 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:56:57 +0000
commitf07bb53970ee2ecc53f81a206a3d3a67ef665e4a (patch)
tree6f57a1d62971db79e5ff023bdfd83b22cb971dc9 /Master/texmf-dist/doc/generic/abbr
parent007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (diff)
doc 6
git-svn-id: svn://tug.org/texlive/trunk@85 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/abbr')
-rw-r--r--Master/texmf-dist/doc/generic/abbr/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/abbr/README b/Master/texmf-dist/doc/generic/abbr/README
new file mode 100644
index 00000000000..4591aefc4d5
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/abbr/README
@@ -0,0 +1,24 @@
+abbr.tex is a file containing some simple macros to support
+abbreviations in plain or latex.
+
+Usage example:
+
+=====================================================================
+\input abbr
+
+\abbr{TEX}{\TeX}{TeX}
+\abbr{LATEX}{\LaTeX}{LaTeX}
+\abbr{TEX4HT}{\TeX4HT}{TeX4ht}
+% more user-defined abbreviations here if needed
+
+I love \<TEX> and \<LATEX>, espciallly when I don't have to pay attention
+whether to espace or not to espace a space after a \<TEX> control sequence.
+I also love \<TEX4HT>, and when using it I prefer to have `TeX' and `LaTeX'
+in the html output intead of `TEX' and 'LATEX'. Using abbr.tex also frees
+me from having to remember whether I defined a \ControlSequence or
+\controlsequence or \Controlsequence, and where. Anytime when I need to use
+some abbreviation, I just write \<FOO> and if it's not defined, I add a new
+definition to abbr.tex. It also saves a lot of typing, because in fact
+what I type is not '\<FOO>' but 'foo' and some shortcut to turn it to
+\<FOO>.
+=====================================================================