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