[NTG-context] Re: Support Chinese Date Conversion

2023-11-29 Thread Hans Hagen
files is faster (i need to check and diff anyway) can you test with this: if name == "date" then -- We could do some number juggling instead but this is fast enough. There is -- no error checking here so we assume a proper year. Maybe a better name is

[NTG-context] Re: Invalid certificate for distribution.contextgarden.net

2023-11-23 Thread Marco Patzer
ote > newer update without actually doing an update. This is how I check for the remote version: curl --silent --connect-timeout 5 \ 'https://distribution.contextgarden.net/current/context/latest/tex/context/base/mkiv/context.mkiv' | sed -ne '/\\edef\\contextversion/s/.*{\(.*\)}/\1/p' Not

[NTG-context] Re: Invalid certificate for distribution.contextgarden.net

2023-11-23 Thread Taco Hoekwater
gt;> Even if it used the right certificate, it would not work right now >> because of the move: there is nothing behind the connection. > > I used that server to check for the latest context version. What's > the recommended way to check for the latest version? Basically the > output of

[NTG-context] Re: Invalid certificate for distribution.contextgarden.net

2023-11-23 Thread Marco Patzer
ove: there is nothing behind the connection. I used that server to check for the latest context version. What's the recommended way to check for the latest version? Basically the output of the \contextversion command? Marco __

[NTG-context] Re: externalfigure crashed

2023-11-22 Thread Aditya Mahajan
ow, however, it seems the default in this case is a crash. Very > > annoying in comparison with the earlier behaviour. > > I might make a mistake, but the MWE is as simple as can be. > > Can you update your ConTeXt installation and check if the error remains, > I tries

[NTG-context] Re: externalfigure crashed

2023-11-22 Thread Wolfgang Schuster
in comparison with the earlier behaviour. I might make a mistake, but the MWE is as simple as can be. Can you update your ConTeXt installation and check if the error remains, I tries to your example on my machine (Windows 11) and wasn't able to reproduce the problem. Wolfgang

[NTG-context] Re: xmlpos values doubled

2023-11-21 Thread Benjamin Buchmuller
r{main}{text}{} > \stoptext > > \xmldepth shows values that I think are +1 than they should be. > > \xmlpos counts in pairs and not in units (as you wrote, 2, 4, 6...). > > Hans, could you check whether this is working as expected? > > Sorry, but if this isn’t a bug, I

[NTG-context] Re: context not producing synctex output that my synctex program can use

2023-11-15 Thread Jim
gt; indeed texshop uses the approach that avoids the library and just calls > mtxrun to figure out the file/line that relates to the position; this is > more reliable because there is no need to recompile a viewer when synctex > updates I just looked at the code of evince, and there is a fair

[NTG-context] Re: named destinations in /GoToR

2023-11-14 Thread Pablo Rodriguez via ntg-context
> > It seems that the default mode for outer (external file) references is > the "auto" mode. This one seems to load the whatever.pdf file, check the > named destinations and decide based on that. Many thanks for your explanation, Michal. I was totally ignorant of the page k

[NTG-context] Re: named destinations in /GoToR

2023-11-13 Thread Michal Vlasák
e previous code, the only destination reads in the PDF source: > > 5 0 obj > << > /D [ 0 /Fit ] > /F (whatever.pdf) > /S /GoToR > >> > endobj It seems that the default mode for outer (external file) references is the "auto" mode. Th

[NTG-context] Re: hard clipping in ConTeXt?

2023-11-13 Thread Pablo Rodriguez via ntg-context
s included in the document (which may lead to unintended consequences). I have accidentally discovered this myself the other day and I’m going to check the wiki to add this information (if not included). Many thanks for your help, Pablo

[NTG-context] Re: context not producing synctex output that my synctex program can use

2023-11-12 Thread Hans Hagen
the file/line that relates to the position; this is more reliable because there is no need to recompile a viewer when synctex updates you can run mtxrun --script synctex on the synctex file and check what areas are there ConTeXt’s synctex format is much simpler than the “standard” LaTeX one

[NTG-context] regular online mett-up

2023-11-05 Thread Henning Hraban Ramm
;join" (or "start" if you’re the first), * click "with microphone", allow your browser to access it, check the audio. * Your microphone is muted if you join. Activate microphone and/or camera with the buttons at the bottom. * Minimize the default presentation with the

