Re: [NTG-context] Choosing font range

2017-06-16 Thread Pablo Rodriguez
On 06/16/2017 02:44 PM, Hans Åberg wrote: > Is it possible have say Pagella in math, and also in \tt except for > the ASCII range, where a monospace font is used? (Both for largely > untranslated Unicode points.) Hans, I’m not sure this is what you want:

Re: [NTG-context] Choosing font range

2017-06-16 Thread Pablo Rodriguez
On 06/16/2017 10:07 PM, Hans Åberg wrote: >> On 16 Jun 2017, at 21:46, Pablo Rodriguez <oi...@gmx.es> wrote: >> [...] >> I don’t do math (at all, not only with ConTeXt), but the following >> command seems to work: >> >>\definefontfamily[mainf

Re: [NTG-context] Choosing font range

2017-06-17 Thread Pablo Rodriguez
On 06/17/2017 10:11 AM, Hans Åberg wrote: > [...] > Yes, that is the problem. It works fine with latest beta. > > I found a strange bug with the \tt command: when copying from the > PDF, the spaces disappear. With your header above, I get (the > comments is the text copy from the PDF): > [...] >

Re: [NTG-context] problem loading attachments (important for my work)

2017-06-11 Thread Pablo Rodriguez
On 06/09/2017 06:20 AM, Pablo Rodriguez wrote: > On 06/09/2017 12:36 AM, Hans Hagen wrote: >> [...] >> When I test with >> >> \attachment[file={t:/sources/cow.pdf}] >> >> it gets embedded in the file >> >> (you can check with \nopdfco

Re: [NTG-context] Unicode text conversion

2017-06-14 Thread Pablo Rodriguez
On 06/14/2017 02:31 PM, Procházka Lukáš Ing. wrote: > OK, thank you; > I deduce: > > regimes.toregime('8859-1',"abcde Ä","?") > > means actually: > > - "convert from the current regime" (be e.g. UTF8) > - regimes.toregime(, , > ) Hi Lukas, -- Usage: --

[NTG-context] question about STIX fonts (versions one and two)

2017-06-18 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupbodyfont[stixtwo] \starttext \input zapf \stoptext Even if \setupbodyfont[stix] is used, I don’t get any text. The fonts seem to be missing. I have checked this with a new ConTeXt Suite install and the same results. Are the STIX

Re: [NTG-context] (again) index sorting of accented characters

2017-05-01 Thread Pablo Rodriguez
On 04/29/2017 05:36 PM, Schmitz Thomas A. wrote: > [...]> Who is going to profit from this long discussion? Sorry for having abused your help and your time, Thomas. I’m afraid I cannot explain such a basic issue clearly. Many thanks again for your kind help, Pablo -- http://www.ousia.tk

Re: [NTG-context] The Wiki is down

2017-05-02 Thread Pablo Rodriguez
On 05/02/2017 03:06 AM, Mojca Miklavec wrote: > On 2 May 2017 at 01:41, Henri Menke wrote: >> No it is not just me: >> >> http://www.isup.me/http://wiki.contextgarden.net > > The machine doesn't even seem to ping for me. > > Taco is at TUG / BachoTeX meeting at the moment with close-to-no >

[NTG-context] get the dimensions of xcell

2017-05-08 Thread Pablo Rodriguez
Dear list, sorry for bothering you with this minor question, but this information is important for me. I have the following sample: \starttext \startxtable[option=stretch] \startxrow \startxcell \the\lineheight\stopxcell \startxcell how do

[NTG-context] expansion in widgets

2017-05-04 Thread Pablo Rodriguez
Hans, I have the following sample: \setupinteraction[state=start] \starttext \setupfield [TextSetup] [width=.5\textwidth, height=.5\textwidth, frame=off] \definefield [SomeField] [text] [TextSetup] [\input knuth] \field[SomeField] \stoptext Would it be

[NTG-context] issue with annotation flags

2017-05-25 Thread Pablo Rodriguez
Dear list, I have the following code: \setupinteraction[state=start, color=] \enabledirectives[references.border] \starttext \startTEXpage[offset=1em] \useURL[url1][http://some-url.com]\from[url1] \stopTEXpage \stoptext The annotation code in the PDF file reads:

[NTG-context] issue with signature field

2017-05-21 Thread Pablo Rodriguez
Dear list, some time ago, Hans implemented signature fields: \setupinteraction[state=start] \starttext \definefield[x][signature] \field[x] \stoptext I’m afraid I’m not able to sign it using Acrobat 9.5.5, which is the latest version released for Linux. Acrobat Reader 9.5.5

Re: [NTG-context] Modes in Lua

2017-05-31 Thread Pablo Rodriguez
On 05/31/2017 04:51 PM, Pablo Rodriguez wrote: > [...] > This is the way to detect system modes, but I don’t know how to do it > for \mainlanguage (**en). It was simple (not even using tex.systemmodes): \mainlanguage[es] \starttext \en\startlua if tex.m

[NTG-context] bug with hidden attachments?

2017-06-06 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteraction[state=start] \setupinteractionscreen[option=attachment] \setuppapersize[A5, landscape] \setuppagenumbering[location=] \starttext \startbuffer[abc] hola μαριόλα \stopbuffer This PDF document contains a

[NTG-context] how to prevent stupid typos?

2017-06-06 Thread Pablo Rodriguez
Dear list, I have the following sample: \starttext This is \linenote{abed intended. \stoptext From which I get the error: close source> level 2, order 3, name '/home/ousia/untitled.tex' close source> level 1, order 3, name

Re: [NTG-context] sectionconversionset not working for table of contents

2017-09-18 Thread Pablo Rodriguez
On 09/18/2017 02:40 PM, Stephens, Kenny wrote: > I am trying to number my bodymatter chapters differently than my > appendix chapters but with little success. > [...] > Any ideas would be greatly appreciated. Hi Kenny, maybe this works as you many need: \definestructureconversionset

Re: [NTG-context] hiding page number in postponed makeup page

2017-09-20 Thread Pablo Rodriguez
On 09/19/2017 11:29 PM, Henning Hraban Ramm wrote: > [...] > Thank you for the suggestion, but it doesn’t help, not even in the MWE. I don’t know, but the postponed page doesn’t behave as a makeup (at least, with the page number): \setuppapersize[A9] \starttext \startbuffer[makeup]

Re: [NTG-context] hiding page number in postponed makeup page

2017-09-19 Thread Pablo Rodriguez
On 09/19/2017 04:46 PM, Henning Hraban Ramm wrote: > Hi all, > back from the meeting I’m still working on my full page figure placement. > Most of it works so far, even if it tends to collide with floats, but now I’d > like to switch off the page numbers on that pages. Hi Hraban, if you plan

Re: [NTG-context] Problem with WinEdt

2017-09-19 Thread Pablo Rodriguez
On 09/19/2017 10:41 AM, Ursula Hermann wrote: > Hello! > > Since yesterday I cant compile my files. Hi Ursula, what has changed in your computer since yesterday? I mean, did you update ConTeXt or WindEdt? Or have they been updated automatically? Does WinEdt work fine with the following

Re: [NTG-context] ligature exceptions

2017-10-07 Thread Pablo Rodriguez
On 10/08/2017 12:14 AM, Hans Hagen wrote: > On 10/7/2017 9:21 PM, Pablo Rodriguez wrote: > [...] > forget about Algreya as it's a useless font ... it has no kerns, no > ligatures, no features at all so the f an whatever follows will always > touch or overlap due to the design In

Re: [NTG-context] ligature exceptions

2017-10-08 Thread Pablo Rodriguez
On 10/08/2017 12:22 AM, Hans Hagen wrote: > You need to define features before fonts get defined because we share > font definitions and their features as much as possible > > \startluacode > fonts.handlers.otf.addfeature { > name = "kernligatures", > type = "kern", >

[NTG-context] ICC profiles for \externalfigure

2017-10-08 Thread Pablo Rodriguez
Dear Luigi and Hans, I have the following sample: \setupbackend [format=PDF/A-3a, intent=sRGB IEC61966-2.1, profile={sRGB.icc,default_gray.icc}, level=0] \setuptagging[state=start] \setupcolors[cmyk=no, pagecolormodel=auto]

Re: [NTG-context] ligature exceptions

2017-10-08 Thread Pablo Rodriguez
On 10/08/2017 02:54 PM, Henning Hraban Ramm wrote: > Am 2017-10-08 um 10:37 schrieb Pablo Rodriguez: >> On 10/08/2017 12:22 AM, Hans Hagen wrote: >> Many thanks for your reply, Hans. >> >> I almost get it all ;-), but what is the "i" variable? > > It

Re: [NTG-context] Fwd: Re: ligature exceptions

2017-10-08 Thread Pablo Rodriguez
On 10/08/2017 01:10 PM, Hans Hagen wrote: > (btw, gmx addresses reject our mails as they interpret mail headers in a > weird way which makes it impossible to use an internal mail server so > those with gmx addresses never get replies) Sorry for that, but I had to move from another email

Re: [NTG-context] Question about enumerations/before/after

2017-10-09 Thread Pablo Rodriguez
On 10/09/2017 01:07 PM, Weber, Matthias wrote: > Dear all, > > I have something like > > \defineenumeration[test] > [before={\startcolor[red]}, > after={\stopcolor}] > > When I comment out the before/after, I get paragraph breaks before > and after the enumeration. How

Re: [NTG-context] ICC profiles for \externalfigure

2017-10-10 Thread Pablo Rodriguez
On 10/10/2017 11:27 AM, Henning Hraban Ramm wrote: > Am 2017-10-10 um 01:02 schrieb Hans Hagen: >> if there is a command (gs, graphicmagic, ...) that can convert the >> image then we can add a converter directive (as we have for jpg and png) > >

Re: [NTG-context] ICC profiles for \externalfigure

2017-10-10 Thread Pablo Rodriguez
On 10/10/2017 01:02 AM, Hans Hagen wrote: > as said, it will not be an engine supported features as it's technically > impossible without messing up the backend (and we don't want to mess up > stable code with fragile hacks) Many thanks for the reply, Hans. I understand the problem now with

Re: [NTG-context] issue with external image and PDF/A-3a

2017-10-10 Thread Pablo Rodriguez
On 10/10/2017 04:35 PM, Peter Rolf wrote: > Just a hint: > > pstoedit seems to be incompatible (uses a deprecated option) with the > actual gs (v9.22). I tested it with v9.18 and all worked fine. Of course > the transparency was removed in the process of the eps export. Not a > real problem with

Re: [NTG-context] Suppress chapter title marking on blank page after chapter

2017-10-14 Thread Pablo Rodriguez
On 10/14/2017 09:39 PM, Rik Kabel wrote: > [...] > I understand that is a way to place page numbers, but it still does not > resolve the placement of the chapter name on pages 4 and 6. I suspect I > need to change the value of the chapter name marking to nil or spaces at > some point, but how

Re: [NTG-context] Suppress chapter title marking on blank page after chapter

2017-10-14 Thread Pablo Rodriguez
On 10/14/2017 06:56 PM, Rik Kabel wrote: > In a doublesided document, how can I suppress the chapter title marking > in the header of the blank page that follows a chapter in which the text > ends on a recto page? I do not want to suppress the header. Hi Rik, if you want pages in pages without

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-10-05 Thread Pablo Rodriguez
On 10/04/2017 11:12 PM, Alan Braslau wrote: >> On 29 Sep 2017, at 00:24, Pablo Rodriguez wrote: >> MuPDF-1.11 displays bookmarks (see attached image). >> >> This is the GL version, I don’t know how to do that in the X11 version >> (I don’t even know if the feature i

[NTG-context] issue with external image and PDF/A-3a

2017-10-05 Thread Pablo Rodriguez
Dear list, I have this minimal sample: \setupbackend [format=PDF/A-3a, intent=sRGB IEC61966-2.1, profile={sRGB.icc,default_gray.icc}, level=0] \setuptagging[state=start] \setupcolors[cmyk=no] \startTEXpage[offset=1em] \externalfigure[transparent]

Re: [NTG-context] Page printed upside down

2017-10-16 Thread Pablo Rodriguez
On 10/16/2017 05:59 PM, Fabrice Couvreur wrote: > Hello, > I have printed this document and the page on the back is printed upside down > in fact you have to turn the page to read it. > How to correct this ? > Thank you > Fabrice > > \setuppapersize[A4,landscape] Hi Fabrice, [the command above

Re: [NTG-context] lines in \setuptyping

2017-08-29 Thread Pablo Rodriguez
On 08/29/2017 07:25 PM, Hans Hagen wrote: > On 8/29/2017 4:43 PM, Pablo Rodriguez wrote: >> [...] >> I thought the lines key should display multiple lines when they are in >> the code. >> >> How should I got the multiple lines in the sample above? > empty lin

Re: [NTG-context] lines in \setuptyping

2017-08-29 Thread Pablo Rodriguez
On 08/29/2017 11:28 PM, Hans Hagen wrote: > On 8/29/2017 9:02 PM, Pablo Rodriguez wrote: >> [...] >> In that case, what enables [lines=yes] in \setuptyping? > linebreaks Many thanks for your reply, Hans. I’m afraid this isn’t what I get in the following sample:

Re: [NTG-context] lines in \setuptyping

2017-08-29 Thread Pablo Rodriguez
On 08/30/2017 02:50 AM, Aditya Mahajan wrote: > On Tue, 29 Aug 2017, Hans Hagen wrote: >> On 8/29/2017 9:02 PM, Pablo Rodriguez wrote: >>> [...] >>> In that case, what enables [lines=yes] in \setuptyping? >> linebreaks > > There is only a subtle d

Re: [NTG-context] Empty page to suppress header (background) frame

2017-08-30 Thread Pablo Rodriguez
On 08/30/2017 05:19 PM, Procházka Lukáš Ing. wrote: > [...] > How to: > > - define header to be framed normally and > - to be "frame-free" when \page[empty] (and/or maybe \page[blank]) is called? Hi Lukáš, from your sample, I wonder whether you need a complete frame or only a rule in the

Re: [NTG-context] Background with rounded corners (Metafun)

2017-08-30 Thread Pablo Rodriguez
On 08/30/2017 06:07 PM, Fabrice Couvreur wrote: > Hi Aditya, > I tried : > [...] > to have my text wrapped around the ornament as in the figure but it > does not work. Hi Fabrice, sorry if I’m missing something, but I wonder whether the next sample is what you intend.

Re: [NTG-context] Hyphenation with dashes in natural table

2017-09-11 Thread Pablo Rodriguez
On 09/11/2017 03:10 PM, Christoph Reller wrote: > Hi, > > It seems that the hyphenation algorithm for long words with dashes when > typeset in a natural table has changed. > [...]> Could this be a bug or do I have to setup hyphenation differently in > natural tables? Any feedback is welcome. Hi

Re: [NTG-context] issues with \scitebuffer and \sciteinlinebuffer

2017-09-05 Thread Pablo Rodriguez
On 09/05/2017 09:31 PM, Hans Hagen wrote: > On 9/5/2017 6:33 PM, Pablo Rodriguez wrote: >> [...] >> 4. \setuptyping and \setuptype don’t work with the scite buffers. > well, it's a different (basically unrelated) mechanism that kicks in ... > one can't have it all Wei

[NTG-context] issues with \scitebuffer and \sciteinlinebuffer

2017-09-05 Thread Pablo Rodriguez
Hans, after updating to latest beta (from 2017.09.05 15:10) to enjoy the new none method in the scite buffers, I have the following sample: \setupindenting[yes, always, big] \usemodule[scite] \setuptyping[margin=2cm] \startbuffer[typebuffer] | \ConTeXt\ \ConteXt \par

Re: [NTG-context] \setupheadertexts except on pages with title of chapter

2017-09-07 Thread Pablo Rodriguez
On 09/07/2017 04:43 PM, Fabrice Couvreur wrote: > Hi Pablo, > Thanks but I'm confused because I found the answer on the wiki. Hi Fabrice, and which is the problem? Had you searched the answer before and you didn’t found it that search? No problem. Probably you were spending too much time with

Re: [NTG-context] issues with \scitebuffer and \sciteinlinebuffer

2017-09-06 Thread Pablo Rodriguez
On 09/06/2017 12:16 AM, Hans Hagen wrote: > On 9/5/2017 11:20 PM, Pablo Rodriguez wrote: >> >> Could we discuss the main issue (a broader one) after the meeting (by >> the end of the month)? > > depends on what the broader issue is ... supporting margin is no big >

Re: [NTG-context] \setupheadertexts except on pages with title of chapter

2017-09-06 Thread Pablo Rodriguez
On 09/06/2017 11:04 PM, Fabrice Couvreur wrote: > Hello, > I would like that on the pages with the title of the chapter the header > is empty. Hi Fabrice, this is the command you need: \setuphead[chapter][header=empty] I hope it helps, Pablo -- http://www.ousia.tk

Re: [NTG-context] minor bugfix

2017-09-27 Thread Pablo Rodriguez
On 09/27/2017 01:47 PM, luigi scarso wrote: > On Wed, Sep 27, 2017 at 11:55 AM, Lawrence wrote: >> Hi mailing list, >> >> Got another bug report for you. I was perusing the mkiv source files, and I >> noticed that: in the file "grph-inc.mkiv", lines 68 and 69 should have >> commas at the end of

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-09-29 Thread Pablo Rodriguez
On 09/28/2017 10:27 PM, Alan Braslau wrote: > On Thu, 28 Sep 2017 13:55:29 +0200 Pablo Rodriguez wrote: > >>> As most of my >>> customers are likely to use Acrobat Reader, I'm not really worried >>> about the bookmarks not showing up in other readers. Why Sumat

Re: [NTG-context] ligature exceptions

2017-09-29 Thread Pablo Rodriguez
On 09/28/2017 03:54 PM, Hans Hagen wrote: > On 9/28/2017 1:51 PM, Pablo Rodriguez wrote: >> [...] >> I overlooked that \blockligatures[u:fl:age, u:fl:eg] only works if there >> is also a \blockligatures[fl]. >> >> Hans, is this a bug or is it intended? > do yo

Re: [NTG-context] size of footnote numbers

2017-09-30 Thread Pablo Rodriguez
On 09/29/2017 01:34 PM, Henning Hraban Ramm wrote: > Ahoi, > > in my current book there are some quotations typeset in a smaller > type (via \switchtobodyfont in a defined startstop). > > Now the author insists that their footnote numbers should have the > same size as in the body text. > Since

Re: [NTG-context] ligature exceptions

2017-09-28 Thread Pablo Rodriguez
On 09/27/2017 10:27 PM, Henning Hraban Ramm wrote: > Am 2017-09-27 um 18:13 schrieb Hans Hagen : >> [...] >> The \blockligatures[u:fl:age] is new and something of a joke >> experiment ... I can probably come up with a real advanced and robust >> mechanism if motivated enough > >

Re: [NTG-context] ligature exceptions

2017-09-28 Thread Pablo Rodriguez
On 09/28/2017 09:17 AM, Herbert Voss wrote: > Am 28.09.2017 um 08:40 schrieb Pablo Rodriguez: > >> using latest beta (from 2017.09.25 19:19), the following sample works: > [...] > How do you catch "Aufl." (the abbreviation of Auflage), > which is written

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-09-28 Thread Pablo Rodriguez
On 09/28/2017 12:17 PM, Mari Voipio wrote: > On Tue, Sep 26, 2017 at 1:19 PM, Henning Hraban Ramm wrote: >> >> did you check you have >> >> \setupinteraction[state=start] >> \setupinteractionscreen[option=bookmark] % should not be necessary >>

Re: [NTG-context] Problem with setup for fonts

2017-08-24 Thread Pablo Rodriguez
On 08/24/2017 10:57 AM, Robert Blackstone wrote: > [...] > %++MWE+++ > \usemodule[simplefonts] > \setmainfont[Verdana] > \setupbodyfont[10pt] Robert, those command now read: \definefontfamily[mainface][rm][Verdana] \setupbodyfont[mainface, 10pt] \starttext

Re: [NTG-context] Draw a line under the headertext in ConTeXt except some pages

2017-08-24 Thread Pablo Rodriguez
On 08/24/2017 05:10 PM, Fabrice Couvreur wrote: > Hi, > How to proceed so that the text of the head is not on the page with the > table of contents and pages with the title of the chapter ? Hi Fabrice, to the first question: \setuphead [chapter] [header=empty] You might not want the

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-22 Thread Pablo Rodriguez
On 08/22/2017 03:17 AM, Brian Ballsun-Stanton wrote: > Hi Pablo, > > It helped. (The numbers are eaten, but I think the example is important. Hi Brian, sorry, I simply forgot (and I didn’t see it in the sample because I didn’t wrap everything inside a TEXpage).

Re: [NTG-context] Some questions about my document

2017-08-27 Thread Pablo Rodriguez
On 08/27/2017 12:14 AM, Fabrice Couvreur wrote: > " I would like to have this : > > Chapitre I : Espaces probabilisés > > I.1 - Expérience aléatoire et univers " > > I did this : > > \setuphead[chapter][commandbefore={: }] >

Re: [NTG-context] Some questions about my document

2017-08-27 Thread Pablo Rodriguez
On 08/27/2017 12:29 PM, Fabrice Couvreur wrote: > Hi Pablo, > > " You have to define a new conversion set and use it for the prefix > segments " > It seems to me that's what I did. Hi Fabrice, I don’t think so. Two different conversion sets are required: one for

Re: [NTG-context] Currency - space delimiting thousands

2017-08-27 Thread Pablo Rodriguez
On 08/27/2017 09:15 PM, Procházka Lukáš Ing. wrote: > Hello, > > is there a built-in (Lua-?)numeric format to produce big numbers > with spaces delimiting thousands (widely used for currencies)? Hi Lukas, function comma_value(n) -- credit http://richard.warburton.it local left,num,right =

Re: [NTG-context] Problem with setup for fonts

2017-08-27 Thread Pablo Rodriguez
On 08/27/2017 08:46 PM, Robert Blackstone wrote: > Hi Hans, > Thanks for your reaction. Unfortunately it has not helped me for I have > no idea how to set the parameter \Umathquad\textstyle. Just loading the > fonts, as I believed you suggest in your mail, does not change anything: > the

Re: [NTG-context] ICC profiles in the ConTeXt Suite?

2017-08-27 Thread Pablo Rodriguez
On 08/27/2017 08:23 PM, Peter Rolf wrote: > Am 27.08.2017 um 19:24 schrieb Pablo Rodriguez: >> [...] >> Since we have ICC profiles in the ConTeXt Garden >> (http://wiki.contextgarden.net/PDFX#ICC_profiles, >> http://dl.contextgarden.net/misc/iccprofiles/complete_ICC_pro

Re: [NTG-context] ICC profiles in the ConTeXt Suite?

2017-08-27 Thread Pablo Rodriguez
On 08/27/2017 10:08 PM, Mojca Miklavec wrote: > On 27 August 2017 at 19:24, Pablo Rodriguez wrote: >> [...] > - It's a bit inconvenient to fetch the files from a random place. The > easiest way to handle that would be by creating a proper ConTeXt > third-party module and then

[NTG-context] ICC profiles in the ConTeXt Suite?

2017-08-27 Thread Pablo Rodriguez
Dear Mojca, [I beg your pardon, if you aren’t the maintainer of the ConTeXt Suite distribution. In that case I address this message to whom it might concern :-).] After reading some messages about PDF/A and PDF/X, I remembered that all my work documents should be PDF/A. Since we have ICC

Re: [NTG-context] ICC profiles in the ConTeXt Suite?

2017-08-27 Thread Pablo Rodriguez
On 08/27/2017 10:30 PM, Mojca Miklavec wrote: > Dear Pablo, > > On 27 August 2017 at 22:23, Pablo Rodriguez wrote: >> how can I add the *.icc files into >> tex/texmf-context/colors/icc/? Is this allowed for a module? > > They would end up in $wherever/texmf-modules

Re: [NTG-context] Problem with setup for fonts

2017-08-28 Thread Pablo Rodriguez
On 08/28/2017 10:53 AM, Robert Blackstone wrote: > [...] > Hi Pablo, > This works, thank you very much. > I had tried several fonts mentioned on the ConTeX-wiki in the > chapter "Using Math fonts in MkIV" but TeX Gyre Termes Math is not > mentioned there. But actually it is [mm] that does the

Re: [NTG-context] ICC profiles in the ConTeXt Suite?

2017-08-28 Thread Pablo Rodriguez
On 08/28/2017 02:53 PM, Henning Hraban Ramm wrote: > Am 2017-08-28 um 10:37 schrieb luigi scarso : > >> One of the reason to not include a color profile in the standard distribution >> is that it's an advanced topic, a field for an advanced user. >> It's quite easy to make

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-21 Thread Pablo Rodriguez
On 08/21/2017 03:15 AM, Brian Ballsun-Stanton wrote: > Hey folks, trying to be a good citizen, I added (And quoted) this > message onto the wiki: > > http://wiki.contextgarden.net/TABLE#Footnotes_in_TABLEs > > I tried for a bit to try to get the example to render, but no footnotes > would show

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-21 Thread Pablo Rodriguez
On 08/21/2017 05:57 AM, Brian Ballsun-Stanton wrote: > Hi Alan, > > I'm sorry I'm... fuzzy today. > > Are you asking me to add: "\automigrateinserts" to the wiki example as a > different mechanism to demonstrate from earlier in this thread, > proposing it as a different solution this problem,

Re: [NTG-context] Empty page to suppress header (background) frame

2017-09-01 Thread Pablo Rodriguez
On 09/01/2017 09:31 AM, Procházka Lukáš Ing. wrote: > Hello Pablo, > > you inspired me: > > > \setuplayout[header=5mm,headerdistance=5mm,] > \setupheader >[text] >[before={\startframed[frame=off,bottomframe=on,framecolor=blue,]}, > after={\stopframed}, >] >

[NTG-context] option none for \scitebuffer and \sciteinlinebuffer

2017-08-31 Thread Pablo Rodriguez
Hans, I have the following sample: \usemodule[scite] \starttext \startbuffer This is text. % and this is a comment \stopbuffer \scitebuffer \sciteinlinebuffer \stoptext Since \scitebuffer and \sciteinlinebuffer default to TEX typing when none is set, would it be

[NTG-context] lines in \setuptyping

2017-08-29 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuptyping[TEX][lines=yes] \starttext \startTEX code one line before two lines before three lines before \stopTEX \stoptext I thought the lines key should display multiple lines when they are in the code. How

Re: [NTG-context] ICC profiles for \externalfigure

2017-10-09 Thread Pablo Rodriguez
On 10/09/2017 08:16 PM, Hans Hagen wrote: > On 10/8/2017 11:09 AM, Pablo Rodriguez wrote: >> [...] >> PDF/A-3a validation (http://verapdf.org) warns about XObjects not having >> any ICC profile. >> >> Would it be possible to add the "profile" key to \exte

Re: [NTG-context] issue with external image and PDF/A-3a

2017-10-05 Thread Pablo Rodriguez
On 10/05/2017 09:05 PM, luigi scarso wrote: > On Thu, Oct 5, 2017 at 8:18 PM, Pablo Rodriguez wrote: >> [...] >> Well, this is a minimal sample, but my real document is much bigger. Is >> there any way to convert the stream to something that ConTeXt can handle >>

Re: [NTG-context] ligature exceptions

2017-10-07 Thread Pablo Rodriguez
On 10/07/2017 01:25 PM, Henning Hraban Ramm wrote: > I rejoiced too early: > While the ligature exception handling works with some of the default > fonts (lm, termes, pagella), it fails with the Alegreya fonts that I’m > using. The Brill fonts don’t work either

[NTG-context] changed behavior in --result

2017-10-12 Thread Pablo Rodriguez
Dear list, invoking latest beta (2017.10.10 12:00) with --result="/home/ousia/%e-2UP.pdf" gives the following error message: results are to be on the running path, not on '/home/ousia', ignoring --result This worked fine untill recently. Is there another way to specify the directory for

Re: [NTG-context] Page printed upside down

2017-10-18 Thread Pablo Rodriguez
On 10/18/2017 09:05 AM, Fabrice Couvreur wrote: > Hi Pablo, > I printed the file at my high school yesterday and the output is not the > one expected. I get a document in portrait format and the mathematical > formulas overflow in the other column. Sorry, Fabrice, but I’m afraid that you switched

Re: [NTG-context] Page printed upside down

2017-10-18 Thread Pablo Rodriguez
On 10/18/2017 06:00 PM, Fabrice Couvreur wrote: > Hi, > With this > > \setuppapersize[A4,landscape] > \setupinteractionscreen[option=landscape] > > I get a double-sided page that I can read without having to return the > page on the back. But I wish I could fold the sheet to have a booklet. > >

Re: [NTG-context] Difficulties with learning about ConTeXt

2017-10-23 Thread Pablo Rodriguez
On 10/23/2017 12:40 PM, N. Raghavendra wrote: > I am a mathematician, and have been using LaTeX on a daily basis since > 1992, when I was a graduate student. I have recently started using > ConTeXt, and am very happy with the facilities it provides, and with its > self-contained system which does

Re: [NTG-context] Default setups

2017-10-23 Thread Pablo Rodriguez
On 10/20/2017 03:05 PM, N. Raghavendra wrote: > Is there a command which prints to the log file the default values of > the keys in the setups that are used in a document? > > For example, when I define a new document division with > > \definehead [mysection] [section] [style=...] > > it helps

Re: [NTG-context] embolden a font

2017-10-22 Thread Pablo Rodriguez
On 10/22/2017 07:31 PM, Ulrike Fischer wrote: > Am Sun, 22 Oct 2017 18:50:39 +0200 schrieb Pablo Rodriguez: >> I guess this gives a similar effect: >>\starteffect[both]abc\stopeffect > > Sorry I wasn't completly clear: starteffect seems to work with > attributes

Re: [NTG-context] embolden a font

2017-10-22 Thread Pablo Rodriguez
On 10/22/2017 05:58 PM, Ulrike Fischer wrote: > Is there anywhere an option to get an embolden effect as with the > following pdf literal? I found the extend option but it doesn't give > the intended look Hi Ulrike, I guess this gives a similar effect: \starteffect[both]abc\stopeffect You

Re: [NTG-context] \hyphenation problem

2017-10-22 Thread Pablo Rodriguez
On 10/22/2017 07:18 PM, Rik Kabel wrote: > Or am I doing something wrong? > > With the following, Schwarzenegger is not hyphenated according to the > instruction. I get: Hi Rik, is there any reason not to include Schwarzenegger in the exceptions? In any case, either you use \hyphenation

Re: [NTG-context] Missing Chapter Numbers

2017-10-22 Thread Pablo Rodriguez
On 10/22/2017 08:59 PM, Thangalin wrote: > The following code does not hide the headings: > [..] > The following code also does not hide the headings: > [...] > However, adding "section" makes the sub- and subsubsections hide as expected: > [...] Hi Thangalin, I’m afraid that it doesn’t work as

[NTG-context] complete cut marks

2017-11-28 Thread Pablo Rodriguez
Hans, I have the following sample: \setuppapersize[A5][A4] \setuplayout [marking=on] \setupexternalfigure[location=default] \setuppagenumbering[location=] \starttext \externalfigure[cow][width=\textwidth] \stoptext These cut marks are lost after the first cut.

Re: [NTG-context] definefallbackfamily and uppercasedoublestruck not working?

2017-11-25 Thread Pablo Rodriguez
On 11/25/2017 03:10 PM, Mikael P. Sundqvist wrote: > [...] > I agree that it is strange to have those holes due to present symbols. > Will the code I used work in an updated beta, or should we proceed in > some other way? Hi Mikael, math is all Greek to me, but this seems to work (I guess,

Re: [NTG-context] complete cut marks

2017-11-29 Thread Pablo Rodriguez
On 11/28/2017 11:48 PM, Hans Hagen wrote: > On 11/28/2017 9:29 PM, Pablo Rodriguez wrote: >> [...] >> Would it be possible to have a marking=crossed such as the one proposed >> in the attachment? >> >> (BTW, I added them by hand with Inkscape, this is why

Re: [NTG-context] complete cut marks

2017-12-03 Thread Pablo Rodriguez
On 12/03/2017 12:23 PM, Hans Hagen wrote: > On 12/3/2017 8:47 AM, Pablo Rodriguez wrote: >> [...] >> This is why a crossed marking makes sense. > > the only thing that helps against the marke being cut off is to draw a > frame so i'll add > > \setuplayout[marking=p

Re: [NTG-context] issue with css selector in lpath

2017-12-14 Thread Pablo Rodriguez
On 12/14/2017 09:39 PM, Hans Hagen wrote: > On 12/14/2017 8:46 PM, Pablo Rodriguez wrote: >> .header works fine, it is only #header that breaks compiliation. >> >> I hope Hans can fix it (or explain what I’m doing wrong). > > There's nothing to fix, as mentioned a

Re: [NTG-context] issue with css selector in lpath

2017-12-12 Thread Pablo Rodriguez
ound a bug. No, it doesn’t compile. But {header, #header} shouldn’t be a problem, accorrding to http://pragma-ade.com/general/manuals/xml-mkiv.pdf#page=34. If this isn’t a bug, I wonder what I’m doing wrong. Many thanks for your reply, Pablo > > Il giorno lun, 11/12/2017 alle 21.51 +0100,

Re: [NTG-context] issue with css selector in lpath

2017-12-14 Thread Pablo Rodriguez
On 12/13/2017 10:22 AM, MF wrote: > Il giorno mar, 12/12/2017 alle 22.36 +0100, Pablo Rodriguez ha scritto: >> [...] >> But {header, #header} shouldn’t be a problem, accorrding to >> http://pragma-ade.com/general/manuals/xml-mkiv.pdf#page=34. >> >> If this isn

Re: [NTG-context] issue with css selector in lpath

2017-12-18 Thread Pablo Rodriguez
On 12/15/2017 07:55 AM, Hans Hagen wrote: > On 12/14/2017 10:18 PM, Pablo Rodriguez wrote: >> [...] >> Since the selector is basic in css (and escaping it gives a very weird >> css), could you consider that it might not be required to escape # as >> css selector? >

[NTG-context] type and typing comments for TeX and Lua

2017-12-18 Thread Pablo Rodriguez
Hans, sorry for insisting, but I really need this. I have the following sample: \definetype[context][option=tex] \definetype[lua][option=lua] \starttext \startTEXpage[offset=2em] a \TEX\ inline comment: \context{ag%befe} \Lua\ inline comment: \lua{agb --efe}

Re: [NTG-context] type and typing comments for TeX and Lua

2017-12-19 Thread Pablo Rodriguez
On 12/19/2017 08:26 PM, Aditya Mahajan wrote: > On Mon, 18 Dec 2017, Pablo Rodriguez wrote: >> [...] >> Would it be possible that all comments in type and typing (at least, for >> Lua, XML and TeX) would have the same formatting for the whole comment >> contents,

Re: [NTG-context] Setting the footnote symbol

2017-11-17 Thread Pablo Rodriguez
On 11/16/2017 10:14 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > On Thu, 16 Nov 2017 11:40:40 -0700, Pablo Rodriguez wrote: >> [...] >> I must confess that this is far beyond my knowledge. I never used >> \definefont. > > Mainly useful for testing for bugs in oth

Re: [NTG-context] Reproducible PDF output

2017-11-11 Thread Pablo Rodriguez
On 11/11/2017 08:39 AM, N. Raghavendra wrote: > I would like to have reproducible PDF output from ConTeXt documents. I > tried the suggestions at https://tex.stackexchange.com/a/313605/146025 > but they did not work. The PDF output has information like > "ConTeXt.Time", "CreateDate", etc., which

Re: [NTG-context] Reproducible PDF output

2017-11-11 Thread Pablo Rodriguez
On 11/11/2017 08:08 PM, N. Raghavendra wrote: [...] > $ ( context --nodates example.tex && cp example.pdf a && sleep 1 && \ > context --nodates example.tex && cp example.pdf b ) > /dev/null && \ > md5sum a b I checked it with sha256sum ;-). > Incidentally, is it common to use the

Re: [NTG-context] problems with XML export

2017-11-11 Thread Pablo Rodriguez
On 11/11/2017 06:30 PM, Henning Hraban Ramm wrote: > Here are a few problems that I encountered in my current ePub projects: > > * \color[]{} leaves no trace in export. Hi Hraban, this works with PDF, it should work with ePub: \definehighlight[read][color=red, style=\sc] \starttext

Re: [NTG-context] new module seeking approval: handlecsv

2017-11-11 Thread Pablo Rodriguez
On 11/11/2017 08:01 PM, Mojca Miklavec wrote: > On 8 November 2017 at 20:46, Pablo Rodriguez wrote: >> [...] >> It can handle different .csv files to data merging for document >> automatic generation. > > It would be helpful to figure out what exactly is missing in th

Re: [NTG-context] new module seeking approval: handlecsv

2017-11-12 Thread Pablo Rodriguez
On 11/12/2017 11:46 AM, Mojca Miklavec wrote: > On 11 November 2017 at 21:32, Pablo Rodriguez wrote: >> [...] >> If the module is >> tex/texmf-context/tex/context/modules/mkiv/m-database.mkiv, I think this >> is only intended for typesetting the database contents. >

Re: [NTG-context] problems with XML export

2017-11-12 Thread Pablo Rodriguez
On 11/12/2017 05:06 PM, Alan Braslau wrote: > [...]> Whereas I might want to export systematically, Hans suggests that one > should export in a separate run using modes for example. This is not a > bad idea, but I would NOT want to have to then make a third run to fix > the "broken" PDF. This

Re: [NTG-context] problems with XML export

2017-11-12 Thread Pablo Rodriguez
On 11/12/2017 09:33 AM, Henning Hraban Ramm wrote: > Am 2017-11-11 um 19:46 schrieb Pablo Rodriguez: >> \definehighlight[read][color=red, style=\sc] >> [...] >> I guess you have to use this instead of \color[]{}. > > Yes, I guess too. I remembered highligh

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Pablo Rodriguez
On 11/16/2017 06:11 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > What do we need to do to get a raised footnote symbol in the main text > (line 6 of the pdf)? Thanks in advance. BTW, I mixed the number which had to be raised. By default, the textcommand option has a value of \high in

<    8   9   10   11   12   13   14   15   16   17   >