Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Jannik Voges
No problem. Pdf is attached. Am 02.08.2013 um 20:55 schrieb Hans Hagen pra...@wxs.nl: On 8/2/2013 8:36 PM, Jannik Voges wrote: yes its a tricky bug. When you view the pdf with Preview under Mac OS X (10.8.4) you will see, that the second graphic and sentence isn't displayed. When you

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Hans Hagen
On 8/2/2013 9:05 PM, Jannik Voges wrote: No problem. Pdf is attached. ok, i see the problem ... will try to fix it (cannot upload from where i am now) you can try this in back-pdf.lua: function nodepool.pdfsetmatrix(rx,sx,sy,ry,tx,ty) local t = copy_node(pdfsetmatrix) if type(rx)

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Jannik Voges
I added the function in back-pdf.lua, but that doesn't fix the problem. Jannik Am 02.08.2013 um 21:35 schrieb Hans Hagen pra...@wxs.nl: On 8/2/2013 9:05 PM, Jannik Voges wrote: No problem. Pdf is attached. ok, i see the problem ... will try to fix it (cannot upload from where i am now)

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Hans Hagen
On 8/2/2013 9:49 PM, Jannik Voges wrote: I added the function in back-pdf.lua, but that doesn't fix the problem. Jannik Am 02.08.2013 um 21:35 schrieb Hans Hagen pra...@wxs.nl: On 8/2/2013 9:05 PM, Jannik Voges wrote: No problem. Pdf is attached. ok, i see the problem ... will try to

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Jannik Voges
'context --make' gives an error: ! LuaTeX error .../context/tex/texmf-context/tex/context/base/back-pdf.lua:86: attempt to index global 'nodepool' (a nil value) stack traceback: .../context/tex/texmf-context/tex/context/base/back-pdf.lua:86: in function 'code'

[NTG-context] bug in \externalfigure

2013-08-01 Thread Jannik Voges
Hello everyone, I found a bug in the current ConTeXt Beta with externalfigure. The following minimal example will show you what happens \starttext \externalfigure[cow] \externalfigure[cow][width=10cm] \page \externalfigure[test] \page This text will appear. This text will not appear.

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Marco Patzer
On 2013–08–01 Jannik Voges wrote: I found a bug in the current ConTeXt Beta with externalfigure. The following minimal example will show you what happens \starttext \externalfigure[cow] \externalfigure[cow][width=10cm] \page \externalfigure[test] This reads in the file

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Aditya Mahajan
On Thu, 1 Aug 2013, Jannik Voges wrote: Hello everyone, I found a bug in the current ConTeXt Beta with externalfigure. The following minimal example will show you what happens \starttext \externalfigure[cow] \externalfigure[cow][width=10cm] \page \externalfigure[test] \page This text

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Peter Münster
On Thu, Aug 01 2013, Jannik Voges wrote: The first two \externalfigure-commands (with cow) will give a grey placeholder with 'state:unknown' in it. Yes, you need \setupexternalfigures[location=default] for finding the sample files of the distribution. The third \externalfigure-command

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Aditya Mahajan
On Thu, 1 Aug 2013, Marco Patzer wrote: On 2013–08–01 Jannik Voges wrote: I found a bug in the current ConTeXt Beta with externalfigure. The following minimal example will show you what happens \starttext \externalfigure[cow] \externalfigure[cow][width=10cm] \page \externalfigure[test]

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread luigi scarso
On Thu, Aug 1, 2013 at 3:56 PM, Aditya Mahajan adit...@umich.edu wrote: I think that the advice of omitting the file extension given in most LaTeX introductions is more trouble than it is worth in ConTeXt. Omitting file extensions is important if you are generating both dvi and pdf outputs.

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Marco Patzer
On 2013–08–01 Aditya Mahajan wrote: I think that the advice of omitting the file extension given in most LaTeX introductions is more trouble than it is worth in ConTeXt. Omitting file extensions is important if you are generating both dvi and pdf outputs. In ConTeXt, one never uses the DVI

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Alan BRASLAU
On Thu, 1 Aug 2013 16:01:27 +0200 luigi scarso luigi.sca...@gmail.com wrote: On Thu, Aug 1, 2013 at 3:56 PM, Aditya Mahajan adit...@umich.edu wrote: I think that the advice of omitting the file extension given in most LaTeX introductions is more trouble than it is worth in ConTeXt.

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread luigi scarso
On Thu, Aug 1, 2013 at 4:43 PM, Alan BRASLAU alan.bras...@cea.fr wrote: On Thu, 1 Aug 2013 16:01:27 +0200 luigi scarso luigi.sca...@gmail.com wrote: On Thu, Aug 1, 2013 at 3:56 PM, Aditya Mahajan adit...@umich.edu wrote: I think that the advice of omitting the file extension given

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Hans Hagen
On 8/1/2013 4:43 PM, Alan BRASLAU wrote: On Thu, 1 Aug 2013 16:01:27 +0200 luigi scarso luigi.sca...@gmail.com wrote: On Thu, Aug 1, 2013 at 3:56 PM, Aditya Mahajan adit...@umich.edu wrote: I think that the advice of omitting the file extension given in most LaTeX introductions is more

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Jannik Voges
You are right. I was a little bit confused, because I didn't know, that you have to add 'location=default' to get the sample files, so I thought, that might also be buggy. 'test' is a test-file (pdf, jpeg, ...) in the current directory (I have not mentioned that). In my second Mail I included

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Peter Münster
On Thu, Aug 01 2013, Jannik Voges wrote: \externalfigure[cow.pdf][width=10cm] This text will not appear. I can confirm this with acroread 9.5.5 No problem with evince. -- Peter ___ If your question is

