[NTG-context] [***SPAM***] Re: [***SPAM***] Symbols for footnotes not working

2013-03-29 Thread hwitloc
It didn't work. Either with texexec or with context. Here is a simpler test case start % basic test to change footnotes bullet to a symbol % basice test to change footnotes bullet to a symbol % \setupfootnotes[rule=off] % had no affect

Re: [NTG-context] A thinner hrule for headers

2013-03-29 Thread Thomas Kreuzer
Am 3/24/2013 20:43, schrieb Marcin Borkowski: If this \hrule is TeX's primitive \hrule, then you can (maybe) type [after={\hrule height 0.4pt\relax}] for the default (and change the height for other dimensions). That said, this is a low-level hack and not very ConTeXt-y (even if it works, which

Re: [NTG-context] A thinner hrule for headers

2013-03-29 Thread Thomas Kreuzer
Am 3/24/2013 20:43, schrieb Marcin Borkowski: If this \hrule is TeX's primitive \hrule, then you can (maybe) type [after={\hrule height 0.4pt\relax}] for the default (and change the height for other dimensions). That said, this is a low-level hack and not very ConTeXt-y (even if it works, which

Re: [NTG-context] A thinner hrule for headers

2013-03-29 Thread Hans Hagen
On 3/28/2013 4:36 PM, Thomas Kreuzer wrote: Am 3/24/2013 20:43, schrieb Marcin Borkowski: If this \hrule is TeX's primitive \hrule, then you can (maybe) type [after={\hrule height 0.4pt\relax}] for the default (and change the height for other dimensions). That said, this is a low-level hack

[NTG-context] Different Horizontal Lines with Tabulate

2013-03-29 Thread Malte Stien
Hello, I have a table in which I have to group a number of rows together. Let's say I have a table with two columns, the first is an item ID and the second a multi-line description for that item. Say I have ten items in the table and I need to group Item 1 and 2, 3 and 4, 5 and 6 and so on.

[NTG-context] [***SPAM***] Re: Symbols for footnotes not working

2013-03-29 Thread Wolfgang Schuster
Am 29.03.2013 um 10:07 schrieb hwit...@gmail.com: It didn't work. Either with texexec or with context. Here is a simpler test case start % basic test to change footnotes bullet to a symbol % basice test to change footnotes bullet to a symbol %

Re: [NTG-context] Different Horizontal Lines with Tabulate

2013-03-29 Thread Wolfgang Schuster
Am 29.03.2013 um 10:49 schrieb Malte Stien ma...@stien.de: Hello, I have a table in which I have to group a number of rows together. Let's say I have a table with two columns, the first is an item ID and the second a multi-line description for that item. Say I have ten items in the table

Re: [NTG-context] [***SPAM***] Re: [***SPAM***] Symbols for footnotes not working

2013-03-29 Thread Hans Hagen
On 3/29/2013 10:07 AM, hwit...@gmail.com wrote: It didn't work. Either with texexec or with context. Here is a simpler test case start % basic test to change footnotes bullet to a symbol % basice test to change footnotes bullet to a symbol %

Re: [NTG-context] Different Horizontal Lines with Tabulate

2013-03-29 Thread Marcin Borkowski
Dnia 2013-03-29, o godz. 20:49:36 Malte Stien ma...@stien.de napisał(a): Are any of the above possible with tabulate? I could not find anything to achieve any of those. I am quite used to tabulate as my table framework, so I would prefer to use that. If that's not possible however, I'd be

[NTG-context] [***SPAM***] Re: Symbols for footnotes not working

2013-03-29 Thread d.henman
Thank you both, Wolfgang and Hans for helping me be able to use user specified footnote bulltes. I am using it in a table which I encapsulate with localfootnotes. I call \setupnotation[footnote][numberconversion=fnsym] % change footnote symbols after the startlocal, and it works in the table,

[NTG-context] [***SPAM***] Location of reference

2013-03-29 Thread hwitloc
I've looked through about five context documents and the wiki, but can't find any good usage documentation for the \setupnotation macro. I've found specific examples of use, but not a complete usage description such as below which explains what options are available.

Re: [NTG-context] [***SPAM***] Location of reference

2013-03-29 Thread Hans Hagen
On 3/29/2013 2:20 PM, hwit...@gmail.com wrote: I've looked through about five context documents and the wiki, but can't find any good usage documentation for the \setupnotation macro. I've found specific examples of use, but not a complete usage description such as below which explains what

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Hans Hagen
On 3/28/2013 6:41 PM, Philipp Gesang wrote: Hi all, I get an error when I run this code: \ctxlua{font.getfont( font.current() )} (Complete example below.) Oddly, whether or not this fails depends on the font. The issue does occur with both today’s beta and Tex Live. The error message is

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Philipp Gesang
···date: 2013-03-29, Friday···from: Hans Hagen··· On 3/28/2013 6:41 PM, Philipp Gesang wrote: Hi all, I get an error when I run this code: \ctxlua{font.getfont( font.current() )} (Complete example below.) Oddly, whether or not this fails depends on the font. The issue does occur

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Hans Hagen
On 3/29/2013 4:29 PM, Philipp Gesang wrote: I just read that in the manual: Note that at the moment, each access to the font.fonts or call to font.getfont creates a lua table for the whole font. This process can be quite slow. In a later version of LuaTEX, this interface will change

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Philipp Gesang
···date: 2013-03-29, Friday···from: Hans Hagen··· On 3/29/2013 4:29 PM, Philipp Gesang wrote: I just read that in the manual: Note that at the moment, each access to the font.fonts or call to font.getfont creates a lua table for the whole font. This process can be quite slow. In a

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Hans Hagen
On 3/29/2013 5:36 PM, Philipp Gesang wrote: ···date: 2013-03-29, Friday···from: Hans Hagen··· On 3/29/2013 4:29 PM, Philipp Gesang wrote: I just read that in the manual: Note that at the moment, each access to the font.fonts or call to font.getfont creates a lua table for the whole