Re: [NTG-context] \placeinitial after a heading

2014-01-25 Thread Hans Hagen
On 1/24/2014 5:54 PM, Alexey Kryukov wrote: Hi, If I attempt to insert a drop cap after a heading while the paragraph indentation is enabled, I get the following effect: all lines the drop cap spans except the first one (e. g. second and third in case of n=3) get an additional indent, equal to

[NTG-context] fallback font in new interface to simplefonts

2014-01-25 Thread Pablo Rodriguez
Dear list, the following code doesn’t find the fallback font for Hebrew: \definefallbackfamily[mainface][serif][FreeMono-Bold][range={hebrew, alphabeticpresentationforms}, force=yes] \definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface] \starttext ץ׃​. \stoptext But the

Re: [NTG-context] fallback font in new interface to simplefonts

2014-01-25 Thread Wolfgang Schuster
Hi Pablo, you have to use the name of the font family (the name which is displayed in word processors when you choose a font). When you want to use the bold font for the upright style you can add “tf=style:bold” to the fourth argument of \definefallbackfamily.

Re: [NTG-context] fallback font in new interface to simplefonts

2014-01-25 Thread Pablo Rodriguez
On 01/25/2014 01:20 PM, Wolfgang Schuster wrote: Hi Pablo, you have to use the name of the font family (the name which is displayed in word processors when you choose a font). When you want to use the bold font for the upright style you can add “tf=style:bold” to the fourth argument of

Re: [NTG-context] runtime problem with metafun() code

2014-01-25 Thread Peter Rolf
Am 25.01.2014 01:07, schrieb Hans Hagen: On 1/24/2014 7:41 PM, Peter Rolf wrote: Am 24.01.2014 14:45, schrieb Hans Hagen: On 1/24/2014 1:35 PM, Peter Rolf wrote: Hi, I try to create a Metapost path in lua and it works so far for the attached example. But a call of that function from another

[NTG-context] definefontfamily options for caps and capsbold fonts

2014-01-25 Thread Pablo Rodriguez
Hi Wolfgang, with the new simplefonts interface I have two options that used to work with the old interface, but that don’t work now. Here is the command: \definefontfamily[mainface][mono][ryt1xtt][capsfont=ryt1xttsc, boldfont=ryt1xbtt, capsboldfont=ryt1xttsc] I get mono the bold font, but I

[NTG-context] Simpleton bibliography

2014-01-25 Thread john Culleton
A very recent (Jan 21) wiki article lists this example for a simple bibliography: - \usebtxdataset [mybibfile.bib] \setupbtxrendering [numbering=yes] - Now that is simple enough for starters. Question 1: What are the other options