Re: [NTG-context] bug in \externalfigure

2013-08-01 Thread Jannik Voges
Okay, a reader dependent bug/error. I used Preview (OS X 10.8.4). The second figure (\externalfigure[cow.pdf][width=10cm]) and the following sentence didn't appear. The same happens when you use height instead of width. Am 01.08.2013 um 22:34 schrieb Peter Münster pmli...@free.fr: On Thu,

[NTG-context] bug in \type?

2013-07-27 Thread Pablo Rodríguez
Dear list, using the latest beta (it also happens with ConTeXt from TL 2013), I don’t get the space in \type{\em #1}. Here you have a minimal sample that shows the difference with other verbatim commands: \starttext \type{\em #1} \arg{\em #1} \starttyping\em #1\stoptyping

[NTG-context] bug with beta 2013.07.12 19:10

2013-07-17 Thread Pablo Rodríguez
Dear list, here is a sample with latest beta for ConTeXt Suite: \setupinteraction[state=start,color=, style=,contrastcolor=,focus=standard] \setuppagenumbering[alternative=doublesided] \starttext \startbodymatter body text\footnote{footnote} \stopbodymatter

Re: [NTG-context] bug with beta 2013.07.12 19:10

2013-07-17 Thread Wolfgang Schuster
Am 17.07.2013 um 18:09 schrieb Pablo Rodríguez oi...@web.de: Dear list, here is a sample with latest beta for ConTeXt Suite: \setupinteraction[state=start,color=, style=,contrastcolor=,focus=standard] \setuppagenumbering[alternative=doublesided] \starttext

Re: [NTG-context] bug with beta 2013.07.12 19:10

2013-07-17 Thread Steffen Kram
Am 17.07.2013 um 18:18 schrieb Wolfgang Schuster schuster.wolfg...@gmail.com: Am 17.07.2013 um 18:09 schrieb Pablo Rodríguez oi...@web.de: Dear list, here is a sample with latest beta for ConTeXt Suite: \setupinteraction[state=start,color=,

Re: [NTG-context] bug with beta 2013.07.12 19:10

2013-07-17 Thread Marco Patzer
On 2013–07–17 Steffen Kram wrote: Or is there a way to use the first_setup script with your server? Get the latest code from Hans http://pragma-ade.com/context/beta/cont-tmf.zip and replace the directory tex/texmf-context with its contents. Then regenerate the formats context --generate

[NTG-context] bug in compressed linenotes (and two ideas about them)

2013-06-12 Thread Pablo Rodríguez
Hi Hans, I'm afraid I found another bug in linenotes (http://www.ousia.tk/compressed-linenotes.pdf and http://www.ousia.tk/compressed-linenotes.tex). When a compressed linenote is located at the beginning of the line, the inbetween distance from \setupnote is suppressed, but the distance from

Re: [NTG-context] bug with overbar

2013-06-11 Thread Steffen Wolfrum
Am 10.06.2013 um 17:43 schrieb luigi scarso: On Sun, Jun 9, 2013 at 4:33 PM, luigi scarso luigi.sca...@gmail.com wrote: On Sun, Jun 9, 2013 at 4:27 PM, Steffen Wolfrum cont...@st.estfiles.de wrote: ... no. it should look this (see below): $\overline{U_A}$ it should be ok now

Re: [NTG-context] bug with paragraph notes

2013-06-11 Thread Pablo Rodríguez
On 10/06/13 22:37, Hans Hagen wrote: On 6/10/2013 8:09 PM, Hans Hagen wrote: On 6/10/2013 7:32 PM, Pablo Rodríguez wrote: I found the bug in linenotes, but it seems not to be specific to paragraphed linenotes but to paragraphed notes (as Wolfgang kindly noted). a next upload will have

Re: [NTG-context] bug with paragraph notes

2013-06-11 Thread Hans Hagen
On 6/11/2013 7:11 PM, Pablo Rodríguez wrote: On 10/06/13 22:37, Hans Hagen wrote: On 6/10/2013 8:09 PM, Hans Hagen wrote: On 6/10/2013 7:32 PM, Pablo Rodríguez wrote: I found the bug in linenotes, but it seems not to be specific to paragraphed linenotes but to paragraphed notes (as Wolfgang

Re: [NTG-context] bug with paragraph notes

2013-06-11 Thread Pablo Rodríguez
On 11/06/13 20:54, Hans Hagen wrote: On 6/11/2013 7:11 PM, Pablo Rodríguez wrote: The only difference I see is the width=broad setting (sorry if I miss the point). well, others could benefit ... Done (http://wiki.contextgarden.net/Footnotes#Footnotes_in_pagraph_form). Pablo --

Re: [NTG-context] bug with overbar

2013-06-10 Thread luigi scarso
On Sun, Jun 9, 2013 at 4:33 PM, luigi scarso luigi.sca...@gmail.com wrote: On Sun, Jun 9, 2013 at 4:27 PM, Steffen Wolfrum cont...@st.estfiles.dewrote: ... no. it should look this (see below): $\overline{U_A}$ it should be ok now with the latest standalone -- luigi

Re: [NTG-context] bug with paragraph notes

2013-06-10 Thread Pablo Rodríguez
On 09/06/13 21:01, Thomas A. Schmitz wrote: On 06/09/2013 07:16 PM, Pablo Rodríguez wrote: Isn't it the plural for apparatus? (I mean the Latin one, although I might have forgotten the declensions as well.) Apparatuses sounds weird to me. It's apparatus (long u, fourth declension). apparati

Re: [NTG-context] bug with paragraph notes

2013-06-10 Thread Hans Hagen
On 6/10/2013 7:32 PM, Pablo Rodríguez wrote: On 09/06/13 21:01, Thomas A. Schmitz wrote: On 06/09/2013 07:16 PM, Pablo Rodríguez wrote: Isn't it the plural for apparatus? (I mean the Latin one, although I might have forgotten the declensions as well.) Apparatuses sounds weird to me. It's

Re: [NTG-context] bug with paragraph notes

2013-06-10 Thread Hans Hagen
On 6/10/2013 8:09 PM, Hans Hagen wrote: On 6/10/2013 7:32 PM, Pablo Rodríguez wrote: On 09/06/13 21:01, Thomas A. Schmitz wrote: On 06/09/2013 07:16 PM, Pablo Rodríguez wrote: Isn't it the plural for apparatus? (I mean the Latin one, although I might have forgotten the declensions as well.)

[NTG-context] bug with paragraph notes

2013-06-09 Thread Pablo Rodríguez
Hi Hans, as I posted to the list in the past and it has been confirmed by Wolfgang Schuster, there is a bug that prevents the proper separation of paragraph notes from text body. Here you have a sample: \setupbodyfont[pagella] \setupnote[footnote][paragraph=yes]

[NTG-context] bug with overbar

2013-06-09 Thread Steffen Wolfrum
Hi Hans, this seems to be a bug: the overbar should not be set separately again over A \usemodule[mathml] \starttext \startbuffer math xmlns=http://www.w3.org/1998/Math/MathML; mrow mover accent=true mrow msub

Re: [NTG-context] bug with overbar

2013-06-09 Thread luigi scarso
On Sun, Jun 9, 2013 at 3:38 PM, Steffen Wolfrum cont...@st.estfiles.dewrote: Hi Hans, this seems to be a bug: the overbar should not be set separately again over A \usemodule[mathml] \starttext \startbuffer math xmlns=http://www.w3.org/1998/Math/MathML; mrow mover

Re: [NTG-context] bug with overbar

2013-06-09 Thread Steffen Wolfrum
... no. it should look this (see below): $\overline{U_A}$ but coded in MathML. st. Bildschirmfoto 2013-06-09 um 16.25.37.pdf Description: Adobe PDF document ___ If your question is of interest to others as

Re: [NTG-context] bug with paragraph notes

2013-06-09 Thread Thomas A. Schmitz
On 06/09/2013 01:01 PM, Pablo Rodríguez wrote: Would it be possible that this bug could be fixed? (This is specially important for critical apparati.) apparati, eh? Thomas ___ If your question is of interest to

Re: [NTG-context] bug with paragraph notes

2013-06-09 Thread Pablo Rodríguez
On 09/06/13 18:55, Thomas A. Schmitz wrote: On 06/09/2013 01:01 PM, Pablo Rodríguez wrote: Would it be possible that this bug could be fixed? (This is specially important for critical apparati.) apparati, eh? Isn't it the plural for apparatus? (I mean the Latin one, although I might have

Re: [NTG-context] bug with paragraph notes

2013-06-09 Thread Pablo Rodríguez
On 09/06/13 18:55, Thomas A. Schmitz wrote: On 06/09/2013 01:01 PM, Pablo Rodríguez wrote: Would it be possible that this bug could be fixed? (This is specially important for critical apparati.) apparati, eh? By the way, Thomas, haven't you found this bug in any of your editions? Many

[NTG-context] Bug in the latest beta

2013-04-15 Thread Jannik Voges
Hello ConTeXt-Users, I have found a bug, when using \writetolist: \starttext \writetolist[chapter]{}{test} \stoptext That gives an error, but changing the list to a not predefined list doesn't. For example \definelist[chapter1] \starttext \writetolist[chapter1]{}{test} \stoptext

Re: [NTG-context] Bug in the latest beta

2013-04-15 Thread Wolfgang Schuster
Am 14.04.2013 um 12:42 schrieb Jannik Voges researchj...@icloud.com: Hello ConTeXt-Users, I have found a bug, when using \writetolist: \starttext \writetolist[chapter]{}{test} \stoptext That gives an error, but changing the list to a not predefined list doesn't. For example

Re: [NTG-context] Bug in the latest beta

2013-04-15 Thread Jannik Voges
Hello, today I updated the beta and the error is gone. Thanks for the fix or sorry, if that error was caused by a corrupt installation. Jannik Am 14.04.2013 um 12:42 schrieb Jannik Voges researchj...@icloud.com: Hello ConTeXt-Users, I have found a bug, when using \writetolist:

[NTG-context] Bug in the latest beta (\stopalignment)

2013-04-10 Thread Jannik Voges
Hello everbody, the following minimal example results in two lines with the centered word 'test'. \starttext \startalignment[middle] Test \stopalignment Test \stoptext Jannik ___ If your question is of

Re: [NTG-context] Bug in the latest beta (\stopalignment)

2013-04-10 Thread Alan BRASLAU
On Tue, 9 Apr 2013 18:07:19 +0200 Jannik Voges jannik.vo...@icloud.com wrote: \stopalignment Yes, I noticed a bug with \stopalignment. In fact \startalignment\stopalignment now gives errors in certain situations, for example, within a \startfootnote \stopfootnote pair. Alan

Re: [NTG-context] Bug in the latest beta (\stopalignment)

2013-04-10 Thread Hans Hagen
On 4/10/2013 9:49 AM, Alan BRASLAU wrote: On Tue, 9 Apr 2013 18:07:19 +0200 Jannik Voges jannik.vo...@icloud.com wrote: \stopalignment Yes, I noticed a bug with \stopalignment. In fact \startalignment\stopalignment now gives errors in certain situations, for example, within a \startfootnote

Re: [NTG-context] Bug in \column

2013-03-22 Thread Xan
Al 21/03/13 23:58, En/na Wolfgang Schuster ha escrit: Am 21.03.2013 um 09:40 schrieb Xan dxpubl...@telefonica.net: Thanks guys for trying to solve which I definitely tag as a bug ;-). It seems there is no faster solution but surely Hans will find one ;-) By the user perspective it's an

Re: [NTG-context] Bug in \column

2013-03-22 Thread Xan
Al 21/03/13 23:58, En/na Wolfgang Schuster ha escrit: Can you test your example with the mixedcolumns environment instead of the normal columns environment (use the latest beta). Wolfgang My current version of context is: 2012.07.27 16:41 (context --version produces this) Sorry, Xan.

Re: [NTG-context] Bug in \column

2013-03-22 Thread Xan
Al 21/03/13 23:58, En/na Wolfgang Schuster ha escrit: Am 21.03.2013 um 09:40 schrieb Xan dxpubl...@telefonica.net: Thanks guys for trying to solve which I definitely tag as a bug ;-). It seems there is no faster solution but surely Hans will find one ;-) By the user perspective it's an

