[NTG-context] Re: unwanted blank page

2023-11-20 Thread Pablo Rodriguez via ntg-context
On 11/19/23 23:34, madiazm.eo...@gmail.com wrote: > sorry if i dont get your problem right understood, but i'm completely > new to context. Hi Miguel, I’m afraid it isn’t entirely clear whether you intend to ask something or not. > I use a hack not to get the number not printed in the title

[NTG-context] Re: learning about the grid

2023-11-20 Thread Pablo Rodriguez via ntg-context
On 11/19/23 23:17, madiazm.eo...@gmail.com wrote: > Thanks, Pablo and Henning > > I suppose I am making a mistake with my setupinterlinearspace. My > school asks for Times New Roman (I use termes) 12pt and > onehalfspacing. In latex I used linespread{1.3} and so I supposed > setting ConTeXt with

[NTG-context] Re: learning about the grid

2023-11-19 Thread Pablo Rodriguez via ntg-context
On 11/19/23 13:27, Miguel Diaz wrote: > [...] Hi Miguel, I don’t use the grid. This is also the default in ConTeXt. I’m not sure whether I’m getting your point here. See what the difference between not enabling the grid and enabling it: \showframe\showgrid \setupwhitespace[medium]

[NTG-context] wrong destination types?

2023-11-17 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \setupinteraction[state=start, page=name, focus=standard] \starttext a\footnote{b} \stoptext In \setupinteraction, "focus=standard" is ignored when I use "page=name". I mean, link destinations are to the full page and they alter the page view

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

2023-11-14 Thread Pablo Rodriguez via ntg-context
On 11/13/23 23:30, Michal Vlasák wrote: >> […] >> With the 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

[NTG-context] named destinations in /GoToR

2023-11-13 Thread Pablo Rodriguez via ntg-context
Dear list, imagine I have a PDF document (named "whatever.pdf") such as the one generated from this source: \setupinteraction[state=start, focus=standard] \starttext \dorecurse{5} {\chapter[\recurselevel]{Chapter} \section[sec-\recurselevel]{Section}} \stoptext This source

[NTG-context] Re: \doifemptyelse issue?

2023-11-13 Thread Pablo Rodriguez via ntg-context
On 11/13/23 13:10, Bruce Horrocks wrote: > The following MWE gives "false false" instead of "false true". I'm > sure this used to work (18 months or more ago!) as I found it when > re-processing an old document.> [...] > There is a work-around using \doiftext instead as that seems to work > okay

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

2023-11-13 Thread Pablo Rodriguez via ntg-context
On 11/11/23 11:02, Hans Hagen via ntg-context wrote: > On 11/10/2023 6:17 PM, Pablo Rodriguez via ntg-context wrote: >> [...] >> Is there any way to have a hard clipping in ConTeXt? >> >> I mean, that only the contents of the clipped section is added to the >> re

[NTG-context] hard clipping in ConTeXt?

2023-11-10 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \setuplayout[page] \starttext \clip[hoffset=5mm, voffset=5mm, width=15mm, height=15mm] {\externalfigure[xml-mkiv.pdf]} \stopnotmode \stoptext Using PDF.js (from current Firefox), xpdf, Evince, mupdf-gl, the viewer is able to find

[NTG-context] Re: XRechnung

2023-11-10 Thread Pablo Rodriguez via ntg-context
On 11/10/23 11:29, Henning Hraban Ramm wrote: > Am 10.11.23 um 09:37 schrieb juh+ntg-context--- via ntg-context: >> Hi, >> >> does anyone produce the XML-based invoice called XRechnung with ConTeXt? >> I don't know if XRechnung is the european name or only used in Germany? > > In German it’s

[NTG-context] Re: command to process CSV file (database module)

2023-11-05 Thread Pablo Rodriguez via ntg-context
On 11/5/23 13:56, Pablo Rodriguez via ntg-context wrote: > [...] > I get an error about an unexpected symbol near "\" in the line of > "\processdatabasefile". > > Could anyone enlighten me about what I am missing here? Replying to myself, thanks to the w

[NTG-context] command to process CSV file (database module)

2023-11-05 Thread Pablo Rodriguez via ntg-context
Dear list, These are the following first four lines of a CSV file: ,, "About \LuaTeX\ and \ConTeXt","about.pdf","https://www.pragma-ade.com/general/manuals/about.pdf; "l2r, r2l: A Few Tips","bidi.pdf","https://www.pragma-ade.com/general/manuals/bidi.pdf; "Flowcharts","charts-mkiv.pdf", Faking a

[NTG-context] Re: How to encircle text?

