Re: [NTG-context] Numbering in mathalignment not working

2022-05-24 Thread Mikael Sundqvist via ntg-context
On Wed, May 25, 2022 at 5:35 AM Luis Montgomery via ntg-context wrote: > > Same issue with > > \placeformula > \startformula > \startalign[number=auto] > \NC A_1 x + B_1 y + C_1\NC = 0 \NR[+] > \NC A_2 x + B_2 y + C_2\NC = 0 \NR[+] > \stopalign > \stopformula > > > and with all the wiki examples

Re: [NTG-context] Numbering in mathalignment not working

2022-05-24 Thread Luis Montgomery via ntg-context
Same issue with \placeformula \startformula \startalign[number=auto] \NC A_1 x + B_1 y + C_1\NC = 0 \NR[+] \NC A_2 x + B_2 y + C_2\NC = 0 \NR[+] \stopalign \stopformula and with all the wiki examples on \startmathalignment ( https://wiki.contextgarden.net/Command/_startmathalignment). L.

Re: [NTG-context] font question re U+00336

2022-05-24 Thread jbf via ntg-context
I think I'll take comfort from your final comment - the output looks good enough! But I remain intrigued. Julian On 24/5/22 17:26, Henning Hraban Ramm via ntg-context wrote: you can ignore a lot of warnings if the output looks good enough.

Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-24 Thread Jan-Erik Hägglöf via ntg-context
I’ve tested on my Mac OS Monterey 12.3.1 and the same phenomena as firefox it also is on google chrome. > 24 maj 2022 kl. 10:18 skrev Jan-Erik Hägglöf : > > HI Again! > > I discovered what went wrong, such a silly syntax error, here comes a working > code: > >

Re: [NTG-context] Problems with column sets?

2022-05-24 Thread T. Kurt Bond via ntg-context
Sigh. I should have mentioned that that I reinstalled LMTX from scratch on both machines, and that my mac is running macOS Monterey 12.3.1. On Tue, May 24, 2022 at 3:40 PM T. Kurt Bond wrote: > Huh. I tried it on a Linux box, and that worked. But on my main machine, > a Intel 64 bit mac, I

Re: [NTG-context] Problems with column sets?

2022-05-24 Thread T. Kurt Bond via ntg-context
Huh. I tried it on a Linux box, and that worked. But on my main machine, a Intel 64 bit mac, I get the original result. Oh, I changed to use this input: \definecolumnset[TwoColumns][n=2] \startcolumnset [TwoColumns] \input knuth \stopcolumnset On Tue, May 24, 2022 at 3:09 PM Henning Hraban

Re: [NTG-context] Problems with column sets?

2022-05-24 Thread Henning Hraban Ramm via ntg-context
Am 24.05.22 um 20:43 schrieb T. Kurt Bond via ntg-context: Given the following file that uses definecolumnset and startcolumnset/stopcolumnset (largely from the wiki ) for input:

[NTG-context] Problems with column sets?

2022-05-24 Thread T. Kurt Bond via ntg-context
Given the following file that uses definecolumnset and startcolumnset/stopcolumnset (largely from the wiki ) for input: \setuppapersize[letter]

Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-24 Thread Henning Hraban Ramm via ntg-context
Am 24.05.22 um 18:43 schrieb Pablo Rodriguez via ntg-context: But what I experienced in Acrobat Reader DC (on a borrowed computer) is that you get the standard image (only when field is enabled) when you click elsewhere in the document. I guess that this may be related to a missing

Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-24 Thread Pablo Rodriguez via ntg-context
On 5/24/22 10:18, Jan-Erik Hägglöf via ntg-context wrote: > HI Again! > > I discovered what went wrong, such a silly syntax error, here comes a > working code: Hi Jan-Erik, this will also make it: \setupinteraction[state=start] \definesymbol [yes] [{\externalfigure[on.svg][conversion=mp]}]

Re: [NTG-context] How to add margin around standalone MetaPost?

2022-05-24 Thread Vincent Hennebert via ntg-context
On Sat, 2022-05-21 at 07:39 +0530, śrīrāma wrote: > On 5/20/22 10:26 PM Vincent Hennebert via ntg-context wrote: > > Take the following MetaPost file: > > > > beginfig(0) > >   ahlength := 20; > >   linejoin := mitered; > >   drawarrow origin--(40,0) withpen pencircle scaled 5; > > endfig; > > >

Re: [NTG-context] XML Namespaces and XML Setups

2022-05-24 Thread Bruce Horrocks via ntg-context
I haven't seen it explicitly documented - my cue to add it to the Wiki I guess! I work with XML a fair bit and, IMHO, the WWW consortium docs do a very poor job of explaining namespaces because they make them seem much more complicated than they are. Essentially, a tag with a namespace

Re: [NTG-context] XML Namespaces and XML Setups

2022-05-24 Thread Duncan Hothersall via ntg-context
Yes, it does! Thanks Bruce. Is this documented somewhere already and I missed it? Cheers. Duncan On Mon, 23 May 2022 at 21:14, Bruce Horrocks wrote: > Does this help? > > \startxmlsetups xml:demo:base > \xmlsetsetup{#1}{tag}{xml:demo:tag} > \xmlsetsetup{#1}{o:tag}{xml:demo:otag} %% <--- >

Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-24 Thread Jan-Erik Hägglöf via ntg-context
HI Again! I discovered what went wrong, such a silly syntax error, here comes a working code: \setupinteraction[state=start] \definesymbol[yes][{\externalfigure[check-mark-svgrepo-com.svg][conversion=mp]}] \definesymbol[no][] \newcount\chk \def\checkmark{% \global\advance\chk by 1

Re: [NTG-context] font question re U+00336

2022-05-24 Thread Henning Hraban Ramm via ntg-context
Hi Julian, Am 24.05.22 um 02:30 schrieb jbf via ntg-context: I wonder if someone can help me interpret this message in the log file fonts   > start missing characters: /home/jbf/bin/context/tex/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-regular.otf fonts   >   88 

Re: [NTG-context] Issue with interactive checkboxes

2022-05-24 Thread Jan-Erik Hägglöf via ntg-context
I’ve tried this \setupinteraction[state=start] \definesymbol[yes][{\externalfigure[check-mark-svgrepo-com.svg][conversion=mp]}] \definesymbol[no][] \newcount\chk \def\chk{% \global \advance \chk by 1 \setupfield[setup1][width=0.5cm, height=0.5cm,rulethickness=1pt, corner=round,