Re: [NTG-context] Hyphenation, OTF font and tagging

2015-11-09 Thread Rik Kabel
On 2015-11-09 07:34, Thomas A. Schmitz wrote: On 11/09/2015 08:42 AM, Christoph Reller wrote: MWE: \setuptagging[state=start] %<- correct when commenting this line \starttypescript[sans][myfont] \definefontsynonym[Sans][file:MyriadPro-Regular] \stoptypescript

Re: [NTG-context] New btx code problem with quote protrusion, redux

2015-11-02 Thread Rik Kabel
On 2015-11-02 04:05, Hans Hagen wrote: On 11/2/2015 9:53 AM, Hans Hagen wrote: \definefontfeature [default][protrusion=quality] btw that is bad, should be: \definefontfeature [default][default][protrusion=quality] as adding protrusion out of some quality argument doesn't go well with

Re: [NTG-context] More ebgaramond issues (newotf, finding fonts and kerning)

2015-11-02 Thread Rik Kabel
On 2015-11-02 07:19, Hans Hagen wrote: i have a fix in the next beta but keep in mind that eb is a moving target and that each version of the font is different Hans I understand that eb is a moving target. Except for the recognition of the 12italic, however, this looked more like a newotf

[NTG-context] More ebgaramond issues (newotf, finding fonts and kerning)

2015-11-01 Thread Rik Kabel
Three problems with ebgaramond. * With the new otf loading facility, kerning is not done. * With the new otf loading facility, the regular 8pt face is not found. If one is changing font size via \tfxx, the font size is not changed. If one is changing font size via \switchbodyfont[8pt],

Re: [NTG-context] Regression with label inright placement

2015-10-26 Thread Rik Kabel
On 2015-10-26 07:03, Wolfgang Schuster wrote: \showframe \starttext \startnarrower \inright[scope=local]{Right}\input ward \stopnarrower \blank \startnarrower \inright{Right}\input ward \stopnarrower \stoptext Okay, unrelated to the label mechanism. However, for explicitly placed margin

[NTG-context] Regression with label inright placement

2015-10-25 Thread Rik Kabel
The following code, a slight addition to test suite descriptions/labels-003.tex, when using ConTeXt from 20150904 and earlier works properly. Between that release and 20151004 something changed, and it fails with the labels shifted to reflect the temporarily narrowed text.

Re: [NTG-context] Obtaining features from EBGaramond font in ConTeXt

2015-10-23 Thread Rik Kabel
On 2015-10-23 15:19, josephcan...@gmail.com wrote: Is there any place I could find docs on \definecharacterspacing command please ? Could not find any occurrence on the Wiki. The best description I have seen of it is in Wolfgang’s message on the mailing list at

Re: [NTG-context] Obtaining features from EBGaramond font in ConTeXt

2015-10-23 Thread Rik Kabel
On 2015-10-23 03:44, josephcan...@gmail.com wrote: Hello all, Wondered if you could figure out what I did wrong with specifying the font. Asked question on TexExchange.org already, with samples. http://tex.stackexchange.com/questions/274471/obtaining-features-from-ebgaramond-font-in-context

Re: [NTG-context] New btx code problem with quote protrusion, redux

2015-10-23 Thread Rik Kabel
On 2015-10-23 14:40, Rik Kabel wrote: At Wolfgang’s request, a new thread for this subject. I have cleaned up the example from the July 5 posting, but the problems are the same as shown there. In July Alan suggested that there might a bug here, but nothing has been done to address it since

[NTG-context] New btx code problem with quote protrusion, redux

2015-10-23 Thread Rik Kabel
At Wolfgang’s request, a new thread for this subject. I have cleaned up the example from the July 5 posting, but the problems are the same as shown there. In July Alan suggested that there might a bug here, but nothing has been done to address it since then. Wolfgang suggested

Re: [NTG-context] New btx code problem with quote protrusion

2015-10-22 Thread Rik Kabel
On 2015-07-05 19:21, Alan BRASLAU wrote: On Sun, 5 Jul 2015 18:52:40 -0400 > Rik Kabel <cont...@rik.users.panix.com> wrote: > >> Is this a bug, or simply something not yet ready with the new regime, >> or am I doing something wrong? > > This looks like a b

[NTG-context] Problem with setuptagging and ebgaramond font, also hsize question

