Re: [NTG-context] Possible problem with context using the ARM 64bit download for Apple Silicon M1

2021-02-23 Thread Bruce Horrocks
ry somewhere? It would be easy enough to set up an automated daily check to see if there had been a change and then trigger a fresh build. It doesn't even need to be that integrated - just a check on the latest intel binary and if that has been touched then trigger a download and local compile.

Re: [NTG-context] Using Gill Sans on macOS

2021-02-22 Thread Gerben Wierda
gillsans gillsans > /Library/Fonts/GillSans.ttc 1 > gillsansregular gillsans gillsans > /Library/Fonts/GillSans.ttc 1 > gillsanssemibold gillsans gillsanssemibold &

Re: [NTG-context] Using Gill Sans on macOS

2021-02-22 Thread Henning Hraban Ramm
nts/GillSans.ttc 5 gillsanssemibolditalic gillsans gillsanssemibolditalic /Library/Fonts/GillSans.ttc 6 gillsansultrabold gillsans gillsansultrabold /Library/Fonts/GillSans.ttc 7 Pleas

Re: [NTG-context] metafun

2021-02-20 Thread Hans Hagen
… The issues are typically some figures not showing up (for instance figures 13.1 upto 13.13 in chapter 13). If you think this may be useful for you, I can send you off list the PDF I get on MacOS 10.14.6 and today's release of LMTX. Did you check the log? Does some graphic fail? The missing pages

Re: [NTG-context] metafun

2021-02-20 Thread Otared Kavian
> PS. If all the stories are true is should be 1 second on a modern apple at > which point differences in measurements become noise but I cannot check that. > Some day I might check it on a rpi 4. > > - >

[NTG-context] metafun

2021-02-20 Thread Hans Hagen
in measurements become noise but I cannot check that. Some day I might check it on a rpi 4. - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038

Re: [NTG-context] style option not working for headings

2021-02-12 Thread Pablo Rodriguez
On 2/13/21 12:33 AM, Hans Hagen wrote: > On 2/13/2021 12:13 AM, Pablo Rodriguez wrote: >> Dear Hans, >> >> I’m afraid that style doesn’t work for headings in current latest >> (2021.02.12 18:49): >> [...] > can you check again? Many thanks for your fast fix

Re: [NTG-context] style option not working for headings

2021-02-12 Thread Hans Hagen
can you check again? - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] font fallback hook (alphabet suspects)

2021-02-01 Thread Jano Kula
editor to make a visual check (made fast by searching), confirming the glyphs are right, not only they do exist in the font. Just wanted to ask if there is any existing machinery which could be used for that: switching font fallback would issue, for example, a

Re: [NTG-context] filter module / externalizing TikZ graphics

2021-01-30 Thread Henning Hraban Ramm
etup/teardown code belongs in extra files/buffers. >> (2) working directory >> >> Since ConTeXt can’t put generated (temporary) files into a directory and >> --result also only renames afterwards, the directory key doesn’t help, I had >> to add "mv&quo

Re: [NTG-context] filter module / externalizing TikZ graphics

2021-01-29 Thread Aditya Mahajan
with all the settings for fonts etc. > (2) working directory > > Since ConTeXt can’t put generated (temporary) files into a directory and > --result also only renames afterwards, the directory key doesn’t help, I had > to add "mv" and "cd" to my filtercommand. >

Re: [NTG-context] font fallback hook (alphabet suspects)

2021-01-29 Thread Hans Hagen
On 1/29/2021 8:29 PM, Jano Kula wrote: There are some Greek, Hebrew, etc. words used in the text. While proofreading, the editor would like to check these words separately (glyphs from different alphabets, unusual symbols, ...), so I'd like to typeset the warning (margin note), where

[NTG-context] font fallback hook (alphabet suspects)

2021-01-29 Thread Jano Kula
Hello to everybody! Warning: 50 % of Greek glyphs in MWE, so they might be randomized :) Is there any hook in the font fallback? There are some Greek, Hebrew, etc. words used in the text. While proofreading, the editor would like to check these words separately (glyphs from different alphabets

Re: [NTG-context] filter module / externalizing TikZ graphics

2021-01-28 Thread Henning Hraban Ramm
hould). (2) working directory Since ConTeXt can’t put generated (temporary) files into a directory and --result also only renames afterwards, the directory key doesn’t help, I had to add "mv" and "cd" to my filtercommand. I didn’t check yet if caching works. (3) file names U

Re: [NTG-context] Inline Fractions