2023-11-05 Thread Pablo Rodriguez via ntg-context
On 11/5/23 12:59, anton.chig...@mail.com wrote: > Wow! > This certainly is not the noobie version! > All I wanted was to put a circle around a letter > for emphasis. Anton, it works as you intend: \starttext \startusableMPgraphic{MetaCirc} draw fullcircle xyscaled

[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 with Firefox 119

[NTG-context] Re: numbered itemize list item label alignment

2023-10-15 Thread Pablo Rodriguez
On 10/15/23 15:51, Csikos Bela wrote: > Hello: > > I would like to make a long numbered itemize list, where the numbers > increase up to three digits. > I would like the numbered labels aligned to the right and the widest > label's left side located at the left margin. > I tried the below code but

[NTG-context] Re: colors for links

2023-10-14 Thread Pablo Rodriguez
On 10/14/23 14:19, Hans Hagen via ntg-context wrote: > On 10/12/2023 3:14 PM, Pablo Rodriguez wrote: >> […] >> I see that the directive for link borders only allows one color for >> links per document. Many thanks for your reply, Hans. I apologize for my poor explanation o

[NTG-context] colors for links

2023-10-12 Thread Pablo Rodriguez
Hi Hans, I have the following source, which tries to resemble three kinds of links: \setupinteraction[state=start, style=, focus=standard] \def\inone#1{% \start\setupinteraction[color=darkgreen]% \enabledirectives[references.border=darkgreen]% \goto{#1}[url(#1)]\stop}

[NTG-context] workaround for wrapping SHA512

2023-10-05 Thread Pablo Rodriguez
Dear list, I have just added another workaround to long hashes (such as SHA512). It interleaves colons every two chars: https://wiki.contextgarden.net/Wrapping#Another_workaround_interleaving_colons. This makes a longer output, but it is more readable too. Just in case it helps anyone (who

[NTG-context] Re: item list inside a blockquote

2023-09-26 Thread Pablo Rodriguez
On 9/26/23 20:46, Wolfgang Schuster wrote: > [...] > The \startblockquote command removes the last skip to ensure only the > space which is set by the environment appears in the output. Many thanks for your explanation, Wolfgang. > The default method to put some space before and after the

[NTG-context] Re: item list inside a blockquote

2023-09-26 Thread Pablo Rodriguez
On 9/26/23 12:52, gerard.degreve wrote: > Hello Pablo, > > Just try to do this : >> \setupitemgroup >> [itemize][1] >> [ before={\blank[.125th]}, >> after={\blank[.125th]}\strut] Hi Gerard, this also works with \null, but not well with small dimensions: \showframe\showgrid\showstruts

[NTG-context] Re: \setupitemgroup for footnotes

2023-09-26 Thread Pablo Rodriguez
On 9/25/23 21:57, Henning Hraban Ramm wrote: > Am 25.09.23 um 19:19 schrieb Pablo Rodriguez: >> On 9/25/23 18:19, Henning Hraban Ramm wrote: >>> Am 25.09.23 um 17:52 schrieb Pablo Rodriguez: >>>> [...] >>>> Excuse my ignorance, but which is the ri

[NTG-context] item list inside a blockquote

2023-09-25 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A6] \setupitemgroup [itemize][1] [ before={\blank[.125th]}, after={\blank[.125th]}] \starttext one \startblockquote \startitemize \item a \stopitemize

[NTG-context] Re: \setupitemgroup for footnotes

2023-09-25 Thread Pablo Rodriguez
On 9/25/23 18:19, Henning Hraban Ramm wrote: > Am 25.09.23 um 17:52 schrieb Pablo Rodriguez: >> [...] >> Excuse my ignorance, but which is the right way to get the itemize setup >> only for footnotes? > > I would use \defineitemgroup to define your own, like &quo

[NTG-context] \setupitemgroup for footnotes

