diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/publ-imp-commands.mkvi')
-rw-r--r-- | Master/texmf-dist/tex/context/base/publ-imp-commands.mkvi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/publ-imp-commands.mkvi b/Master/texmf-dist/tex/context/base/publ-imp-commands.mkvi new file mode 100644 index 00000000000..14e2dbae12d --- /dev/null +++ b/Master/texmf-dist/tex/context/base/publ-imp-commands.mkvi @@ -0,0 +1,15 @@ +\unprotect + +% for tugboat + +\definebtxcommand\hbox {\hbox} +\definebtxcommand\vbox {\vbox} +\definebtxcommand\llap {\llap} +\definebtxcommand\rlap {\rlap} +\definebtxcommand\url #1{\hyphenatedurl{#1}} +\definebtxcommand\acro #1{\dontleavehmode{\smallcaps#1}} + +\let\<< +\let\<> + +\protect \endinput |