2021-01-25 Thread Hans Hagen
{\sin(x)}{16 \pi \epsilon_0 c^2 m_e^2} \frac{\sin(x)}{\epsilon_0}$ \stoptext Compare the output between the current LMTX version with some old version. (I compared with mk4, because I had nothing else available. I don't know when bugs were introduced.) I'll check it. We're in a transition to a dual

Re: [NTG-context] Missing images in Wiki?

2021-01-22 Thread Andres Conrado Montoya Acosta
t; To: mailing list for ConTeXt users > Subject: Re: [NTG-context] Missing images in Wiki? > Message-ID: <712d4f56-8cbc-4bdf-adac-86facd1d2...@bittext.nl> > Content-Type: text/plain; charset=utf-8 > > > > > On 21 Jan 2021, at 20:30, Andres Conrado Montoya < > andre

Re: [NTG-context] Missing images in Wiki?

2021-01-22 Thread Taco Hoekwater
> On 21 Jan 2021, at 20:30, Andres Conrado Montoya > wrote: > > It seems a lot of image examples from the wiki are gone now. Most articles > lost many images. Is this on purpose? Seems unlikely, but provide a few examples, please. I will check. — Taco Hoekwater

Re: [NTG-context] LMTX isn't typesetting math correctly with Pagella

2021-01-18 Thread Mikael Sundqvist
; > >> This the code I used to test: > >> > >> |\setupbodyfont[pagella] \starttext \startformula |f| = \sqrt{\int_0^1 > >> |f(t)|^2 \text{d}t} \stopformula \stoptext ||| > > I'll check it ... smells like some interference between newer and older > > correc

Re: [NTG-context] LMTX isn't typesetting math correctly with Pagella

2021-01-17 Thread Hans Hagen
ue, and does anybody know why it is happening? This the code I used to test: |\setupbodyfont[pagella] \starttext \startformula |f| = \sqrt{\int_0^1 |f(t)|^2 \text{d}t} \stopformula \stoptext ||| I'll check it ... smells like some interference between newer and older corrections (these gyre fon

Re: [NTG-context] LMTX isn't typesetting math correctly with Pagella

2021-01-15 Thread Hans Hagen
why it is happening? This the code I used to test: |\setupbodyfont[pagella] \starttext \startformula |f| = \sqrt{\int_0^1 |f(t)|^2 \text{d}t} \stopformula \stoptext ||| I'll check it ... smells like some interference between newer and older corrections (these gyre fonts need some specia

Re: [NTG-context] Math align not working

2021-01-09 Thread Johann Birnick
ddle,middle,middle,left}] > > > \NC 0 \NC < \NC 2x + 5y \NC < \NC 10 > > > \NC 4 \NC < \NC 3x + y \NC < \NC 9 \NR > > > \NC 3 \NC < \NC 2y + 3z \NC < \NC 15 > > > \NC 10\NC < \NC 8y + 5z \NC < \NC 20 \NR > > > \stopalign

[NTG-context] RE : Some ligatures don't work in latest LMTX

2021-01-08 Thread Joseph
s[bidi=global,method=one]> > \setupbodyfont[main]> > \starttext> > \obeylines> > %https://www.letsstartthinking.org/Islam/quran-short-phrases-and-verses.php > <https://www.letsstartthinking.org/Islam/quran-short-phrases-and-verses.php>> > بِسْمِ اللَّـهِ الرَّحْمَـ

Re: [NTG-context] Some ligatures don't work in latest LMTX

2021-01-07 Thread Jairo A. del Rio
ing.org/Islam/quran-short-phrases-and-verses.php > > < > https://www.letsstartthinking.org/Islam/quran-short-phrases-and-verses.php > > > > > > بِسْمِ اللَّـهِ الرَّحْمَـٰنِ الرَّحِيمِ > > > > \stoptext > > > > Hi, Hans. Could you please check this

Re: [NTG-context] Some ligatures don't work in latest LMTX

2021-01-07 Thread Hans Hagen
\obeylines %https://www.letsstartthinking.org/Islam/quran-short-phrases-and-verses.php <https://www.letsstartthinking.org/Islam/quran-short-phrases-and-verses.php> بِسْمِ اللَّـهِ الرَّحْمَـٰنِ الرَّحِيمِ \stoptext Hi, Hans. Could you please check this out? It works for MKIV, but in LMTX

Re: [NTG-context] Some ligatures don't work in latest LMTX

