[NTG-context] Missing "missing character" warning

2012-05-25 Thread Marco Pessotto
Hello all. Reading the manual “Fonts in ConTeXt” I found the following statement (p.97): “In both cases we end up with a message in the log file and a resulting file with missing data”. [When the font doesn't provide a glyph]. Now, the only case when the warning is issued is using mkii with xet

Re: [NTG-context] TABLE with split=repeat and headings

2012-05-25 Thread Andreas Schneider
On Thursday, March 22, 2012, at 15:56 Andreas Schneider wrote: > Hello, > I have several natural tables with the split=repeat option set. Those > tables are directly after a subsubsubject. Every now and then it > happens, that the heading stays on the previous page (as last line) > and t

Re: [NTG-context] Missing "missing character" warning

2012-05-25 Thread Hans Hagen
On 25-5-2012 09:15, Marco Pessotto wrote: Hello all. Reading the manual “Fonts in ConTeXt” I found the following statement (p.97): “In both cases we end up with a message in the log file and a resulting file with missing data”. [When the font doesn't provide a glyph]. Now, the only case when

Re: [NTG-context] Missing "missing character" warning

2012-05-25 Thread luigi scarso
On Fri, May 25, 2012 at 9:40 AM, Hans Hagen wrote: > On 25-5-2012 09:15, Marco Pessotto wrote: >> >> >> Hello all. >> >> Reading the manual “Fonts in ConTeXt” I found the following statement >> (p.97): >> >> “In both cases we end up with a message in the log file and a resulting >> file with missi

Re: [NTG-context] updated binaries, please keep testing TL 2012

2012-05-25 Thread Philipp Gesang
On 2012-05-24 13:15, Philipp Gesang wrote: > On 2012-05-24 03:31, Mojca Miklavec wrote: > > In the morning you should also see an update of ConTeXt in TeX Live > > 2012, matching the latest beta from yesterday. Please post feedback or > > any issues that you might experience. > > Hi Mojca, > > I

Re: [NTG-context] Missing "missing character" warning

2012-05-25 Thread Marco Pessotto
Hans Hagen writes: > You can add this: > > \checkcharactersinfont > > and get missing characters reported to the terminal. Unfortunately I > forgot () when adapting this command to the command namespace ... > > \unexpanded\def\checkcharactersinfont > {\ctxcommand{checkcharactersinfont()}} > > (fi

Re: [NTG-context] Missing "missing character" warning

2012-05-25 Thread luigi scarso
On Fri, May 25, 2012 at 9:45 AM, luigi scarso wrote: > On Fri, May 25, 2012 at 9:40 AM, Hans Hagen wrote: >> On 25-5-2012 09:15, Marco Pessotto wrote: >>> >>> >>> Hello all. >>> >>> Reading the manual “Fonts in ConTeXt” I found the following statement >>> (p.97): >>> >>> “In both cases we end up

Re: [NTG-context] Missing "missing character" warning

2012-05-25 Thread Hans Hagen
On 25-5-2012 09:45, luigi scarso wrote: enabletrackers[fonts.missing] \mainlanguage[hr] \starttext ȃ\stoptext indeed better Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27

Re: [NTG-context] updated binaries, please keep testing TL 2012

2012-05-25 Thread luigi scarso
On Fri, May 25, 2012 at 9:47 AM, Philipp Gesang wrote: > This works alright now, the error is gone after an update. Big > thanks to everybody involved. It's ok also here (Linux Ubuntu 10.04 LTS, 32bit) And latest tlmgr is fixed. -- luigi _

Re: [NTG-context] Missing "missing character" warning

2012-05-25 Thread Marco Pessotto
Hans Hagen writes: > On 25-5-2012 09:45, luigi scarso wrote: > >> enabletrackers[fonts.missing] >> \mainlanguage[hr] >> \starttext ȃ\stoptext > > indeed better > Wikified. http://wiki.contextgarden.net/Fonts_in_LuaTeX#Get_a_warning_if_the_glyph_is_missing Cheers -- Marco ___

[NTG-context] Linenumbering

2012-05-25 Thread Willi Egger
Hi all, may be i am mistaken, but I can't get line numbering to show in the beta of yesterday afternoon. \starttext \setuplinenumbering[step=5,location=intext] \startlines Een nieuwe lente en een nieuw geluid: Ik wil dat dit lied klinkt als het gefluit, Dat ik vaak hoorde voor een zomernacht, In

Re: [NTG-context] Linenumbering

2012-05-25 Thread Hans Hagen
On 25-5-2012 10:07, Willi Egger wrote: Hi all, may be i am mistaken, but I can't get line numbering to show in the beta of yesterday afternoon. \starttext \setuplinenumbering[step=5,location=intext] \startlines Een nieuwe lente en een nieuw geluid: Ik wil dat dit lied klinkt als het gefluit, D

Re: [NTG-context] Small integral signes with Palatino

2012-05-25 Thread Hans Hagen
On 25-5-2012 00:40, Aditya Mahajan wrote: I tested with asana, hoping that opentype fonts will behave better, but asana is hopelessly broken in the other direction: too big integrals and sums. To fix asana, change DisplayOperatorMinHeight = more, to DisplayOperatorMinHeight = 0, fixed { n

Re: [NTG-context] Small integral signes with Palatino

2012-05-25 Thread Hans Hagen
On 25-5-2012 00:43, Aditya Mahajan wrote: It's more complicated because tx-fonts behaves correctly. indeed, and I always thought that these fonts were similar in setup Hans - Hans Hagen

Re: [NTG-context] Citations in a frontmatter fail when placed in a component

2012-05-25 Thread Marco
On 2012-05-24 Hans Hagen wrote: > You can check the next beta. Works perfectly, thanks for the fix. Marco ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-c

Re: [NTG-context] \typefile does not obey global path settings

2012-05-25 Thread Marco
On 2012-05-20 Marco wrote: > the \typefile command does not obey the \usepath setting any more. Still failing in current beta. % file: test.tex \usepath [code] \starttext % fails % \typefile{somefile} % works \typefile{code/somefile} \stoptext % file: code/somefile This should be pri

Re: [NTG-context] Linenumbering

2012-05-25 Thread Willi Egger
Oh dear, stupid me… Still I have two things: - It appears that the intent option is not honored and the numbers appear always in the margin. - The numbers are flush right in the margin, but after line >99 the third number is placed outside the margin towards the text. Willi test-linenumberi

Re: [NTG-context] Linenumbering

2012-05-25 Thread Willi Egger
Hi, On May 25, 2012, at 12:30 PM, Willi Egger wrote: > Oh dear, stupid me… > > Still I have two things: > > - It appears that the intent option is not honored and the numbers appear > always in the margin. should read as intext .. ;-) > - The numbers are flush right in the margin, but aft

[NTG-context] Thank you

2012-05-25 Thread Henning Hraban Ramm
I’d like to thank you wizards and workers for fixing the bugs that bothered me with my current book project just in time! (I’ll never update any more ;---) It’s sometimes a bit difficult to get a version of ConTeXt that supports all needed features at the same time... Can we do anything WRT

Re: [NTG-context] Linenumbering

2012-05-25 Thread Rogers, Michael K
On May 25, 2012, at 6:33 AM, Willi Egger wrote: > Hi, > On May 25, 2012, at 12:30 PM, Willi Egger wrote: > >> Oh dear, stupid me… >> >> Still I have two things: >> >> - It appears that the intent option is not honored and the numbers appear >> always in the margin. > > should read as intext ..

Re: [NTG-context] Thank you

2012-05-25 Thread Marco
On 2012-05-25 Henning Hraban Ramm wrote: > Can we do anything WRT quality assurance? An test suite with unit tests for each feature and maybe some larger documents to detect interferences between individual features. Which needs to be run and passed before a beta is uploaded. Marco __

Re: [NTG-context] Thank you

2012-05-25 Thread Hans Hagen
On 25-5-2012 14:30, Marco wrote: On 2012-05-25 Henning Hraban Ramm wrote: Can we do anything WRT quality assurance? An test suite with unit tests for each feature and maybe some larger documents to detect interferences between individual features. Which needs to be run and passed before a be

Re: [NTG-context] Thank you

2012-05-25 Thread luigi scarso
On Fri, May 25, 2012 at 2:30 PM, Marco wrote: > On 2012-05-25 Henning Hraban Ramm wrote: > >> Can we do anything WRT quality assurance? > > An test suite with unit tests for each feature and maybe some larger > documents to detect interferences between individual features. Which > needs to be run

Re: [NTG-context] Linenumbering

2012-05-25 Thread Willi Egger
Thank you very much for pointing this out. - I am able to typeset the text in the way I would like. I tried a couple of options but not all of them have effects. - I can understand that, because it looks like this mechanism is under further construction … Willi On May 25, 2012, at 1:59 PM, Roge

Re: [NTG-context] \typefile does not obey global path settings

2012-05-25 Thread Hans Hagen
On 25-5-2012 12:29, Marco wrote: On 2012-05-20 Marco wrote: the \typefile command does not obey the \usepath setting any more. Still failing in current beta. it was never part of the idea .. added in next beta % file: test.tex \usepath [code] \starttext % fails % \typefile{somefil

Re: [NTG-context] \typefile does not obey global path settings

2012-05-25 Thread Marco
On 2012-05-25 Hans Hagen wrote: > >> the \typefile command does not obey the \usepath setting any more. > > > > Still failing in current beta. > > it was never part of the idea .. Then it happened to work by accident. I am currently revising an old document (but already MkIV) and it doesn't use

[NTG-context] xmlmapvalue

2012-05-25 Thread Meer, H. van der
Is there something local in \xmlmapvalue? Because \xmlmapvalue in the current tree (with \xmlsetup{#1}{command}) makes \xmlvalue find the mapping, but having it executed on a different tree (with \xmlprocessbuffer{root}{buffer}{}) makes it unreachable and \xmlvalue fails. How to solve this? Hans

Re: [NTG-context] xmlmapvalue

2012-05-25 Thread Hans Hagen
On 25-5-2012 23:14, Meer, H. van der wrote: Is there something local in \xmlmapvalue? Because \xmlmapvalue in the current tree (with \xmlsetup{#1}{command}) makes \xmlvalue find the mapping, but having it executed on a different tree (with \xmlprocessbuffer{root}{buffer}{}) makes it unreachable

[NTG-context] Use figures without file extension

2012-05-25 Thread Aditya Mahajan
Currently, ConTeXt only recognizes the type of figure from the file extension. If a filename does not have an extension, \externalfigure fails. For example: $ cp `luatools hacker.jpg` something Then, \starttext \externalfigure[something] \stoptext fails. However, if I set

[NTG-context] Simple backgrounds not working

2012-05-25 Thread Aditya Mahajan
Hi, Simple backgrounds are not working with the latest beta. The following has no background color. \setupbackground [background=color, backgroundcolor=red] \starttext \startbackground ABC \stopbackground \stoptext Aditya ___