Re: [NTG-context] [OT] What is TACO?

2015-11-19 Thread luigi scarso
On Thu, Nov 19, 2015 at 9:16 AM, Taco Hoekwater wrote: > > > On 18 Nov 2015, at 19:21, luigi scarso wrote: > > > > https://github.com/Microsoft/TACO > > > > "...TACO makes it crazy-easy to setup your dev environment so you can > begin coding

Re: [NTG-context] [OT] What is TACO?

2015-11-19 Thread Taco Hoekwater
> On 18 Nov 2015, at 19:21, luigi scarso wrote: > > https://github.com/Microsoft/TACO > > "...TACO makes it crazy-easy to setup your dev environment so you can begin > coding immediately." > > Sorry, I was not able to resist. Should I send a C letter ? :) Taco (not

[NTG-context] Best way to prevent wrong column/page break with par starting with \starthanging

2015-11-19 Thread josephcanedo
Dear all, I am using \starthanging to implement dropcaps (with small pdf files). I use this Inside mixedcolumns (2 columns). I’d like to know if there is a better way than \testcolumn[N], N being the number of lines of the dropcap, to prevent the location of dropcap being cut between end

[NTG-context] compiling with latest stable

2015-11-19 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefontfamily[mainface][rm][GFS Didot] \setupbodyfont[mainface] \starttext effective flew {\sc Small caps} \stoptext If I compile it with latest beta, everything is fine (as expected). But if I compile it with latest stable

Re: [NTG-context] just some questions

2015-11-19 Thread Pablo Rodriguez
Carlos, I’m afraid I don’t get what your actual problem is. Could you describe it with a single sentence? I mean the problem itself, not your actions to fix it. Excuse me, but I’m not sure whether you have an issue with the fonts, with the cache, with TeX Live or wit the Ubuntu packages. Pablo

Re: [NTG-context] "Trial typesetting" in ConTeXt / lua ?

2015-11-19 Thread Hans Hagen
On 11/19/2015 5:16 PM, josephcan...@gmail.com wrote: Attached simple MWE. The second line has no ligatures/ no glyph substitution/ kern use this ... \startluacode userdata = userdata or { } if not nodes.typesetters.tohbox then function nodes.typesetters.tohbox(...)

Re: [NTG-context] new beta

2015-11-19 Thread Mojca Miklavec
On 17 November 2015 at 11:53, Hans Hagen wrote: > Hi, > > There is a new beta coming but it goes in sync with a new release of luatex > (0.85). As there have been some fundamental changes the macros and engine > need to be updated in sync so when something goes wrong with an update, be > patient

Re: [NTG-context] just some questions

2015-11-19 Thread Carlos
Pablo Rodriguez writes: > Carlos, I’m afraid I don’t get what your actual problem is. > > Could you describe it with a single sentence? I mean the problem itself, > not your actions to fix it. > > Excuse me, but I’m not sure whether you have an issue with the fonts, > with the

Re: [NTG-context] just some questions

2015-11-19 Thread Pablo Rodriguez
On 11/19/2015 09:15 PM, Carlos wrote: > Pablo, simply put, the system fonts, with the module simplefonts, can't be > found. > > Was OSFONTDIR exported? Yes. > Was the path specified correctly? Yes. In my case was /usr/share/fonts Which is the output from "kpsewhich --var-value=OSFONTDIR"?

Re: [NTG-context] "Trial typesetting" in ConTeXt / lua ?

2015-11-19 Thread josephcanedo
I’ll try this in a minute. Thanks a million. Another bit of complexity, if I have some words in different font (only a few of them), should I call tohbox for these separately and “chain” the different hboxes together ? For example the idea is to “emulate” for instance: The second line has a

Re: [NTG-context] "Trial typesetting" in ConTeXt / lua ?

2015-11-19 Thread Hans Hagen
On 11/19/2015 8:26 PM, josephcan...@gmail.com wrote: I’ll try this in a minute. Thanks a million. Another bit of complexity, if I have some words in different font (only a few of them), should I call tohbox for these separately and “chain” the different hboxes together ? For example the idea is

Re: [NTG-context] new beta

2015-11-19 Thread Pablo Rodriguez
On 11/19/2015 10:29 PM, Mojca Miklavec wrote: > On 17 November 2015 at 11:53, Hans Hagen wrote: >> Hi, >> >> There is a new beta coming but it goes in sync with a new release of luatex >> (0.85). As there have been some fundamental changes the macros and engine >> need to be updated in sync so

Re: [NTG-context] compiling with latest stable

2015-11-19 Thread Mojca Miklavec
On 19 November 2015 at 20:49, Pablo Rodriguez wrote: > Dear list, > > I have the following sample: > > \definefontfamily[mainface][rm][GFS Didot] > \setupbodyfont[mainface] > > \starttext > > effective flew > > {\sc Small caps} > \stoptext > > If I compile it

Re: [NTG-context] just some questions

2015-11-19 Thread Carlos
Pablo Rodriguez writes: > On 11/19/2015 09:15 PM, Carlos wrote: >> Pablo, simply put, the system fonts, with the module simplefonts, >> can't be found. >> >> Was OSFONTDIR exported? Yes. >> Was the path specified correctly? Yes. In my case was /usr/share/fonts > > Which is the

Re: [NTG-context] can't find file `./1.tex'.

2015-11-19 Thread Aditya Mahajan
On Sat, 14 Nov 2015, Context NTG wrote: I installed in windows 7 x64 standatalone context from http://standalone.contextgarden.net/setup/context-setup-mswin.zip I installed it with first-setup.bat --version=current --modules=all I added d:\context\tex\texmf-win64\bin in the PATH I made a simple

Re: [NTG-context] "Trial typesetting" in ConTeXt / lua ?

2015-11-19 Thread josephcanedo
Attached simple MWE. The second line has no ligatures/ no glyph substitution/ kern Using: ConTeXt ver: 2015.10.09 21:28 MKIV beta fmt: 2015.11.1 Thanks Best regards Joseph From: josephcan...@gmail.com Sent: ‎Wednesday‎, ‎November‎ ‎18‎, ‎2015 ‎10‎:‎36‎ ‎PM To: ntg-context@ntg.nl

Re: [NTG-context] new beta

2015-11-19 Thread Schmitz Thomas A.
> On 19 Nov 2015, at 22:45, Pablo Rodriguez wrote: > > I have just updated and compilation from XML sources works fine again > (at least with the file I tested ;-)). The problem with xml entities persists. They are not processed, but printed as is. I sent an example on Oct. 13.