Re: [NTG-context] Bug in \column

2013-03-22 Thread Xan
Al 21/03/13 23:58, En/na Wolfgang Schuster ha escrit: Am 21.03.2013 um 09:40 schrieb Xan dxpubl...@telefonica.net: Thanks guys for trying to solve which I definitely tag as a bug ;-). It seems there is no faster solution but surely Hans will find one ;-) By the user perspective it's an

Re: [NTG-context] Bug in \column

2013-03-21 Thread Xan
Al 20/03/13 10:52, En/na Wolfgang Schuster ha escrit: Am 20.03.2013 um 10:40 schrieb Hans Hagen pra...@wxs.nl: For Wolfgangs eyes only: \installcolumnbreakmethod \s!multicolumn \v!yes {\penalty\c_page_mix_break_forced\relax} Maybe that one works ok. No it doesn’t work, the penalty is

Re: [NTG-context] Bug in \column

2013-03-21 Thread Wolfgang Schuster
Am 21.03.2013 um 09:40 schrieb Xan dxpubl...@telefonica.net: Thanks guys for trying to solve which I definitely tag as a bug ;-). It seems there is no faster solution but surely Hans will find one ;-) By the user perspective it's an annoying behaviour and I have to change manually the

Re: [NTG-context] Bug in \column