2021-01-07 Thread Jairo A. del Rio
/Islam/quran-short-phrases-and-verses.php بِسْمِ اللَّـهِ الرَّحْمَـٰنِ الرَّحِيمِ \stoptext Hi, Hans. Could you please check this out? It works for MKIV, but in LMTX vowels are misplaced. Thank you in advance. Jairo El jue, 7 de ene. de 2021 a la(s) 08:48, Jairo A. del Rio ( jairoadelr...@gmail.com

Re: [NTG-context] SILE typesetter and other projects

2021-01-03 Thread denis.maier
of it reasonably well, but will not give you flowed frame support” If you want to check an alternative typesetting system, I would tell you to not look forward but backwards: groff/troff are alive and well, are very mature, and you can find a lot of documentation and tutorials, even a subreddit

Re: [NTG-context] SILE typesetter and other projects

2021-01-03 Thread Jairo A. del Rio
antly ignoring ConTeXt's achievements on the matter. > > If you want to check an alternative typesetting system, I would tell you > to not look forward but backwards: groff/troff are alive and well, are very > mature, and you can find a lot of documentation and tutorials, even a > subreddit: h

Re: [NTG-context] SILE typesetter and other projects

2021-01-03 Thread Andres Conrado Montoya
want to check an alternative typesetting system, I would tell you to not look forward but backwards: groff/troff are alive and well, are very mature, and you can find a lot of documentation and tutorials, even a subreddit: https://www.reddit.com/r/groff/. I would recommend trying the MOM macros

Re: [NTG-context] Text editor support via Digestif

2021-01-02 Thread Saša Janiška
On Thu, 31 Dec 2020 10:25:20 +0100 Augusto Stoffel wrote: Hiya Augusto, > I have worked a bit on ConTeXt support in the Digestif language server > [1], and I think it's pretty usable by this point, so I would like to > invite everyone to check it out. Feedback is welcome. Thanks a lot

Re: [NTG-context] Math align not working

2021-01-01 Thread Aditya Mahajan
\NC < \NC 3x + y \NC < \NC 9 \NR > > \NC 3 \NC < \NC 2y + 3z \NC < \NC 15 > > \NC 10\NC < \NC 8y + 5z \NC < \NC 20 \NR > > \stopalign \stopformula > > > > \stoptext > > > Aditya: > > can you check this? > > \def\math_build_eqa

Re: [NTG-context] Math align not working

2021-01-01 Thread Hans Hagen
\NC 10\NC < \NC 8y + 5z \NC < \NC 20 \NR \stopalign \stopformula \stoptext Aditya: can you check this? \def\math_build_eqalign {\scratchtoks\emptytoks \d_math_eqalign_distance\mathalignmentparameter\c!distance\relax \scratchcounterone\mathalignmentparameter\c

Re: [NTG-context] Math align not working

2020-12-31 Thread Aditya Mahajan
15 \NC 10\NC < \NC 8y + 5z \NC < \NC 20 \NR \stopalign \stopformula \stoptext But this is ugly. I haven't looked at the math alignment code in a while, but I'll check with Hans if the old behavior can be reintroduced. Aditya _

Re: [NTG-context] Text editor support via Digestif

2020-12-31 Thread Jan U. Hasecke
Dear Augusto, Am 31.12.20 um 10:25 schrieb Augusto Stoffel: > Hi all, > > I have worked a bit on ConTeXt support in the Digestif language server > [1], and I think it's pretty usable by this point, so I would like to > invite everyone to check it out. Feedback is welcome. t

[NTG-context] Text editor support via Digestif

2020-12-31 Thread Augusto Stoffel
Hi all, I have worked a bit on ConTeXt support in the Digestif language server [1], and I think it's pretty usable by this point, so I would like to invite everyone to check it out. Feedback is welcome. Digestif plugs into any editor that support the Language Server Protocol, and provides

[NTG-context] lmtx: new text & math font stuff

2020-12-30 Thread Hans Hagen
have to come *before* loading fonts in order to be effective. Especially the math can bring down the number of font instances: text, script and scriptscript all use the same instance, which is good news. The bad news is that it's up to users to check how this plays out. There are some difference

Re: [NTG-context] Diagnositics in LuaTeX

2020-12-28 Thread Hans Hagen
expansion to even get started. Basically you want to check each token that is read or accessed from internal storage (lists). Adding granilarity means many callbacks (each one checking if it's defined, then setting up lua, call the function, and go back to tex). There's also a lot of pushback

Re: [NTG-context] Check if two paths intersect in Metafun

2020-12-25 Thread Fabrice L
Hi, > Le 25 déc. 2020 à 08:48, Jairo A. del Rio a écrit : > > Hi, list. I've got a question about paths and intersections. The following: > > \starttext > \startMPpage > path p[]; > > p[1] = fullcircle scaled 2cm; > p[2] = unitsquare shifted (4cm,6cm); > > if (known (p[1] intersectionpoint

[NTG-context] Check if two paths intersect in Metafun

2020-12-25 Thread Jairo A. del Rio
Hi, list. I've got a question about paths and intersections. The following: \starttext \startMPpage path p[]; p[1] = fullcircle scaled 2cm; p[2] = unitsquare shifted (4cm,6cm); if (known (p[1] intersectionpoint p[2])): draw textext("yes"); else: draw textext("no"); fi;

[NTG-context] efficiently scaling fonts

2020-12-24 Thread Hans Hagen
,yscale=2000,style=bold] test {\MyLargerFontB test {\em test} test} test etc. Math works too but I need to check soem details which I will do later. There are some conceptual decisions to be made there because we're nto so much talking of a font but of a 'setup of fonts and measures'. (Boldened

Re: [NTG-context] MetaFun - "remove the paths of text" from a rectangle to let the background visible

2020-12-23 Thread Hans Hagen
n.net/images/d/d2/test_extract_glyphs.pdf 2 questions: 1/ for some fonts (e.g. dejavu vs latin modern) the "encompassing" path    of the B glyph can switch from B[1] to B[Bn]. Is there a trick to    identify which id match with "the encompassing" path ? What you get is the order of

Re: [NTG-context] MetaFun - "remove the paths of text" from a rectangle to let the background visible

2020-12-23 Thread Otared Kavian
<>;:@} > \EmptyLetters{0123456789} > > %-- > > \stoptext > > > > Le 21/12/2020 à 16:29, Taco Hoekwater a écrit : >>> On 21 Dec 2020, at 16:09, Garulfo wrote: >>> &

Re: [NTG-context] MetaFun - "remove the paths of text" from a rectangle to let the background visible

2020-12-23 Thread Garulfo
r some fonts (e.g. dejavu vs latin modern) the "encompassing" path of the B glyph can switch from B[1] to B[Bn]. Is there a trick to identify which id match with "the encompassing" path ? What you get is the order of the paths as defined in the font, which is arbitrary,

Re: [NTG-context] Hyphenation pattern for Esperanto

2020-12-22 Thread Alain Delmotte
inthe future. I'll check if the two list are the same, after expanding the condensed one. And after I'll go to Hans. As Mojca pointed out, we need to setup a language: % Artificial Languages: Esperanto \installlanguage

Re: [NTG-context] MetaFun - "remove the paths of text" from a rectangle to let the background visible

2020-12-21 Thread Taco Hoekwater
h can switch from B[1] to B[Bn]. Is there a trick to > identify which id match with "the encompassing" path ? What you get is the order of the paths as defined in the font, which is arbitrary, as you discovered. A quick trick (that will not always work, but should work quite well for fon

Re: [NTG-context] Alternative for selector in LMTX for different heading and reference texts for descriptions

2020-12-19 Thread Hans Hagen
[sel][max=2, n=2] \definedescription[desc][headcommand={\setupselector[sel][n=1]}] \starttext \startdesc[title={\select{sel}{Long title}{Short}}, reference=desc]   \input jojomayer \stopdesc \about[desc] \stoptext Hm, I'll check it. Any help is welcome! Actually, what you want

Re: [NTG-context] LMTX MetaFun SVG trouble, a portion of the SVG is cut of in the PDF

2020-12-17 Thread Pablo Rodriguez
On 12/17/20 6:45 PM, Pablo Rodriguez wrote: > On 12/17/20 5:08 PM, Neven Sajko wrote: >> On Thu, 17 Dec 2020 at 15:27, Aditya Mahajan wrote: >> [...] >>> Can you check with a desktop pdf viewer as well. >> >> It looks the same with MuPDF. >

Re: [NTG-context] LMTX MetaFun SVG trouble, a portion of the SVG is cut of in the PDF

2020-12-17 Thread Pablo Rodriguez
On 12/17/20 5:08 PM, Neven Sajko wrote: > On Thu, 17 Dec 2020 at 15:27, Aditya Mahajan wrote: > [...] >> Can you check with a desktop pdf viewer as well. > > It looks the same with MuPDF. Hi Neven, it seems to be an issue with the conversion of the SVG file. > This i

Re: [NTG-context] LMTX MetaFun SVG trouble, a portion of the SVG is cut of in the PDF

2020-12-17 Thread Neven Sajko
hing else. > Can you check with a desktop pdf viewer as well. It looks the same with MuPDF. > The mailing list has a size limit for attachments, so I think that your zip > file did not get included in your message. Could you just include the tex > file and maybe upload the svg somewhe

Re: [NTG-context] LMTX MetaFun SVG trouble, a portion of the SVG is cut of in the PDF

2020-12-17 Thread Aditya Mahajan
ent with the new ConTeXt feature mentioned above, the > bottom-most part of the image is "cut off" (not visible). In the > attached ZIP I included all relevant files (.tex, .svg, .pdf, ...), as > well as PNG screenshots of the PDFs (in case the issue is > PDF-viewer-specific, I'

Re: [NTG-context] upload / metafun

2020-12-16 Thread Hans Hagen
GMT This is from some minute ago (Date: Tue, 15 Dec 2020 20:15:33 GMT). I guess this might be the reason for an oudated brand new install. I think there might be an issue here. I'll check it when I've finished what I'm doing now (some more mp stuff). H

Re: [NTG-context] upload / metafun

2020-12-15 Thread Otared Kavian
of macro definitions per run so efficiency matters). Also, in > metapost variables (tags) can have complex name constructions and we only > test the top level. When a overload happens (overloadmode internal <> 0) a > lua callback takes care of it. > > A side effect is that

[NTG-context] RE : upload / metafun

2020-12-15 Thread Joseph
ons and we only test the top level. When a overload happens (overloadmode internal <> 0) a lua callback takes care of it. A side effect is that we can query all hash entries and check for consistency which is what i've done and am doing now. Of course that can introduce issues ... just that you k

[NTG-context] upload / metafun

2020-12-15 Thread Hans Hagen
callback takes care of it. A side effect is that we can query all hash entries and check for consistency which is what i've done and am doing now. Of course that can introduce issues ... just that you kno

Re: [NTG-context] LMTX and addplot table

2020-12-12 Thread Hans Hagen
@@table@name '. Please check spelling (or introduce name aliases). pgfplots> Sorry, could not retrieve column 'E' from table '\\pgfplotstableread@filename@@table@name '. Please check spelling (or introduce name aliases). pgfplots> Sorry, the requested column number '' in t

Re: [NTG-context] checkbox in fields show the word yes

2020-12-11 Thread Hans Hagen
On 12/11/2020 6:13 PM, Andres Conrado Montoya wrote: Firefox doesn't show the "yes", nor Acrobat X, but SumatraPDF does. I modified your definition as: \definefield[test][check][cbox][][] And now the "yes" doesn't appear. However, I don't know how this affects the funct

Re: [NTG-context] checkbox in fields show the word yes

2020-12-11 Thread Andres Conrado Montoya
Firefox doesn't show the "yes", nor Acrobat X, but SumatraPDF does. I modified your definition as: \definefield[test][check][cbox][][] And now the "yes" doesn't appear. However, I don't know how this affects the functionality of the form. -- Andrés Conrado Montoy

Re: [NTG-context] checkbox in fields show the word yes

2020-12-11 Thread Jan U. Hasecke
height=1em,option=printable,frame=on,offset=0.5mm,frameoffset=1mm,type=radio,color=black] > \definefield[test][check][cbox][yes][no] > > \starttext > \field[test] \space Do you see the word »yes«? > \stoptext > > Unfortunately in Firefox and some other PDF Viewer there is th

Re: [NTG-context] image align in \clip

2020-12-09 Thread Hans Hagen
place.) hard to say without knowing what happens before you do the \externalfigure command you can put \tracingall someplace before it and \tracingnone after the \removeunwantesspaces and then check the log and see where a space is injected Hans

