[dev-context] core-con.mkxl: \date

2020-11-16 Thread Wolfgang Schuster
Hi, a optional space is missing between the arguments of \date (line 452): -\permanent\tolerant\protected\def\date[#1][#2]% sets the date ! +\permanent\tolerant\protected\def\date[#1]#*[#2]% sets the date !   {\dontleavehmode    ...    \endgroup} Wolfgang

[dev-context] buff-ver.mkxl: language -1

2020-11-16 Thread Wolfgang Schuster
Hi, I think these can be changed to use \nohyphens instead of the language hack. line 70--75: \protected\def\buff_verbatim_obey_breakpoints   {\language\minusone  % tricky as this affects the pagebuilder    \veryraggedright} \protected\def\buff_verbatim_ignore_hyphens   {\language\minusone}

Re: [dev-context] anch-tab.mkxl: \XC

2020-11-16 Thread Hans Hagen
On 11/16/2020 7:15 PM, Wolfgang Schuster wrote: Hans Hagen schrieb am 16.11.2020 um 19:05: On 11/16/2020 6:53 PM, Wolfgang Schuster wrote: Hi, there are two problems in the following definitions (line 90--99). 1. Extra "s" on \ifparameter 2. \anch_table_check_state doesn't work anymore

Re: [dev-context] anch-tab.mkxl: \XC

2020-11-16 Thread Wolfgang Schuster
Hans Hagen schrieb am 16.11.2020 um 19:05: On 11/16/2020 6:53 PM, Wolfgang Schuster wrote: Hi, there are two problems in the following definitions (line 90--99). 1. Extra "s" on \ifparameter 2. \anch_table_check_state doesn't work anymore because it tries to change the value of

Re: [dev-context] anch-tab.mkxl: \XC

2020-11-16 Thread Hans Hagen
On 11/16/2020 6:53 PM, Wolfgang Schuster wrote: Hi, there are two problems in the following definitions (line 90--99). 1. Extra "s" on \ifparameter 2. \anch_table_check_state doesn't work anymore because it tries to change the value of \dosingleempty which was used to create the optional

[dev-context] tabl-ntb.mkxl: \bTABLEhead etc.

2020-11-16 Thread Wolfgang Schuster
Hi, the #: is missing between both argument in the header, footer ... blocks (line 898--901). -\permanent\tolerant\protected\def\bTABLEhead[#1]#2\eTABLEhead{\appendtoks\tabl_ntb_section[#1]{#2}\to\t_tabl_ntb_head}