Am 03.07.2013 um 23:52 schrieb MANUEL GONZALEZ SUAREZ : > > Hello everyone. > I recently changed from TeXLive 2011 to TeXLive 2013 (Windows Vista) and the editor TeXworks. For translations word for word, I have these two codes provided by Hans on this list, but none of them works now: > \define[2]\dos{% > \bTABLE > \setupTABLE[align=middle] > \setupTABLE[r][1][style=\**small] > \setupTABLE[r][2][style={\**small\small\em}] > \bTR\bTD#1\eTD\eTR > \bTR\bTD#2\eTD\eTR > \eTABLE > } > And the othe code: > \unexpanded\def\dos#1#2% > > {\dontleavehmode > > \begingroup > > \setbox0\struttedbox{#1}% > > \setbox2\struttedbox{#2}% > > \ifdim\wd0>\wd2 > > \setbox2\hbox to \wd0{\hss\box2\hss}% > > \else > > \setbox0\hbox to \wd2{\hss\box0\hss}% > > \fi > > \box0 > > \kern-\wd2 > > \raise\lineheight\box2 > > \endgroup} > Thank you for your attention. 1. Provide a working minimal example. 2. What doesn’t work or which error message do you get? Wolfgang