[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 fixed

[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 \startTEXp

[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] 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] (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 emb

[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 work)

[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. I’m afr

[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 con

[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 \the\n

[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, whi

[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 compi

[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] 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". Sorry

[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 \external

[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] 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] \startcolor[gr

[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] 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: 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) fi

[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 your

[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] 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 hav

[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 http://lmtx.pragma-ade.nl/install-lmtx/conte

[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}, after={\endgraf{\tt

[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 "fo

[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 \stop

[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 right

[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 \se

[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 environ

[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 prev

[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] 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] 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

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-15 Thread Pablo Rodriguez
On 05/15/2016 08:44 PM, Hans Hagen wrote: > On 5/15/2016 8:36 PM, Pablo Rodriguez wrote: > >> I know Hans will hate me ;-), but the fun comes when the recursion >> exceeds the first page. > > don't worry, as i don't follow this thread too closely > > i

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Pablo Rodriguez
On 05/16/2016 10:58 AM, Jean-Pierre Delange wrote: > Hi Pablo, > I have first running your code here below and it is working fine, > generally speaking. But there are some problems I need to clarify: Hi Jean-Pierre, I assume you are running the same version as the one included in https://mailman.

[NTG-context] balancing columns

2016-05-16 Thread Pablo Rodriguez
Hi Hans, I have the following sample: \mainlanguage[la] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setupbodyfont[mainface, 7.8pt] \setupnotes[compress=yes] \setupnotations[alternative=serried] \definelinenote[aNote] \definelinenote[bNote][n=2] \define

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Pablo Rodriguez
On 05/16/2016 11:52 AM, luigi scarso wrote: > On Mon, May 16, 2016 at 11:44 AM, Jean-Pierre Delange wrote: > > Hi Luigi, > > How can I manage 'ala' or 'agr' through mtxrun ? > Thanks, > JP > > Not sure to understand your question...what do you mean with "manage" ? > Afaik \mainla

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Pablo Rodriguez
On 05/16/2016 12:21 PM, luigi scarso wrote: > > On Mon, May 16, 2016 at 12:02 PM, Pablo Rodriguez wrote: > [...] > > But aren’t \la and \ala synonyms? > > hm no I asked that after reading the following in lang-def.mkiv: \installlanguage % ancient latin [\s!ala]

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Pablo Rodriguez
On 05/16/2016 01:12 PM, Jean-Pierre Delange wrote: > Hi Pablo, > > 2. I've tried to install GFS Didot on Windows, but I did'nt find > TTF... And when I copy files in c:/windows/fonts, ce system complains. > How do you do that ? http://greekfontsociety.gr/_assets/fonts/GFS_Didot.zip contains both

Re: [NTG-context] How to export to PDF-A?

2016-05-16 Thread Pablo Rodriguez
On 05/16/2016 01:38 PM, Matija Šuklje wrote: > Dear ConTeXt community, > > There is a document I wrote in ConTeXt that I’m required to submit > in PDF-A. > > I’ve already done my RTFM homework: > http://wiki.contextgarden.net/PDF/A > including links in it, > but can’t figure out how to app

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Pablo Rodriguez
On 05/16/2016 05:00 PM, Jean-Pierre Delange wrote: > Hi Pablo, > > Return back to windows 10 environment ... > 1. The commands 'mtxrun --script fonts --list --pattern=*didot* > --all' works fine ... So, the question is : If GFS Didot is installed on the > system, why ConTeXt complains about it dur

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Pablo Rodriguez
On 05/16/2016 03:14 PM, Arthur Reutenauer wrote: > > But does ConTeXt have \la different from \ala because of the Holy See? > > See my reply to your earlier email. I agree with you that classical or ancient vs. modern are misleading adjectives when referred to Latin. In my opinion, etymological

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Pablo Rodriguez
On 05/16/2016 06:25 PM, Jean-Pierre Delange wrote: >>> [...] >>> \dorecurse only avoids copying the same text again and again. > > I dont know how to manage Hans proposal : I've tried to deal with it > and the visible effect is to place footnotes in the column on the right. > Maye I'll have to tes

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-20 Thread Pablo Rodriguez
On 05/20/2016 01:37 PM, Jean-Pierre Delange wrote: > [...] > > Allright ! Then, I have listening this advice and there is the new > code (on the basis of Pablo's work); I've only added declarations lines > as \usemodule[newcolumnsets], and \definecolumnset[example][n=2, > balance=yes]. The result i

[NTG-context] bug in \definefallbackfamily?

2016-05-20 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefallbackfamily [mainface] [serif] [DejaVu Serif] [preset=range:greek] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setupbodyfont [mainface, 100pt] \startte

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-20 Thread Pablo Rodriguez
On 05/20/2016 09:51 PM, Jean-Pierre Delange wrote: > Hi Pablo, > > Thanks to have correct my mistake. It works ! > If you take this sample and place the number 8 in \dorecurse{4} in > place of 4, you'll see something which is better than our first > attempts. Now, it's only the last paragraph of t

Re: [NTG-context] bug in \definefallbackfamily?

2016-05-22 Thread Pablo Rodriguez
On 05/21/2016 09:18 AM, Wolfgang Schuster wrote: >> Pablo Rodriguez 20. Mai 2016 um 20:42 >> [...] >> From what I read in i-context.pdf, "force=yes" is the default setting >> for \definefallbackfamily. > > The document is wrong, the values for force and c

Re: [NTG-context] orphan headline

2016-05-26 Thread Pablo Rodriguez
On 05/26/2016 10:56 AM, Andrea Valle wrote: > Dear all, > > I’m finishing a book, and getting the following undesired result. > Many times I have section or subsection title at the bottom of a page, > with no text. Text starts on the next page. > I have looked at > > http://wiki.contextgarden.n

Re: [NTG-context] orphan headline

2016-05-26 Thread Pablo Rodriguez
On 05/26/2016 05:45 PM, Andrea Valle wrote: > Thanks a lot Pablo, > >> On 26 May 2016, at 17:40, Pablo Rodriguez wrote: >> >> On 05/26/2016 10:56 AM, Andrea Valle wrote: >> you may replace \blank[1cm] with \blank[samepage,1cm]. >> >> This should move t

Re: [NTG-context] orphan headline

2016-05-29 Thread Pablo Rodriguez
On 05/27/2016 02:49 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 26. Mai 2016 um 21:29 >> >> In a much simpler case, it seems to work: >> >> \setuphead[section] >> [style=\ss\tfa, after={\hrule\blank[samepage,big]}] >> %~ [style=\ss\tfa, after={\hrule

[NTG-context] issue in the wiki

2016-05-29 Thread Pablo Rodriguez
Dear list, modifying http://wiki.contextgarden.net/Command/hrule#Example, I added an "\hrule height .25in". I’m afraid that this command make all rules vanish in the final document. The same source compiles fine with latest beta (2016.05.22 15:18) on my laptop. Is there anything that I’m missin

Re: [NTG-context] extended printing options in ConTeXt

2016-05-29 Thread Pablo Rodriguez
On 02/04/2016 07:51 PM, Hans Hagen wrote: > On 2/1/2016 8:22 AM, Pablo Rodriguez wrote: >> Hans, >> >> would it be possible to implement two extended printing options defined >> in the PDF specification? > > remind me in a few weeks as i have other priorities

Re: [NTG-context] issue in the wiki

2016-05-31 Thread Pablo Rodriguez
ing related to the generation of the .png image?). Many thanks for your help, Pablo > On May 29, 2016 12:36 PM, "Pablo Rodriguez" wrote: > > Dear list, > > modifying http://wiki.contextgarden.net/Command/hrule#Example, I added > an "\hrule height .

[NTG-context] question about an lpath

2016-05-31 Thread Pablo Rodriguez
Dear list, I have the following sample: \startbuffer[demo] Chapter This is the only paragraph in red. This is another paragraph. This is another paragraph. This is another paragraph. This is another paragraph. \stopbuff

Re: [NTG-context] Change font for footnote-symbols

2016-06-19 Thread Pablo Rodriguez
On 06/19/2016 10:10 PM, Alias 1 wrote: > Hello ConTeXt-Users, > > I want to change the font for the footnote-symbols. I want to change > the font for the footnote-symbols (the numbers 1, 2, 3 etc.) to > latinmodern. How do I do this? I tried to add the commands > \setupnote[footnote][textstyle={\

Re: [NTG-context] Expansion of date inside \section

2016-06-19 Thread Pablo Rodriguez
On 06/19/2016 11:51 PM, Hans Hagen wrote: > [...] > another possibility is > > \enabledirectives[references.bookmarks.preroll] Many thanks for this extremely useful directive, Hans. I have two improvement suggestions for it, shown in the following sample: \def\BookTitle{{\em A \ConTeXt\ Boo

[NTG-context] four printing options (again)

2016-06-24 Thread Pablo Rodriguez
Hans, we have talked about this feature improvement before. You told me to report again in a month, since TeX Live 2016 was first. The four printing options would be: duplexpage portrait landscape (implemented in the "option" key) fixed (no value is required) copiesan number

Re: [NTG-context] four printing options (again)

2016-06-24 Thread Pablo Rodriguez
On 06/24/2016 04:43 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 24. Juni 2016 um 16:02 >> Hans, >> >> we have talked about this feature improvement before. You told me to >> report again in a month, since TeX Live 2016 was first. >> >> The four pr

[NTG-context] different section head for appendices

2016-06-24 Thread Pablo Rodriguez
Dear list, I have the following command: \setuphead[section][sectionsegments={chapter:section}] Is there a way to have a different numbering scheme for the appendix? I thought that the following command might work: \setuphead[appendix:section][sectionsegments={section}] Many thanks for yo

Re: [NTG-context] four printing options (again)

2016-06-24 Thread Pablo Rodriguez
On 06/24/2016 06:43 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 24. Juni 2016 um 17:35 >> On 06/24/2016 04:43 PM, Wolfgang Schuster wrote: >>>> Pablo Rodriguez 24. Juni 2016 um 16:02 >> [...] >>>> pdfsize yes no >> >> BTW, this concrete

[NTG-context] issue with TOC

2016-06-24 Thread Pablo Rodriguez
Dear list, I have the following sample \starttext \placelist[chapter][alternative=c] \chapter{\input zapf} \stoptext Which is the key that controls the separation between title and page number, similar to "distance" for number and title? Sorry, I checked both i-context.pdf and strc-lst.

Re: [NTG-context] Italic in margins and footntes

2016-06-29 Thread Pablo Rodriguez
On 06/29/2016 06:06 PM, Jean-Pierre Delange wrote: > > Dear ConTeXt wizards, > > I am currently writing a course. I need some notes in the left > margin. I have written this in the preamble : > > \setuppapersize[A4] > \setuplanguage[fr] > \setuplayout [backspace=40mm] > \setuppagenumbering[locat

Re: [NTG-context] Italic in margins and footntes

2016-06-30 Thread Pablo Rodriguez
On 06/30/2016 02:33 PM, Jean-Pierre Delange wrote: > Hi Pablo ! > > Thank you for your reply. It doesn't work, yet : the compilation > stops without producing any log file. Hi Jean-Pierre, the issue with the font is fixed, but you had a footnote that didn’t have the final } and this prevented co

[NTG-context] issue with French patterns

2016-06-30 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuplanguage[fr][patterns={fr, agr}] \mainlanguage[fr] \setupbodyfont[dejavu] \starttext \hyphenatedword{χαλεπά éligibilité} \stoptext I cannot compile it with latest beta (or with stable from 2015.05.18 12:26). The error message

Re: [NTG-context] issue with French patterns

2016-07-01 Thread Pablo Rodriguez
On 07/01/2016 01:59 AM, Hans Hagen wrote: > On 6/30/2016 8:15 PM, Pablo Rodriguez wrote: >> [...] >> Is this a bug or is there no way to load French and ancient Greek >> hyphenation patterns? > > it's not a bug ... the patterns conflict ... it took me a while bu

[NTG-context] disabling page scaling

2016-07-04 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteractionscreen[option={paper,page}] \starttext \ConTeXt\ is awesome! \stoptext The values for the option key should enable "/PickTrayByPDFSize true" and "/Duplex /Simplex" in the PDF file. But I get an undesired "/PrintScaling /Non

Re: [NTG-context] disabling page scaling

2016-07-04 Thread Pablo Rodriguez
On 07/04/2016 06:03 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 4. Juli 2016 um 17:49 >> [...] >> Checking lpdf-mis.lua, I see that there are two lists (or dictionaries, >> maybe [the technical term is beyond my knowledge]) controlling the >> printing options: pag

[NTG-context] prerrolling PDF fields

2016-07-04 Thread Pablo Rodriguez
Dear list, I have the following sample: \def\BookTitle{{\itd A \ConTeXt\ Book}} \def\BookAuthor{{\sc The Author}} \setupinteraction[state=start, title=\BookTitle, author=\BookAuthor] \enabledirectives[references.bookmarks.preroll] \placebookmarks[chapter,section,subsection]

Re: [NTG-context] disabling page scaling

2016-07-04 Thread Pablo Rodriguez
On 07/04/2016 06:57 PM, Hans Hagen wrote: > On 7/4/2016 6:34 PM, Pablo Rodriguez wrote: >> On 07/04/2016 06:03 PM, Wolfgang Schuster wrote: >>> [...] >>> The plusspec entries are used for the second and following arguments of >>> the option key, you can use thi

[NTG-context] bug in image scaling

2016-07-09 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupexternalfigure[location=default] \starttext \insertpages[cow.pdf][width=\textwidth] \stoptext Using latest beta from 2016.07.08 17:19, scaling doesn’t work. Am I missing something or have I hit a bug? Just in case it might me causin

Re: [NTG-context] bug in image scaling

2016-07-10 Thread Pablo Rodriguez
On 07/10/2016 12:51 PM, Hans Hagen wrote: > On 7/9/2016 8:10 PM, Pablo Rodriguez wrote: >> Dear list, >> >> I have the following sample: >> >> \setupexternalfigure[location=default] >> \starttext >> \insertpages[cow.pdf][width=\textwidth]

[NTG-context] different default size when imposing documents

2016-07-12 Thread Pablo Rodriguez
Hans, after enabling image scaling in \insertpages (https://mailman.ntg.nl/pipermail/ntg-context/2016/086114.html), I’m afraid that the default value and compatibility in imposition is broken. The minimal sample is the following: \setuppapersize [A5][A4,landscape] \setuparranging [2UP]

Re: [NTG-context] different default size when imposing documents

2016-07-17 Thread Pablo Rodriguez
On 07/13/2016 09:00 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 12. Juli 2016 um 17:18 >> >> Hans, >> >> after enabling image scaling in \insertpages >> (https://mailman.ntg.nl/pipermail/ntg-context/2016/086114.html), I’m >> afraid that the defaul

[NTG-context] (again) PDF info fields

2016-07-17 Thread Pablo Rodriguez
Hans, sorry for insisting in this issue. I may be missing consecuences or requirements that make impossible its implementation. I see two inconsistencies in the following output: \def\BookTitle{{\itd A \ConTeXt\ Book}} \def\BookAuthor{{\sc The Author}} \setupinteraction[state=start, title=

Re: [NTG-context] (again) PDF info fields

2016-07-17 Thread Pablo Rodriguez
On 07/17/2016 09:54 PM, Alan BRASLAU wrote: > Try, > > \setupdocument > [metadata:title={\documentvariable{title}}, >metadata:subtitle={\documentvariable{subtitle}}, >metadata:author={\documentvariable{author}}, >metadata:address={\documentvariable{address}}, >metadata:doi={doi:\

Re: [NTG-context] (again) PDF info fields

2016-07-18 Thread Pablo Rodriguez
On 07/17/2016 11:42 PM, Hans Hagen wrote: > On 7/17/2016 9:29 PM, Pablo Rodriguez wrote: >> [...] >> Would it be possible that PDF info fields can have their contents >> prerolled as it happens with bookmarks? > > personally i'd never set those fields from macro

Re: [NTG-context] Restoring/switching paper size?

2016-07-18 Thread Pablo Rodriguez
On 07/18/2016 03:27 PM, Henri Menke wrote: > This is a bug. The following example from the wiki > (http://wiki.contextgarden.net/PaperSetup) does not work either. At > least not with ConTeXt MkIV in TL2016. Hi Lukáš and Henri, this seems to work with latest beta: \showframe \definepap

[NTG-context] avoiding orphan punctuation signs

2016-07-28 Thread Pablo Rodriguez
Dear list, in French, it seems to be a typographical convention to add a blank space after or before some punctuation signs. la France ? « guillemot » judicieux : Is there a general command that automatically adds the no-break space (~) where required? Many thanks for your help, Pa

Re: [NTG-context] avoiding orphan punctuation signs

2016-07-28 Thread Pablo Rodriguez
On 07/28/2016 08:17 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 28. Juli 2016 um 20:14 >> Dear list, >> >> in French, it seems to be a typographical convention to add a blank >> space after or before some punctuation signs. >> >> la France ? >&g

[NTG-context] \setupalign (protrusion and expansion) in notes

2016-07-29 Thread Pablo Rodriguez
Hans, I have the following sample: \definefontfeature [default] [default] [expansion=quality, protrusion=quality] \setupalign [hanging, hz] \starttext \input knuth\footnote{\input knuth} \stoptext Notes don’t inherit by default the \

Re: [NTG-context] \setupalign (protrusion and expansion) in notes

2016-07-29 Thread Pablo Rodriguez
On 07/30/2016 12:01 AM, Hans Hagen wrote: > On 7/29/2016 10:32 PM, Pablo Rodriguez wrote: >> Hans, >> [...] >> Notes don’t inherit by default the \setupalign values. >> >> Wouldn’t it make sense that they share the same align values than the >> main text

Re: [NTG-context] \setupalign (protrusion and expansion) in notes

2016-07-30 Thread Pablo Rodriguez
On 07/30/2016 10:06 AM, Joseph Canedo wrote: > Had same problem for marginal notes, simply used the align= key to > specify hanging and hz. > [...] > I guess there is similar way to enable protusion and expansion for > footnotes. Setups are the way of doing it. I thought it might be interesting t

Re: [NTG-context] Hyphenation errors (again or still) in recent mkiv

2016-07-31 Thread Pablo Rodriguez
On 07/31/2016 08:40 PM, Jan Willem Flamma wrote: > Dear all, > > I can confirm it behaves incorrectly on ConTeXt ver: 2016.07.30 00:26 MKIV > beta Hi Jan Willem, are patterns for Brittish English better? \starttext \hyphenatedword{schematic, maintenance and integrated

Re: [NTG-context] Hyphenation errors (again or still) in recent mkiv

2016-08-01 Thread Pablo Rodriguez
On 08/01/2016 02:39 PM, Ulrike Fischer wrote: > Am Mon, 01 Aug 2016 11:52:11 +0200 schrieb Wolfgang Schuster: > >> The wrong hyphenation happens also with the default font. >> >> %\startexceptions[en] >> %would syn-the-size enu-mer-ate >> %\stopexceptions >> >> \starttext \hsize=1mm >> would s

Re: [NTG-context] Hyphenation errors (again or still) in recent mkiv

2016-08-02 Thread Pablo Rodriguez
On 08/02/2016 01:58 PM, Henri Menke wrote: > On 08/01/2016 06:13 PM, Pablo Rodriguez wrote: >>[...] >> Linux 32bit has luatex-0.95 and I get wrong hyphenations. > > I have LuaTeX, Version 0.95.0 (TeX Live 2016) on openSUSE 13.2 > (Harlequin) (x86_64) and correct hyphe

Re: [NTG-context] Source very outdated

2016-08-02 Thread Pablo Rodriguez
On 08/02/2016 01:49 PM, Henri Menke wrote: > Dear list, > > I'm quite new to ConTeXt and have worked my way through a lot of > documentation. The Garden is an invaluable source as well as this > mailing list. Sometimes it occurs that a feature which is announced on > the mailing list is neither do

Re: [NTG-context] ConTeXt on linux-armhf

2016-08-07 Thread Pablo Rodriguez
On 08/07/2016 05:31 AM, Jose Luis Arellano wrote: > Hi all, > [...] > mkdir $HOME/context > cd $HOME/context > rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh > . > sh ./first-setup.sh --modules=all --engine=luatex > . /User

[NTG-context] luatex-0.98.0 for linux?

2016-08-07 Thread Pablo Rodriguez
Dear ConTeXt maintainers, would it be possible that ConTeXt Standalone for the linux platform had the latest LuaTeX binaries? Besides the update, I think it is important to confirm whether English hyphenation is fixed in the latest binary. The following sample: \starttext \hyphenatedwor

Re: [NTG-context] luatex-0.98.0 for linux?

2016-08-08 Thread Pablo Rodriguez
On 08/07/2016 02:28 PM, Mojca Miklavec wrote: > On 7 August 2016 at 10:44, Pablo Rodriguez wrote: >> Dear ConTeXt maintainers, >> >> would it be possible that ConTeXt Standalone for the linux platform had >> the latest LuaTeX binaries? >> [...] >> Many thank

[NTG-context] latest binaries for linux

2016-08-08 Thread Pablo Rodriguez
Dear Luigi, would it be possible to have version 0.98.0 binaries in the linux (32bit) platform for ConTeXt Standalone? This may fix a nasty bug with US English hyphenation. Many thanks for your help, Pablo -- http://www.ousia.tk

Re: [NTG-context] latest binaries for linux

2016-08-08 Thread Pablo Rodriguez
On 08/08/2016 05:41 PM, luigi scarso wrote: > Il 08/ago/2016 17:28, "Pablo Rodriguez" ha scritto: >> >> Dear Luigi, >> >> would it be possible to have version 0.98.0 binaries in the linux >> (32bit) platform for ConTeXt Standalone? >> >&g

Re: [NTG-context] Interlining in a TwoColumns set

2016-08-12 Thread Pablo Rodriguez
On 08/12/2016 03:50 PM, Jean-Pierre Delange wrote: > Dear List, > > In order to help somebody who wants to improve a kind presentation of > his own, I have set the sample below. Dear Jean-Pierre, we are happy to help, but samples should be minimal. Otherwise, the sample should be fixed first (t

Re: [NTG-context] Interlining in a TwoColumns set

2016-08-14 Thread Pablo Rodriguez
On 08/13/2016 12:45 PM, Jean-Pierre Delange wrote: > Thank you very much Wolfgang ! With Pablo help, I can manage this flyer. > But how to insert a logo on the top right ? Jean-Pierre, I included it in the sample. Here you have it again: \setupexternalfigure[location=default] \definelay

Re: [NTG-context] Interlining in a TwoColumns set

2016-08-14 Thread Pablo Rodriguez
On 08/14/2016 04:06 PM, Jean-Pierre Delange wrote: > Hi Pablo, > > Many thanks to be patient. I apologize to be a little bit slow minded : > I presume that the > > \setupexternalfigure[location=default] command > > would say that the figure is in the same directory than ConTeXt > documents (i

Re: [NTG-context] Interlining in a TwoColumns set

2016-08-15 Thread Pablo Rodriguez
On 08/15/2016 10:39 AM, Jean-Pierre Delange wrote: > Hi Pablo and Wolfgang, > > Many thanks ! The issue concerning a logo image in a TwoColumns document > is resolved. It was only a matter of file format. I thought (I don't > know why), that ConTeXt use SVG format. I've converted all my *.svg file

[NTG-context] vectors instead of embedding fonts

2016-08-15 Thread Pablo Rodriguez
Dear list, is there any way to have vectors instead of fonts embedded in the following document? \startext \ConTeXt\ is awesome! \stoptext Many thanks for your help, Pablo -- http://www.ousia.tk ___ If

Re: [NTG-context] vectors instead of embedding fonts

2016-08-15 Thread Pablo Rodriguez
exchange.com/a/127902/10995 > > Cheers, Henri Hi Henri, many thanks for your reply. I really need the vectors to create an SVG cover from the PDF cover. Nothing to do with obfuscation at all. Cheer, Pablo > On 08/15/2016 06:53 PM, Pablo Rodriguez wrote: >> Dear list, >> >

Re: [NTG-context] Strange problem with Blockquote

2016-08-16 Thread Pablo Rodriguez
Hi Robert, from what I get from your message, there is only one blockquote in the introduction. How about adding the following code before \starttext? \startsectionblockenvironment[frontpart] \setupinterlinespace[small] % or whichever value you want \stopsectionblockenvironment

Re: [NTG-context] Strange problem with Blockquote

2016-08-17 Thread Pablo Rodriguez
On 08/17/2016 10:55 AM, Robert Blackstone wrote: > Hi Pablo, > > Thanks for your suggestion. I did try to insert this code where I > thought I might help, though must admit that I'm not sure what to do > with the argument [frontpart]. Hi Robert, the command only changed the interline space in t

Re: [NTG-context] space before/after colored framed text

2016-08-17 Thread Pablo Rodriguez
Hi Jean-Pierre, sorry, for top-posting, but I think this way the reply will be clearer. In your previous sample you had two questions. This sample shows the answer: \defineframedtext [MyFrame] [before={\blank[6*big]}, after={\blank[6*big]}, style={\setupbod

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