2013-03-20 Thread Wolfgang Schuster
Am 19.03.2013 um 20:50 schrieb Xan dxpubl...@telefonica.net: Can you modify it for working? By the user perspective it's an annoying bug. A clean command should not produce that, isn't it? I have to agree that the current situation with the \column command isn’t perfect but each solution

Re: [NTG-context] Bug in \column

2013-03-20 Thread Hans Hagen
On 3/20/2013 10:28 AM, Wolfgang Schuster wrote: Am 19.03.2013 um 20:50 schrieb Xan dxpubl...@telefonica.net: Can you modify it for working? By the user perspective it's an annoying bug. A clean command should not produce that, isn't it? I have to agree that the current situation with the

Re: [NTG-context] Bug in \column

2013-03-20 Thread Wolfgang Schuster
Am 20.03.2013 um 10:40 schrieb Hans Hagen pra...@wxs.nl: For Wolfgangs eyes only: \installcolumnbreakmethod \s!multicolumn \v!yes {\penalty\c_page_mix_break_forced\relax} Maybe that one works ok. No it doesn’t work, the penalty is ignored and text from the first column appears in the

Re: [NTG-context] Bug in \column

2013-03-20 Thread Keith J. Schultz
OOOsss! Do I have to kill myself! ;-))) Would like to have a reference for this kind of stuff! regards Keith. Am 20.03.2013 um 10:40 schrieb Hans Hagen pra...@wxs.nl: For Wolfgangs eyes only: \installcolumnbreakmethod \s!multicolumn \v!yes

