[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-12 Thread Wolfgang Schuster
Jorge Manuel schrieb am 12.10.2024 um 13:24: I applied a trick: I created a phantom itemize. \define[1]\BoxedNumber{\inframed[width=3ex]{\convertnumber{n}{#1}}} \defineconversion [BoxedNumber] [\BoxedNumber] \starttext \startitemize[BoxedNumber,fit,repeat][stopper=,distance=\spaceamount]    

[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-12 Thread Jorge Manuel
I applied a trick: I created a phantom itemize. \define[1]\BoxedNumber{\inframed[width=3ex]{\convertnumber{n}{#1}}} \defineconversion [BoxedNumber] [\BoxedNumber] \starttext \startitemize[BoxedNumber,fit,repeat][stopper=,distance=\spaceamount]    \item xxx    \startitemize[BoxedNumber,fit, repe

[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-12 Thread Jorge Manuel
To achieve a norepeat in a specific itemize block, I need to introduce the  norepeat at a higher level. This affects all the children of that itemize. See the example below, please. In the multiple-choice block, I want to avoid repetition, but afterward, I want to restore the default behavior. \

[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-12 Thread Wolfgang Schuster
Jorge Manuel schrieb am 12.10.2024 um 11:40: Good morning to all, Thank you for the code to insert numbers into boxes. However, I can't prevent the multiple-choice questions from repeating labels like 1.1.A). It looks very bad. How can I control this behavior? Thank you. %%% sample code \def

[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-12 Thread Jorge Manuel
Good morning to all, Thank you for the code to insert numbers into boxes. However, I can't prevent the multiple-choice questions from repeating labels like 1.1.A). It looks very bad. How can I control this behavior? Thank you. %%% sample code \define[1]\BoxedNumber{\inframed[width=3ex]{\convert

[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-11 Thread Wolfgang Schuster
desdecha...@gmail.com schrieb am 11.10.2024 um 13:41: Yes, that's exactly what I'm looking for. However, regarding multiple-choice questions, I would like the options to appear simply as A) rather than 1.1.1.A). Don't use the "repeat" option when you don't want repeated counter values. Addit

[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-11 Thread desdechaves
Yes, that's exactly what I'm looking for. However, regarding multiple-choice questions, I would like the options to appear simply as A) rather than 1.1.1.A). Additionally, Is it possible to display each digit of the item numbering in boxes, similar to the style used in Pearson exams? Example: |

[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-07 Thread Wolfgang Schuster
Jorge Manuel schrieb am 06.10.2024 um 17:44: Dear ConTeXt Support Team, I hope this message finds you well. In the latest version of ConTeXt, the following piece of code no longer works as expected. I use it to define a custom legal numbering format for itemized lists: \def\legalconversion#1

[NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-07 Thread Wolfgang Schuster
Jorge Manuel schrieb am 06.10.2024 um 17:44: Dear ConTeXt Support Team, I hope this message finds you well. In the latest version of ConTeXt, the following piece of code no longer works as expected. I use it to define a custom legal numbering format for itemized lists: \def\legalconversion#1