[NTG-context] How to configure context command in Emacs

2018-10-24 Thread Jan U. Hasecke
Hello, I hope there are some Emacs users out there. ;-) I can use emacs with context-mode when I start the program like this: . ~/context/tex/setuptex ; emacs & I could not find a way to set this in my emacs init file. Neither of the ways described here worked for me:

Re: [NTG-context] How to configure context command in Emacs

2018-10-24 Thread Taco Hoekwater
> On 24 Oct 2018, at 15:30, Jan U. Hasecke wrote: > > Hello, > > I hope there are some Emacs users out there. ;-) > > I can use emacs with context-mode when I start the program like this: > > . ~/context/tex/setuptex ; emacs & > > I could not find a way to set this in my emacs init file.

Re: [NTG-context] How to configure context command in Emacs

2018-10-24 Thread luigi scarso
On Wed, Oct 24, 2018 at 3:30 PM Jan U. Hasecke wrote: > Hello, > > I hope there are some Emacs users out there. ;-) > > I can use emacs with context-mode when I start the program like this: > > . ~/context/tex/setuptex ; emacs & > > I could not find a way to set this in my emacs init file.

[NTG-context] Reset bibliography numbering

2018-10-24 Thread Martin Hasoň
Hi all, I want to use a custom bibliography for every section in document. It is possible to starting the numbering from 1 for each section? \setupbtxrendering[default][ repeat=yes, continue=yes, method=local, numbering=yes, criterium=section, ]

[NTG-context] Problem updating 32b version

2018-10-24 Thread Procházka Lukáš Ing .
Hello, I encountered problem updating ConTeXt. I'm still using 32b built due to some deps on 3rd party libs (32b, too). Running 'first-setup.bat' doesn't create 'tex\texmf-mswin\' directory as usually. I also modified the first-setup.bat to avoid 64b platform testing - see the

Re: [NTG-context] Problem updating 32b version

2018-10-24 Thread Pablo Rodriguez
On 10/24/18 2:58 PM, Procházka Lukáš Ing. wrote: > Hello, > > I encountered problem updating ConTeXt. > > I'm still using 32b built due to some deps on 3rd party libs (32b, too). > > Running 'first-setup.bat' doesn't create 'tex\texmf-mswin\' directory as > usually. > [...] > Could anyone test

Re: [NTG-context] How to configure context command in Emacs

2018-10-24 Thread Mohammad Hossein Bateni
I have a hacky solution, which I haven't tested in a while. Make a shell script called "mycontext" somewhere in the PATH. Include the following in it: #!/bin/bash . ~/context/tex/setuptex context $@ Make it executable. And then use "mycontext" as the TeX command inside emacs. For example,

Re: [NTG-context] --|--- not transformed to endash|emdash

2018-10-24 Thread Hans Hagen
On 10/24/2018 7:24 PM, Tomas Hala wrote: Hi Hans, you are right, tlig is the missing one. Thank you for directing me. Does it mean that all features are disabled when the new "non-TeX" font is joined? (I used \starttypescript with \definefontsynonym; then \definetypeface and \setupbodyfont.)

[NTG-context] Bibliography sort and name-hyphenation issues

2018-10-24 Thread Rik Kabel
List, Given this example: \enabletrackers [publications.authorhash] \startbuffer [bib] @book{dalambert1743, title = {Traite de Dynamique}, author = {Jean Le Rond d’Alembert}, publisher = {David l’aîné},

Re: [NTG-context] --|--- not transformed to endash|emdash

2018-10-24 Thread Tomas Hala
Hi Hans, you are right, tlig is the missing one. Thank you for directing me. Does it mean that all features are disabled when the new "non-TeX" font is joined? (I used \starttypescript with \definefontsynonym; then \definetypeface and \setupbodyfont.) Later I discovered [features=default]

Re: [NTG-context] Problem updating 32b version

2018-10-24 Thread Procházka Lukáš Ing .
Hello Pablo, thank you for testing, it's OK also on another computer with WinX 64b... Best regards, Lukas On Wed, 24 Oct 2018 17:38:17 +0200, Pablo Rodriguez wrote: On 10/24/18 2:58 PM, Procházka Lukáš Ing. wrote: Hello, I encountered problem updating ConTeXt. I'm still using 32b built

Re: [NTG-context] [dev-context] Luatex 1.09.0 announcement

2018-10-24 Thread luigi scarso
On Wed, Oct 24, 2018 at 11:15 PM Mojca Miklavec < mojca.miklavec.li...@gmail.com> wrote: > Dear Luigi, > > On Tue, 23 Oct 2018 at 20:12, luigi scarso wrote: > > > > == > > LuaTeX 1.09 2018-10-23 > >

Re: [NTG-context] [dev-context] Luatex 1.09.0 announcement

2018-10-24 Thread Mojca Miklavec
Dear Luigi, On Tue, 23 Oct 2018 at 20:12, luigi scarso wrote: > > == > LuaTeX 1.09 2018-10-23 > == > > (1) This is a release that fixed some bugs, and the latest > with lua 5.2.

Re: [NTG-context] [dev-context] Luatex 1.09.0 announcement

2018-10-24 Thread Mojca Miklavec
Dear Luigi, On Wed, 24 Oct 2018 at 23:19, luigi scarso wrote: > On Wed, Oct 24, 2018 at 11:15 PM Mojca Miklavec wrote: >> >> Dear Luigi, >> >> On Tue, 23 Oct 2018 at 20:12, luigi scarso wrote: >> > >> > == >> > LuaTeX 1.09 2018-10-23 >>

Re: [NTG-context] [dev-context] Luatex 1.09.0 announcement

2018-10-24 Thread luigi scarso
On Wed, Oct 24, 2018 at 11:23 PM Mojca Miklavec < mojca.miklavec.li...@gmail.com> wrote: > Green in that case means that someone needs to fix build.sh to return > a non-zero error when the build fails :) > sure, and that someone it's not me. -- luigi

[NTG-context] Hardcoded file extensions in typescript

2018-10-24 Thread Henri Menke
Dear devs, Motivated by https://tex.stackexchange.com/questions/456435 I found that the type-imp-source.mkiv typescript hardcodes the .ttf extension for the font files. However, TeX Live distributes those files with the .otf extensions, hence they are not found. Please fix! Cheers, Henri