Re: [NTG-context] Bug in \column

2013-03-19 Thread Xan
Al 18/03/13 22:34, En/na Wolfgang Schuster ha escrit: Am 18.03.2013 um 19:32 schrieb Xan dxpubl...@telefonica.net: Hi, I found a possibly bug (I attached the doc). With bigskip twocolumns work but with \column it does not. That is, with the diff: 98c98 \bigskip --- %\bigskip 100c100

[NTG-context] Bug in \column

2013-03-18 Thread Xan
Hi, I found a possibly bug (I attached the doc). With bigskip twocolumns work but with \column it does not. That is, with the diff: 98c98 \bigskip --- %\bigskip 100c100 %\column --- \column it does not work: the last exercise is shown in the first column. Can anyone explain me what

Re: [NTG-context] bug in new beta

2013-03-18 Thread Xenia
On 17.03.2013 11:34, Hans Hagen wrote: On 3/17/2013 5:24 AM, Jonathan Barchi wrote: Hans (mostly), I've seen that font error too, but it never seemed to cause problems so I've been ignoring it after I realized that. What I did figure out is that it seems to throw that error the first

Re: [NTG-context] bug in new beta

2013-03-18 Thread Wolfgang Schuster
Am 18.03.2013 um 21:58 schrieb Xenia yor...@googlemail.com: On 17.03.2013 11:34, Hans Hagen wrote: On 3/17/2013 5:24 AM, Jonathan Barchi wrote: Hans (mostly), I've seen that font error too, but it never seemed to cause problems so I've been ignoring it after I realized that. What I

Re: [NTG-context] Bug in \column

2013-03-18 Thread Wolfgang Schuster
Am 18.03.2013 um 19:32 schrieb Xan dxpubl...@telefonica.net: Hi, I found a possibly bug (I attached the doc). With bigskip twocolumns work but with \column it does not. That is, with the diff: 98c98 \bigskip --- %\bigskip 100c100 %\column --- \column it does not work:

Re: [NTG-context] bug in new beta

2013-03-18 Thread Xenia
On 18.03.2013 22:03, Wolfgang Schuster wrote: Am 18.03.2013 um 21:58 schrieb Xenia yor...@googlemail.com: On 17.03.2013 11:34, Hans Hagen wrote: On 3/17/2013 5:24 AM, Jonathan Barchi wrote: Hans (mostly), I've seen that font error too, but it never seemed to cause problems so I've been

Re: [NTG-context] bug in new beta

2013-03-17 Thread Hans Hagen
On 3/17/2013 5:24 AM, Jonathan Barchi wrote: Hans (mostly), I've seen that font error too, but it never seemed to cause problems so I've been ignoring it after I realized that. What I did figure out is that it seems to throw that error the first time it loads a new font - that is, the first

[NTG-context] bug in new beta

2013-03-16 Thread Xenia
Hi there, bold font in math works now for me, but there occurs a new error message even for simple text samples (see logfile) with ConTeXt ver: 2013.03.15 00:17 MKIV and still after updating to $ context --version mtx-context | ConTeXt Process Management 0.60 […] mtx-context | current

