Re: [NTG-context] join references with extra argument

2009-07-20 Thread Taco Hoekwater
Xan wrote: Hi, I have \cite[extras={, Proposició~6.6}][grillet] \cite[extras={, Proposició~1.6}][cgt] and it shows me: [1, Proposició 6.6] [2, Proposició 1.6] It's possible to write code for displaying something like: [1, Proposició 6.6; 2, Proposició 1,6] Something like this may

Re: [NTG-context] First page of chapter layout

2009-07-20 Thread luigi scarso
On Sun, Jul 19, 2009 at 11:49 PM, Tom t...@tuxedo-press.com wrote: The assistance for my last question came quickly and was so helpful that I will go back to the well. How does one go about changing the layout for the first pages of a chapter? By default, I get the chapter number and

Re: [NTG-context] PDF Keywords in current beta

2009-07-20 Thread Hans Hagen
Andreas Schneider wrote: Hello, in the current beta the usage of the Keyword argument in the \setupinteraction command causes lua to fail in line 136 of lpdf-mis.lua: code snippet local keywords = specification.keywords or if keywords ~= then keywords = string.gsub([%s,]+, )

[NTG-context] some problems with current

2009-07-20 Thread Peter Münster
Hello, Here some minimal examples showing some problems: 1.) Number missing before first item: \starttext \startitemize[n][start=0] \item zero is missing here \item bla \item bla \stopitemize \stoptext 2.) Problem with \FlushStep: \usemodule[pre-stepwise] \setupinteraction[state=start]

Re: [NTG-context] join references with extra argument

2009-07-20 Thread Xan
En/na Taco Hoekwater ha escrit: Something like this may 'work': I have \cite[right={; }, extras={, Proposició~6.6}][grillet] \cite[left=,extras={, Proposició~1.6}][cgt] I know it that is very ugly coding, but it is the best possible. Best wishes, Taco Thanks Taco. Yes, it's a little

[NTG-context] \startlanguagespecifics undefined

2009-07-20 Thread Peter Münster
Hello, \startlanguagespecifics is no more known (perhaps lang-spe.mkiv just missing?): \startlanguagespecifics[fr] \setcharacterspacing[frenchpunctuation] \stoplanguagespecifics \starttext bla \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

[NTG-context] t-vim: inline typing?

2009-07-20 Thread Peter Münster
Hello, Is it possible somehow, to get inline syntax highlighting (as with \type{...})? Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ ___ If your question is of interest to others as well,

[NTG-context] t-vim: unwanted space after vimtyping

2009-07-20 Thread Peter Münster
Hello, I've tried to put a \relax at the end of the input file (file generated by vim) and also done some experiments with \removeunwantedspaces but I could not get rid of the space (vertical or horizontal) after the vim-typing. Here an example, showing the problem: \usemodule[vim]

Re: [NTG-context] t-vim: unwanted space after vimtyping

2009-07-20 Thread Peter Münster
On Mon, 20 Jul 2009, Peter Münster wrote: \usemodule[vim] \setupwhitespace[big] \definevimtyping[C][syntax=c] \starttext no problem before the typing \startC bla \stopC horizontal space added \startC bla \stopC too much vertical space \stoptext I found a workaround:

[NTG-context] \setuptype[style=...] and a feature request

2009-07-20 Thread Peter Münster
Hello, The style command of \setuptype is executed 2 times: \setuptype[style=X] \starttext \type{bla} \stoptext Feature request: \setuptype[before=..., after=...] (today I use this workaround: \setuptype[style=\groupedcommand{...}{...}] ) Cheers, Peter -- Contact information:

Re: [NTG-context] t-vim: unwanted space after vimtyping

2009-07-20 Thread Aditya Mahajan
On Mon, 20 Jul 2009, Peter Münster wrote: Hello, I've tried to put a \relax at the end of the input file (file generated by vim) and also done some experiments with \removeunwantedspaces but I could not get rid of the space (vertical or horizontal) after the vim-typing. Here an example,

Re: [NTG-context] \setuptype[style=...] and a feature request