Re: [NTG-context] Getting the filename which is being typeset

2020-12-05 Thread Axel Kielhorn
\operatingsystem \NC\NR >>> \stoptabulate >>> \stoptext >> On MacOS 10.13 the result of \operatingsystem is „osx-ppc“. >> That was a surprise:-) > maybe apples are no longer apples They lost the Power when they became Intelligent, and now they get ARMed. &

Re: [NTG-context] Getting the filename which is being typeset

2020-12-04 Thread Hans Hagen
\outputfilename\NC\NR \NC \type{\operatingsystem} \NC \operatingsystem \NC\NR \stoptabulate \stoptext On MacOS 10.13 the result of \operatingsystem is „osx-ppc“. That was a surprise:-) maybe apples are no longer apples because we cannot check for some env variable directly (at least we could

Re: [NTG-context] Install Problems with 64 bit ARM Linux

2020-11-28 Thread Hans Hagen
build on Debian 8 or 9). I believe the RPI is currently running some recent version of Ubuntu (it was set up by Hans; I would need to check to be sure, but it could well be that it's 20.04). Indeed, because older 64 bit made the machine freeze after a while. We run from usb (3) which is kind

Re: [NTG-context] Install Problems with 64 bit ARM Linux

2020-11-28 Thread Christian Prim
s before, and this is the > first complaint I see about the glibc-too-new issue on aarch64 (it was > common on the Intel platform, but there we can easily build on Debian > 8 or 9). > > I believe the RPI is currently running some recent version of Ubuntu > (it was set up by Hans; I w

Re: [NTG-context] Install Problems with 64 bit ARM Linux

2020-11-28 Thread Mojca Miklavec
e the RPI is currently running some recent version of Ubuntu (it was set up by Hans; I would need to check to be sure, but it could well be that it's 20.04). Judging from (random google hits) https://www.raspberrypi.org/forums/viewtopic.php?t=243985 https://www.raspberrypi.org/blog/latest-raspbe

Re: [NTG-context] RE : RE : RE : RE : Issue with grid

2020-11-25 Thread Hans Hagen
On 11/25/2020 6:10 PM, Joseph wrote: \setupindenting[yes, next, 1em] \starttext \input knuth \stoptext hm, maybe i did somethign wrong. i'll check it, but indeed for now you can just use the patch Hans

Re: [NTG-context] LMTX and descriptions

2020-11-24 Thread Wolfgang Schuster
"\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 de

[NTG-context] LMTX and descriptions

2020-11-24 Thread Jean-Philippe Rey
t;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@centralesupelec.fr

Re: [NTG-context] upload

2020-11-23 Thread Hans Hagen
kxl', line 315 yes, i'll make new zip btu i also found out that the build server is n't running so we get the wrong binaries (i kind of assume it runs and didn't check) Hans - Hans Ha

Re: [NTG-context] bizarre bug in xml

2020-11-21 Thread Thomas A. Schmitz
On 11/21/20 11:04 AM, Wolfgang Schuster wrote: To check whether a stretch or shrink value is set LMTX takes a look at the next character (p, P, m or M) before it makes a decision, when you have now a word after \hskip which start with one of these characters (e.g. Materiam) you trigger

Re: [NTG-context] bizarre bug in xml

2020-11-21 Thread Wolfgang Schuster
the file indeed compile again! Any explanation for the strange behavior of the error? In LMTX the order of the plus and minus values of \hskip can be written in any order and it's even possible to set them multiple times (try the example below with LuaTeX and LMTX). To check whether

[NTG-context] RE : \noindentation not working

2020-11-20 Thread Joseph
hat quite some code is from more than a decase ago, evolved a bit but seldom changed conceptually). Here's a fix: \unprotect \def\spac_indentation_remove   {\ifzeropt\parindent \else  \begingroup  \unskip % we also need to check for the subtype  \setbox\scratchbox\lastbox % we also need to chec

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Pablo Rodriguez
> \unskip % we also need to check for the subtype > \orelse\ifnum\lastnodetype=\hlistnodecode > \setbox\scratchbox\lastbox % we also need to check for the subtype > \else > % forget about it > \fi > \endgroup > \fi}

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Hans Hagen
ore drastic upgrading ... keep in mind that quite some code is from more than a decase ago, evolved a bit but seldom changed conceptually). Here's a fix: \unprotect \def\spac_indentation_remove {\ifzeropt\parindent \else \begingroup \unskip % we also need to check for the subt

