[NTG-context] Small bug in the result filename extension in log

2013-05-01 Thread Romain Diss
Hi, I just noticed a small bug in the log of a context job. It has no incidence but maybe this can cause a side effect somewhere. When a file contain several dot in its name, context remove the last part in the result filename in the log: $ context test.foo.bar ... system files

Re: [NTG-context] hyperlink bug in \cite

2013-04-10 Thread Hans Hagen
On 4/9/2013 10:25 AM, Alan BRASLAU wrote: Hello, \cite[A] can yield a hyperlink to the bibliography. However, \cite[A,B] does not (and should). I suppose that this could be a bit complicated when using numbered references (rather than Author, year), in the particular case where one collapses

Re: [NTG-context] hyperlink bug in \cite

2013-04-10 Thread Alan BRASLAU
On Wed, 10 Apr 2013 11:47:21 +0200 Hans Hagen pra...@wxs.nl wrote: can probably be solved (by rewriting some low level bin code ... but as there is no sample attached ...) Minimal example attached. Alan\setupinteraction [state=start] \setupbibtex [database=biblio,sort=author]

[NTG-context] hyperlink bug in \cite

2013-04-09 Thread Alan BRASLAU
Hello, \cite[A] can yield a hyperlink to the bibliography. However, \cite[A,B] does not (and should). I suppose that this could be a bit complicated when using numbered references (rather than Author, year), in the particular case where one collapses the list of numbers, in which case the

Re: [NTG-context] simpleslides bug?

2013-02-21 Thread Hans Hagen
On 2/21/2013 2:21 AM, Zhichu Chen wrote: This must be a consequence of the new MP instance code. I can reproduce the error, but I can't isolate it. I think the lines Thanks for the tip. After I've committed the lines with Field[Text][Text] in simpleslides-s-BigNumber.tex, it could

Re: [NTG-context] simpleslides bug?

2013-02-21 Thread Thomas A. Schmitz
On 02/21/2013 09:31 AM, Hans Hagen wrote: On 2/21/2013 2:21 AM, Zhichu Chen wrote: This must be a consequence of the new MP instance code. I can reproduce the error, but I can't isolate it. I think the lines Thanks for the tip. After I've committed the lines with Field[Text][Text] in

Re: [NTG-context] simpleslides bug?

2013-02-21 Thread Zhichu Chen
On Thu, Feb 21, 2013 at 5:38 PM, Thomas A. Schmitz thomas.schm...@uni-bonn.de wrote: On 02/21/2013 09:31 AM, Hans Hagen wrote: On 2/21/2013 2:21 AM, Zhichu Chen wrote: This must be a consequence of the new MP instance code. I can reproduce the error, but I can't isolate it. I

Re: [NTG-context] simpleslides bug?

2013-02-20 Thread Thomas A. Schmitz
Maybe this is my fault. The simpleslides module works just fine these days and I accidentally updated the ConTeXt to the latest version: context --version mtx-context | ConTeXt Process Management 0.60 mtx-context | mtx-context | main context file:

Re: [NTG-context] simpleslides bug?

2013-02-18 Thread Jaroslav Hajtmar
With older version: ConTeXt ver: 2013.01.02 18:19 MKIV fmt: 2013.1.7 int: english/english works too! (Win7 64b). In actual TeXlive 2012 version this example work too. It seems that we gradually stop working other variations simpleslides module. Eg. in my version does not work either as this:

[NTG-context] simpleslides bug?

2013-02-17 Thread Zhichu Chen
Maybe this is my fault. The simpleslides module works just fine these days and I accidentally updated the ConTeXt to the latest version: context --version mtx-context | ConTeXt Process Management 0.60 mtx-context | mtx-context | main context file:

[NTG-context] Odd bug with \startitemize

2012-11-18 Thread Rogers, Michael K
For some reason I used someone's earlier posting to test something about my tex software and accidentally happened upon this odd behavior. If the \startitemize code below is repeated 10 or more times, either with \dorecurse or by pasting it ten times, only one is typeset. If nine times, then

Re: [NTG-context] Strange bug with reversed itemize

2012-09-16 Thread Hans Hagen
On 15-9-2012 20:06, Aditya Mahajan wrote: On Sat, 15 Sep 2012, Wolfgang Schuster wrote: Am 15.09.2012 um 00:06 schrieb Aditya Mahajan adit...@umich.edu: Thanks for the diagnosis. What will be a good way to fix this? I think that

Re: [NTG-context] Strange bug with reversed itemize

