1\unprotect 2 3% for tugboat 4 5\mutable\protected\def\acro#1{\dontleavehmode{\smallcaps#1}} % can be redefined 6 7\definebtxcommand\hbox {\hbox} 8\definebtxcommand\vbox {\vbox} 9\definebtxcommand\llap {\llap} 10\definebtxcommand\rlap {\rlap} 11\definebtxcommand\url #1{\hyphenatedurl{#1}} 12\definebtxcommand\acro #1{\dontleavehmode{\smallcaps#1}} 13 14\mutable\let\<< % for now \mutable, maybe \definebtxcommand\<{<} 15\mutable\let\>> % for now \mutable, maybe \definebtxcommand\>{>} 16 17\protect \endinput 18 |