[NTG-context] bib module cripples authors?

2011-07-04 Thread Steffen Wolfrum
Hi, an other issue with bib: already at the stage of running bibtex three or more authors are shortened. See an easy example: \setupbibtex[database=mytry_x.bib] \starttext Test \completepublications \stoptext The referenced mytry_x.bib looks like this: @BOOK{daunerliebkonzenschmidt, author

[NTG-context] Newlines in a table cel

2011-07-04 Thread Cecil Westerhof
I have a macro to display MVC (model-view-controller) info: \define[3]\MVC{ \starttabulate[|l|l|] \NC \Important[Model]: \NC #1 \NC\NR \NC \Important[View]: \NC #2 \NC\NR \NC \Important[Controller]: \NC #3 \NC\NR \stoptabulate \myblank }

Re: [NTG-context] Newlines in a table cel

2011-07-04 Thread Hans Hagen
On 4-7-2011 11:59, Cecil Westerhof wrote: I have a macro to display MVC (model-view-controller) info: \define[3]\MVC{ \starttabulate[|l|l|] \NC \Important[Model]: \NC #1 \NC\NR \NC \Important[View]: \NC #2 \NC\NR \NC \Important[Controller]: \NC #3

[NTG-context] Fwd: Newlines in a table cel

2011-07-04 Thread Cecil Westerhof
Sorry Hans. I send it to you instead of to the list. And I forgot the files. Now corrected. -- Forwarded message -- From: Cecil Westerhof cldwester...@gmail.com Date: 2011/7/4 Subject: Re: [NTG-context] Newlines in a table cel To: Hans Hagen pra...@wxs.nl 2011/7/4 Hans Hagen

Re: [NTG-context] Fwd: Newlines in a table cel

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 12:50 schrieb Cecil Westerhof: Attached a tex and a pdf file. It shows the original and your solution, but also the preferred solution. (But hard coded, not with a macro.) Would it be possible to get the preferred solution in a macro? Tell ConTeXt where is should break the

Re: [NTG-context] Fwd: Newlines in a table cel

2011-07-04 Thread Cecil Westerhof
2011/7/4 Wolfgang Schuster schuster.wolfg...@googlemail.com Attached a tex and a pdf file. It shows the original and your solution, but also the preferred solution. (But hard coded, not with a macro.) Would it be possible to get the preferred solution in a macro? Tell ConTeXt where is

Re: [NTG-context] Fwd: Newlines in a table cel

2011-07-04 Thread Cecil Westerhof
2011/7/4 Cecil Westerhof cldwester...@gmail.com 2011/7/4 Wolfgang Schuster schuster.wolfg...@googlemail.com Attached a tex and a pdf file. It shows the original and your solution, but also the preferred solution. (But hard coded, not with a macro.) Would it be possible to get the preferred

[NTG-context] \date bug with french

2011-07-04 Thread Romain Diss
Hi, The date printed with the \date command is not correct in french (but ok in english). See this example : \mainlanguage[fr] \starttext \date \stoptext It prints 44 juillet 2011 (today). Without \mainlanguage[fr], it’s prints July 4, 2011 (as expected). I have ConTeXt -

Re: [NTG-context] \date bug with french

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 15:10 schrieb Romain Diss: Hi, The date printed with the \date command is not correct in french (but ok in english). See this example : \mainlanguage[fr] \starttext \date \stoptext It prints 44 juillet 2011 (today). Without \mainlanguage[fr], it’s

Re: [NTG-context] Fwd: Newlines in a table cel

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 14:58 schrieb Cecil Westerhof: 2011/7/4 Cecil Westerhof cldwester...@gmail.com 2011/7/4 Wolfgang Schuster schuster.wolfg...@googlemail.com Attached a tex and a pdf file. It shows the original and your solution, but also the preferred solution. (But hard coded, not with a

Re: [NTG-context] \date bug with french

2011-07-04 Thread luigi scarso
On Mon, Jul 4, 2011 at 3:25 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 04.07.2011 um 15:10 schrieb Romain Diss: Hi, The date printed with the \date command is not correct in french (but ok in english). See this example :  \mainlanguage[fr]  \starttext     \date  

Re: [NTG-context] \date bug with french

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 15:29 schrieb luigi scarso: ok, but there is no the 44th day in July as 44 juillet 2011 said It’s not 44th, it’s 4 + 4th :) core-con.lua: function commands.currentdate(str,currentlanguage) -- j and jj obsolete ... if ordinal and whatordinal then --

Re: [NTG-context] Fwd: Newlines in a table cel

2011-07-04 Thread Cecil Westerhof
2011/7/4 Wolfgang Schuster schuster.wolfg...@googlemail.com This is *not* a minimal working example, neither it’s minimal nor it’s working. What do you mean by this? I had a problem, thus sure it is not working. You can fix this by replacing the \\ with \crlf to add a linebreak in the

Re: [NTG-context] Fwd: Newlines in a table cel

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 15:53 schrieb Cecil Westerhof: 2011/7/4 Wolfgang Schuster schuster.wolfg...@googlemail.com This is *not* a minimal working example, neither it’s minimal nor it’s working. What do you mean by this? I had a problem, thus sure it is not working. 1. You example is not

Re: [NTG-context] [mkiv] \setupfootnotes[n=2] not working properly

2011-07-04 Thread Christian
you can check the beta (when synchronized) Great to hear that, will do! From todays update I still got current version: 2011.06.19 14:17. I'm looking forward to the next release. Thank you very much. ___ If your

[NTG-context] context.labeltext(...)

2011-07-04 Thread Willi Egger
Hi all, experimenting with context.labeltext... My question is how can I tweak the context.labeltext(text) command at the lua-side to make ConTeXt to typeset the labeltext starting with an uppercase letter? e.g. if text contains january to display January? KR Willi

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 17:02 schrieb Willi Egger: Hi all, experimenting with context.labeltext... My question is how can I tweak the context.labeltext(text) command at the lua-side to make ConTeXt to typeset the labeltext starting with an uppercase letter? e.g. if text contains january to

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread luigi scarso
On Mon, Jul 4, 2011 at 5:02 PM, Willi Egger w.eg...@boede.nl wrote: Hi all, experimenting with context.labeltext... My question is how can I tweak the context.labeltext(text) command at the lua-side to make ConTeXt to typeset  the labeltext starting with an uppercase letter? e.g.  if text

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread Willi Egger
Hello Wolfgang, thanks for your reply. I see that I was not quite clear with my explanation. The situation is the following: in a function which runs over the months of the year at a certain moment I need to insert at the ConTeXt side the monthname. However the monthname returned by the

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread Willi Egger
Hi Luigi, hm, did not know this one. Still I can not see that this is going to fit in my situation. I refer to may other mail I sent a minute ago. - The thing is, that the document I am building should be multilingual and therefore I need at the lua-end the lowercase text which should be made

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 18:00 schrieb Willi Egger: Hello Wolfgang, thanks for your reply. I see that I was not quite clear with my explanation. The situation is the following: in a function which runs over the months of the year at a certain moment I need to insert at the ConTeXt side the

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 18:05 schrieb Willi Egger: Hi Luigi, hm, did not know this one. Still I can not see that this is going to fit in my situation. I refer to may other mail I sent a minute ago. - The thing is, that the document I am building should be multilingual and therefore I need at

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread luigi scarso
On Mon, Jul 4, 2011 at 6:05 PM, Willi Egger w.eg...@boede.nl wrote: Hi Luigi, hm, did not know this one. Still I can not see that this is going to fit in my situation. I refer to may other mail I sent a minute ago. - The thing is, that the document I am building should be multilingual and

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread Khaled Hosny
On Mon, Jul 04, 2011 at 06:20:37PM +0200, luigi scarso wrote: On Mon, Jul 4, 2011 at 6:05 PM, Willi Egger w.eg...@boede.nl wrote: Hi Luigi, hm, did not know this one. Still I can not see that this is going to fit in my situation. I refer to may other mail I sent a minute ago. - The

Re: [NTG-context] context.labeltext(...)

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 18:53 schrieb Khaled Hosny: On Mon, Jul 04, 2011 at 06:20:37PM +0200, luigi scarso wrote: On Mon, Jul 4, 2011 at 6:05 PM, Willi Egger w.eg...@boede.nl wrote: Hi Luigi, hm, did not know this one. Still I can not see that this is going to fit in my situation. I refer to may

[NTG-context] apos; not working anymore

2011-07-04 Thread Hans van der Meer
Could it be that in xml-processing apos; and friends are dead? Where formerly these were treated correctly, now from apos; there results apos. I seem to remember that this was an earlier problem, solved in the meantime and now popping up again. Hans van der Meer

Re: [NTG-context] apos; not working anymore

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 19:27 schrieb Hans van der Meer: Could it be that in xml-processing apos; and friends are dead? Where formerly these were treated correctly, now from apos; there results apos. I seem to remember that this was an earlier problem, solved in the meantime and now popping up

Re: [NTG-context] apos; not working anymore

2011-07-04 Thread Hans van der Meer
I just checked against an older version where the behaviour was as it should be. That version is: ConTeXt ver: 2011.03.28 01:03 MKIV fmt: 2011.3.28 int: english/english The erroneous behaviour is at least in the following version, I cannot check versions in between. ConTeXt

Re: [NTG-context] How to override the print resolution

2011-07-04 Thread Mojca Miklavec
On Sat, Jul 2, 2011 at 21:31, Henning Hraban Ramm wrote: Am 2011-07-02 um 13:53 schrieb Cecil Westerhof: I do not know the size. This is depending on the resolution of the picture. What I want is that if I have two pictures with a resolution of 729x414 that they take up the same amount of

Re: [NTG-context] apos; not working anymore

2011-07-04 Thread Hans van der Meer
On 4 jul 2011, at 20:04, Wolfgang Schuster wrote: Is the entity defined? To create one there are two commands available: - \xmlsetentitiy{…}{…} - \xmltexentitiy{…}{…} This seems curious to me. I searched for xmlsetent (suspecting a misspelling here) but the string is nowhere found in

Re: [NTG-context] apos; not working anymore

2011-07-04 Thread Philipp Gesang
On 2011-07-04 20:42:17, Hans van der Meer wrote: On 4 jul 2011, at 20:04, Wolfgang Schuster wrote: Is the entity defined? To create one there are two commands available: - \xmlsetentitiy{…}{…} - \xmltexentitiy{…}{…} This seems curious to me. I searched for xmlsetent

Re: [NTG-context] apos; not working anymore

2011-07-04 Thread Wolfgang Schuster
Am 04.07.2011 um 20:42 schrieb Hans van der Meer: On 4 jul 2011, at 20:04, Wolfgang Schuster wrote: Is the entity defined? To create one there are two commands available: - \xmlsetentitiy{…}{…} - \xmltexentitiy{…}{…} This seems curious to me. I searched for xmlsetent (suspecting a

Re: [NTG-context] How to override the print resolution

2011-07-04 Thread Martin Schröder
2011/7/4 Mojca Miklavec mojca.miklavec.li...@gmail.com: pdfTeX supports that with    image_resolution 300 in pdftex.cfg for example (but maybe only if resolution is not defined). Yes. It's only used if the image specifies none or it has a crazy value. Best Martin

Re: [NTG-context] apos; not working anymore

2011-07-04 Thread Hans van der Meer
On 4 jul 2011, at 20:51, Wolfgang Schuster wrote: Am 04.07.2011 um 20:42 schrieb Hans van der Meer: On 4 jul 2011, at 20:04, Wolfgang Schuster wrote: Is the entity defined? To create one there are two commands available: - \xmlsetentitiy{…}{…} - \xmltexentitiy{…}{…} This seems

Re: [NTG-context] export: graphic within table (error)

2011-07-04 Thread Christian
\def\dotagfigure{\iftrialtypesetting\else\ctxcommand{...)}\fi} fixed I just discovered that it was not fixed for my Windows-Minimals (ConTeXt ver: 2011.06.18 14:13 MKIV). Adding the above line makes it work. This is fixed with my Ubuntu-Minimals. I'm confused. Did I miss something

Re: [NTG-context] Fifth ConTeXt meeting, September 2011, France

2011-07-04 Thread Martin Schröder
2010/10/3 Arthur Reutenauer arthur.reutena...@normalesup.org:  I hereby announce the next ConTeXt meeting, that will take place on the island of Porquerolles off the coast of the French Riviera, from Monday, September 19th, 2011, to Saturday, September 24th.  The conference venue has been

Re: [NTG-context] \date bug with french

2011-07-04 Thread Romain Diss
Le lundi 04 juillet 2011, Wolfgang Schuster a écrit : Am 04.07.2011 um 15:29 schrieb luigi scarso: ok, but there is no the 44th day in July as 44 juillet 2011 said It’s not 44th, it’s 4 + 4th :) I tried some different dates and the number is indeed typed twice every time in french. I

Re: [NTG-context] apos; not working anymore

2011-07-04 Thread Hans van der Meer
Some further observations in comparing code: In the newer source one finds lxml-tab.lua: local function handle_any_entity(str) if a then if type(a) == function then ... a = a(str) or end a = lpegmatch(parsedentity,a) or a ... else versus in

[NTG-context] Would Multiple Processes Cause: luatex: execution interrupted

2011-07-04 Thread Raymond LeClair
I run context in a task queue with four worker processes. It is possible that context is invoked simultaneously to process distinct input files by tasks running in separate worker processes. I see periodic fatal errors, as follows: mtx-context | fatal error: no return code, message: luatex:

Re: [NTG-context] Would Multiple Processes Cause: luatex: execution interrupted

2011-07-04 Thread Taco Hoekwater
On 4 jul. 2011, at 23:24, Raymond LeClair raymond.lecl...@synterein.com wrote: I run context in a task queue with four worker processes. It is possible that context is invoked simultaneously to process distinct input files by tasks running in separate worker processes. I see periodic

Re: [NTG-context] Would Multiple Processes Cause: luatex: execution interrupted

2011-07-04 Thread Raymond LeClair
Thanks for your reply! On Jul 4, 2011, at 5:35 PM, Taco Hoekwater wrote: Quite possibly (but that is very hard to verify and would be even harder to debug). Best practise is to give each process its own temporary directory, just in case. This is, in fact, guaranteed by design: each file