2009-07-20 Thread Wolfgang Schuster
Am 20.07.2009 um 16:33 schrieb Peter Münster: Hello, The style command of \setuptype is executed 2 times: \setuptype[style=X] \starttext \type{bla} \stoptext Feature request: \setuptype[before=..., after=...] You mean left and right, before and after should be kept for environments

[NTG-context] attempt to compare userdata with number

2009-07-20 Thread Peter Münster
Hello, Phew, finally I've managed to reduce my 700 lines document to this minimal example: \setupinteraction[state=start] \placebookmarks[chapter, section] \setcharacterspacing[frenchpunctuation] \starttext \chapter{chap} \section{sec} text : \section{sec} \stoptext Error text: ! LuaTeX error

Re: [NTG-context] t-vim: inline typing?

2009-07-20 Thread Aditya Mahajan
On Mon, 20 Jul 2009, Peter Münster wrote: Hello, Is it possible somehow, to get inline syntax highlighting (as with \type{...})? Attached is an ugly solution. I haven't tested it too much. Usage example \usemodule[vim] \setupwhitespace[big] \setupcolors[state=start]

Re: [NTG-context] \setuptype[style=...] and a feature request

2009-07-20 Thread Hans Hagen
Peter Münster wrote: Hello, The style command of \setuptype is executed 2 times: \setuptype[style=X] \starttext \type{bla} \stoptext hm, i'll look at it Feature request: \setuptype[before=..., after=...] well, not before/after then but left/right

Re: [NTG-context] \highordinalstr not defined

2009-07-20 Thread Hans Hagen
Peter Münster wrote: Hello, Workaround: \let\highordinalstr=\high i'll add it to the core - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands

Re: [NTG-context] \startlanguagespecifics undefined

2009-07-20 Thread Hans Hagen
Peter Münster wrote: Hello, \startlanguagespecifics is no more known (perhaps lang-spe.mkiv just missing?): \startlanguagespecifics[fr] \setcharacterspacing[frenchpunctuation] \stoplanguagespecifics \starttext bla \stoptext indeed language specififics are gone in mkiv as i want to make a

Re: [NTG-context] attempt to compare userdata with number

2009-07-20 Thread Hans Hagen
Peter Münster wrote: Hello, Phew, finally I've managed to reduce my 700 lines document to this minimal example: \setupinteraction[state=start] \placebookmarks[chapter, section] \setcharacterspacing[frenchpunctuation] \starttext \chapter{chap} \section{sec} text : \section{sec} \stoptext

Re: [NTG-context] some problems with current

2009-07-20 Thread Hans Hagen
Peter Münster wrote: Hello, Here some minimal examples showing some problems: 1.) Number missing before first item: \starttext \startitemize[n][start=0] \item zero is missing here \item bla \item bla \stopitemize \stoptext fixed, counters now have criterium=strict|all|positive 2.) Problem

Re: [NTG-context] Inter-document Cross References

2009-07-20 Thread Hans Hagen
Adam Lewis wrote: I am trying to create cross references that span two documents, but am having trouble figuring out exactly how to generate PDFs where the cross references from one document to the other work. I'm following the project/product/component structure and my two documents are each a

[NTG-context] new beta

2009-07-20 Thread Hans Hagen
I uploaded a beta. -- - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com

[NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-20 Thread Xan
Hi, I just don't know what's the best class for lecture notes: @conference, @inproceeding, @misc, e. Thanks in advance, Xan. ___ If your question is of interest to others as well, please add an entry to the

[NTG-context] Font of this article

2009-07-20 Thread Xan
Hi, Does anyone know what is the font from this article: http://www.tug.org/pracjourn/2006-4/fenn/ ?? I like it very much. Xan. ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] Font of this article

2009-07-20 Thread Aditya Mahajan
On Tue, 21 Jul 2009, Xan wrote: Hi, Does anyone know what is the font from this article: http://www.tug.org/pracjourn/2006-4/fenn/ ?? URW Palladino, a Palatino clone. You can find the font using pdffont, or looking at document properties in acrobat reader. BTW, ConTeXt comes with a

Re: [NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-20 Thread Aditya Mahajan
On Mon, 20 Jul 2009, Xan wrote: I just don't know what's the best class for lecture notes: @conference, @inproceeding, @misc, e. I use @unpublished for lecture notes.. Aditya ___ If your question is of