2015-10-22 Thread Rik Kabel
With the following example, there are no hyphens where words are broken across lines. When the \setuptagging line is removed, or the state changed to stop, hyphens appear as expected. So far I have only seen this with the ebgaramond font using a current standalone beta (ConTeXt ver:

Re: [NTG-context] Regression with \doboundtext in \writetolist

2015-10-11 Thread Rik Kabel
On 2015-10-11 06:11, Hans Hagen wrote: On 10/11/2015 5:21 AM, Rik Kabel wrote: The following example works with older versions of ConTeXt, such as the version from 20150325 in my repository. It fails with TL15 and later, including the current standalone beta. % macros=mkvi \setwidthof

[NTG-context] Regression with \doboundtext in \writetolist

2015-10-10 Thread Rik Kabel
The following example works with older versions of ConTeXt, such as the version from 20150325 in my repository. It fails with TL15 and later, including the current standalone beta. % macros=mkvi \setwidthof {99}\to\IDWidth\relax \def\STWidth{\dimexpr\textwidth-\IDWidth+1cm}

[NTG-context] Register sort method for unicode quotes

2015-10-05 Thread Rik Kabel
Is there a sort method that can be specified for register sorts that will ignore unicode quote marks (“‘’”) in the same way that primes ("') are ignored. This was asked in 2010 (http://www.mail-archive.com/ntg-context@ntg.nl/msg51348.html) and not answered. It is still a problem. Is there a

[NTG-context] Questions on registers, and on processors used with registers

2015-10-04 Thread Rik Kabel
A few questions on registers, and on processors used with registers: Can processors be used on entries in \setregisterentry? My tests so far have not been successful. Can processors be used on one level of a two-level register {\index{Name+Processor->quotation precis}? Again, no success with

[NTG-context] Question on register sort order and default method

2015-09-27 Thread Rik Kabel
Why does the sort order (for registers, lists of synonyms, and so on) differ when no method is specified compared to when method=default is specified? That is, should not the default method applied when no method is specified be that named ‘default’? \setupregister[index][n=1]

Re: [NTG-context] \emptylines non-functional

2015-09-08 Thread Rik Kabel
On 2015-09-08 17:52, Hans Hagen wrote: \def\spac_lines_empty[#1]% {\endgraf \begingroup \forgetall \scratchcounter\iffirstargument#1\else3\fi\relax \ifhmode \crlf \advance\scratchcounter\minusone \fi \dorecurse\scratchcounter{\strut\crlf}% \endgroup} Hmmm. I

[NTG-context] Strange problem with EBGaramond st ligature and 20150901 beta

2015-09-03 Thread Rik Kabel
Please help with the strangest problem I have come across. The following document fails (does not complete, hangs) when the following conditions hold: * ConTeXt ver: 2015.09.01 11:10 MKIV beta fmt: 2015.9.3 int: english/english * \mainlanguage[en] or fr * Font EBGaramond otf from

Re: [NTG-context] Bug: Paragraph formatting on new page after placefigure

2015-08-25 Thread Rik Kabel
enough to prevent the reserved space from intruding on the text area of the next page. -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] \switchtobodyfont issue, also with newotf

2015-08-21 Thread Rik Kabel
On 2015-08-21 09:10, Hans Hagen wrote: mostly changed names of the fonts, a missing directive (i'll add a fallback for that) and such ... patched in the next beta Hans, This morning's release fixed the newotf module problem, but not the font face problem. Was that to be expected? -- Rik

[NTG-context] \switchtobodyfont issue, also with newotf

2015-08-20 Thread Rik Kabel
While working to get italic smallcaps in a secondary font face, I came across an issue with \switchbodyfont. When this is used in a certain way, the \tf font-style is changed, but not the \it, \bf, and so on. The example below compiles cleanly as presented, and the problem is not present.

Re: [NTG-context] Text around a figure in a framedtext

2015-08-13 Thread Rik Kabel
On 2015-08-13 11:19, Fabrice Couvreur wrote: Hi, Sorry to revive this discussion (which I initiated), but the text in the following code does not wrapped around the figure. Why ? Fabrice \setupcolors [state=start] \definecolor[MyColorB][c=0.00, m=0.62, y=1.00, k=0.00]

Re: [NTG-context] (again) bug with bidi direction and \about references

2015-08-12 Thread Rik Kabel
On 2014-03-04 11:07, Khaled Hosny wrote: On Mon, Mar 03, 2014 at 07:49:07PM +0100, Pablo Rodriguez wrote: Hi Hans, sorry for telling again, but I’m afraid that the following sample shows a serious buggy interaction between \setupdirections[bidi=on] and \about references.

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
On 2015-08-11 14:49, Wolfgang Schuster wrote: Rik Kabel mailto:cont...@rik.users.panix.com 4. August 2015 00:18 Should processors work with references? I would think that they should, but the following fails. (My backmatter page numbers need to be marked to distinguish them from bodymatter

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
On 2015-08-03 18:18, Rik Kabel wrote: Should processors work with references? I would think that they should, but the following fails. (My backmatter page numbers need to be marked to distinguish them from bodymatter pages. I can automate applying a processor based on the location for index

[NTG-context] Label problems with \definelabel and \defineenumeration, in and out of footnotes

2015-08-11 Thread Rik Kabel
The example below documents the problems. In short, \definelabel suppresses paragraph indent when the label is at the beginning of a paragraph and fails to print the label or generate references with alternative=inmargin (or inright, or inleft) when in a footnote. \defineenumeration fails to

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
On 2015-08-11 14:49, Wolfgang Schuster wrote: Rik Kabel mailto:cont...@rik.users.panix.com 4. August 2015 00:18 Should processors work with references? I would think that they should, but the following fails. (My backmatter page numbers need to be marked to distinguish them from bodymatter

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
On 2015-08-11 15:48, Wolfgang Schuster wrote: Rik Kabel mailto:cont...@rik.users.panix.com 11. August 2015 21:41 On 2015-08-11 14:49, Wolfgang Schuster wrote: Thank you, Wolfgang, for that. But it still does not handle the after key, as I had in my example, and which works in a processor

[NTG-context] Label at start of paragraph suppresses indentation

2015-08-03 Thread Rik Kabel
A label at the start of a paragraph suppresses indentation. Should it? \setupindenting[yes,small] \definelabel[xx][text=,alternative=inright] Paragraph one. \xx{}Paragraph two. Paragraph\xx{} three. \stoptext -- Rik

[NTG-context] \defineprocessor and \at

2015-08-03 Thread Rik Kabel
Should processors work with references? I would think that they should, but the following fails. (My backmatter page numbers need to be marked to distinguish them from bodymatter pages. I can automate applying a processor based on the location for index register entries, but not for

[NTG-context] Solved, was Re: Register customization for backmatter page numbers

2015-08-01 Thread Rik Kabel
On 2015-08-01 13:54, Pablo Rodriguez wrote: Hi Rik, sorry for top-posting, but I’m not sure whether I understand your request. I wonder whether the following sample points in the right direction: \setuppapersize[A6] \setuppagenumber[way=bypart, prefix=yes, prefixset=chapter]

Re: [NTG-context] Solved, was Re: Register customization for backmatter page numbers

2015-08-01 Thread Rik Kabel
On 2015-08-01 14:42, Rik Kabel wrote: On 2015-08-01 13:54, Pablo Rodriguez wrote: Hi Rik, sorry for top-posting, but I’m not sure whether I understand your request. I wonder whether the following sample points in the right direction: \setuppapersize[A6] \setuppagenumber[way=bypart

[NTG-context] Section heading colors lost with \startbodymatter

2015-07-27 Thread Rik Kabel
This worked (the numbers were darkgray and there was a red dot separator) until the last beta or two. With the new betas, those colors disappear in the bodymatter mode and in appendices mode % When start/stop bodymatter is enabled, the number color and % separator colors are lost. When

[NTG-context] Problem with definelabel and footnotes

2015-07-27 Thread Rik Kabel
The endnote follows.\par \placenotes[endnote] \stoptext -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl

Re: [NTG-context] Section heading colors lost with \startbodymatter

2015-07-27 Thread Rik Kabel
On 2015-07-27 19:28, Rik Kabel wrote: This worked (the numbers were darkgray and there was a red dot separator) until the last beta or two. With the new betas, those colors disappear in the bodymatter mode and in appendices mode % When start/stop bodymatter is enabled, the number color

Re: [NTG-context] Section heading colors lost with \startbodymatter

2015-07-27 Thread Rik Kabel
On 2015-07-27 22:50, Rik Kabel wrote: On 2015-07-27 19:28, Rik Kabel wrote: This worked (the numbers were darkgray and there was a red dot separator) until the last beta or two. With the new betas, those colors disappear in the bodymatter mode and in appendices mode % When start/stop

Re: [NTG-context] em-/en-dashes and newotf

2015-07-14 Thread Rik Kabel
On 2015-07-12 12:52, Hans Hagen wrote: On 7/12/2015 6:42 PM, Rik Kabel wrote: On 2015-07-12 10:38, Pablo Rodriguez wrote: On 07/12/2015 04:12 PM, Hans Hagen wrote: [...] maybe some file is not loaded ... i uploaded a variant that might work better Many thanks for the new beta. I’m afraid

[NTG-context] newotf definefontfeatures problem with script=hebr

2015-07-12 Thread Rik Kabel
The following code fails; however, it succeeds without newotf, and it succeeds with newotf if the defined font feature (*hebrew) is removed from the \definefont command. The characters that demonstrate the problem are HEBREW LETTER LAMED combined with HEBREW POINT HOLAM, followed by HEBREW

Re: [NTG-context] em-/en-dashes and newotf

2015-07-12 Thread Rik Kabel
. -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl

Re: [NTG-context] em-/en-dashes and newotf

2015-07-11 Thread Rik Kabel
On 2015-07-11 17:30, Hans Hagen wrote: On 7/11/2015 5:09 PM, Pablo Rodriguez wrote: Hans, with the following sample: \usemodule[newotf] %~ \setupbodyfont %~ [palatino] \starttext --- em--dash (with en--dash inside) \stoptext I discovered that em- and

[NTG-context] newotf, problem with .ttc fonts

2015-07-11 Thread Rik Kabel
It appears that the newotf mechanism does not handle .ttc fonts. The following MWE uses fonts found on Windows 8.1: \usemodule [newotf] %% the following fonts, all .ttc, fail in the same way: % C:/ConTeXt/tex/texmf-context/tex/context/base/font-oup.lua:651: bad argument #1 to

[NTG-context] New btx code problem with quote protrusion

2015-07-05 Thread Rik Kabel
}, number = {3}, pages= {42--69}, } -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman

Re: [NTG-context] Simple but can't find

2015-04-30 Thread Rik Kabel
On 2015-04-30 15:54, henman wrote: I've searched the garden for how to do the simple function of including a context macro file into another one for text and formats that I want to reuse. But, I can find nothing when I searched for intuitive words such as include, import , use and file ,

Re: [NTG-context] Problem with margin figures and whitespace in text

2015-04-26 Thread Rik Kabel
On 2015-04-26 14:01, Hans Hagen wrote: On 4/26/2015 3:32 AM, Rik Kabel wrote: I have two problems with figures placed into the left or right margin. When the figure is in a group, extra whitespace is inserted between the paragraphs that precede and follow the placefigure command. This happens

[NTG-context] Problem with margin figures and whitespace in text

2015-04-25 Thread Rik Kabel
I have two problems with figures placed into the left or right margin. When the figure is in a group, extra whitespace is inserted between the paragraphs that precede and follow the placefigure command. This happens for figures placed by startplacefigure/stopplacefigure and tradiitonal

[NTG-context] Oddity with \definereferenceformat

2015-04-19 Thread Rik Kabel
A reference to the text of a multi-line heading takes on the line breaks of the heading when \definereferenceformat[about] is used. \definereferenceformat[about][type=title,left=,right=] \starttext \startsection[reference={sec:one}, title={Three\\line\\title}] \startparagraph

[NTG-context] Caption location with vertical \startplacefigure

2015-04-16 Thread Rik Kabel
How can I get the caption for the vertical figures (figures 2 and 4 in the example) aligned below the figures with the caption width limited to the figure width? Sorry for the noise -- I am sure I am missing something simple, but I cannot find it at this point. (Running current beta and

Re: [NTG-context] \hyphenatedurl problem

2015-04-13 Thread Rik Kabel
On 2015-04-13 13:19, Pablo Rodriguez wrote: On 04/11/2015 07:20 AM, Rik wrote: With versions from 20150325 and earlier, the following example code produced nicely wrapped URLs. With current betas, the URLs do not wrap. Hi Rik, with beta from 2015.04.12 15:41, urls are wrapped. Just in case

Re: [NTG-context] authors in the toc

2015-04-11 Thread Rik Kabel
On 2015-04-11 03:27, Wolfgang Schuster wrote: Am 10.04.2015 um 19:33 schrieb Rik Kabel cont...@rik.users.panix.com mailto:cont...@rik.users.panix.com: Another bump. The example on the wiki still fails. On 2014-10-02 13:42, Rik Kabel wrote: On 2014-10-02 05:18, Wolfgang Schuster wrote

Re: [NTG-context] A couple of setupcaptions questions revisited

2015-04-11 Thread Rik Kabel
Bumping another old unsolved mystery. On 2014-04-22 22:40, Rik Kabel wrote: On 2011-08-05, Wolfgang wrote with regard to section numbering not appearing in float captions when numbering is off for the section but called for by the chapter (http://www.mail-archive.com/ntg-context%40ntg.nl

Re: [NTG-context] Forms and JavaScript

2015-04-02 Thread Rik Kabel
On 2015-04-02 03:42, Henning Hraban Ramm wrote: Hello, while trying to create some interactive forms using latest beta (MkIV), I found that JavaScripts are only then copied into the PDF, if there’s a \goto referencing a JS function. According to the old widgets manual I thought I could set

Re: [NTG-context] Spurious registers log entry?

2015-03-30 Thread Rik Kabel
On 2015-03-29 17:47, Rik Kabel wrote: The following code: \setupregister[index][n=1] \starttext \index{A}\index{A+A}AA\seeindex{AA}{A+A}. \placeindex \stoptext generates the following log entry. structureregisters invalid see entry in register 'index

[NTG-context] Spurious registers log entry?

2015-03-29 Thread Rik Kabel
The following code: \setupregister[index][n=1] \starttext \index{A}\index{A+A}AA\seeindex{AA}{A+A}. \placeindex \stoptext generates the following log entry. structureregisters invalid see entry in register 'index', reference 'AA' No similar entry is produced for

[NTG-context] Change behavior for \getbuffer

2015-03-27 Thread Rik Kabel
The behavior of \getbuffer has changed with the new beta. With the following sample code, one line of text is produced with the 2015-03-25 beta. Two lines of text are produced with the more recent betas. \startbuffer A \stopbuffer \starttext A \getbuffer \stoptext -- rik

Re: [NTG-context] Numbers in appendix roman, but want arabic

2015-02-13 Thread Rik Kabel
On 2015-02-13 03:45, Mikael P. Sundqvist wrote: Hi, with the example below, I have two problems (that are probably related). In the appendix, the Theorem is numbered Theorem II instead of Theorem 2, i.e. roman numbers are used instead of arabic ones. Also, when I refer to Theorem 1 from the

Re: [NTG-context] \preventmode does not work

2014-11-19 Thread Rik Kabel
the mode name in \doifmode and friends? MWE, run context MWE.tex: \starttext \preventmode[X] %\enablemode[X] \doifmode{X}{!} \stoptext -- Rik Kabel ___ If your question is of interest to others as well

Re: [NTG-context] Strange behavior of a macro with ConTeXt ver : 2014.11.12 9:46 p.m. MKIV beta

2014-11-15 Thread Rik Kabel
On 2014-11-15 06:18, Fabrice Couvreur wrote: Background=whatever, Please change B to b and retry. -- rik ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] \startitem and \startparagraph

2014-10-17 Thread Rik Kabel
On 2014-10-17 03:50, Hans Hagen wrote: On 10/17/2014 3:02 AM, Rik Kabel wrote: What is the proper way to delimit paragraphs within an itemized list using \start..\stop tagging (as for epub and such)? When I wrap paragraphs with \startparagraph..\stopparagraph within the \startitem..\stopitem

Re: [NTG-context] Prevent page break in middle of paragraph

2014-10-17 Thread Rik Kabel
On 2014-10-16 16:03, Ben Moon wrote: Hi, I'm trying to get a thesis in a final shape and encounter a page break (... Über 70 % der pagebreak) in the middle of a paragraph where there still seems to be plenty of space to finish that paragraph. If I add a few lines to the text it works ok. Also

[NTG-context] \startitem and \startparagraph

2014-10-16 Thread Rik Kabel
. Item three paragraph three. \item Item four paragraph one. Item four paragraph two. Item four paragraph three. \stopitemize \stoptext -- Rik Kabel ___ If your question

Re: [NTG-context] Slanted, double-quoted quotations

2014-10-15 Thread Rik Kabel
On 2014-10-15 09:06, Sander Maijers wrote: Hi, I'm using beta 2014.09.27. The code below produces a slanted, unquoted quotation, whereas I intend to produce a slanted, double-quoted quotation. How can I fix it? \definedelimitedtext[quotationsl][ style=slanted,

Re: [NTG-context] Slanted, double-quoted quotations

2014-10-15 Thread Rik Kabel
On 2014-10-15 13:38, Hans Hagen wrote: On 10/15/2014 4:58 PM, Rik Kabel wrote: On 2014-10-15 09:06, Sander Maijers wrote: Hi, I'm using beta 2014.09.27. The code below produces a slanted, unquoted quotation, whereas I intend to produce a slanted, double-quoted quotation. How can I fix

Re: [NTG-context] authors in the toc

2014-10-03 Thread Rik Kabel
On 2014-10-03 10:32, Andrea Valle wrote: Thanks, it’s a bit too complicated for me now, I was hoping for something like a before argument where to place the author param from the chapter. Andrea, If you can accept the author's name on a separate line in the toc and also a little less

[NTG-context] Generate Authorlist example fails, was Re: authors in the toc

2014-10-03 Thread Rik Kabel
On 2014-10-02 15:22, Wolfgang Schuster wrote: Am 02.10.2014 um 19:42 schrieb Rik Kabel cont...@rik.users.panix.com mailto:cont...@rik.users.panix.com: On 2014-10-02 05:18, Wolfgang Schuster wrote: There is a example on the wiki. You have to set your own values with the second argument

Re: [NTG-context] authors in the toc

2014-10-02 Thread Rik Kabel
across no comprehensive description for either in the documentation.) -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

[NTG-context] XML, XHTML, and HTML export issue with in URL

2014-08-28 Thread Rik Kabel
\tex{url}: \url[avecAmpersand] \stopparagraph \startparagraph \tex{hyphenatedurl}: \hyphenatedurl{http://www.mail-archive.com/search?l=ntg-context@ntg.nlq=Epub} \stopparagraph \stopsubject \stoptext -- Rik Kabel

[NTG-context] Startparagraph oddities

2014-08-28 Thread Rik Kabel
\stopparagraph \stoptext -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http

Re: [NTG-context] \resetsetups

2014-08-14 Thread Rik Kabel
On 2014-08-14 00:26, Wolfgang Schuster wrote: Am 13.08.2014 um 20:56 schrieb Rik Kabel cont...@rik.users.panix.com mailto:cont...@rik.users.panix.com: Dear list, In a number of notes (recent and in the list archive) I have seen \resetsetups, used (always) as in a block of code like

Re: [NTG-context] \resetsetups

2014-08-14 Thread Rik Kabel
On 2014-08-14 15:10, Aditya Mahajan wrote: On Thu, 14 Aug 2014, Rik wrote: While I appreciate learning about these from the list, I must echo recent comments about the state of documentation. If these are user commands, as these appear to be, one should be able to find them in at least the

[NTG-context] \resetsetups

2014-08-13 Thread Rik Kabel
Dear list, In a number of notes (recent and in the list archive) I have seen \resetsetups, used (always) as in a block of code like this from Gerben Wierde: \startsetups chapter:before \page[left] \noheaderandfooterlines \startalignment[left,nothyphenated]

Re: [NTG-context] Citation Sort Order

2014-08-11 Thread Rik Kabel
On 2014-08-11 01:30, Thangalin wrote: Thank you, Rik. I wanted to list all the bibliography entries (including unreferenced citations) with referenced citations ordered chronologically. I suppose that would require maintaining two separate bibliography files... If by chronologically, you mean

Re: [NTG-context] Alignment, indenting and font inside floats

2014-07-28 Thread Rik Kabel
On 2014-07-28 15:29, Joshua Krämer wrote: Dear list, I want to setup all my floats' contents to be middle-aligned, not indented and typeset in a distinct font. How can I do this? The attached example does not work. Thank you and kind regards, Joshua Krämer \setupindenting [yes,

Re: [NTG-context] Alignment, indenting and font inside floats

2014-07-28 Thread Rik Kabel
On 2014-07-28 17:23, Rik Kabel wrote: (much snipped) The contents of a float are styled according to the type of float. Sorry, that last statement should have been: The contents of a float are styled according to the type of contents. That is, if a table is floated (with placetable

Re: [NTG-context] How to make floats extend into the outer margin

2014-07-25 Thread Rik Kabel
On 2014-07-25 07:10, Hans Hagen wrote: Am 24.07.2014 um 10:36 schrieb Wolfgang Schuster schuster.wolfg...@gmail.com mailto:schuster.wolfg...@gmail.com: \starttext \startplacefigure \framed[width=.8\textwidth,framecolor=red]{one} \stopplacefigure \setupfloat[figure][location=flushleft]

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-25 Thread Rik Kabel
that current is set in some iterations, but never shows up in the final version of the page, so references on the same page always come out as backward or forward. I would think that the default should match the default for \setuppagenumbering[alternative=], and perhaps be tied to that. -- Rik

Re: [NTG-context] Three questions about descriptions

2014-07-25 Thread Rik Kabel
On 2014-07-25 14:56, Matthias Weber wrote: Dear All, I’d like to use a mechanism that allows me to create an itemized list with my own labels like one can with descriptions: \definedescription[outline][ headstyle=bold,style=normal,alternative=hanging,margin=1cm,distance=-.8cm]

Re: [NTG-context] Leave out reference to page if on the same page?

2014-07-24 Thread Rik Kabel
On 2014-07-24 07:20, Otared Kavian wrote: Hi Rik, As a matter of fact the example given by Wolfgang works despite mkiv complaining about \analyzecurrentreference being unknown… Whent the typesetting stops because of this command, saying « run » or rather « r » continues the typesetting.

Re: [NTG-context] \startframed spurious whitespace

2014-07-23 Thread Rik Kabel
On 2014-07-23 02:20, Herbert Voss wrote: Am 23.07.2014 03:20, schrieb Rik Kabel: There appears to be a bug with \startframed. In the following example, the instance with no optional argument sets correctly, while with the use of an optional argument (even empty []) a whitespace is introduced

[NTG-context] \startframed spurious whitespace

2014-07-22 Thread Rik Kabel
There appears to be a bug with \startframed. In the following example, the instance with no optional argument sets correctly, while with the use of an optional argument (even empty []) a whitespace is introduced before the text. \starttext \startframed[] Why a space? \stopframed

Re: [NTG-context] Figure whitespace overflows page

2014-07-20 Thread Rik Kabel
On 2014-03-26 19:35, Rik Kabel wrote, originally with the subject Caption whitespace overflows page: How can I get rid of the space at the top of the first line of text on page three in the following MWE. The \setupfloats[spaceafter=none] masks the problem rather than addresses the problem

Re: [NTG-context] ToC depth (and headers) per section block

2014-07-05 Thread Rik Kabel
On 2014-07-05 05:43, Hans Hagen wrote: On 7/5/2014 5:52 AM, Rik Kabel wrote: How can I specify different section depths for different parts in a document in the TOC? That is, if the document structure is: Front Matter Body Matter Part 1 Chapter 1 Section 1 Chapter

[NTG-context] ToC depth (and headers) per section block

2014-07-04 Thread Rik Kabel
. (MKIV only.) -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http

[NTG-context] context works, contextjit fails with Junicode

2014-07-01 Thread Rik Kabel
at http://junicode.sourceforge.net. If anybody has a typescript reflecting current ttf file naming, I would appreciate receiving a copy, either via the list or directly. (The typescript in the above is stripped to a minimum, and not what I would use other than in such an example.) -- Rik Kabel

Re: [NTG-context] context works, contextjit fails with Junicode

2014-07-01 Thread Rik Kabel
On 2014-07-01 18:08, Hans Hagen wrote: On 7/1/2014 11:52 PM, Rik Kabel wrote: The jit engine complains lua error error on line 12 in file C:/Users/rik/Desktop/junicode_bold.tex: C:/ConTeXt/tex/texmf-context/tex/context/base/font-otp.lua:192: invalid value (nil) at index 1 in table for 'concat

[NTG-context] Protrusion with compound word hyphenation (||)

2014-07-01 Thread Rik Kabel
? -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http

[NTG-context] First letter lost possible cause: \grabbfferdata

2014-06-25 Thread Rik Kabel
} \startWithIgnore\relax\TestText\stopTest And the same with a blank line after the opening \startWithIgnore \TestText\stopTest \stoptext -- Rik Kabel ___ If your question is of interest to others as well, please add

Re: [NTG-context] First letter lost possible cause: \grabbfferdata

2014-06-25 Thread Rik Kabel
On 2014-06-25 15:51, Rik Kabel wrote: Recently there have been reports of the first letter of a line of text being lost in the database and letter modules. I tracked down what appears to be the same problem and developed a work-around. The problem appears to be with the \grabbufferdata

Re: [NTG-context] database module: the first letter is lost

2014-06-25 Thread Rik Kabel
\stoptext As I wrote before, I do not have a way to more extensively test the other effects of the change. -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] database module: the first letter is lost

2014-06-25 Thread Rik Kabel
On 2014-06-25 19:34, Wolfgang Schuster wrote: Am 26.06.2014 um 01:19 schrieb Rik Kabel cont...@rik.users.panix.com: Adding \obeylines as Wolfgang indicated did not resolve the issue with my test case (shortened below), while removing #5 as Hans suggested does resolve

Re: [NTG-context] Problem in natural tables with nc= and alignmentcharacter

2014-06-24 Thread Rik Kabel
On 2014-06-24 08:03, Hans Hagen wrote: On 6/23/2014 10:50 PM, Peter Münster wrote: On Mon, Jun 23 2014, Peter Münster wrote: No solution, just a smaller MWE: Yet smaller, but I don't know, if it's still the same problem: \starttext \bTABLE \bTR \bTD A x \eTD \bTD[nc=2] A \eTD

[NTG-context] Problem in natural tables with nc= and alignmentcharacter

2014-06-23 Thread Rik Kabel
\bTC Figure\eTC \bTC 1.12\eTC \eTR \bTR \bTC AAA\eTC \bTC Table\eTC \bTC 10.8\eTC \eTR \eTABLEbody \eTABLE \stoptext -- Rik Kabel

Re: [NTG-context] Problem in natural tables with nc= and alignmentcharacter

2014-06-23 Thread Rik Kabel
On 2014-06-23 15:03, Rik Kabel wrote: When a wide-ish column precedes a character-aligned column and a column span is in place, the table is set improperly. With the following example, the first two columns overlap. When the first column is moved to the right side of the table

[NTG-context] Samples updates and bibtex entries

2014-06-06 Thread Rik Kabel
, but these are most likely due to publisher's style sheet and the lack of availability of logotypes for TeX and Metafont. knuth.tex is from page 50 of the book from the chaff and separate the sheep from the goats. from the chaff, and separate the sheep from the goats. -- Rik Kabel

Re: [NTG-context] Margin heading problem, was Re: sections

2014-06-05 Thread Rik Kabel
On 2014-06-02 19:16, Rik Kabel wrote: On 2014-06-02 04:09, Hans Hagen wrote: On 6/2/2014 3:44 AM, Rik Kabel wrote: On 2014-06-01 12:52, Hans Hagen wrote: On 6/1/2014 5:40 PM, Rik wrote: Is this also the cause of problems I noted with heading placed into the margin, as in the example below

[NTG-context] Keyword order problem

2014-06-03 Thread Rik Kabel
[nowhite,samepage,12pt] works \subject{With disable} 12pt,samepage,nowhite,disable\blank[12pt,samepage,nowhite,disable] works samepage,12pt,nowhite,disable\blank[samepage,12pt,nowhite,disable] fails \stoptext -- Rik Kabel

Re: [NTG-context] Margin heading problem, was Re: sections

2014-06-02 Thread Rik Kabel
On 2014-06-02 04:09, Hans Hagen wrote: On 6/2/2014 3:44 AM, Rik Kabel wrote: On 2014-06-01 12:52, Hans Hagen wrote: On 6/1/2014 5:40 PM, Rik wrote: Is this also the cause of problems I noted with heading placed into the margin, as in the example below? no, unrelated, try this: \setuphead

[NTG-context] Margin heading problem, was Re: sections

2014-06-01 Thread Rik Kabel
}] \input thuan\par \input thuan \stopsection \stopchapter \stoptext -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

[NTG-context] Character and word spacing

2014-05-29 Thread Rik Kabel
pointers to the details of these commands, or other suggestions for such typographic exercises, please let me know. -- Rik Kabel ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Problem with \framed align and orientation on landscape pages

2014-05-25 Thread Rik Kabel
On 2014-05-25 00:12, Aditya Mahajan wrote: On May 24, 2014, at 1:12 PM, Rik Kabel cont...@rik.users.panix.com mailto:cont...@rik.users.panix.com wrote: On 2014-05-24 06:26, Hans Hagen wrote: On 5/24/2014 4:11 AM, Rik Kabel wrote: For the /\framed/ command, any value for the key /align

<    1   2   3   4   5   6   >