Re: [NTG-context] bug in new beta

2013-03-16 Thread Hans Hagen
On 3/16/2013 12:35 PM, Xenia wrote: Hi there, bold font in math works now for me, but there occurs a new error message even for simple text samples (see logfile) with I need some more info .. I also see system lua compiling

Re: [NTG-context] bug in new beta

2013-03-16 Thread Hans Hagen
On 3/16/2013 12:35 PM, Xenia wrote: Hi there, bold font in math works now for me, but there occurs a new error message even for simple text samples (see logfile) with btw, most of these recent issues have to do with a cleanup of log messages i also did some optimization in generating the

Re: [NTG-context] bug in new beta

2013-03-16 Thread Xenia
On 16.03.2013 12:39, Hans Hagen wrote: On 3/16/2013 12:35 PM, Xenia wrote: Hi there, bold font in math works now for me, but there occurs a new error message even for simple text samples (see logfile) with I need some more info .. I also see system lua compiling

Re: [NTG-context] bug in new beta

2013-03-16 Thread Hans Hagen
On 3/16/2013 12:49 PM, Xenia wrote: On 16.03.2013 12:39, Hans Hagen wrote: On 3/16/2013 12:35 PM, Xenia wrote: Hi there, bold font in math works now for me, but there occurs a new error message even for simple text samples (see logfile) with I need some more info .. I also see system

Re: [NTG-context] bug in new beta

2013-03-16 Thread Xenia
On 16.03.2013 12:56, Hans Hagen wrote: On 3/16/2013 12:49 PM, Xenia wrote: On 16.03.2013 12:39, Hans Hagen wrote: On 3/16/2013 12:35 PM, Xenia wrote: Hi there, bold font in math works now for me, but there occurs a new error message even for simple text samples (see logfile) with I need

Re: [NTG-context] bug in new beta

2013-03-16 Thread Jonathan Barchi
On Sat, Mar 16, 2013 at 7:49 AM, Xenia yor...@googlemail.com wrote: On 16.03.2013 12:39, Hans Hagen wrote: On 3/16/2013 12:35 PM, Xenia wrote: Hi there, bold font in math works now for me, but there occurs a new error message even for simple text samples (see logfile) with I need some more

[NTG-context] Bug in \start (Re: reStructuredText module)

2013-03-14 Thread Aditya Mahajan
Reposting this, as I think that it was missed in the previous thread. It is still present in the current beta. On Tue, 12 Mar 2013, Aditya Mahajan wrote: @Hans, there is a bug in core-sys.mkiv: There is a missing \expandafter, and currentstartstop should be changed to m_syst_start_stop.

Re: [NTG-context] Bug in \start (Re: reStructuredText module)

2013-03-14 Thread Hans Hagen
On 3/14/2013 5:02 PM, Aditya Mahajan wrote: Reposting this, as I think that it was missed in the previous thread. It is still present in the current beta. On Tue, 12 Mar 2013, Aditya Mahajan wrote: @Hans, there is a bug in core-sys.mkiv: There is a missing \expandafter, and currentstartstop

[NTG-context] bug in paragraph notes

2013-02-18 Thread Pablo Rodríguez
Hi Hans, two months ago, I reported a bug with paragraph linenotes not properly separated from body. Here was my sample: \definelinenote[A] \setupnote[A][paragraph=yes] \setupnotation[A][alternative=serried] \starttext \startlinenumbering \dorecurse{500}{body\A{note} } \stoplinenumbering

[NTG-context] Bug in \externalfigure[...][factor=max]

2013-02-02 Thread Aditya Mahajan
\externalfigure[...][factor=max] behaves incorrectly (or at lease does not behave as expected) when the width of the figure is less than the height. Minimal example: \startbuffer \startTABLE[frame=off,align={middle,lohi}] \NC none \NC \externalfigure[cow][ratio] \NC \NR \NC max \NC

Re: [NTG-context] Bug in reference to sections

2013-01-23 Thread Wolfgang Schuster
Am 23.01.2013 um 08:39 schrieb Otared Kavian ota...@gmail.com: Hi Hans, I noticed that with the latest mkiv (version 2013.01.22 18:33 MKIV fmt: 2013.1.22) when the sections have no numbers two « ! » are printed and this behavior is new: with previous versions when invoking for instance

Re: [NTG-context] Bug in reference to sections

2013-01-23 Thread Hans Hagen
On 1/23/2013 9:12 AM, Wolfgang Schuster wrote: Am 23.01.2013 um 08:39 schrieb Otared Kavian ota...@gmail.com: Hi Hans, I noticed that with the latest mkiv (version 2013.01.22 18:33 MKIV fmt: 2013.1.22) when the sections have no numbers two « ! » are printed and this behavior is new: with

