Re: [NTG-context] about \sym{} and n*broad
Dear Jan-Erik, I tested your suggestion. Your method produce new line after Type 1, but I want to write "Type 1" and "This is a test." in the same line. And I have seen 4*broad in an example in the manual. In the example, it is used to set the distance, I think. Thank you. Best regards, Dalyoung
Dalyoung wrote:
Dear Jan-Erik,
I tested your suggestion. Your method produce new line after Type 1, but I want to write "Type 1" and "This is a test." in the same line. And I have seen 4*broad in an example in the manual. In the example, it is used to set the distance, I think.
broad seems to be broken in mkiv Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Dalyoung wrote:
I tested your suggestion. Your method produce new line after Type 1, but I want to write "Type 1" and "This is a test." in the same line. And I have seen 4*broad in an example in the manual. In the example, it is used to set the distance, I think.
in strc-itm fix: (swap first and second split results) \def\dodosetupitemgroupconstant#1% {\edef\itemgroupconstantvalue{#1}% \ifx\itemgroupconstantvalue\empty\else \splitstring\itemgroupconstantvalue\at*\to \itemgroupfirst\and\itemgroupsecond \ifcsname\??op:::\itemgroupsecond\endcsname\csname \??op:::\itemgroupsecond\endcsname\fi \fi} \setvalue{\??op:::\v!broad}% {\ifx\itemgroupfirst\empty\def\itemgroupfirst{1}\fi \letitemparameter\currentitemlevel\c!factor\itemgroupfirst} \setvalue{\??op:::\v!serried}% {\edef\itemgroupfirst {-\ifx\itemgroupfirst\empty1\else\itemgroupfirst\fi}% \letitemparameter\currentitemlevel\c!factor\itemgroupfirst} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Dalyoung
-
Hans Hagen