[NTG-context] Re: Double sided pages leave a thin white line on the right side

2023-10-28 Thread Mia Bikey
Hi Pablo, I am on Windows 10 and using Firefox 119 with default PDF.js. I made a completely new profile to check and the issue exists there too. Though after testing a bit I realized that the white lines appear on specific zoom levels and disappear on others. White lines appear on sumatra too

[NTG-context] Re: Double sided pages leave a thin white line on the right side

2023-10-28 Thread Pablo Rodriguez via ntg-context
On 10/28/23 16:26, Mia Bikey wrote: > Well I was using firefox to open my pdf and did not check it on anything > else. > I opened the pdf in sumatra, adobe, microsoft edge and yeah there is no > white line. > Seems like it is a firefox issue then. Hi Mia, opening your attachment w

[NTG-context] Re: Double sided pages leave a thin white line on the right side

2023-10-28 Thread Mia Bikey
Well I was using firefox to open my pdf and did not check it on anything else. I opened the pdf in sumatra, adobe, microsoft edge and yeah there is no white line. Seems like it is a firefox issue then. Thank You On Sat, Oct 28, 2023 at 7:50 PM Wolfgang Schuster < wolfgang.schuster.li...@gmail.

[NTG-context] Re: sidebar and marginrule not working

2023-10-24 Thread Hamid,Idris
bars in your PDF. But your code gives apparently correct results on my machine, ConTeXt ver: 2023.09.26 18:19 LMTX fmt: 2023.10.19 Maybe try to re-make the format? Check all files in the log – is there something from a local/personal texmf tree? Many thanks, Henning. I tried remaking the for

[NTG-context] Re: sidebar and marginrule not working

2023-10-24 Thread Henning Hraban Ramm
. But your code gives apparently correct results on my machine, ConTeXt ver: 2023.09.26 18:19 LMTX fmt: 2023.10.19 Maybe try to re-make the format? Check all files in the log – is there something from a local/personal texmf tree? Hraban

[NTG-context] Fwd: Re: x mark symbol and general symbol guide

2023-10-16 Thread Gerion Entrup
r documentation for ConTeXt somewhere? \usesymbols[fontawesome] \startTEXpage[offset=1ts] \symbol[fontawesome-solid][times]\quad \symbol[fontawesome-solid][check] \stopTEXpage you can run symb-imp-fonta

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

2023-10-05 Thread juh via ntg-context
sn'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 for

[NTG-context] bibliography questions

2023-10-02 Thread Henning Hraban Ramm
eispiel] \cite[authoryear] [WiFo2010] \cite[authoryear] [rattenhka] \stoptext """ But I get the error message: """ system > error: invalid parent apa for beispiel, apa defined too (best check it) system > error: invalid parent btx:apa

[NTG-context] Re: wiki update: Modules