Re: [NTG-context] MacOS+TeXlive: installation problems

2020-11-18 Thread Tomas Hala
Dear Fabrice, helpful links, thank you very much. Best wishes, Tomáš Tue, Nov 17, 2020 ve 03:42:35PM -0500 Fabrice L napsal(a): #Hi, # #The solution is rather simple, check here: #[3]https://support.apple.com/en-us/HT202491 #or #[4]https://support.apple.com/en-ca/guide

Re: [NTG-context] MacOS+TeXlive: installation problems

2020-11-17 Thread Fabrice L
perience with MacOS, so I would like to ask for some hints > how we can fix it. The solution is rather simple, check here: https://support.apple.com/en-us/HT202491 <https://support.apple.com/en-us/HT202491> or https://support.apple.com/en-ca/guide/mac-help/mh40616/macAfter <https://

[NTG-context] checkbox in fields show the word yes

2020-11-17 Thread Jan U. Hasecke
,frame=on,offset=0.5mm,frameoffset=1mm,type=radio,color=black] \definefield[test][check][cbox][yes][no] \starttext \field[test] \space Do you see the word »yes«? \stoptext Unfortunately in Firefox and some other PDF Viewer there is the word "yes" written in the checkbox. This make

Re: [NTG-context] Bug in overprint? (was: how to set overprint)

