Dear list, I am switching from MLIV to LMTX and I've found a problem with descriptions. Here is an example of the problem. ============================== \definedescription[D] \starttext \D{Label} description % Label is not printed \startD{Label} % OK, but pb with the following table description \stopD \bTABLE \bTR \bTH Label \eTH % The first line is located on the left at the bottom of the table, TD works OK. \eTR\bTR \bTD value \eTD \eTR \eTABLE \stoptext ============================== The short syntax "\D{Label} description" doesn't print "Label" at all. The syntax with \start, \stop works fine but has a nasty effect on the next TABLE if it uses TH (check attached pdf). Thank you for your help PS @Hans, thanks for adding \TB to \startcases, it works perfectly well. -- Jean-Philippe Rey jean-philippe.rey@centralesupelec.fr 91192 Gif-sur-Yvette Cedex - France Empreinte PGP : 807A 5B2C 69E4 D4B5 783A 428A 1B5E E83E 261B BF51
Jean-Philippe Rey schrieb am 24.11.2020 um 19:33:
Dear list,
I am switching from MLIV to LMTX and I've found a problem with descriptions. Here is an example of the problem.
============================== \definedescription[D]
\starttext \D{Label} description % Label is not printed
\startD{Label} % OK, but pb with the following table description \stopD
\bTABLE \bTR \bTH Label \eTH % The first line is located on the left at the bottom of the table, TD works OK. \eTR\bTR \bTD value \eTD \eTR \eTABLE
\stoptext ==============================
The short syntax "\D{Label} description" doesn't print "Label" at all.
The syntax with \start, \stop works fine but has a nasty effect on the next TABLE if it uses TH (check attached pdf).
This is a different problem which is unrelated to the description. Wolfgang
This is a different problem which is unrelated to the description. I'll update when Wolfgang has found some more glitches. (nearly all high level commands that take arguments get/got adapted this month so I bet
On 11/24/2020 7:44 PM, Wolfgang Schuster wrote: that there are some more. No functional changes, only mess ups.) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Jean-Philippe Rey
-
Wolfgang Schuster