Re: [NTG-context] Bug in reference to sections

2013-01-23 Thread Hans Hagen
On 1/23/2013 9:38 AM, Hans Hagen wrote: On 1/23/2013 9:12 AM, Wolfgang Schuster wrote: Am 23.01.2013 um 08:39 schrieb Otared Kavian ota...@gmail.com: Hi Hans, I noticed that with the latest mkiv (version 2013.01.22 18:33 MKIV fmt: 2013.1.22) when the sections have no numbers two « ! » are

Re: [NTG-context] Bug in reference to sections

2013-01-23 Thread Marco Patzer
On 2013–01–23 Hans Hagen wrote: IIRC this was a feature request a while ago, the macros to print ?? and !! are defined as I'm the one to blame! \def\dummyreference{{\tttf ??}} \def\wrongreference{{\tttf !!}} As there are indeed side effects I'll remove that options. I hope you mean

Re: [NTG-context] Bug in reference to sections

2013-01-23 Thread Otared Kavian
On 23 janv. 2013, at 09:38, Hans Hagen pra...@wxs.nl wrote: As there are indeed side effects I'll remove that options. Asking for a number of an unnumbered section is weird anyway. Hi, Thanks to Hans and Wolfgang for your attention and the workarounds you offer. When I want to refer to an

Re: [NTG-context] Bug in reference to sections

2013-01-23 Thread Hans Hagen
On 1/23/2013 11:10 AM, Otared Kavian wrote: Thanks to Hans and Wolfgang for your attention and the workarounds you offer. When I want to refer to an un-numbered section, it makes sense in an interactive document. Maybe, instead of \in{other section}[sec:other] I should use another

[NTG-context] Bug in reference to sections

2013-01-22 Thread Otared Kavian
Hi Hans, I noticed that with the latest mkiv (version 2013.01.22 18:33 MKIV fmt: 2013.1.22) when the sections have no numbers two « ! » are printed and this behavior is new: with previous versions when invoking for instance \in{other section}[sec:other] there used to be a link to the

Re: [NTG-context] Bug in label and setuphead

2013-01-18 Thread Aditya Mahajan
On Fri, 18 Jan 2013, Wolfgang Schuster wrote: Am 17.01.2013 um 19:20 schrieb Aditya Mahajan adit...@umich.edu: \setuphead[whatever][label=whatever] does not change anything. This looks like a bug to me. Otherwise, what is the right way of changing the label of a section head?

[NTG-context] Bug in label and setuphead

