Re: [NTG-context] Zapf Dingbats font

2012-06-03 Thread Alfredo Catalina
Ok, thanks Luigi. This is how I sorted it out, hope it may help someone. It looks like I should write a typescript and a symbol definition file, but I new to this and don't know how to do it yet. This is a workaround for the meantime: - Download the free True Type font Zapf Dingbats BT from

[NTG-context] Process stops

2012-06-03 Thread Alfredo Catalina
I am trying to process a document I wrote in 2009 using mkii. I am modifying it to work with mkiv. When I run context mydoc.tex the process starts and after some time it stops and shows an asterisk (*) waiting for a command. I then type in \end, and it resumes. Finally it ouputs mydoc.pdf.

Re: [NTG-context] Process stops

2012-06-03 Thread luigi scarso
On Sun, Jun 3, 2012 at 9:39 AM, Alfredo Catalina alfredo.catal...@gmail.com wrote: I am trying to process a document I wrote in 2009 using mkii. I am modifying it to work with mkiv. When I run context mydoc.tex the process starts and after some time it stops and shows an asterisk (*)

Re: [NTG-context] space between footnotes

2012-06-03 Thread Wolfgang Schuster
Am 03.06.2012 um 01:17 schrieb Pablo Rodríguez: Add \setupnotation[footnote][display=no] and the example will work. Many thanks for your reply, Wolfgang. If I didn't get your explanation wrong, this example should work: \setupnote[footnote][inbetween=\blank]

Re: [NTG-context] “bodyfont %s is defined (can better be done global)”