2012-09-15 Thread Wolfgang Schuster
Am 15.09.2012 um 00:06 schrieb Aditya Mahajan adit...@umich.edu: Thanks for the diagnosis. What will be a good way to fix this? I think that \expanded{\setupcounter[#1][\c!start=\ifx\p_start\empty0\else\number\p_start\fi.,...]} should work (but I haven't tested it yet). I would do the

Re: [NTG-context] Strange bug with reversed itemize

2012-09-15 Thread Aditya Mahajan
On Sat, 15 Sep 2012, Wolfgang Schuster wrote: Am 15.09.2012 um 00:06 schrieb Aditya Mahajan adit...@umich.edu: Thanks for the diagnosis. What will be a good way to fix this? I think that \expanded{\setupcounter[#1][\c!start=\ifx\p_start\empty0\else\number\p_start\fi.,...]} should work (but

Re: [NTG-context] Strange bug with reversed itemize

2012-09-14 Thread Aditya Mahajan
On Fri, 14 Sep 2012, Wolfgang Schuster wrote: Am 14.09.2012 um 00:36 schrieb Aditya Mahajan adit...@umich.edu: I have been able to isolate the bug to the update on 2012.07.09; specifically to this commit.

Re: [NTG-context] Strange bug with reversed itemize

2012-09-13 Thread Otared Kavian
Hi Aditya, Yes it is a strange behaviour and it appears only when using mkiv and reversed itemize, even with \setuppagenumber[start=12] instead of \setupuserpagenumber[start=12] Also the pagenumber remains unchanged with either of these commands, which means that it's a bug.

Re: [NTG-context] Strange bug with reversed itemize

2012-09-13 Thread Aditya Mahajan
On Thu, 13 Sep 2012, Otared Kavian wrote: On 13 sept. 2012, at 02:34, Aditya Mahajan adit...@umich.edu wrote: For some reason, the numbering in itemize is affected by the value of userpage! \setupuserpagenumber[start=12] \starttext \startitemize[n,reverse] \item One \item Two \stopitemize

Re: [NTG-context] Strange bug with reversed itemize

2012-09-13 Thread Aditya Mahajan
On Thu, 13 Sep 2012, Aditya Mahajan wrote: On Thu, 13 Sep 2012, Otared Kavian wrote: On 13 sept. 2012, at 02:34, Aditya Mahajan adit...@umich.edu wrote: For some reason, the numbering in itemize is affected by the value of userpage! \setupuserpagenumber[start=12] \starttext

Re: [NTG-context] Strange bug with reversed itemize

2012-09-13 Thread Aditya Mahajan
On Thu, 13 Sep 2012, Aditya Mahajan wrote: On Thu, 13 Sep 2012, Aditya Mahajan wrote: On Thu, 13 Sep 2012, Otared Kavian wrote: On 13 sept. 2012, at 02:34, Aditya Mahajan adit...@umich.edu wrote: For some reason, the numbering in itemize is affected by the value of userpage!

Re: [NTG-context] Strange bug with reversed itemize

2012-09-13 Thread Wolfgang Schuster
Am 14.09.2012 um 00:36 schrieb Aditya Mahajan adit...@umich.edu: I have been able to isolate the bug to the update on 2012.07.09; specifically to this commit.

[NTG-context] Strange bug with reversed itemize

2012-09-12 Thread Aditya Mahajan
Hi, For some reason, the numbering in itemize is affected by the value of userpage! \setupuserpagenumber[start=12] \starttext \startitemize[n,reverse] \item One \item Two \stopitemize \stoptext With ConTeXt 2012.09.11 20:36 I get 13. One 12. Two Any ideas? Aditya

Re: [NTG-context] Strange bug with reversed itemize

2012-09-12 Thread burwoad
What your got is already reversed, isn't it? On Thu, Sep 13, 2012 at 8:34 AM, Aditya Mahajan adit...@umich.edu wrote: Hi, For some reason, the numbering in itemize is affected by the value of userpage! \setupuserpagenumber[start=12] \starttext \startitemize[n,reverse] \item One

Re: [NTG-context] Strange bug with reversed itemize

2012-09-12 Thread Aditya Mahajan
On Thu, Sep 13, 2012 at 8:34 AM, Aditya Mahajan adit...@umich.edu wrote: Hi, For some reason, the numbering in itemize is affected by the value of userpage! \setupuserpagenumber[start=12] \starttext \startitemize[n,reverse] \item One \item Two \stopitemize \stoptext With ConTeXt

[NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Aditya Mahajan
Hi, I usually use \ after abbreviations to avoid bad interword spaces. For example, Prof.\ ABC. However, when using this in footnotes, if there is a linebreak after the \, I get an error: ! Undefined control sequence. 1 \starttext 2 Someone\footnote{Prof.\ 3 ABC} 4 \stoptext 5

Re: [NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Otared Kavian
Hi Aditya, On 4 août 2012, at 20:59, Aditya Mahajan aditya.maha...@mcgill.ca wrote: […] Minimal example (There should be a linebreak after \) Is it not « \\ » that should give a line break? Indeed this gives a line break: \starttext Someone\footnote{Prof.\\ ABC} \stoptext However, you are

Re: [NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Wolfgang Schuster
Am 05.08.2012 um 09:28 schrieb Otared Kavian ota...@gmail.com: Hi Aditya, On 4 août 2012, at 20:59, Aditya Mahajan aditya.maha...@mcgill.ca wrote: […] Minimal example (There should be a linebreak after \) Is it not « \\ » that should give a line break? Indeed this gives a line

Re: [NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Hans Hagen
On 4-8-2012 20:59, Aditya Mahajan wrote: Hi, I usually use \ after abbreviations to avoid bad interword spaces. For example, Prof.\ ABC. However, when using this in footnotes, if there is a linebreak after the \, I get an error: ! Undefined control sequence. 1 \starttext 2

Re: [NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Hans Hagen
On 4-8-2012 20:59, Aditya Mahajan wrote: Hi Aditya, I usually use \ after abbreviations to avoid bad interword spaces. For example, Prof.\ ABC. However, when using this in footnotes, if there is a linebreak after the \, I get an error: ! Undefined control sequence. 1 \starttext 2

[NTG-context] linenote bug with number=no in latest beta?

2012-03-29 Thread Pablo Rodríguez
Hi there, I can suppress numbers in footnotes, but not in linenotes, as the following sample shows with latest beta: \setupnotation[footnote][location=columns,number=no] \definelinenote[dict] \setupnotation[dict][number=no] \starttext \dorecurse{10}{a\footnote{b}\dict{c}} \stoptext I guess it

Re: [NTG-context] linenote bug with number=no in latest beta?

2012-03-29 Thread Hans Hagen
On 29-3-2012 19:34, Pablo Rodríguez wrote: Hi there, I can suppress numbers in footnotes, but not in linenotes, as the following sample shows with latest beta: \setupnotation[footnote][location=columns,number=no] \definelinenote[dict] \setupnotation[dict][number=no] \starttext

[NTG-context] confirmed bug with \setuplist[alternative=d, margin=2em]

2012-03-08 Thread Pablo Rodríguez
Hello Hans, the following code shows a bug with latest beta (first item on content list is indented, but the second isn't): \setuplist[chapter][alternative=d,margin=2em] \starttext \completecontent \part{Part} \chapter{Chapter} a \part{Part} \chapter{Chapter} b \stoptext Wolfgang kindly

Re: [NTG-context] A bug in latin modern fonts?

2012-02-04 Thread Janne Junnila
Hi, I would like to my previous message that also Asana-Math seems to have problems. \setupbodyfont[asana] \starttext The function $f \colon \reals \to \reals$ is given by $x \mapsto x - 3$. Its derivative is $f'(x) = 1$. \stoptext In the above the ' in f'(x) looks wrong and there's hyphen

Re: [NTG-context] A bug in latin modern fonts?

2012-02-04 Thread Aditya Mahajan
On Sat, 4 Feb 2012, Janne Junnila wrote: On Sun, Jan 29, 2012 at 12:42 PM, Janne Junnila janne.junn...@gmail.com wrote: Hi! The following example seems to have some troubles with the latin modern fonts: \starttext The function $f \colon \reals \to \reals$ is given by $x \mapsto x - 3$.

Re: [NTG-context] A bug in latin modern fonts?

2012-02-04 Thread Khaled Hosny
On Sat, Feb 04, 2012 at 12:49:41PM -0500, Aditya Mahajan wrote: On Sat, 4 Feb 2012, Janne Junnila wrote: On Sun, Jan 29, 2012 at 12:42 PM, Janne Junnila janne.junn...@gmail.com wrote: Hi! The following example seems to have some troubles with the latin modern fonts: \starttext

Re: [NTG-context] A bug in latin modern fonts?

2012-02-04 Thread Hans Hagen
On 4-2-2012 18:49, Aditya Mahajan wrote: 2. \colonequals is a bug in ConTeXt's definition. We should be using the glyph from the font anyways and falling back only if the glyph is missing. Ah, i messed that one up ... I'll fix it. But anyway, it looks like I have to start on making a a nice

Re: [NTG-context] A bug in latin modern fonts?

2012-02-04 Thread Aditya Mahajan
On Sat, 4 Feb 2012, Hans Hagen wrote: On 4-2-2012 18:49, Aditya Mahajan wrote: 2. \colonequals is a bug in ConTeXt's definition. We should be using the glyph from the font anyways and falling back only if the glyph is missing. Ah, i messed that one up ... I'll fix it. But anyway, it looks

[NTG-context] A bug in latin modern fonts?

2012-01-29 Thread Janne Junnila
Hi! The following example seems to have some troubles with the latin modern fonts: \starttext The function $f \colon \reals \to \reals$ is given by $x \mapsto x - 3$. \stoptext The colon is printed fine, but the blackboard bold Rs don't look correct. The \mapsto symbol is missing and there's

[NTG-context] The bug with the scale of fallback fonts

2012-01-27 Thread 李延瑞
Hi, See this example about Chinese fonts as fallback fonts. The Latin font's scale rate is less than the fallback font from \tf to \tfd. The size of the fallback font is almost two times of the Latin font with \tfd. \starttypescript[serif][myfonts]

Re: [NTG-context] Beta: bug in \setuphead[chapter]

2012-01-03 Thread Otared Kavian
On 3 janv. 2012, at 08:38, Wolfgang Schuster wrote: […] You need a command after “align=middle” because you assign “middle ” (with a space) to the align key. Hi Wolfgang, I didn't get exactly what you mean, but saying either of the following:

Re: [NTG-context] Beta: bug in \setuphead[chapter]

2012-01-03 Thread Wolfgang Schuster
Am 03.01.2012 um 13:58 schrieb Otared Kavian: On 3 janv. 2012, at 08:38, Wolfgang Schuster wrote: […] You need a command after “align=middle” because you assign “middle ” (with a space) to the align key. Hi Wolfgang, I didn't get exactly what you mean, but saying either of the

Re: [NTG-context] Beta: bug in \setuphead[chapter]

2012-01-03 Thread Aditya Mahajan
On Tue, 3 Jan 2012, Otared Kavian wrote: On 3 janv. 2012, at 08:38, Wolfgang Schuster wrote: […] You need a command after “align=middle” because you assign “middle ” (with a space) to the align key. I didn't get exactly what you mean, but saying either of the following: I have not

Re: [NTG-context] Beta: bug in \setuphead[chapter]

2012-01-03 Thread Otared Kavian
Thanks to both of you, Wolfgang and Aditya, for the explanantions. After applying the patch Wolfgang sent to Aditya, the error message is gone. I guess the patch will be in the next beta. Best regards: OK On 3 janv. 2012, at 14:06, Wolfgang Schuster wrote: Am 03.01.2012 um 13:58 schrieb

[NTG-context] Beta: bug in \setuphead[chapter]

2012-01-02 Thread Otared Kavian
Dear Hans, dear all, My best wishes to all the community for this New Year! With the latest beta, \setuphead[chapter] has a strange behavior: the order of two keys seems to be important… More precisely \setuphead [chapter] [header=high, align=middle ] results in

Re: [NTG-context] Beta: bug in \setuphead[chapter]

2012-01-02 Thread Wolfgang Schuster
Am 03.01.2012 um 06:41 schrieb Otared Kavian: Dear Hans, dear all, My best wishes to all the community for this New Year! With the latest beta, \setuphead[chapter] has a strange behavior: the order of two keys seems to be important… More precisely \setuphead [chapter]

[NTG-context] getcitedata bug in mkiv?

2011-12-12 Thread Eidenbenz Michael
hi all, referring to my previous question: the following gives me a correct pdf with mkII but nothing at all with mkiv. is this a bug? thanks an best michael \setupbibtex [database=mylib] \def\mycite#1{ \bgroup \getcitedata[title][#1] to \mytitle \mytitle

Re: [NTG-context] Possible bug in \unit

2011-12-09 Thread Hans Hagen
On 7-12-2011 22:27, Marco wrote: There seems to be a bug in the new unit system for \unit{kbit}: % bit \unit{kilo bit} % kbit \unit{kilobit} % kbit \unit{kbit} % kB, shouldn't this be kbit? Another thing: \unit{3.4e-5} yields to 3.4⁻⁵ that's expected according to the manual. But how

Re: [NTG-context] Possible bug in \unit

2011-12-09 Thread Marco
On 2011-12-09 Hans Hagen pra...@wxs.nl wrote: \unit{3.4e-5} yields to 3.4⁻⁵ that's expected according to the manual. But how to get 3.4·10⁻⁵ (either with \cot or \times)? indeed .. here's the fix \unexpanded\def\digitspower#1% {\times10\digits_raised{#1}}

Re: [NTG-context] Possible bug in \unit

2011-12-09 Thread Hans Hagen
On 9-12-2011 20:41, Marco wrote: One feature request: Could it be make configurable to either insert a \times or a \cdot? is already possible - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Possible bug in \unit

2011-12-09 Thread Marco
On 2011-12-09 Hans Hagen pra...@wxs.nl wrote: On 9-12-2011 20:41, Marco wrote: One feature request: Could it be make configurable to either insert a \times or a \cdot? is already possible How? ___ If

Re: [NTG-context] Possible bug in \unit

2011-12-09 Thread Hans Hagen
On 9-12-2011 22:01, Marco wrote: On 2011-12-09 Hans Hagenpra...@wxs.nl wrote: On 9-12-2011 20:41, Marco wrote: One feature request: Could it be make configurable to either insert a \times or a \cdot? is already possible How?

Re: [NTG-context] Possible bug in \unit

2011-12-08 Thread Ian Lawrence
I solved this = getting what I wanted by writing my own macro: \define[3]\physicalquantitye{\hbox{#1 \times \unit{10^#2 #3}}} % \physicalquantitye{number}{exponent}{unit} -- gives short form of unit That makes sense to me and is working fine. There are a few more like this on the wiki (units

[NTG-context] Possible bug in \unit

2011-12-07 Thread Marco
There seems to be a bug in the new unit system for \unit{kbit}: % bit \unit{kilo bit} % kbit \unit{kilobit} % kbit \unit{kbit} % kB, shouldn't this be kbit? Another thing: \unit{3.4e-5} yields to 3.4⁻⁵ that's expected according to the manual. But how to get 3.4·10⁻⁵ (either with \cot

Re: [NTG-context] Possible bug in \unit

2011-12-07 Thread Mojca Miklavec
On Wed, Dec 7, 2011 at 22:27, Marco net...@lavabit.com wrote: There seems to be a bug in the new unit system for \unit{kbit}: % bit \unit{kilo bit}  % kbit \unit{kilobit}   % kbit \unit{kbit}      % kB, shouldn't this be kbit? kB is kilobyte, not kilobit, but kb is probably also valid?

Re: [NTG-context] Possible bug in \unit

2011-12-07 Thread Marco
On 2011-12-07 Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: On Wed, Dec 7, 2011 at 22:27, Marco net...@lavabit.com wrote: There seems to be a bug in the new unit system for \unit{kbit}: % bit \unit{kilo bit}  % kbit \unit{kilobit}   % kbit \unit{kbit}      % kB, shouldn't this

Re: [NTG-context] Possible bug in \unit

2011-12-07 Thread Mojca Miklavec
On Thu, Dec 8, 2011 at 00:12, Marco wrote: On 2011-12-07 Mojca Miklavec wrote: \unit{3.4e-5}   yields   to  3.4⁻⁵   that's   expected according to the manual. But the behaviour is wrong. I don't know if it's wrong. But 5e3 would render 5^3 which is hopefully still 125. It's very

Re: [NTG-context] Possible bug in \unit

2011-12-07 Thread Mikael P. Sundqvist
On Thu, Dec 8, 2011 at 12:20 AM, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: On Thu, Dec 8, 2011 at 00:12, Marco wrote: On 2011-12-07 Mojca Miklavec wrote: \unit{3.4e-5}   yields   to  3.4⁻⁵   that's   expected according to the manual. But the behaviour is wrong. I don't know

Re: [NTG-context] Columnsets: bug in current beta?

2011-11-29 Thread Hans Hagen
On 27-11-2011 19:58, Jaroslav Hajtmar wrote: Hello Peter. I have a similar experience. If image width is greater than the width of one column and at the same time is a picture with the caption then text does not wrap around the image. If the picture is without caption (for example

Re: [NTG-context] Columnsets: bug in current beta?

2011-11-27 Thread Jaroslav Hajtmar
Hello Peter. I have a similar experience. If image width is greater than the width of one column and at the same time is a picture with the caption then text does not wrap around the image. If the picture is without caption (for example \placefigure[btrl,none]{}{...}) then everything works

[NTG-context] Columnsets: bug in current beta?

2011-11-26 Thread Peter Park Nelson
Hello, Following the example in the Columns manual, the following works with TeXLive 2011 but not with the current context suite beta (25 nov 2011): \definecolumnset[body][n=2] \definecolumnsethsize{body}{1}{1}\One \definecolumnsethsize{body}{1}{2}\Two \starttext \startcolumnset[body]

[NTG-context] Footnote bug with \setuparranging

2011-11-17 Thread Romain Diss
Hi all, I have a small problem with footnotes. If I use \setuparranging to print two A5 pages on one A4, the footnote index of the left page footnotes go to the right page. Here is a minimal example. %% START %% \setuppapersize[A5][A4,landscape] \setuparranging[2SIDE] \starttext

Re: [NTG-context] Footnote bug with \setuparranging

2011-11-17 Thread Hans Hagen
On 17-11-2011 20:41, Romain Diss wrote: Hi all, I have a small problem with footnotes. If I use \setuparranging to print two A5 pages on one A4, the footnote index of the left page footnotes go to the right page. Here is a minimal example. %% START %% \setuppapersize[A5][A4,landscape]

Re: [NTG-context] Table bug in MkIV?

2011-11-07 Thread Hans Hagen
On 7-11-2011 03:17, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear gang, It seems that \starttable has a bug in MkIV: \starttext \starttable{|c|c|c|} [ ] \HL \VL Test \VL Test \VL Test \VL\FR \stoptable \stoptext

Re: [NTG-context] Table bug in MkIV?

2011-11-07 Thread Idris Samawi Hamid ادريس سماوي حامد
On Mon, 07 Nov 2011 00:09:00 -0700, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 07.11.2011 um 03:17 schrieb Idris Samawi Hamid ادريس سماوي حامد: It seems that \starttable has a bug in MkIV: \starttext \starttable{|c|c|c|} Use bracket for the argument and not braces:

Re: [NTG-context] Table bug in MkIV?

2011-11-07 Thread Wolfgang Schuster
Am 07.11.2011 um 14:24 schrieb Idris Samawi Hamid ادريس سماوي حامد: On Mon, 07 Nov 2011 00:09:00 -0700, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 07.11.2011 um 03:17 schrieb Idris Samawi Hamid ادريس سماوي حامد: It seems that \starttable has a bug in MkIV:

[NTG-context] Table bug in MkIV?

2011-11-06 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, It seems that \starttable has a bug in MkIV: \starttext \starttable{|c|c|c|} \HL \VL Test \VL Test \VL Test \VL\FR \stoptable \stoptext This is LuaTeX, Version beta-0.71.0-2011071409 (rev 4332) \write18 enabled. (placetable.tex ConTeXt ver: 2011.11.05 01:19 MKIV fmt:

Re: [NTG-context] Table bug in MkIV?

2011-11-06 Thread Wolfgang Schuster
Am 07.11.2011 um 03:17 schrieb Idris Samawi Hamid ادريس سماوي حامد: Dear gang, It seems that \starttable has a bug in MkIV: \starttext \starttable{|c|c|c|} Use bracket for the argument and not braces: “[|c|c|c|]”. Wolfgang

Re: [NTG-context] reference bug: MkiV

2011-11-05 Thread Idris Samawi Hamid ادريس سماوي حامد
On Fri, 04 Nov 2011 03:13:14 -0600, Hans Hagen pra...@wxs.nl wrote: On 3-11-2011 21:24, Wolfgang Schuster wrote: For longer texts you can replace \mymargin{…} with \startmymargin …\stopmymargin. A next version will support \starttext \inmargin[reference=test1]{test} test \at[test2] \page

Re: [NTG-context] reference bug: MkiV

2011-11-05 Thread Idris Samawi Hamid ادريس سماوي حامد
On Thu, 03 Nov 2011 14:24:53 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: For longer texts you can replace \mymargin{…} with \startmymargin …\stopmymargin. This is a _very_ useful feature :-) Best wishes Idris -- Professor Idris Samawi Hamid, Editor-in-Chief

Re: [NTG-context] reference bug: MkiV

2011-11-04 Thread Hans Hagen
On 3-11-2011 21:24, Wolfgang Schuster wrote: For longer texts you can replace \mymargin{…} with \startmymargin …\stopmymargin. A next version will support \starttext \inmargin[reference=test1]{test} test \at[test2] \page \inmargin[reference=test2]{test} test \at[test1] \stoptext but this

Re: [NTG-context] reference bug: MkiV

2011-11-03 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Wolfgang, On Tue, 01 Nov 2011 14:03:04 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Well, that's quite frustrating... I have a 400-page document I'm trying to port to MkIV full of references, the old \inmargin no longer respect [align=outer], so I switched to the new

Re: [NTG-context] reference bug: MkiV

2011-11-03 Thread Idris Samawi Hamid ادريس سماوي حامد
On Tue, 01 Nov 2011 14:03:04 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Well, that's quite frustrating... I have a 400-page document I'm trying to port to MkIV full of references, the old \inmargin no longer respect [align=outer], so I switched to the new system, and

Re: [NTG-context] reference bug: MkiV

2011-11-03 Thread Idris Samawi Hamid ادريس سماوي حامد
On Tue, 01 Nov 2011 14:03:04 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Well, that's quite frustrating... I have a 400-page document I'm trying to port to MkIV full of references, the old \inmargin no longer respect [align=outer], so I switched to the new system, and

Re: [NTG-context] reference bug: MkiV

2011-11-03 Thread Wolfgang Schuster
Am 03.11.2011 um 21:12 schrieb Idris Samawi Hamid ادريس سماوي حامد: Hi Wolfgang, On Tue, 01 Nov 2011 14:03:04 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Well, that's quite frustrating... I have a 400-page document I'm trying to port to MkIV full of references, the

Re: [NTG-context] reference bug: MkiV

2011-11-03 Thread Wolfgang Schuster
Am 03.11.2011 um 21:17 schrieb Idris Samawi Hamid ادريس سماوي حامد: On Tue, 01 Nov 2011 14:03:04 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Well, that's quite frustrating... I have a 400-page document I'm trying to port to MkIV full of references, the old \inmargin

Re: [NTG-context] reference bug: MkiV

2011-11-03 Thread Idris Samawi Hamid ادريس سماوي حامد
On Thu, 03 Nov 2011 14:23:28 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: The old \inmargin command is gone, Hans rewrote the whole code for \inmargin etc. You can change the alignment global with \setupmarginframed[align=outer] for for a single command with

Re: [NTG-context] reference bug: MkiV

2011-11-03 Thread Wolfgang Schuster
Am 03.11.2011 um 21:35 schrieb Idris Samawi Hamid ادريس سماوي حامد: What am I doing wrong? or should we just officially forget about the marginframed mechanism and stick to margindata only?? Just to be clear, the name of the whole thing is margin data and you define a new command with

Re: [NTG-context] reference bug: MkiV

2011-11-03 Thread Idris Samawi Hamid ادريس سماوي حامد
On Thu, 03 Nov 2011 15:04:06 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: What am I doing wrong? or should we just officially forget about the marginframed mechanism and stick to margindata only?? Just to be clear, the name of the whole thing is margin data and you

[NTG-context] reference bug: MkiV

2011-11-01 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear cabal, There seems to be a bug in MkIV: \starttext This is a test \inoutermargin[ref]{test} As explained earlier (page \at[ref]) This is a test \inoutermargin[reference=reff]{test} As explained earlier (page \at[reff]) \stoptext The reference is not generated

Re: [NTG-context] reference bug: MkiV

2011-11-01 Thread Wolfgang Schuster
Am 01.11.2011 um 19:47 schrieb Idris Samawi Hamid ادريس سماوي حامد: Dear cabal, There seems to be a bug in MkIV: \starttext This is a test \inoutermargin[ref]{test} As explained earlier (page \at[ref]) This is a test \inoutermargin[reference=reff]{test} As

Re: [NTG-context] reference bug: MkiV

2011-11-01 Thread Idris Samawi Hamid ادريس سماوي حامد
On Tue, 01 Nov 2011 12:59:41 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: The reference is not generated in either method: ===log== checkmissing or ungrouped '=' after 'ref' in line 2 (@@mcinoutermargin:) references unknown reference

Re: [NTG-context] reference bug: MkiV

2011-11-01 Thread Wolfgang Schuster
Am 01.11.2011 um 20:20 schrieb Idris Samawi Hamid ادريس سماوي حامد: On Tue, 01 Nov 2011 12:59:41 -0600, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: The reference is not generated in either method: ===log== checkmissing or ungrouped '=' after

[NTG-context] Possible bug with \date in french

2011-10-10 Thread Romain Diss
Hi, Since a recent upgrade of the beta the \date command give day+ octobre 2011 if \mainlanguage[fr] is set. Minimal example: \mainlanguage[fr] \starttext \date \language[en] (\date) \stoptext A rapid search lead me to these lines (560-571) in lang-def.mkiv: \installlanguage

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

2011-10-10 Thread Hans Hagen
On 10-10-2011 14:39, Romain Diss wrote: Hi, Since a recent upgrade of the beta the \date command give day+ octobre 2011 if \mainlanguage[fr] is set. Minimal example: \mainlanguage[fr] \starttext \date \language[en] (\date) \stoptext A rapid search lead me to these lines

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

2011-10-10 Thread Romain Diss
On 10-10-2011, you wrote On 10-10-2011 14:39, Romain Diss wrote: Hi, Since a recent upgrade of the beta the \date command give day+ octobre 2011 if \mainlanguage[fr] is set. Minimal example: \mainlanguage[fr] \starttext \date \language[en] (\date)

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

2011-10-10 Thread Hans Hagen
On 10-10-2011 18:35, Romain Diss wrote: On 10-10-2011, you wrote On 10-10-2011 14:39, Romain Diss wrote: Hi, Since a recent upgrade of the beta the \date command give day+ octobre 2011 if \mainlanguage[fr] is set. Minimal example: \mainlanguage[fr] \starttext \date \language[en]

Re: [NTG-context] TikZ bug fixing (git, minimals, ...)

2011-09-14 Thread Philipp A.
hi mojca, do you want to swich from cvs to git or just create a git mirror of the cvs repo? in the latter case, i’d be interested in why you don’t swich to git entirely. 2011/9/13 Mojca Miklavec mojca.miklavec.li...@gmail.com When I tried to do conversion from CVS, the .cvsignore files are the

Re: [NTG-context] TikZ bug fixing (git, minimals, ...)

2011-09-14 Thread Mojca Miklavec
On Wed, Sep 14, 2011 at 11:08, Philipp A. wrote: hi mojca, do you want to swich from cvs to git or just create a git mirror of the cvs repo? Create a git mirror. in the latter case, i’d be interested in why you don’t swich to git entirely. Because I'm not the developer. That decision would

Re: [NTG-context] TikZ bug fixing (git, minimals, ...)

2011-09-13 Thread Mojca Miklavec
On Mon, Sep 12, 2011 at 17:14, Philipp A. wrote: thanks for picking up my rant in such a constructive manner :) A quick googling showed me this tool, cvs2git, whose “Development status” section really sounds promising: Development status Most of the work of converting a repository

[NTG-context] TikZ bug fixing (git, minimals, ...)

2011-09-12 Thread Mojca Miklavec
(was: Latest betas break tikz matrix) On Mon, Sep 12, 2011 at 11:16, Philipp A. wrote: Thank you both! We should get the TikZ devs to accept patches already. does anyone know anyone who has CVS access? See doc/generic/pgf/ChangeLog Christian Feuersaenger ludewich, users.sourceforge.net

Re: [NTG-context] TikZ bug fixing (git, minimals, ...)

2011-09-12 Thread Philipp A.
thanks for picking up my rant in such a constructive manner :) A quick googling showed me this toolhttp://cvs2svn.tigris.org/cvs2git.html, cvs2git, whose “Development status” section really sounds promising: *Development status* Most of the work of converting a repository from CVS to a

Re: [NTG-context] TikZ bug fixing (git, minimals, ...)

2011-09-12 Thread Aditya Mahajan
On Mon, 12 Sep 2011, Mojca Miklavec wrote: We definitely need some ConTeXt specific bug tracking with automatic email reminders for pgf developers to fix those bugs ;) ;) ;) Another option is to rewrite all the code in $TEXMF/tex/context/pgf directory in a more ConTeXtist way. Mainly this

Re: [NTG-context] TikZ bug fixing (git, minimals, ...)

2011-09-12 Thread Mojca Miklavec
On Mon, Sep 12, 2011 at 17:14, Philipp A. flying-sh...@web.de wrote: thanks for picking up my rant in such a constructive manner :) A quick googling showed me this tool, cvs2git, whose “Development status” section really sounds promising: Development status Most of the work of

Re: [NTG-context] TikZ bug fixing (git, minimals, ...)

2011-09-12 Thread Aditya Mahajan
I hope this means that PGF/TikZ becomes hosted on Github – I think the team there does a great job and the concept of “pull requests” really fits any open source project, no matter how hard the criteria for patches are. Sadly not. If I put their code to GitHub, this doesn't mean that GitHub

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

2011-07-13 Thread Romain Diss
Le lundi 04 juillet 2011, Romain Diss a écrit : 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

[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] \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] \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

[NTG-context] url bug with frenchpunctuation

2011-06-20 Thread Steffen Wolfrum
Hi, I am no french, but this *must* be wrong: a space after http?! Run this minimal example, please: \starttext \mainlanguage[fr]\setcharacterspacing[frenchpunctuation] test, in: \hyphenatedurl{http://www.test.fr}. \stoptext Could someone confirm ... and (is necessary) Hans can fix this?

<    1   2   3   4   5   6   7   8   >