2020-11-16 Thread Jano Kula
Hello Andrés! On Wed, 11 Nov 2020 at 01:25, Andres Conrado Montoya Acosta < ela...@chiquitico.org> wrote: > may I ask someone, who understands knockout and overprint in the printing >> press, to check test cases in the attached file from the test suite, if >> overprint is w

Re: [NTG-context] Bug in overprint? (was: how to set overprint)

2020-11-10 Thread Andres Conrado Montoya Acosta
> > may I ask someone, who understands knockout and overprint in the printing > press, to check test cases in the attached file from the test suite, if > overprint is working or not in Mark IV, please? > > Regards, > Jano > > Hi Jano, as far as I can check wi

[NTG-context] Bug in overprint? (was: how to set overprint)

2020-11-09 Thread Jano Kula
Hello, may I ask someone, who understands knockout and overprint in the printing press, to check test cases in the attached file from the test suite, if overprint is working or not in Mark IV, please? Regards, Jano On Fri, 30 Oct 2020 at 11:02, Jano Kula wrote: > > > On Thu, 29

Re: [NTG-context] "page i/n" in footer

2020-11-08 Thread Sylvain Hubert
/tex/context/base/mkiv/. > > I created that symlink, because grepping for commands or options is a > way to learn by reading the code. > > Not that I understand the whole, but I see which options are available > and I can check some samples included. > > strc-pag.mkxl is your f