2012-06-03 Thread Wolfgang Schuster
Am 02.06.2012 um 20:13 schrieb Philipp Gesang: Dear listmates, with \switchtobodyfont I get the interface message “fonts:14” from mult-mes.lua (“bodyfont %s is defined (can better be done global)”) which is kinda hard to grep for :( Example: \definebodyfont[42pt][rm][default]

Re: [NTG-context] “bodyfont %s is defined (can better be done global)”

2012-06-03 Thread Philipp Gesang
Hi Wolfgang! ···date: 2012-06-03, Sunday···from: Wolfgang Schuster··· Am 02.06.2012 um 20:13 schrieb Philipp Gesang: Dear listmates, with \switchtobodyfont I get the interface message “fonts:14” from mult-mes.lua (“bodyfont %s is defined (can better be done global)”) which is kinda

Re: [NTG-context] space between footnotes

2012-06-03 Thread Alan Bowen
I have been following this with some interest, since I am having a similar problem with the vertical spacing between notes in MKII. In \setupfootnotes[conversion=numbers, way=bytext,location=page,rule=on,bodyfont=9.6pt, style=normal,after={\blank[3pt]}] \starttext This is \footnote{abcde.} a

Re: [NTG-context] space between footnotes

2012-06-03 Thread Wolfgang Schuster
Am 03.06.2012 um 15:26 schrieb Alan Bowen: I have been following this with some interest, since I am having a similar problem with the vertical spacing between notes in MKII. In \setupfootnotes[conversion=numbers, way=bytext,location=page,rule=on,bodyfont=9.6pt,

Re: [NTG-context] “bodyfont %s is defined (can better be done global)”

2012-06-03 Thread Wolfgang Schuster
Am 03.06.2012 um 12:01 schrieb Philipp Gesang: Hi Wolfgang! ···date: 2012-06-03, Sunday···from: Wolfgang Schuster··· Am 02.06.2012 um 20:13 schrieb Philipp Gesang: Dear listmates, with \switchtobodyfont I get the interface message “fonts:14” from mult-mes.lua (“bodyfont %s is

Re: [NTG-context] “bodyfont %s is defined (can better be done global)”

2012-06-03 Thread Philipp Gesang
Hi Wolfgang! ···date: 2012-06-03, Sunday···from: Wolfgang Schuster··· \definebodyfontenvironment[42.0pt] %% a dozen times \starttext \switchtobodyfont[42.0pt] %% hundreds of times %\switchtobodyfont[42pt]

Re: [NTG-context] “bodyfont %s is defined (can better be done global)”

2012-06-03 Thread Wolfgang Schuster
Am 03.06.2012 um 16:27 schrieb Philipp Gesang: Hi Wolfgang! ···date: 2012-06-03, Sunday···from: Wolfgang Schuster··· \definebodyfontenvironment[42.0pt] %% a dozen times \starttext \switchtobodyfont[42.0pt]

Re: [NTG-context] Process stops

2012-06-03 Thread Alfredo Catalina
On Sun, Jun 3, 2012 at 10:19 AM, luigi scarso luigi.scarso@??? wrote: Something like a missed \stoptext , i.e. \starttext .. .. %\stoptext A good strategy is to move \stoptext from bottom to up next to \starttext until a correct compilation You are right. There was a \stoptext missing.

Re: [NTG-context] space between footnotes

2012-06-03 Thread Alan Bowen
Perfect, Wolfgang. Many thanks again! Alan On Sun, Jun 3, 2012 at 9:54 AM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 03.06.2012 um 15:26 schrieb Alan Bowen: I have been following this with some interest, since I am having a similar problem with the vertical spacing

Re: [NTG-context] “bodyfont %s is defined (can better be done global)”

2012-06-03 Thread Hans Hagen
On 3-6-2012 16:27, Philipp Gesang wrote: That’s odd. But this way it seems to do the right thing as performance improves drastically (as much as 30%). a bodyfont is a collection of related fonts / sizes and when such a set is defined first inside a group you potentially end up with many

[NTG-context] Caption next to figure

2012-06-03 Thread Andy Thomas
Hello all, I am trying to convert a document with a lot of small figures in the margin into a more kindle friendly format. In order to do that, I want to have a small figure in the text with an adjacent figure caption. How can I achieve that? I attached an example and a link how it is supposed

Re: [NTG-context] Caption next to figure

2012-06-03 Thread Marco
On 2012-06-03 Andy Thomas andytho...@web.de wrote: I want to have a small figure in the text with an adjacent figure caption. How can I achieve that? \setupcaptions [figure] [location=right] Marco ___ If your

Re: [NTG-context] Caption next to figure

2012-06-03 Thread Andy Thomas
Thank you. Can I have the bottom of the caption in line with the bottom of the figure instead of centered? Andy On Jun 3, 2012, at 7:48 PM, Marco wrote: On 2012-06-03 Andy Thomas andytho...@web.de wrote: I want to have a small figure in the text with an adjacent figure caption. How can I

Re: [NTG-context] Caption next to figure

2012-06-03 Thread Wolfgang Schuster
Am 03.06.2012 um 20:44 schrieb Andy Thomas: Thank you. Can I have the bottom of the caption in line with the bottom of the figure instead of centered? \setupcaption[figure][location={right,low}] Wolfgang ___ If

Re: [NTG-context] Caption next to figure

2012-06-03 Thread Andy Thomas
Thank you both, works great now. Andy Am 03.06.2012 um 20:56 schrieb Wolfgang Schuster schuster.wolfg...@googlemail.com: Am 03.06.2012 um 20:44 schrieb Andy Thomas: Thank you. Can I have the bottom of the caption in line with the bottom of the figure instead of centered?

Re: [NTG-context] “bodyfont %s is defined (can better be done global)”

2012-06-03 Thread Philipp Gesang
Hi Hans! ···date: 2012-06-03, Sunday···from: Hans Hagen··· On 3-6-2012 16:27, Philipp Gesang wrote: That’s odd. But this way it seems to do the right thing as performance improves drastically (as much as 30%). a bodyfont is a collection of related fonts / sizes and when such a set is

Re: [NTG-context] “bodyfont %s is defined (can better be done global)”

2012-06-03 Thread Philipp Gesang
Hi Wolfgang! ···date: 2012-06-03, Sunday···from: Wolfgang Schuster··· Am 03.06.2012 um 16:27 schrieb Philipp Gesang: It’s about decrementing font size and interlinespace until the content fits a predefined box.

Re: [NTG-context] Zapf Dingbats font

2012-06-03 Thread Steve Peter
On Jun 3, 2012, at 3:04 AM, Alfredo Catalina wrote: This is a workaround for the meantime: - Download the free True Type font Zapf Dingbats BT from http://www.com/fonts/zapf-dingbats-bt.html Beware of sites like this. There are many commercial fonts there. Steve