2023-10-02 Thread Henning Hraban Ramm
Am 02.10.23 um 04:00 schrieb Andres Conrado Montoya: In the wiki, if I click a link to check a source code file (for example https://source.contextgarden.net/tex/context/base/mkiv/m-catchword.mkiv <https://source.contextgarden.net/tex/context/base/mkiv/m-catchword.mkiv>) I get a blan

[NTG-context] Re: wiki update: Modules

2023-10-01 Thread Andres Conrado Montoya
In the wiki, if I click a link to check a source code file (for example https://source.contextgarden.net/tex/context/base/mkiv/m-catchword.mkiv) I get a blank page with a very long list of source files on the left. If I search for the file with my browser's ctrl+f on that page, it returns zero

[NTG-context] Re: Issue : compilation error when using mathcases with pagella fonts (and others)

2023-09-24 Thread Hans Hagen
\stopmathcases 10 >> \stopformula 11 \stoptext i'll check it tomorrow (witk mikael who has a newer bin and first we need to test some other math things) ... i probably need some temp hack because the build farm is still down (an

[NTG-context] Re: Install fonts on MS Windows

2023-09-23 Thread Wolfgang Schuster
the extra fonts in /texmf-fonts/fonts/data as Hraban advises. But to make a "set OSFONTDIR=c:\windows\fonts" is allways necessary I presume (in order to make CTX able to use windows fonts) ? The file mtxrun.lua contains the following check which sets default paths on Windows a

[NTG-context] Re: Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2023-09-18 Thread Hans Hagen
ike a mismatch in binary (you can compile luametatex yourself and then update the bin if ther eis some platform issue) the compile farm is down (Mojca has to replace the machine) so I can't check it H

[NTG-context] Re: Using structureuservariables before the heading

2023-09-14 Thread Wolfgang Schuster
but unlike the other predefined layouts for sections you don't have to write "alternative=command" to use the layout which is passed to the command key. To make this work ConTeXt has to check whether the argument of the command key is empty or not but this is problematic when you pass

[NTG-context] Re: Reinserting a section title followed by (continued) after a page break

2023-09-04 Thread Hans Hagen via ntg-context
. The first one triggers a check for pending contributions while the second forces it using a penalty which can have side effects. One problem is that pagegoal and pagetotal are not always reliable. There is a wrap up about this which isnot yet in the disibution because it is part of a larger

[NTG-context] Re: Building luametatex with Lua symbols exposed

2023-09-02 Thread Michal Vlasák
, I compiled with: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXECUTABLE_ENABLE_EXPORTS=1 cmake --build build -j10 You can check the difference in dynamic symobls with: readelf --dyn-syms build/luametatex Note, that while this approach doesn't require any modification to

[NTG-context] Re: xmldoif: checking for contents of attribute

2023-08-25 Thread Hans Hagen
8:22 AM, denis.ma...@unibe.ch wrote: Thanks for your help. I can use that, but why is this sort of double-checking necessary here? because containsa in a function that has checking while find is just the lua find .. so i've added a check in that one too now but no upload So, that would mean

[NTG-context] Re: xmldoif: checking for contents of attribute

2023-08-25 Thread denis.maier
nis.ma...@unibe.ch wrote: > > > Thanks for your help. I can use that, but why is this sort of > > double-checking > necessary here? > > because containsa in a function that has checking while find is just the lua > find > .. so i've added a check in that one too now

[NTG-context] Re: Question about building an array of values with Lua

2023-08-25 Thread Fabrice Couvreur
> wrote: > > […] > > > I would drop the column check in this case. > > for i = 0,9 do > context.startxrow() > context.startxcell() > context(i) > context.stopxcell() >

[NTG-context] Re: xmldoif: checking for contents of attribute

2023-08-25 Thread Hans Hagen
On 8/25/2023 8:22 AM, denis.ma...@unibe.ch wrote: Thanks for your help. I can use that, but why is this sort of double-checking necessary here? because containsa in a function that has checking while find is just the lua find .. so i've added a check in that one too now but no upload Hans

[NTG-context] Re: xmldoif: checking for contents of attribute

2023-08-25 Thread denis.maier
; when you have multiple searches > to perform, that may be the easiest way to go. For example: > ... > > Hope that gets you started. > > Thomas Thank you, Thomas. Yes, that get's me started. But same question applies this solution too: Why do you need to double check? (I guess the a

[NTG-context] Re: xmldoif: checking for contents of attribute

2023-08-25 Thread denis.maier
> -Ursprüngliche Nachricht- > Von: Hans Hagen > Gesendet: Donnerstag, 24. August 2023 16:54 > An: ntg-context@ntg.nl > Betreff: [NTG-context] Re: xmldoif: checking for contents of attribute > > On 8/24/2023 4:11 PM, denis.ma...@unibe.ch wrote: > > Hi, > >

[NTG-context] Re: Question about building an array of values with Lua

2023-08-24 Thread Wolfgang Schuster
Otared Kavian schrieb am 24.08.2023 um 12:50: On 24 Aug 2023, at 06:03, Wolfgang Schuster <mailto:wolfgang.schuster.li...@gmail.com>> wrote: […] I would drop the column check in this case.     for i = 0,9 do     context.startxrow()     context.s

[NTG-context] Re: xmldoif: checking for contents of attribute

2023-08-24 Thread Hans Hagen
On 8/24/2023 4:11 PM, denis.ma...@unibe.ch wrote: Hi, I'm trying to check whether an attribute contains (or, actually starts with) a given string. I've tried a whole bunch of different combinations, but I've had no luck so far. Minimal example below. Anyone has a hint? Best, Denis

[NTG-context] Re: xmldoif: checking for contents of attribute

2023-08-24 Thread Thomas A. Schmitz
opluacode \startbuffer[test] Yes No \stopbuffer \starttext \xmlprocessbuffer{test}{test}{} \stoptext Hope that gets you started. Thomas > On 24. Aug 2023, at 16:11, denis.ma...@unibe.ch wrote: > > Hi, > I’m trying to check whether an attribute contains (or, actually st

[NTG-context] xmldoif: checking for contents of attribute

2023-08-24 Thread denis.maier
Hi, I'm trying to check whether an attribute contains (or, actually starts with) a given string. I've tried a whole bunch of different combinations, but I've had no luck so far. Minimal example below. Anyone has a hint? Best, Denis

[NTG-context] Re: Question about building an array of values with Lua

2023-08-24 Thread Otared Kavian
> On 24 Aug 2023, at 06:03, Wolfgang Schuster > wrote: >> […] > > I would drop the column check in this case. > > for i = 0,9 do > context.startxrow() > context.startxcell() > context(i) > context.stopxcel

[NTG-context] Re: Question about building an array of values with Lua

2023-08-24 Thread Fabrice Couvreur
elseif j == 2 then > context(math.mod(i*i,10)) > elseif j == 3 then > context(i) > else > context(math.mod(2*i*i,10)) > end > context.stopxcell() > end > context.stopxrow() > end

[NTG-context] Re: Question about building an array of values with Lua

2023-08-23 Thread Wolfgang Schuster
th.mod(i*i,10))  elseif j == 3 then context(i)  else context(math.mod(2*i*i,10))                     end context.stopxcell()             end         context.stopxrow()     end I would drop the column check in this case.     for i = 0,9 do     context.startxrow()     context.star

[NTG-context] Attention: Notice to registered participants of the meeting

2023-08-23 Thread Jano Kula
. Please check the list, and if you don't find yourself in the list, please, register again. Sorry for the inconvenience, Jano We have registrations of: Hans Hagen Ton Otten Taco Hoekwater Jano Kula Massimiliano Farinella Tomáš Hála Harald Koenig Henning Hraban Ramm Wolfgang Schuster Egaras Šakuras

[NTG-context] Re: XML processing beginner's question

2023-08-22 Thread Hans Hagen via ntg-context
). \ifxml{#1}{/foo} a \orelse\ifxml{#1}{/ofo} b \orelse\ifxml{#1}{/oof} c \orelse\ifempty{xmlatt{#1}{n}} d % could also be a check for number first: \orelse\ifnum\xmlattr{#1}{n}>10\relax % of \norelax e \fi etc (see lowlevel manual) can look a bit less messy that using 5 nested \doifels

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Hamid,Idris
requires \sc because it provides a separate file for smallcaps but no smcp feature. ConTeXt has a command which can be used to check whether the current active font provides the smcp feature but the recommended way is to choose a font which supports to method (\sc or \setsmallcaps) which is used

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Hamid,Idris
. ConTeXt has a command which can be used to check whether the current active font provides the smcp feature but the recommended way is to choose a font which supports to method (\sc or \setsmallcaps) which is used in the document. Ah, yes (and a similar point can be made about slanted/oblique (\sl

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Wolfgang Schuster
makes sense in an opentype-features world. New users should no longer use it. It depends on the font, e.g. Latin Modern still requires \sc because it provides a separate file for smallcaps but no smcp feature. ConTeXt has a command which can be used to check whether the current active font

[NTG-context] unsubscribe

2023-08-18 Thread Thomas Floeren via ntg-context
cumvent body > font size with a given width, while keeping both: the kern of \TeX\ > and the double spacing that lmtx injects following a sentence, > within sanity check, hence the nonfrenchspacing > > The separation of any of these four components would have hurt T > E X sig­

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
Is that the complete document? What do you have in mind with obeying > lines in the middle of a paragraph? it's the only possible way off the top of my head to circumvent body font size with a given width, while keeping both: the kern of \TeX\ and the double spacing that lmtx injec

[NTG-context] Re: breakpoints in verbatim text

2023-08-17 Thread Alex Leray
zeverbatim and then   \startsetups typing:mine   \setbreakpoints[compound]   \stopsetups with   \starttyping[lines=yes,setups=typing:mine] I need Wolfgang to check it for possible interferen

[NTG-context] Re: breakpoints in verbatim text

2023-08-17 Thread Hans Hagen
gparameter \to \everyinitializeverbatim and then \startsetups typing:mine \setbreakpoints[compound] \stopsetups with \starttyping[lines=yes,setups=typing:mine] I need Wolfgang to check it for possible interferen

[NTG-context] Re: Optical scaling in Latin Modern

2023-08-17 Thread Vincent Hennebert
On Tue, 2023-08-15 at 18:22 +0200, Hans Hagen wrote: > On 8/15/2023 5:33 PM, Hamid,Idris wrote: > > > > so [\s!designsize=\s!auto] means there is no explicit call to lmroman8-regular etc.? Interesting.. > > > check the lfg file ... On that note, there seem

[NTG-context] Re: Optical scaling in Latin Modern

2023-08-15 Thread Hamid,Idris
, Hamid,Idris wrote: so [\s!designsize=\s!auto] means there is no explicit call to lmroman8-regular etc.? Interesting.. check the lfg file ... ___ If your question is of interest to others as well, please add an entry

[NTG-context] Re: new upload

2023-08-15 Thread Pablo Rodriguez
> and then you realize that you are the one going to wikify it Fine (https://wiki.contextgarden.net/Dimensions could be expanded that way), but I need to check the new units first. Many thanks for your help, Pablo

[NTG-context] Re: An error which is not in .log file

2023-08-15 Thread Pablo Rodriguez
On 8/15/23 17:35, Xavier B. wrote: > I have the document split in several files. Hi Xavier, as someone already mentioned it, the way to check would be: mtxrun --scripts check your-document.tex But this doesn‘t parse \input, so you need to create a loop. In Unix, it would read something l

[NTG-context] Re: Optical scaling in Latin Modern

2023-08-15 Thread Hans Hagen
On 8/15/2023 5:33 PM, Hamid,Idris wrote: so [\s!designsize=\s!auto] means there is no explicit call to lmroman8-regular etc.? Interesting.. check the lfg file ... Hans - Hans Hagen

[NTG-context] Re: An error which is not in .log file

2023-08-15 Thread Hans Hagen
flushing realpage 297, userpage 295, subpage 297 structures > end of sectionblock 'backpart' close source> level 1, order 147, name './ng-exercicis.conTeXt' (\end occurred inside a group at level 8) 8:0: semisimple group entered at line 276: \begingroup so check what st

[NTG-context] Re: Very strange error:

2023-08-14 Thread Rik Kabel
art... Can anyone help me? Thanks, Xavier PS: I receive this error after upgrading to MKIV to LMTX. Before with MKIV I get no errors. I suspect that LMTX is a bit more strict about parsing. You have omitted the required \par for each \head. Perhaps the mtxrun check script (ht

[NTG-context] Re: upload

2023-08-10 Thread Henning Hraban Ramm
Am 10.08.23 um 17:02 schrieb Wolfgang Schuster: indeed that was the issue, seems like i generated the update but didn't push it, can you check again? It works now as expected. Confirmed. Thank you! Hraban

[NTG-context] Re: upload

2023-08-10 Thread Wolfgang Schuster
dummyparameter{a} \dummyparameter{b} % b is still \endgroup \getdummyparameters[a=,b=] \dummyparameter{a} \dummyparameter{b} \stoptext indeed that was the issue, seems like i generated the update but didn't push it, can you

[NTG-context] Re: upload

2023-08-10 Thread Hans Hagen via ntg-context
group \getdummyparameters[a=,b=] \dummyparameter{a} \dummyparameter{b} \stoptext indeed that was the issue, seems like i generated the update but didn't push it, can you check again? Hans - Han

[NTG-context] Re: Tracker for hyphens at the end of lines

2023-08-09 Thread Hans Hagen via ntg-context
On 8/9/2023 12:10 PM, denis.ma...@unibe.ch wrote: Keith, you can also check hyphenations using a script: -- check-hyphens.lua --[[ analyze hyphenations based on a ConTeXt log file enable hyphenation tracking in the ConTeXt file with \enabletrackers[hyphenation.applied

[NTG-context] Re: Tracker for hyphens at the end of lines

2023-08-09 Thread denis.maier
Keith, you can also check hyphenations using a script: -- check-hyphens.lua --[[ analyze hyphenations based on a ConTeXt log file enable hyphenation tracking in the ConTeXt file with \enabletrackers[hyphenation.applied] then run this script with lua check-hyphens.lua

[NTG-context] Re: regular online meet-up

2023-08-09 Thread Henning Hraban Ramm
should work (WebRTC required). * Open the above URL, accept the privacy statement, * enter your name, * click "join" (or "start" if you’re the first), * click "with microphone", allow your browser to access it, check the audio. * Your microphone is muted if you join. Acti

[NTG-context] Re: Triaging tikz error: Cannot parse this coordinate

2023-08-08 Thread Hans Hagen
need this but we need to educate the user to wrap settings in the % wrappers. So some day the next line will go. I need to check what commands are % possible outside a picture. \overloadmode\zerocount \newtoks\everytikzpicture \newtoks\everyinsidetikzpicture % \appendtoks % \resetcharacterspa

[NTG-context] Re: How to make words searchable without diacritics

2023-08-07 Thread Marcus Vinicius Mesquita
t; >\stoptext > > > > > In any case, the PDF viewer used to search must have ActualText implemented. > > Exactly. And e.g. Apple’s PDF library has not; it is used not only by > Preview.app, but also by Skim and Te

[NTG-context] regular online meet-up

2023-08-07 Thread Henning Hraban Ramm
(or "start" if you’re the first), * click "with microphone", allow your browser to access it, check the audio. * Your microphone is muted if you join. Activate microphone and/or camera with the buttons at the bottom. * Minimize the default presentation with the "screen

[NTG-context] Re: How to make words searchable without diacritics

2023-08-07 Thread Henning Hraban Ramm
implemented. Exactly. And e.g. Apple’s PDF library has not; it is used not only by Preview.app, but also by Skim and TeXshop. (I should check this with other viewers/libs.) Hraban ___ If your question is of interest

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Gerben Wierda
> On 18 Jul 2023, at 23:30, Wolfgang Schuster > wrote: > > Gerben Wierda schrieb am 18.07.2023 um 23:23: >>> Check all entries with \definefontfamily, maybe something isn't commented >>> but should be. >>> >>

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Wolfgang Schuster
Gerben Wierda schrieb am 18.07.2023 um 23:23: Check all entries with \definefontfamily, maybe something isn't commented but should be. Wolfgang Everything font in my file: [...] \definefontfeature [expandophian] [extend=1.025] \definefontfamily   [archimate]   [ss]   [Ophian] [features

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Gerben Wierda
tespace on top of the first page >>> >>> so, just grep for that orphaned text snippet in your style / document >> >> >> Hmm, it ('syle') is nowhere to be found in my documents. The 'syle' typo is >> found twice in ConTeXt itself, but only in manuals. &

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Wolfgang Schuster
ce on top of the first page so, just grep for that orphaned text snippet in your style / document Hmm, it ('syle') is nowhere to be found in my documents. The 'syle' typo is found twice in ConTeXt itself, but only in manuals. Check all entries with \definefontfamily, maybe something isn't commented b

[NTG-context] mtxrun scripts

2023-07-18 Thread Henning Hraban Ramm
… or what is meant with "table"? * Is there a script that lists all files involved in a ConTeXt run? Preferably filterable by "part of the distribution" / images / sources? I’d like to check if all used files are checked in my git repository to be sure the pro

[NTG-context] Re: regular online meet-up

2023-07-12 Thread Henning Hraban Ramm
required; most modern browsers should work (WebRTC required). * Open the above URL, accept the privacy statement, * enter your name, * click "join" (or "start" if you’re the first), * click "with microphone", allow your browser to access it, check the audio. * Your m

[NTG-context] Re: new upload

2023-07-10 Thread Rik Kabel
as getting even less tracing clutter (the kind of changes for Wolfgang to check -) - as aside effect there is some performance gain (there is not that much more to gain now unless we go ugly); this all depends on usage of course - at some point some of the more obscure middle level helpers (dating

[NTG-context] Re: new upload

2023-07-10 Thread denis.maier
ontext] new upload > > Hi, > > No functional changes this time: > > - some more consistent usage of new primitives instead of helper macros, also > a bit of a look and feel related effort as well as getting even less tracing > clutter > (the kind of changes for Wolfgang to

[NTG-context] new upload

2023-07-09 Thread Hans Hagen via ntg-context
Hi, No functional changes this time: - some more consistent usage of new primitives instead of helper macros, also a bit of a look and feel related effort as well as getting even less tracing clutter (the kind of changes for Wolfgang to check -) - as aside effect there is some performance

[NTG-context] regular online meet-up

2023-07-07 Thread Henning Hraban Ramm
, accept the privacy statement, * enter your name, * click "join" (or "start" if you’re the first), * click "with microphone", allow your browser to access it, check the audio. * Your microphone is muted if you join. Activate microphone and/or camera with the butt

[NTG-context] Re: lpdf.registerfontmethod

2023-07-07 Thread Hans Hagen via ntg-context
in the distribution? I'll check it but no time today. btw ... as you like low level hacking ... pdftex has a mechanism called pgc (pdf glyph containers) and these are used when no pk font is found (which also means: no map entry) \pdffont ... = \pdfscale 1000 \pdfglyph 1 100 0 0 100 100 ... pdf code

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-07 Thread Carlos
ybe bad metricks then but > > > > > I'm > > > > > not going to look into that as the official TUG lucida opentype fonts > > > > > perform okay. > > > > > > > > > > Hans > > > > > > > > The first sentence

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-06 Thread Carlos
; > > \stoptypescript > > > > Hm, isn't that this lucida rip off again? Maybe bad metricks then but > > > > I'm > > > > not going to look into that as the official TUG lucida opentype fonts > > > > perform okay. > > > > > > >

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-06 Thread Carlos
e to ever set foot on planet earth, owned or included the Lucida family on every java runtime environment that there was. This piece of software was also involuntarily required to run quite a few of programs. Anyhow. Heck. Let's check the company's revenue: Revenue Increase US$49.95 billion (2023)

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-06 Thread Carlos
gt; > > perform okay. > > > > > > Hans > > > > The first sentence is irrelevant. And a guess. Bad metrics is not the > > culprit > > > > if it were true, the same problem would be under lualatex, correct? > > well, who knows what (me)tri

[NTG-context] Re: \showmakeup adds unwanted space despite accurate readings; \qquad mandatory before \TeX\

2023-07-05 Thread Hans Hagen
math) But it's not there. I can't (and won't) check that as I don't have (lua)latex installed nor have those fonts. I also don't see where this \qquad is in your example. As for the \showmakup ... it is used extensively and afaiks there are no issues with it. Hans

[NTG-context] Fwd: [veraPDF-users] Development Preview: PDF file checker based on the Arlington PDF Model

2023-06-21 Thread Pablo Rodriguez via ntg-context
Dear list, it is still early development, but this tool might be extremely useful to check PDF documents. Direct link to downloads (version 1.25 doesn’t seem to be available): https://software.verapdf.org/develop/arlington/1.23 Just in case it might help, Pablo Forwarded Message

Re: [NTG-context] Off topic: Does a 'free for commercial use' flared-sans font exist in the world?

2023-06-18 Thread Hans Hagen via ntg-context
ht now) as well as the official palatino nova cd (in opentype format); I got them from the master himself, which makes them even more special. (It reminds me that I need to check if we can drop in replacements in the pagella math.)

Re: [NTG-context] regular online meet-up

2023-06-14 Thread Henning Hraban Ramm via ntg-context
, * click "join" (or "start" if you’re the first), * click "with microphone", allow your browser to access it, check the audio. * Your microphone is muted if you join. Activate microphone and/or camera with the buttons at the bottom. * Minimize the default presentation wi

Re: [NTG-context] Fallbacks in text font interfere with math accents

2023-06-10 Thread Henning Hraban Ramm via ntg-context
ms remain (e.g. breve, check, dot, widehat). It also affects the sizing of limiters and e.g. underbraces. Why do font fallbacks for non-math fonts affect math at all? Hraban ___ If your question is of interest

[NTG-context] Fallbacks in text font interfere with math accents

2023-06-10 Thread Henning Hraban Ramm via ntg-context
math to no avail. My example uses Cambria, but it’s the same with other fonts. (BTW, in \bar{b} with Libertinus, the bar looks too high.) Hraban \definefontfallback[symbolaFB] [file:symbola.otf] [0x0-0xF] [check=no,force=no] \definefontfallback[arialFB] [name:arialunicodems] [0x0

Re: [NTG-context] TiKz with LMTX

2023-06-09 Thread Aditya Mahajan via ntg-context
or find(n,"optex") > > -- or find(n,"luatex") > > -- or find(n,"pdftex") > > ) > > end > so an alternative is to ignore deleting those two files > > what is in lualatex that we need? can hardly be something generic pg

[NTG-context] regular online meet-up

2023-06-09 Thread Henning Hraban Ramm via ntg-context
software installation required; most modern browsers should work (WebRTC required). * Open the above URL, accept the privacy statement, * enter your name, * click "join" (or "start" if you’re the first), * click "with microphone", allow your browser to access it, chec

Re: [NTG-context] TiKz with LMTX

2023-06-09 Thread Hans Hagen via ntg-context
) -- or find(n,"pdftex") ) end so an alternative is to ignore deleting those two files what is in lualatex that we need? can hardly be something generic (it being pretty big makes me wonder if we should have texmf-tikz for it as i don't want to polute the modules tree to

Re: [NTG-context] TiKz with LMTX

2023-06-08 Thread Jigé via ntg-context
gt; > $ export PATH=/home/myname/.local/share/context/tex/texmf-linux-64/bin:$PATH > > $ context some-sample-context-file.tex > > > > Did I miss anything? It works just fine. > > On a new machine and pgfsys-luatex.def is missing for me as well. I'll try to > check wh

Re: [NTG-context] TiKz with LMTX

2023-06-05 Thread Aditya Mahajan via ntg-context
I miss anything? It works just fine. > > On a new machine and pgfsys-luatex.def is missing for me as well. I'll try to > check what is going on. This was a bit crazy to track down. Here is the fix: In line 180 of mtx-install-modules.lua, comment the line or find(n,"luatex&qu

Re: [NTG-context] TiKz with LMTX

2023-06-05 Thread Aditya Mahajan via ntg-context
rt PATH=/home/myname/.local/share/context/tex/texmf-linux-64/bin:$PATH > $ context some-sample-context-file.tex > > Did I miss anything? It works just fine. On a new machine and pgfsys-luatex.def is mi

Re: [NTG-context] knuth

2023-06-05 Thread Carlos via ntg-context
ntg.nl / > https://www.ntg.nl/mailman/listinfo/ntg-context > webpage : https://www.pragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : https://contextgarden.net >

Re: [NTG-context] Change in flushleft alignment?

2023-06-01 Thread Rik Kabel via ntg-context
? I'll check it (we're experimenting a bit with alignments related to math) Hans Thank you for the quick fix. -- Rik ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Change in flushleft alignment?

2023-06-01 Thread Hans Hagen via ntg-context
paragraph has been run through par. This does not seem to create paragraphs with more lines, but they create a very odd, choppy page. It does not prevent hyphenation, and sometimes introduces it where none was present before. Did I miss a change? I'll check it (we're experimenting a bit

Re: [NTG-context] \doifelseoddpage not working as expected

2023-05-29 Thread Henning Hraban Ramm via ntg-context
Am 29.05.23 um 16:47 schrieb Hans Hagen via ntg-context: Is this also the right approach to check for the current page within a float placement? Like \startplacefigure[]  \dontleavehmode\signalrightpage % necessary?  \doifelserightpage{RIGHT}{LEFT}  \doifelseoddpage  {ODD  }{EVEN

Re: [NTG-context] \doifelseoddpage not working as expected

2023-05-29 Thread Hans Hagen via ntg-context
[alternative={singlesided,doublesided}] \starttext \dorecurse{200}{ \dontleavehmode\signalrightpage \doifelserightpage{RIGHT}{LEFT} \doifelseoddpage  {ODD  }{EVEN} \par } \stoptext The rightpage check combined with putting a signal at the spot where you

<    1   2   3   4   5   6   7   8   9   10   >