Re: [NTG-context] "page i/n" in footer

2020-11-08 Thread Pablo Rodriguez
but I see which options are available and I can check some samples included. strc-pag.mkxl is your friend here. There are three page series. You could even create more page series (not normally needed). Pablo -- http://www.ousia.tk ___

Re: [NTG-context] issues with fonts and font effects

2020-11-08 Thread Wolfgang Schuster
[palatino] don’t seem to work at all. Results are different if feature ef1 is defined or not. It's best to check these things first with \definefont to ensure it isn't a problem of \definefontfamily. With all features defined, paragraph width is wrong using "effect={width=1.0}". Ad

[NTG-context] issues with fonts and font effects

2020-11-08 Thread Pablo Rodriguez
if feature ef1 is defined or not. With all features defined, paragraph width is wrong using "effect={width=1.0}". Could you check this? Many thanks for your help, Pablo -- http://www.ousia.tk ___ If you

Re: [NTG-context] ConTeXt Linux installation issues (due to GLIBC dependency) - Solved!

2020-11-08 Thread Mojca Miklavec
der version of Debian for building, but those don't provide sufficiently recent build tools (cmake, git, ninja build system, ... I believe that CMake was the main blocker, but I'm no longer absolutely sure). By far the easiest solution was to switch from Debian 8 to 9 (or something like that

Re: [NTG-context] fancybreak fails in LMTX

2020-11-07 Thread Hans Hagen
indicates that the module is loaded. It gives no other clues. The output has a blank line where the break should be, as shown in the included snips. I guess it's the same bug (related to a symbol check) as Pablo mentioned for the itemize environment. yes, symbol checking

Re: [NTG-context] fancybreak fails in LMTX

2020-11-07 Thread Wolfgang Schuster
no other clues. The output has a blank line where the break should be, as shown in the included snips. I guess it's the same bug (related to a symbol check) as Pablo mentioned for the itemize environment. Wolfgang

Re: [NTG-context] Problem using a TTF font

2020-11-07 Thread Hans Hagen
for now rename the file to one with a lowercase suffix (i'll check for that) - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pr

Re: [NTG-context] wrong /Rect in link annotations

2020-11-07 Thread Hans Hagen
their dimensions (by using shifts) and i have to check some mechanisms for that - read: can do them nicer now without guessing i will hack a solution but eventually will split off the lmtx/mkiv code for those bits and pieces (takes some time so it will happen after the flagging effort) Hans

Re: [NTG-context] new upload

2020-11-07 Thread Pablo Rodriguez
On 11/7/20 11:40 AM, Floris van Manen wrote: > Dear Hans, > > Would it be possible to have a simple text file with the latest release > version (or date) tag in it? Next to the folder containing the actual > install script files? In that case it is easy to check that version tag

Re: [NTG-context] new upload

2020-11-07 Thread Floris van Manen
On 07/11/2020 12:19, Hans Hagen wrote: a version mismatch normally comes from the fact that i generate an lmtx update (for wolfgang to check, posted elsewhere) but nor a mkiv one and then upload to the website (as happened) also, the update script itself doesn't get updated so when

Re: [NTG-context] new upload

2020-11-07 Thread Hans Hagen
Hi, a version mismatch normally comes from the fact that i generate an lmtx update (for wolfgang to check, posted elsewhere) but nor a mkiv one and then upload to the website (as happened) also, the update script itself doesn't get updated so when that gets adapted one has to get it from

Re: [NTG-context] new upload

2020-11-07 Thread Floris van Manen
Dear Hans, Would it be possible to have a simple text file with the latest release version (or date) tag in it? Next to the folder containing the actual install script files? In that case it is easy to check that version tag by comparing with the local copy and decide if a further download

Re: [NTG-context] Running mtxrun in a continuous batch mode

2020-11-06 Thread Ramkumar KB
n Fri, Nov 6, 2020 at 10:52 PM Aditya Mahajan wrote: > On Fri, 6 Nov 2020, thierry horsin wrote: > > > Hi Ramkumar, > > > > Maybe you could have some scripts that check when the JSON file is > modified > > and if so launches the compilation. I did that sort

Re: [NTG-context] new upload

2020-11-06 Thread Floris van Manen
this is my script for a daily update check which seems to do the job #!/usr/bin/env bash cd ~/context context --version | grep "current version" echo "" mtxrun --script cache --erase >ctx.log rm tex/*.tma sh ./install.sh >ctx.log context --versi

Re: [NTG-context] Running mtxrun in a continuous batch mode

2020-11-06 Thread Aditya Mahajan
On Fri, 6 Nov 2020, thierry horsin wrote: > Hi Ramkumar, > > Maybe you could have some scripts that check when the JSON file is modified > and if so launches the compilation. I did that sort of script in order to have > a continuous compilation process by checking every second if

Re: [NTG-context] Running mtxrun in a continuous batch mode

2020-11-06 Thread thierry horsin
Hi Ramkumar, Maybe you could have some scripts that check when the JSON file is modified and if so launches the compilation. I did that sort of script in order to have a continuous compilation process by checking every second if my current .tex file is modified. Best Thierry On 06/11/2020

Re: [NTG-context] About loading C libraries (again)

2020-11-05 Thread Hans Hagen
. It does here (not that i have a lib to test) so maybe check your path: .../tex-context/tex/texmf-win64/bin/lib/luametatex/foo/libfoo.dll (put the file there and run mtxrun --generate) The lua versions should match and there shopuld be the initialer function. \enabletrackers[*lib*] gives some

Re: [NTG-context] What does --errors and --noconsole do?

2020-11-04 Thread Wolfgang Schuster
Sylvain Hubert schrieb am 04.11.2020 um 16:15: Moreover, is there any way to let context give an error at all when encountering something like `\setuppagenumbering[position=footer]` ? ConTeXt has a function to check assignment list for valid keys but 1. The function doesn't work

Re: [NTG-context] Bug: context/mtxrun makes Firefox eat up cpu

2020-10-29 Thread Sylvain Hubert
Hi aditya, > It is possible for you to check on a fresh install of manjaro in a virtual machine to rule out the possibility that something else in your system is causing this behavior. I remember trying context while browsing the wiki before so it should work normally in a brand new environm

Re: [NTG-context] Bug: context/mtxrun makes Firefox eat up cpu

2020-10-29 Thread Aditya Mahajan
able way (it was 0% and remains 0%). It is possible for you to check on a fresh install of manjaro in a virtual machine to rule out the possibility that something else in your system is causing this behavior. Aditya ___

Re: [NTG-context] Hyphenation pattern for Esperanto

2020-10-14 Thread Hans Hagen
On 10/14/2020 5:36 PM, Alain Delmotte wrote: Dear Mojca, I did just repond to the message without remarking that I was only answering to you; I'll take care inthe future. I'll check if the two list are the same, after expanding the condensed one. And after I'll go to Hans. As Mojca

<    4   5   6   7   8   9   10   11   12   13   >