2023-09-25 Thread Pablo Rodriguez
Dear list, I have the following sample (with current latest from 2023.09.18 21:13): \setuppapersize[A6] \starttext \startsetups[forfootnote] \setupitemgroup [itemize][1] [ before={\endgraf{\ttbf[before]}\endgraf},

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

2023-09-24 Thread Pablo Rodriguez
On 9/24/23 15:49, Mikael Sundqvist wrote: > Hi, > > Not that it helps you much, but your example works fine here, and it > gives the expected result. Hi Mikael, I get exactly the same compilation error as Vicent. I tried a brand new installation (with

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

2023-09-24 Thread Pablo Rodriguez
On 9/24/23 10:04, Jean-Pierre Delange wrote: > […] >  mtxrun --script cache --erase && mtxrun --generate > […] > Now, I must confess that I don't know why installing new fonts in > c:\windows\fonts, even after laboriously purging the Windows font cache > and reloading the CTX font cache, didn't

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

2023-09-23 Thread Pablo Rodriguez
On 9/23/23 14:40, Jean-Pierre Delange wrote: > Dear list, > I have a very simple question, perhaps too simple... > I've installed CTX on MSWindows x64, but I can't use the fonts I've > installed, despite the command: set > OSFONTDIR=c:\windows\fonts;c:\windows\users\adeimantos\context\texmf\fonts.

[NTG-context] units related to paper size

2023-09-21 Thread Pablo Rodriguez
Dear Hans, I wonder whether it would be possible to have both units for page width and page height (I guess, pw and ph would be fine). This would be similar to tw and th. Many thanks for your help, Pablo ___ If

[NTG-context] Re: Libertinus error with today's version

2023-09-19 Thread Pablo Rodriguez
On 9/18/23 19:52, Rik Kabel wrote: > (Running 2023.09.18 17:40 on Windows 11 x64) > > With > > \setupbodyfont[libertinus,11pt] > \starttext > Hello > \stoptext > > I get no text output in the pdf and the following error reports: Hi Rik, I think current latest (2023.09.18 21:13)

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

2023-09-18 Thread Pablo Rodriguez
On 9/18/23 16:20, Mikael Sundqvist wrote: > Hi, > > works as expected here, with the latest. Hi Mikael, I get the same error, so I guess you are on Windows. Many thanks for your help, Pablo ___ If your question is

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

2023-09-17 Thread Pablo Rodriguez
On 9/17/23 10:01, Cron Daemon wrote: > [...] > general/manuals/luametatex.pdf Many thanks for the new release, Hans. I‘m afraid there is some issue with the generation of that file, since its size declined from 1.5MB to 180K. Just in case it might help, Pablo

[NTG-context] stream sync (or \pushoutputstream)

2023-09-16 Thread Pablo Rodriguez
Dear list, I have the following sample: \showgrid \setuplayout[grid=yes] \starttext \startoutputstream[one] \startcolor[red] \dorecurse{4}{\input knuth\par\pushoutputstream} \stopcolor \stopoutputstream \startoutputstream[two]

[NTG-context] Re: escaping \ in Lua

2023-09-06 Thread Pablo Rodriguez
On 9/5/23 21:00, Hans Hagen wrote: > On 9/5/2023 6:43 PM, Pablo Rodriguez wrote: >> [...] >> Sorry for the obscure question, but how can I access this with >> "\goto{link to external}[a(b).pdf]"? > > \goto{link to external}[file(a(b).pdf)] Ma

[NTG-context] Re: XML, multiple spaces encoded as %20 get merged into one space

2023-09-06 Thread Pablo Rodriguez
On 9/6/23 12:28, denis.ma...@unibe.ch wrote: > Hi, > > I have the example below that uses the three images in the attachment. > For some reason multiple spaces encoded as %20 get merged into a single %20. Hi Denis, this is standard TeX behavior (not only related to XML): \starttext

[NTG-context] escaping \ in Lua

2023-09-05 Thread Pablo Rodriguez
Dear list, I have the following source: \setupinteraction[state=start, display=new] \enabledirectives[references.border=darkgreen] \starttext \startTEXpage[offset=1dk] \attachment[method=hidden, file=a(b).pdf] \stopTEXpage \stoptext The name in EmbeddedFiles is "a\(b\).pdf".

[NTG-context] Re: new upload

2023-09-04 Thread Pablo Rodriguez
On 9/4/23 19:22, Hans Hagen wrote: > Hi, > > new upload with packed itemize fix .. hopefyully no side effects of some > work in progress (but no crashes in test suite so likely ok) Hi Hans, many thanks for the ultrafast fix and upload. Pablo

[NTG-context] Re: After compiling

2023-09-04 Thread Pablo Rodriguez
On 9/4/23 19:14, Hans Hagen wrote: > here > > context \\localhost\c$\data\develop\tmp\oeps.tex > > seems to be processed (with result in current path) Just in case it might be relevant, I was on W10. I would say that a similar command was right for me. But using Textadept 11.4 and invoking

[NTG-context] Re: After compiling

2023-09-04 Thread Pablo Rodriguez
On 9/4/23 12:25, Ursula Hermann wrote: > There is no pdf to read. > Uschi Hermann. > Sorry, dindn’t write my name in the first Mail Today. Hi Uschi, sorry for explaining what might be obvious to you now, but I think knowing the cause might be worth it > After compiling the following example,

[NTG-context] Re: Adjust pagenumbering while skipping first page

2023-09-04 Thread Pablo Rodriguez
On 9/4/23 18:09, Jeroen wrote: > The following MWE shows pagenumbering starting at the second page with > page number 1. With the totalnumberofpages we end up with one page too > many. Is there a way to reduce this with 1? Hi Jeroen, this might do the work (LMTX only): [\pagenumber{} of

[NTG-context] no packed in current latest (LMTX only)

2023-09-04 Thread Pablo Rodriguez
Dear list, after updating to current latest (from 2023.09.03 19:03), packed list doesn’t seem to work in LMTX: \starttext \startTEXpage[offset=1em] \startitemize[packed] \item item \item item \stopitemize \stopTEXpage \stoptext MkIV gets packed lists just right. Could anyone

[NTG-context] Re: (feature proposal) link to attachments: /GoToE

2023-09-03 Thread Pablo Rodriguez
On 9/3/23 16:02, Henning Hraban Ramm wrote: > Am 03.09.23 um 13:03 schrieb Pablo Rodriguez: > [...] > While I don’t know what’s missing under the hood, I think there’s just a > “reference” key missing in \attachment or \setupattachment: Many thanks for your reply, Hraban.

[NTG-context] Re: (feature proposal) link to attachments: /GoToE

2023-09-03 Thread Pablo Rodriguez
On 9/3/23 12:46, Hans Hagen wrote: > On 9/3/2023 12:17 PM, Pablo Rodriguez wrote: >> [...] >> This basic implementation of GoToE links would be extremely helpful to >> access embedded documents (believe it or not, this is something I >> explain almost every week at wo

[NTG-context] (feature proposal) link to attachments: /GoToE

2023-09-03 Thread Pablo Rodriguez
Hi Hans, having attachments in PDF is very useful, but the vast majority of people don’t know how to handle them (even with the attachment pane displayed when Acrobat opens the document, or with file annotation). It would be really useful to have a link with destination that it would open the

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
On 9/2/23 12:42, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 02.09.2023 um 12:35: >> [...] >> Sorry, but I don‘t know why this doesn‘t get the slanted font as bold (I >> know I should know better, but I‘m stuck at this): >> >> \definefontfamily[mai

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
On 9/2/23 12:18, Wolfgang Schuster wrote: > Hans Hagen schrieb am 02.09.2023 um 11:53: > [...] >> in lpdf-lmt.lmt you can try: >> >> l 593 >> >> tmsy = tmsy * sc >> >> l 610 >> >> tmsy = tmsy * f_y_scale > > I get now with LMTX the same output as I get with MkIV, the slant stays > the same for all

[NTG-context] slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
Dear list, I have the following sample (using current latest from 2023.08.27 13:48): \setupinteractionscreen[option=max] \definefontfamily[maf][rm][DejaVu Sans] [sl={style:tf, features:{default,slanted}}] \setupbodyfont[maf, 8pt] \setupfittingpage[offset=1ex] \starttext

[NTG-context] Re: list of modules: need changes/testing/response

2023-09-01 Thread Pablo Rodriguez
On 8/31/23 18:26, Henning Hraban Ramm wrote: > [...] >> I have just updated both modules and they are TDS compilant again (or so >> I guess). > > Ehm, no. Have a look into > https://modules.contextgarden.net/dl/presvoz/ and > https://modules.contextgarden.net/dl/t-handlecsv/ This seems to be

[NTG-context] Re: list of modules: need changes/testing/response

2023-08-31 Thread Pablo Rodriguez
On 8/31/23 18:26, Henning Hraban Ramm wrote: > Am 31.08.23 um 17:19 schrieb Pablo Rodriguez: > [...] >> I was forced to avoid a git URL, since it provided .tar.gz compression >> (instead of .zip compression, required by the new installer). > > Oops, yes, I forgot about the

[NTG-context] Re: list of modules: need changes/testing/response

2023-08-31 Thread Pablo Rodriguez
On 8/30/23 20:15, Henning Hraban Ramm wrote: > Hi all, esp. module authors! > [...] > The following modules don’t adhere to the necessary structure and need > changes: > * t-handlecsv (2023, Pablo)> * presvoz (2023, Pablo) > All of them have a name directory on top of the TDS (tex, doc). > If you

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

2023-08-19 Thread Pablo Rodriguez
On 8/19/23 16:03, Hamid,Idris wrote: > [...] > Yes, there is an easy workaround: > > \definefontfeature[smallcaps][smcp=yes] Hi Idris, just a minor comment. This is already defined in lines 96-99 of font-pre.mkxl: \definefontfeature [smallcaps] [always] [smcp=yes] And also in lines

[NTG-context] Re: new upload

2023-08-17 Thread Pablo Rodriguez
On 8/16/23 19:46, Hans Hagen via ntg-context wrote: > Hi Pablo, > > I Uploaded an update so you can spend the evening wikifying units ... Hi Hans, many thanks for the update. As for yesterday, I’m afraid I was required elsewhere... > see lowlevel manual for the full list Many thanks for adding

[NTG-context] Re: new upload

2023-08-15 Thread Pablo Rodriguez
On 8/15/23 22:16, Hans Hagen via ntg-context wrote: > On 8/15/2023 9:27 PM, Pablo Rodriguez wrote: >> [...] >> I wonder whether we could have (current) frame width and height as unit. > we can have > >fw fh fo lw (width height offset linewidth) > > but kee

[NTG-context] Re: [ odd spacing ]

2023-08-15 Thread Pablo Rodriguez
On 8/15/23 21:48, vm via ntg-context wrote: > [...] > A different approach is to use \dontleavehmode In that case, \dorecurse is your friend, such as in: \starttext \startTEXpage[offset=10mm, pagestate=start] \dorecurse{5}{ \dontleavehmode

[NTG-context] Re: new upload

2023-08-15 Thread Pablo Rodriguez
On 8/15/23 19:08, Hans Hagen wrote: > [...] > The units starting with 'u' are considered user units but be carefulk > with other combinations as we have (and will have more) built into > context ones, like > > pi : pi for Mikael > ft : foot for Alan > fs : (global body) font size > tw : (layout)

[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

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

2023-08-06 Thread Pablo Rodriguez
On 8/5/23 21:16, Marcus Vinicius Mesquita wrote: > Dear List, > > I have a lot of latin words in a document with the length of the > vowels indicated by diacritics, for example: fīlĭa. > > Is it possible somehow to make these words searchable without the diacritics? > That is, if I make a search

[NTG-context] Re: empty line before typebuffer

2023-07-31 Thread Pablo Rodriguez
On 7/30/23 21:50, Henning Hraban Ramm wrote: > Am 30.07.23 um 21:22 schrieb Wolfgang Schuster: >> Henning Hraban Ramm schrieb am 30.07.2023 um 21:14: >>> Yet another issue: >>> >>> \typebuffer always starts with a blank line. >>> Is this a bug, or how can I disable it? Sorry for being too late,

[NTG-context] Re: issue with current latest (2023.07.28 20:04)

2023-07-29 Thread Pablo Rodriguez
On 7/29/23 13:54, Hans Hagen via ntg-context wrote: > Hi, > > There seems to be some mismatch between bin and source .. clueless how > that can happen but I'll upload again. Many thanks for the new upload, Hans. New LMTX binaries and it works fine again. Pablo

[NTG-context] Re: issue with current latest (2023.07.28 20:04)

2023-07-29 Thread Pablo Rodriguez
On 7/29/23 10:03, Jairo A. del Rio wrote: > [...] > Same here. If, in line 69 of lang-lab.mkxl, you replace \lastchknumber > with #2 [...] works again. Hi Jairo, \lastchknumber is an alias of \lastchkinteger (line 1522 of syst-ini.mkxl). \lastchknumber might even be a primitive in LuaMetaTeX.

[NTG-context] issue with current latest (2023.07.28 20:04)

2023-07-29 Thread Pablo Rodriguez
Dear list, trying to generate the format for current latest (2023.07.28 20:04), I get this error message: tex error > tex error on line 280 in file lang-lab.mkxl: Control sequence expected instead of undefined \lang_labels_define_class_indeed {head}{ \definelabelclass ...ded

[NTG-context] Re: Link from a PDF to a reference of an embedded PDF

2023-07-27 Thread Pablo Rodriguez
On 7/26/23 19:47, Pablo Rodriguez wrote: > [...] > The real issue is that I couldn’t make it work with any PDF viewer I > have on Linux. > [...] > I take for granted that Acrobat will deal fine with this, since > destinations in links (GoToR) seem to be fine. Gerion, I was wro

[NTG-context] Re: Link from a PDF to a reference of an embedded PDF

2023-07-26 Thread Pablo Rodriguez
On 7/25/23 17:38, Pablo Rodriguez wrote: > On 7/24/23 18:04, Gerion Entrup wrote: >> […] > > I’m in a hurry, excuse my rash reply. Sorry, Gerion, my reply yesterday was rushed (no skin condition). The solution is already there (in the test files). You have the file with the

[NTG-context] Re: Link from a PDF to a reference of an embedded PDF

2023-07-25 Thread Pablo Rodriguez
On 7/24/23 18:04, Gerion Entrup wrote: > […] > I'm do not know the structure of PDFs exactly, therefore some of my > terms might be wrong. […] Hi Gerion, now I realize that my explanation was unnecesarily technical or not focused on your needs. My point was that if PDF as such doesn’t offer the

[NTG-context] Re: Link from a PDF to a reference of an embedded PDF

2023-07-22 Thread Pablo Rodriguez
On 7/20/23 16:25, Gerion Entrup wrote: > [...] > Can I somehow access the references of inner.tex from outer.tex? > For me, it is not that relevant, that the correct number is set, but the > interaction within the outer PDF should work, so clicking on the > reference should scroll to the correct

[NTG-context] Re: OSFONTDIR

2023-07-20 Thread Pablo Rodriguez
On 7/19/23 22:51, Hans Hagen via ntg-context wrote: > On 7/19/2023 10:27 PM, Thomas A. Schmitz wrote: >> [...] In the most recent versions of macos, some files of >> these fonts are included as system fonts under >> /System/Library/Fonts/Supplemental, but not all of them. It took me some >> head

[NTG-context] Re: Slow sreach with new mailing list interfache

2023-07-19 Thread Pablo Rodriguez
On 7/17/23 09:10, Taco Hoekwater wrote: >> [...] >> BTW, it is really a pity that the new interface doesn’t consider all >> messages send from and to the list as with the address of the mailing >> list itself. >> >> This would avoid non-intended private replies. > > I do not have that? If I press

[NTG-context] Re: unsubscribe

2023-07-19 Thread Pablo Rodriguez
On 7/18/23 16:27, Felipe de Jesús Molina Bravo wrote: > thanks Mailing Felipe, here you have the right address to unsubscribe: https://mailman.ntg.nl/accounts/login/?next=/mailman3/lists/ntg-context.ntg.nl/ I hope it helps, Pablo

[NTG-context] Re: Slow sreach with new mailing list interfache

2023-07-16 Thread Pablo Rodriguez
On 7/16/23 11:25, Michael Loescher wrote: > Hello, > > searching the mailing list is very slow recently (since the new > interface hast been established). For example searching for "font" > takes 20 seconds for the results to show up. Is it only me > experiencing this phenomenon or ist it a

[NTG-context] Re: Text item groups

2023-07-16 Thread Pablo Rodriguez
On 7/15/23 21:46, Jairo A. del Rio wrote: > Hi, list! I want to know how to make numbers in text item groups run > along with text (for instance, wrt indentation) regardless of their > position in text. In the following example: Hi Jairo, alignsymbol=yes might be what you need (if I’m getting

[NTG-context] digitally sign fields with MuPDF-GL

2023-07-13 Thread Pablo Rodriguez
Dear list, having the following sample code: \setuppapersize[A4, landscape] \setuplayout[page] \setupinteraction[state=start] \starttext \setupfield[sl][horizontal] [frame=off, width=\textwidth, height=\textheight] \definefield[x][signature][sl] \field[x] I also attach a

Re: [NTG-context] viewer layers (optional content groups, OCG)

2023-06-23 Thread Pablo Rodriguez via ntg-context
On 6/22/23 18:07, Hans Hagen via ntg-context wrote: > On 6/19/2023 8:41 PM, Henning Hraban Ramm via ntg-context wrote: >> Checking viewer layers: >> >> * \setupviewerlayer doesn’t work; e.g. "state=stop" only works if I put >> it in \defineviewerlayer > in next upload Hans, since this is related

[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] Mailing list problems

2023-05-31 Thread Pablo Rodriguez via ntg-context
On 5/31/23 16:21, Taco Hoekwater via ntg-context wrote: > Hi! > > Both problems should be fixed now. If you still do not see the new > posts in the ntg-context html archive page at > https://mailman.ntg.nl/pipermail/ntg-context/2023/thread.html, force a > hard reload of the page in your browser.

Re: [NTG-context] hyperlinks not working with current latest

2023-05-29 Thread Pablo Rodriguez via ntg-context
On 5/29/23 09:43, Hans Hagen via ntg-context wrote: > On 5/28/2023 8:57 PM, Pablo Rodriguez via ntg-context wrote: >> Dear list, >> >> in the following sample, hyperlinks for footnotest don’t work with >> current latest (2023.05.28 18:57) with current LMTX (20230528

Re: [NTG-context] Mailing list problems

2023-05-28 Thread Pablo Rodriguez via ntg-context
On 5/28/23 18:50, Mikael Sundqvist via ntg-context wrote: > Hi! > > See https://tex.stackexchange.com/q/687020/52406. The OP there cannot > subscribe. > > Looking at the web archive, it indeed seems to be missing several > emails: https://www.mail-archive.com/ntg-context@ntg.nl Hi Mikael, I

[NTG-context] hyperlinks not working with current latest

2023-05-28 Thread Pablo Rodriguez via ntg-context
Dear list, in the following sample, hyperlinks for footnotest don’t work with current latest (2023.05.28 18:57) with current LMTX (20230528): \setupinteraction [state=start, focus=standard] \starttext \completecontent \dorecurse{5} {a\footnote{}} \stoptext LuaTeX

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Pablo Rodriguez via ntg-context
On 5/8/23 17:58, Bruce Horrocks via ntg-context wrote: >> On 8 May 2023, at 16:20, Pablo Rodriguez wrote: >> [...] >> Sorry, but I don’t know how to force git urls to be added as zip >> packages in https://modules.contextgarden.net. > > Use <https://github.com/o

[NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Pablo Rodriguez via ntg-context
Hans, many thanks for the new script to install modules in LMTX. I forced a new release of handlecsv (https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=86). I provide the contents with a git address, so I cannot choose which kind of compression the code will have. Since

Re: [NTG-context] no recent message listed in the web interface

2023-05-01 Thread Pablo Rodriguez via ntg-context
On 4/30/23 23:17, Jean-Pierre Delange via ntg-context wrote: > That’ what I trad : > > *Starting:* /Sun Jan 1 10:21:44 CET 2023/ > *Ending:* /Tue Apr 11 15:13:54 CEST 2023/ Many thanks for your reply, Jean-Pierre. Now it is clear that the web interface is missing new messages. Many thanks for

Re: [NTG-context] cannot generate format file with current latest

2023-05-01 Thread Pablo Rodriguez via ntg-context
On 4/30/23 20:17, Hans Hagen via ntg-context wrote: > On 4/30/2023 3:19 PM, Pablo Rodriguez via ntg-context wrote: >> […] >> When I try to create the format file with "context --make --all", I get >> the following error message: >> […] >> token call

Re: [NTG-context] cannot generate format file with current latest

2023-04-30 Thread Pablo Rodriguez via ntg-context
On 4/30/23 16:32, Bruce Horrocks via ntg-context wrote: >> On 30 Apr 2023, at 14:19, Pablo Rodriguez wrote: >> I have just updated to current latest (2023.04.27 17:04). >> >> I always delete cache with "mtxrun --generate" after an update. >> >> When

[NTG-context] no recent message listed in the web interface

2023-04-30 Thread Pablo Rodriguez via ntg-context
Dear list, I‘m afraid that https://mailman.ntg.nl/pipermail/ntg-context/2023/108157.html is the most recent message displayed for 2023 in the web interface (https://mailman.ntg.nl/pipermail/ntg-context/2023/date.html#108157). Although the list has been distributing messages to subscribers and I

[NTG-context] cannot generate format file with current latest

2023-04-30 Thread Pablo Rodriguez via ntg-context
Dear list, I have just updated to current latest (2023.04.27 17:04). I always delete cache with "mtxrun --generate" after an update. When I try to create the format file with "context --make --all", I get the following error message: lua error > lua error on line 645 in file

Re: [NTG-context] fallbacks

2023-04-22 Thread Pablo Rodriguez via ntg-context
On 4/22/23 18:05, Thomas A. Schmitz via ntg-context wrote: > Hi all, > > today, I was struggling with a fallback font I had defined, and I > discovered that the key "check" doesn't work as I expected. > [...] > If I have "check=no," the characters are taken from termes and replaced. > I was

Re: [NTG-context] bold small caps

2023-04-03 Thread Pablo Rodriguez via ntg-context
On 4/3/23 09:07, Peter Münster via ntg-context wrote: > Hi, > > I'm quite sure, that this worked some time ago with the standard font (LM): I had the same impression, Peter. But LM fonts don‘t have the OT feature smcp: \setuppapersize[A8] \starttext \doloopoverlist{lm, pagella, termes,

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread Pablo Rodriguez via ntg-context
On 4/2/23 14:21, luigi scarso via ntg-context wrote: > On Sun, 2 Apr 2023 at 13:57, Pablo Rodriguez via ntg-context wrote: > > Well, evince displays it wrong (this is an already known issue with fake > bold fonts in evince/poppler, reported years ago > https://gitlab.

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread Pablo Rodriguez via ntg-context
On 4/2/23 11:19, luigi scarso via ntg-context wrote: > On Sun, 2 Apr 2023 at 11:06, Mikael Sundqvist via ntg-context > mailto:ntg-context@ntg.nl>> wrote: > > If you talk about the math font, I do not see what you mean. Daniel > has worked a lot on his fonts, and they now work well. > >

Re: [NTG-context] Printing problem

2023-03-17 Thread Pablo Rodriguez via ntg-context
On 3/16/23 12:49, Mikael Sundqvist via ntg-context wrote: > [...] > So, a request: If you have an easy access to a printer, can you print > this page and report back if all of it comes out, or what is > happening? Hi Mikael, a friend printed the file on a Canon 4235i (from Windows 10 with

Re: [NTG-context] Undefined control sequence error message

2023-03-16 Thread Pablo Rodriguez via ntg-context
On 3/16/23 17:44, Leah Neukirchen via ntg-context wrote: > Hi, > > LMTX prints a bit weird error message for undefined control > sequences: > > \starttext > \zong > \stoptext > > tex error > tex error on line 2 in file ./foo.tex: Undefined > control sequence \undefined > [...] >

Re: [NTG-context] Absolute positioning of \startcombination... \stopcombination

2023-03-16 Thread Pablo Rodriguez via ntg-context
On 3/16/23 17:59, Keith McKay via ntg-context wrote: > Hi, > > I would like to position a combination of images where the centre of the > combination coincides with the centre of the text area of a page. Hi Keith, I think the following sample might achieve what you want: \showframe

Re: [NTG-context] extra lines in PDF annotations

2023-03-14 Thread Pablo Rodriguez via ntg-context
On 3/13/23 22:32, Hans Hagen via ntg-context wrote: >> [...] >> I hope EOLs are fine now. > dunno ... no full example so ... Sorry, Hans, the full example reads: \startbuffer[text] \stopbuffer \savebuffer[text][sample-text.xml, prefix=no] \setupinteraction[state=start]

Re: [NTG-context] Did dotless i disappear ?

2023-03-13 Thread Pablo Rodriguez via ntg-context
On 3/13/23 16:28, Otared Kavian via ntg-context wrote: > Hi Hans, > > I just noticed that the dotless i « \i » is not anymore recognized in > ConTeXt. Of course one can nowadays find other ways to have it > typeset, but in old documents which are included as inputs one has to > correct this

Re: [NTG-context] extra lines in PDF annotations

2023-03-13 Thread Pablo Rodriguez via ntg-context
On 3/13/23 16:06, Pablo Rodriguez via ntg-context wrote: > Dear list, > > using current latest from 2023.03.10 12:18, I have this XML sample: > > > > > > I apologize, XML source doesn’t have lines inside, such as in: I hop

[NTG-context] extra lines in PDF annotations

2023-03-13 Thread Pablo Rodriguez via ntg-context
Dear list, using current latest from 2023.03.10 12:18, I have this XML sample: And the following environment: \setupinteraction[state=start] \startxmlsetups xml:text \xmlsetsetup{\xmldocument} {pre} {xml:copy:html} \stopxmlsetups

Re: [NTG-context] [ numbering TEXpages ]

2023-03-09 Thread Pablo Rodriguez via ntg-context
On 3/9/23 13:18, Floris van Manen via ntg-context wrote: > Can someone remind me as how to number the pages in a pdf of multiple > \startTEXpage ... \stopTEXpage Hi Floris, I guess "pagestate=start" is what you might need: \starttext \dorecurse{25} {\startTEXpage[offset=1em,

Re: [NTG-context] [ TEXpage empty lines ]

2023-03-09 Thread Pablo Rodriguez via ntg-context
On 3/8/23 20:08, Wolfgang Schuster via ntg-context wrote: > Pablo Rodriguez via ntg-context schrieb am 08.03.2023 um 20:01: >> On 3/8/23 17:37, Hans Hagen via ntg-context wrote: >>> On 3/8/2023 5:29 PM, Pablo Rodriguez via ntg-context wrote: >>> >>>> \

Re: [NTG-context] [ TEXpage empty lines ]

2023-03-08 Thread Pablo Rodriguez via ntg-context
On 3/8/23 17:37, Hans Hagen via ntg-context wrote: > On 3/8/2023 5:29 PM, Pablo Rodriguez via ntg-context wrote: > >>\null\\ > > I prefer \crlf because \null is well, can you guess? Good to know, but I thought that \\ was exactly \crlf. I would even say that I

Re: [NTG-context] [ TEXpage empty lines ]

2023-03-08 Thread Pablo Rodriguez via ntg-context
On 3/8/23 16:24, Floris van Manen via ntg-context wrote: >> \startlines > > thanks! > and it saves a lot of extra typing as well Hi Floris, this might also do the trick: \starttext \startTEXpage[offset=10mm] een twee drie vier vijf zes zeven\\ een twee drie vier vijf zes zeven\\

Re: [NTG-context] /CropBox overflows /MediaBox

2023-03-07 Thread Pablo Rodriguez via ntg-context
On 3/6/23 23:06, Hans Hagen via ntg-context wrote: > On 3/6/2023 7:02 PM, Pablo Rodriguez via ntg-context wrote: > >> But I’m afraid that it is wrong to have a /TrimBox larger than the >> /MediaBox for the same page. > > Afaik the standard permits is to one gets what o

Re: [NTG-context] cannot compile with MkIV

2023-03-07 Thread Pablo Rodriguez via ntg-context
On 3/6/23 21:10, Hans Hagen via ntg-context wrote: > On 3/6/2023 7:46 PM, Pablo Rodriguez via ntg-context wrote: >> [...] >> Could anyone confirm that the format file for MkIV (LuaTeX) cannot be >> generated with current latest (from today [2023.03.06 14:48])? > hm, loo

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