2013-01-17 Thread Aditya Mahajan
Hi, (This is based on a question on tex.se: http://tex.stackexchange.com/q/94170/323) If a new head is defined based on an existing head, it still uses the label of the previous head. \definehead[whatever][chapter] \setuplabeltext[en][whatever=Whatever~]

Re: [NTG-context] Bug in label and setuphead

2013-01-17 Thread Wolfgang Schuster
Am 17.01.2013 um 19:20 schrieb Aditya Mahajan adit...@umich.edu: Hi, (This is based on a question on tex.se: http://tex.stackexchange.com/q/94170/323) If a new head is defined based on an existing head, it still uses the label of the previous head. \definehead[whatever][chapter]

[NTG-context] Bug?

2012-11-20 Thread Willi Egger
Hi all! It appears to me, that there is a bug in transferring internal information: Suppose you have a large image. You need to squeeze this image into the width of 1 column in a two column environment. If the figure is placed with a fixed width it comes out as expect. If you use \textwidth

Re: [NTG-context] Bug in footnote conversion?

2012-11-01 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Wed, 31 Oct 2012 17:17:06 +0100, Aditya Mahajan adit...@umich.edu wrote: On Wed, 31 Oct 2012, Wolfgang Schuster wrote: You can look if you find something in the manuals or the wiki. If not, then add the information to the wiki. Aditya I added some snippets to existing wiki-pages:

[NTG-context] Bug in footnote conversion?

2012-10-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, the following example is copied from http://wiki.contextgarden.net/Command/setupfootnotes: \defineconversion[starred][\starredconv] \def\starredconv#1{\ifcase#1\or*\or**\or***\fi} \setupfootnotes[conversion=starred,color=blue,frame=on] \starttext Charles IV\footnote{Best Czech

Re: [NTG-context] Bug in footnote conversion?

2012-10-31 Thread Wolfgang Schuster
Am 31.10.2012 um 16:16 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Hello, the following example is copied from http://wiki.contextgarden.net/Command/setupfootnotes: \defineconversion[starred][\starredconv] \def\starredconv#1{\ifcase#1\or*\or**\or***\fi}

Re: [NTG-context] Bug in footnote conversion?

2012-10-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Wed, 31 Oct 2012 16:19:53 +0100, Wolfgang Schuster wolfgang.schus...@gmail.com wrote: \setupnotation[footnote][numberconversion=set 1] Wolfgang Thanks, it works. Question: set 1 is a built-in number conversion? - If so, what are other built-in [number] conversion sets? - - Are they

Re: [NTG-context] Bug in footnote conversion?

2012-10-31 Thread Wolfgang Schuster
Am 31.10.2012 um 16:43 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: On Wed, 31 Oct 2012 16:19:53 +0100, Wolfgang Schuster wolfgang.schus...@gmail.com wrote: \setupnotation[footnote][numberconversion=set 1] Wolfgang Thanks, it works. Question: set 1 is a built-in

Re: [NTG-context] Bug in footnote conversion?

2012-10-31 Thread Aditya Mahajan
On Wed, 31 Oct 2012, Wolfgang Schuster wrote: You can look if you find something in the manuals or the wiki. If not, then add the information to the wiki. Aditya ___ If your question is of interest to others as

Re: [NTG-context] Bug in math integral

2012-10-23 Thread Marco Pessotto
Hans Hagen pra...@wxs.nl writes: Keep in mind that mkiv and mkii will never produce the same results (e.g.: more granularity in font metrics in mkiv, less juggling with combined shapes in mkiv, etc). SO, it can never be the pixel wise reference. I'm well aware of this, but having something

Re: [NTG-context] Bug in math integral

2012-10-22 Thread Hans Hagen
On 22-10-2012 21:41, Otared Kavian wrote: On 22 oct. 2012, at 18:47, Marco Pessotto melmo...@gmail.com wrote: […] Should the attached (compiled with the latest beta, as fixed by Hans) be used as referenced? Hi Marco and Hans, Thanks to everyone for your attention, and many thanks to Hans

Re: [NTG-context] bug?: component inside component

2012-10-14 Thread Wolfgang Schuster
Am 14.10.2012 um 01:33 schrieb Zenlima p...@zenlima.eu: Hi, I tried to recompile a book (no project file, 1 product file, many component files) the first time for a while - but now it breaks with weird and random error messages. It starts when I have a component inside a component..

[NTG-context] bug?: component inside component

2012-10-13 Thread Zenlima
Hi, I tried to recompile a book (no project file, 1 product file, many component files) the first time for a while - but now it breaks with weird and random error messages. It starts when I have a component inside a component.. but only when I have more than just a few pages text. And is stops

Re: [NTG-context] Bug in tabulate?

2012-10-06 Thread Willi Egger
Hello Wolfgang, yeah, that is it! Thank you! Willi On Oct 6, 2012, at 10:32 AM, Wolfgang Schuster wrote: Am 06.10.2012 um 10:26 schrieb Willi Egger cont...@boede.nl: Hi all, I experience difficulty to get Context typeset a p column of small size in the tabulate environment. - The

[NTG-context] Bug in xits font? No widehat shows up

2012-09-17 Thread Otared Kavian
Dear Khaled, dear Hans, I noticed that when using xits fonts the command \widehat is ignored (though \hat gives the expected result). Minimal example %%% begin example \setupbodyfont[xits,11pt] \starttext By definition we set ${\widehat \phi}(\xi) := {\cal F}(\phi)(\xi)$ that is \startformula

Re: [NTG-context] Bug in page-sel.mkvi

2012-08-24 Thread Hans Hagen
On 23-8-2012 22:44, Sietse Brouwer wrote: There's a typo in page-sel.mkvi that makes \copypages not work. I'll fix it, thanks for noticing Hans - Hans Hagen | PRAGMA ADE

[NTG-context] Bug in page-sel.mkvi

2012-08-23 Thread Sietse Brouwer
Hi Hans, There's a typo in page-sel.mkvi that makes \copypages not work. Cheers, Sietse \def\page_selectors_copy[#filename][#settings][#figuresettings]% {\bgroup \getfiguredimensions[#filename]% \global\c_page_selectors_n\noffigurepages\relax

[NTG-context] Bug in framed ...

2012-08-17 Thread Bernhard Rosensteiner
Hi all, i think there is a bug when using rounded corners in frames (ConTeXt ver: 2012.08.16 22:20 MKIV fmt: 2012.8.17 int: english/english). Minimal example: \starttext %works: \framed[framecorner=rectangular, bottomframe=off, rightframe=off]{happy ConTeXting!} %bottomline and rightline

[NTG-context] Bug with setupinteraction and footnote

2012-08-05 Thread Otared Kavian
Hi Hans, With the latest beta (ConTeXt ver: 2012.08.04 14:00 MKIV fmt: 2012.8.5) the following use of \setupinteraction[state=start] and \footnote causes a luatex error: %% \setupinteraction[state=start] \starttext While testing footnotes\footnote{This is a footnote.} we encounter a bug

<    4   5   6   7   8   9   10   11   12   13   >