[NTG-context] two bugs in the latest beta of context mkiv

2012-12-03 Thread Jannik Voges
Hello,


I want to report two bugs in the latest beta of context mkiv.

When I  typeset the following example, I get the sectionnumber 1 for the second 
subsection. I would expect the sectionnumber 2.0.1 for that subsection. This 
problem (wrong sectionnumber) also appears in the table of contents.

\starttext
\chapter{A Chapter}
\section{A Section}
\subsection{A Subsection}

\chapter{Another Chapter}
\subsection{Another Subsection}
\stoptext

In my attempt to circumvent this problem I tried to write my own table of 
contents (the number in the headlines were easy to fix) with 
\writetolist[toc]{number}{text}. But \writetolist seems to be broken, because 
the sectionnumber is missing. As an minimal example you can use the example 
from the context-wiki:

\definelist[Reprints][criterium=all]

\starttext
  \section{Sec 1}
  \writetolist[Reprints]{1.}{List entry A}%
  \writetolist[Reprints]{}{With no number}%
  \subsection{Subsec 1}
  \writebetweenlist[Reprints]{\hrule}
  \writetolist[Reprints]{2.}{List entry B}%
  \completelist[Reprints]
\stoptext

As you see, the horizontal line appears at the top of the list and not after 
the second entry. So there seems to be an additional bug.


Sincerely

Jannik
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Broken footnote-numbering in the latest beta

2012-12-19 Thread Jannik Voges
Hello,



When I use \setupnotation[footnote][way=bypage] in the latest beta to reset the 
footnote counter on each page, that doesn't work anymore.

Minimal example:

\setupnotation[foonote][way=bypage]

\starttext

Text\footnote{a footnote}, Text\footnote{another footnote}

\page

Text\footnote{a footnote with wrong number}, Text\footnote{another footnote 
with wrong number}

\stoptext


Jannik
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken footnote-numbering in the latest beta

2012-12-19 Thread Jannik Voges
Hello,


as you might have noticed (thanks Robert), I misspelled footnote in 
\setupnotation[footnote]…, so my example works perfectly fine. But I found the 
real bug in my document. I use natural tables with footnotes and 
\automigrateinserts in my document. Everything works fine, when the first 
footnote on a page doesn't appear in a natural table. When it does, the 
footnote counter isn't reseted.

Minimal example:

\setupnotation[footnote][way=bypage]
\automigrateinserts

\starttext

Text\footnote{correct}

\bTABLE
\bTR \bTD Text\footnote{correct} \eTD \eTR
\eTABLE

\page

\bTABLE
\bTR \bTD Text\footnote{incorrect} \eTD \eTR
\eTABLE

Text\footnote{incorrect}

\stoptext

Am 19.12.2012 um 18:14 schrieb Jannik Voges forumj...@icloud.com:

 Hello,
 
 
 
 When I use \setupnotation[footnote][way=bypage] in the latest beta to reset 
 the footnote counter on each page, that doesn't work anymore.
 
 Minimal example:
 
 \setupnotation[foonote][way=bypage]
 
 \starttext
 
 Text\footnote{a footnote}, Text\footnote{another footnote}
 
 \page
 
 Text\footnote{a footnote with wrong number}, Text\footnote{another footnote 
 with wrong number}
 
 \stoptext
 
 
 Jannik
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Natural Tables in multiple columns

2012-12-24 Thread Jannik Voges
Hello ConTeXt-Users,



I get a strange behavior (latest beta), when I try to typeset natural tables 
and normal text in multiple columns. When I type normal text into a column and 
add a natural table which total length is small enough to fit into the column, 
the table is placed into the column with the text. When the total length is too 
large, the table starts in the next column and leaves the rest of the column 
empty (of course I used split=yes). I would expect that the table starts in the 
column with the text and is split properly.

Minimal example:

small table

\starttext
\startcolumns[n=3]
\dorecurse{10}{Test\crlf}
\bTABLE[split=yes]
\dorecurse{10}
{\bTR \bTD a\eTD \bTD b \eTD \eTR}
\eTABLE
\stopcolumns
\stoptext

large table

\starttext
\startcolumns[n=3]
\dorecurse{10}{Test\crlf}
\bTABLE[split=yes]
\dorecurse{20}
{\bTR \bTD a\eTD \bTD b \eTD \eTR}
\eTABLE
\stopcolumns
\stoptext
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Broken header=repeat in extreme tables

2013-01-08 Thread Jannik Voges
Hello ConTeXt-Users,


when I try to split long extreme tables and want to get repeating first and 
last rows on each page (or in each column) with header=repeat (or 
footer=repeat), that doesn't work (latest beta).

minimal example:

\starttext

\startxtable[split=yes,header=repeat,footer=repeat]
\startxtablehead
\startxrow
\startxcell head one \stopxcell
\startxcell head two \stopxcell
\stopxrow
\stopxtablehead
\startxtablebody
\dorecurse{100}{\startxrow
\startxcell body one \stopxcell
\startxcell body two \stopxcell
\stopxrow}
\stopxtablebody
\startxtablefoot
\startxrow
\startxcell foot one \stopxcell
\startxcell foot two \stopxcell
\stopxrow
\stopxtablefoot
\stopxtable

\stoptext



Thanks

Jannik


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[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 interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[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


Thanks

Jannik
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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:
 
 \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
 
 
 Thanks
 
 Jannik
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Numbers in Headings

2013-05-21 Thread Jannik Voges
Hello everyone,


When I try the following simple example, the first \subsection generates 1 as 
the section number. I would want to get a 1.0.1 without defining my own section 
numbers. Is there an easier way to get the desired number?

Thanks for your help.

Jannik

\starttext

\chapter{Test}
\subsection{Test}

\chapter{Test}
\section{Test}
\subsection{Test}

\stoptext
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[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.

\externalfigure[test][width=10cm]

This text will not appear.

\stoptext


The first two \externalfigure-commands (with cow) will give a grey placeholder 
with 'state:unknown' in it. The third \externalfigure-command 
(\externalfigure[test]) will work, and the last one won't. In this example, you 
will get an empty third page and the text after the \externalfigure-command 
doesn't appear in the pdf. 'test' can be a pdf-file or jpeg-file (I only tested 
whose types of files).


Thanks

Jannik
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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 the source 
files with 'test.pdf'. You can see the bug there or when you compile the 
example below. This time, the sample files are loaded correctly and you will 
see, that the second graphic and sentence are missing.

\setupexternalfigures[location=default]

\starttext

\externalfigure[cow.pdf]

\page

This text will appear.

\externalfigure[cow.pdf][width=10cm]

This text will not appear.

\stoptext


Am 01.08.2013 um 15:52 schrieb Peter Münster pmli...@free.fr:

 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 (\externalfigure[test]) will work,
 and the last one won't. In this example, you will get an empty third
 page and the text after the \externalfigure-command doesn't appear in
 the pdf. 'test' can be a pdf-file or jpeg-file (I only tested whose
 types of files).
 
 If you want, that other people can reproduce your problem, you have at
 least 2 possibilities:
 1.) You use \setupexternalfigures[location=default] and the sample
files of the distribution.
 2.) Or if 1.) doesn't work, you provide somewhere the needed files for
reproducing the problem.
 
 See also
 http://wiki.contextgarden.net/ConTeXt_Mailing_Lists#Before_asking_on_the_list
 
 -- 
   Peter
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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, 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 of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] copypaste from pdf bug (smallcaps, text figures)

2013-08-01 Thread Jannik Voges
Works with OS X Preview (10.8.4).



Am 01.08.2013 um 19:33 schrieb Philipp Gesang 
philipp.ges...@alumni.uni-heidelberg.de:


  \setupbodyfont [iwona]
  \starttext
\feature[+][just-os,smallcaps] 0123456789 abcdefghijklmnopqrstuvwxyz
  \stoptext

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

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 use evince (linux) the pdf is displayed correctly. I attache a 
 zip-file with the pdf-file of the minimal example and a screenshot of the 
 second page, when you view it with Apple's Preview (Preview.png) and evince 
 (Evince.png). Peter Münster reported, that he can confirm the problem with 
 acrobat reader (I have not installed Acrobat), so I think, there is a 
 problem with the generated pdf.
 
 can you try with \nopdfcompression (that way we can look into the file)
 
 
 -
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
 -
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___


Untitled.pdf
Description: Adobe PDF document
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

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)
 
 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) == string then
setfield(t,data,rx)
else
setfield(t,data,formatters[%s %s %s %s](rx or 1,sx or 0,sy or 0,ry 
 or 1)) -- todo: tx ty
end
return t
 end
 
 
 Hans
 
 -
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
 -
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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'
.../context/tex/texmf-context/tex/context/base/util-lua.lua:84: in 
function 'loadedluacode'
.../context/tex/texmf-context/tex/context/base/luat-env.lua:104: in 
function 'luafilechunk'
.../context/tex/texmf-context/tex/context/base/luat-cod.lua:45: in 
function 'registercode'
[string \directlua ]:1: in main chunk.

system   tex  error on line 35 in file 
/usr/local/context/tex/texmf-context/tex/context/base/back-pdf.mkiv: LuaTeX 
error  ...

25 \registerctxluafile{lpdf-wid}{1.001}
26 \registerctxluafile{lpdf-fld}{1.001}
27 \registerctxluafile{lpdf-mov}{1.001}
28 \registerctxluafile{lpdf-u3d}{1.001}
29 \registerctxluafile{lpdf-swf}{1.001}
30 \registerctxluafile{lpdf-tag}{1.001}
31 \registerctxluafile{lpdf-fmt}{1.001}
32 \registerctxluafile{lpdf-epd}{1.001}
33 \registerctxluafile{lpdf-epa}{1.001}
34 
35   \registerctxluafile{back-pdf}{1.001} % some code will move to lpdf-*
36 
37 \unprotect
38 
39 %D We will minimize the number of calls to \PDF\ specific primitives
40 %D and delegate all management and injection of code to the backend.
41 %D
42 %D Here we initialize some internal quantities. We also protect them.
43 
44 \pdfoutput  1 \let\pdfoutput \undefined \newcount\pdfoutput  
\pdfoutput  1
45 \pdfhorigin 1 true in \let\pdfhorigin\undefined \newdimen\pdfhorigin 
\pdfhorigin 1 true in


\registerctxluafile ...ua.registercode(#1,#2)}
  
l.35 \registerctxluafile{back-pdf}{1.001}
% some code will move to lpdf-*
? 


Jannik

Am 02.08.2013 um 21:58 schrieb Hans Hagen pra...@wxs.nl:

 function nodepool.pdfsetmatrix(rx,sx,sy,ry,tx,ty)
local t = copy_node(pdfsetmatrix)
if type(rx) == string then
t.data = rx
else
t.data = formatters[%s %s %s %s](rx or 1,sx or 0,sy or 0,ry or 1) -- 
 todo: tx ty
end
return t
 end

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] bug in \externalfigure

2013-08-03 Thread Jannik Voges
The bug is fixed in the newest beta.


Thanks to everyone

Jannik



Am 02.08.2013 um 22:08 schrieb Jannik Voges researchj...@icloud.com:

 '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'
   .../context/tex/texmf-context/tex/context/base/util-lua.lua:84: in 
 function 'loadedluacode'
   .../context/tex/texmf-context/tex/context/base/luat-env.lua:104: in 
 function 'luafilechunk'
   .../context/tex/texmf-context/tex/context/base/luat-cod.lua:45: in 
 function 'registercode'
   [string \directlua ]:1: in main chunk.
 
 system   tex  error on line 35 in file 
 /usr/local/context/tex/texmf-context/tex/context/base/back-pdf.mkiv: LuaTeX 
 error  ...
 
 25 \registerctxluafile{lpdf-wid}{1.001}
 26 \registerctxluafile{lpdf-fld}{1.001}
 27 \registerctxluafile{lpdf-mov}{1.001}
 28 \registerctxluafile{lpdf-u3d}{1.001}
 29 \registerctxluafile{lpdf-swf}{1.001}
 30 \registerctxluafile{lpdf-tag}{1.001}
 31 \registerctxluafile{lpdf-fmt}{1.001}
 32 \registerctxluafile{lpdf-epd}{1.001}
 33 \registerctxluafile{lpdf-epa}{1.001}
 34 
 35   \registerctxluafile{back-pdf}{1.001} % some code will move to lpdf-*
 36 
 37 \unprotect
 38 
 39 %D We will minimize the number of calls to \PDF\ specific primitives
 40 %D and delegate all management and injection of code to the backend.
 41 %D
 42 %D Here we initialize some internal quantities. We also protect them.
 43 
 44 \pdfoutput  1 \let\pdfoutput \undefined \newcount\pdfoutput  
 \pdfoutput  1
 45 \pdfhorigin 1 true in \let\pdfhorigin\undefined \newdimen\pdfhorigin 
 \pdfhorigin 1 true in
 
 
 \registerctxluafile ...ua.registercode(#1,#2)}
 
 l.35 \registerctxluafile{back-pdf}{1.001}
% some code will move to lpdf-*
 ? 
 
 
 Jannik
 
 Am 02.08.2013 um 21:58 schrieb Hans Hagen pra...@wxs.nl:
 
 function nodepool.pdfsetmatrix(rx,sx,sy,ry,tx,ty)
   local t = copy_node(pdfsetmatrix)
   if type(rx) == string then
   t.data = rx
   else
   t.data = formatters[%s %s %s %s](rx or 1,sx or 0,sy or 0,ry or 1) -- 
 todo: tx ty
   end
   return t
 end
 
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Trouble with editors on Mac

2013-08-16 Thread Jannik Voges
Hello,


I think, you should remove the last 'context' in your PATH. So it should be 
'/Applications/ConTeXt/tex/texmf-osx-64/bin/'.


Jannik


Am 16.08.2013 um 10:06 schrieb Hans Hagen pra...@wxs.nl:

 On 8/14/2013 9:34 PM, Mari Voipio wrote:
 Hi!
 
 I updated my ConTeXt installation today and now it refuses to work
 with TextMate and TeXworks. When I use the typesetting command on
 either editor, I get the error message
 
 As you come from windows/scite you could try scite on osx. Unfortunately I 
 couldn't figure quit how to use the new context lexers on that platform.
 
 Hans
 
 -
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
 -
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] incrementing counters in tables

2013-12-10 Thread Jannik Voges
Dear ConTeXt-Users,


I want to use counters in tables. But incrementing counters in tables doesn’t 
work as expected. For example, when I typeset the following example, I get 
numbers between 80 and 119, I would expect numbers between 0 and 39. How can I 
get the desired numbers?

\definenumber[test]

\starttext
\bTABLE
\dorecurse{8}{
\bTR
\dorecurse{5}{\bTD \rawcountervalue[test]\incrementnumber[test] \eTD}
\eTR
}
\eTABLE
\stoptext

Thanks

Jannik Voges


signature.asc
Description: Message signed with OpenPGP using GPGMail
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] incrementing counters in tables

2013-12-10 Thread Jannik Voges
Thanks, that helps.


Am 10.12.2013 um 19:55 schrieb Aditya Mahajan adit...@umich.edu:

 On Tue, 10 Dec 2013, Jannik Voges wrote:
 
 Dear ConTeXt-Users,
 
 
 I want to use counters in tables. But incrementing counters in tables 
 doesn’t work as expected. For example, when I typeset the following example, 
 I get numbers between 80 and 119, I would expect numbers between 0 and 39. 
 How can I get the desired numbers?
 
 \definenumber[test]
 
 \starttext
 \bTABLE
 \dorecurse{8}{
  \bTR
  \dorecurse{5}{\bTD \rawcountervalue[test]\incrementnumber[test] \eTD}
  \eTR
 }
 \eTABLE
 \stoptext
 
 Change that to:
 
 \rawcountervalue[test]\iftrialtypesetting\else\incrementnumber[test]\fi
 
 Aditya___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Error in the latest beta

2013-12-20 Thread Jannik Voges
Hello,


I want to report a bug in the latest beta. I use Mac OS X 10.9.1 and whenever I 
typeset a file, I get the following error at the end:


error: writefont.c: The file format (unknown) for font `lmroman12-regular' is 
incompatible with wide characters

 == Fatal error occurred, no output PDF file produced!
!LuaTeX error: writefont.c: The file format (unknown) for font 
`lmroman12-regular' is incompatible with wide characters
 == Fatal error occurred, no output PDF file produced!


Thanks

Jannik


signature.asc
Description: Message signed with OpenPGP using GPGMail
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

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

2013-12-20 Thread Jannik Voges
Thanks a lot for the fast fix.

Jannik


Am 20.12.2013 um 23:49 schrieb Hans Hagen pra...@wxs.nl:

 On 12/20/2013 11:40 PM, Jannik Voges wrote:
 Hello,
 
 
 I want to report a bug in the latest beta. I use Mac OS X 10.9.1 and 
 whenever I typeset a file, I get the following error at the end:
 
 
 error: writefont.c: The file format (unknown) for font `lmroman12-regular' 
 is incompatible with wide characters
 
  == Fatal error occurred, no output PDF file produced!
 !LuaTeX error: writefont.c: The file format (unknown) for font 
 `lmroman12-regular' is incompatible with wide characters
  == Fatal error occurred, no output PDF file produced!
 
 i uploaded a new beta
 
 Hans
 
 -
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
 -
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Misplaced \widehat and \widetilde in mkiv?

2014-01-24 Thread Jannik Voges
The minimal example works fine with the latest beta (ConTeXt  ver: 2014.01.24 
10:20 MKIV beta  fmt: 2014.1.24).


Am 23.01.2014 um 21:52 schrieb Otared Kavian otared.kav...@gmail.com:

 Hi Hans,
 
 It seems that with the latest beta mkiv, version
 
   ConTeXt  ver: 2014.01.23 01:55 MKIV beta  fmt: 2014.1.23  
 
 \widetilde and \widehat in mathmode are misplaced (and this is so in any of 
 the fonts I tried).
 Please compare the result of the following in mkii (where everything is 
 correct) and in mkiv:
  begin tilde-hat.tex
 \starttext
 
 We set ${\widetilde n}(t) := n(1 - t)$, and ${\widehat u}(\xi) := \int_{{\Bbb 
 R}}\exp(-{\rm i}x\xi)f(x)dx$.
 
 \stoptext
  end tilde-hat.tex
 The attached PDF is obtained with mkiv.
 Best regards: OK
 
 bug-widetilde.pdf___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Problem with matematics (derivative and brackets combinations) + wrong pagenumbering

2014-02-04 Thread Jannik Voges
You should use ^\prime instead of '.


Jannik Voges

Am 05.02.2014 um 00:07 schrieb Jaroslav Hajtmar hajt...@gyza.cz:

 Hello ConTeXist.
 
 I type some math now. When I use the symbol derivative in combination with 
 symbols brackets, so the result does not look too good. Compared to the 
 result in LaTeX output is almost unusable. It is possible to achieve a better 
 result?
 
 In addition, I noticed that the page numbering starts from number 2. Is it a 
 bug or I wrong?
 
 Thanx Jaroslav Hajtmar
 
 Here is my example:
 
 % This is LuaTeX, Version beta-0.78.2 (TeX Live 2013/W32TeX) (rev 4771)
 % ConTeXt  ver: 2014.01.30 22:19 MKIV beta  fmt: 2014.1.30  int: 
 english/english
 
 
 \starttext
 
 $\left(f\pm g\right)'= f'\pm g'$
 
 \blank[big]
 
 $\left(f\cdot g\right)'= f'\cdot g + f\cdot g'$
 
 \blank[big]
 
 \mathematics{\left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2}}, 
 $g\neq0$
 
 \blank[big]
 
 \startformula
\left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2}
 \stopformula
 
 \blank[big]
 
 $\left(c\cdot f\right)'=c\cdot f'$
 
 \blank[big]
 
 $\left[f\left(g\right)\right]'=f'(g)\cdot g'$
 
 \blank[big]
 
 \stoptext
 
 
 
 
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] new blank

2014-03-28 Thread Jannik Voges
Hi,


I don’t know whether it helps or not, but the same error occurs under Mac OS X 
x86_64 too when I compile the example.


Best wishes

Jannik

Am 28.03.2014 um 06:56 schrieb Vladimir Lomov lomov...@gmail.com:

 Hello,
 ** Hans Hagen [2014-03-27 20:09:55 +0100]:
 
 Hi,
 
 this works ok in the beta
 
 \showmakeup
 
 \starttext
 
 \strut \hfill first line
 \blank[overlay]
 second line \hfill \strut
 
 \ruledvbox {
\strut \hfill line 1
\blank[overlay]
line 2\hfill \strut
\blank[overlay]
\strut \hfill line 3\hfill \strut
 }
 
 \startitemize[n]
\item bla
\item \startitemize[a]
\item bla $\displaystyle\int^{x^{y^4}}$ \item bla
\stopitemize
 \stopitemize
 
 \stoptext
 
 This example causes luatex to core dump on my system: Archlinux x86_64 with
 up-to-date ConTeXt Suite, though this example works fine on Windows x64.
 
 Seems that linux binaries a bit outdated, I get here:
 
 $ luatex --version | head -n 1
 This is LuaTeX, Version beta-0.78.2 (TeX Live 2014/dev) (rev 4746)
 
 while on Windows:
 
 luatex --version
 This is LuaTeX, Version beta-0.79.0 (TeX Live 2013/W32TeX) (rev 4953)
 ...
 
 
 For the record, this is message that luatex shows on Linux:
 
 ...
 luatex: ../../../source/texk/web2c/luatexdir/tex/texnodes.w:830: free_error: 
 Assertion `p my_prealloc' failed.
 
 mtx-context | fatal error: no return code, message: luatex: execution 
 interrupted
 
 
 ---
 WBR, Vladimir Lomov
 
 -- 
 True happiness will be found only in true love.
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] new blank

2014-03-28 Thread Jannik Voges
The newest beta contains luatex 0.79 for OS X and the example compiles without 
any error. Nice new option and thanks for the fast fix.


Jannik

Am 28.03.2014 um 15:07 schrieb Hans Hagen pra...@wxs.nl:

 On 3/28/2014 12:02 PM, Jannik Voges wrote:
 Hi,
 
 
 I don’t know whether it helps or not, but the same error occurs under
 Mac OS X x86_64 too when I compile the example.
 
 I have a temporary intercept in the beta now .. one of these days the new 
 luatex will also be available for linux/osx anyway.
 
 Hans
 
 -
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
 -
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \triangledown placed too low in Palatino

2014-04-10 Thread Jannik Voges
I think you are using the wrong symbol. Or at least I would prefer \nabla as 
gradient operator.


Jannik


Am 10.04.2014 um 23:49 schrieb Sanjoy Mahajan san...@mit.edu:

 I just noticed that the gradient operator (\triangledown) ends up too
 low when using Palatino:
 
 \setupbodyfont[palatino]
 \starttext
 $\triangledown T$
 \stoptext
 
 It seems about 3pt too low.  Without the \setupbodyfont[palatino], the
 placement is fine.
 
 (tested with 2013.05.28 and 2014.03.27 betas)
 
 -Sanjoy
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Bug in command \framed

2016-01-12 Thread Jannik Voges
Hello,


it seems that the command \framed in the newest beta (from today?) is buggy. 
Minimal example:

\starttext
\framed{bla}
\stoptext


Best wishes


Jannik

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Formula-numbering and \setuphead[...][number=no]

2016-01-11 Thread Jannik Voges
Thank you, Wolfgang, that works.


Best regards

Jannik
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Error with tikz in newest beta

2016-02-26 Thread Jannik Voges
Thanks to Mojca for the hint to update again. That solved the problem.


Jannik


> Am 26.02.2016 um 19:14 schrieb Jannik Voges <researchj...@icloud.com>:
> 
> Hello,
> 
> 
> when I try to compile the following file with the newest ConTeXt-beta:
> 
> \usemodule[tikz]
> 
> 
> \starttext
> ABC
> \stoptext
> 
> the compilation aborts with the following log-file:
> 
> 
> system  > synctex functionality is enabled (1), expect runtime 
> overhead!
> 
> system  > callbacks > not registering frozen 'find_format_file'
> 
> open source > 1 > 1 > 
> /usr/local/context/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv
> 
> ConTeXt  ver: 2016.02.25 14:00 MKIV beta  fmt: 2016.2.26  int: english/english
> 
> system  > 'cont-new.mkiv' loaded
> open source > 2 > 2 > 
> /usr/local/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv
> close source> 2 > 2 > 
> /usr/local/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv
> system  > files > jobname 'foo', input '/Volumes/Daten/Desktop/Neuer 
> Ordner 4/foo', result 'foo'
> fonts   > latin modern fonts are not preloaded
> languages   > language 'en' is active
> open source > 2 > 3 > /Volumes/Daten/Desktop/Neuer Ordner 4/foo.tex
> resolvers   > modules > 'tikz' is loaded
> open source > 3 > 4 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/frontendlayer/t-tikz.tex
> loading > ConTeXt User Module / tikz
> open source > 4 > 5 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgf.tex
> loading > ConTeXt User Module / pgf
> open source > 5 > 6 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgfcor.tex
> loading > ConTeXt User Module / pgfcor
> open source > 6 > 7 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/systemlayer/t-pgfsys.tex
> loading > ConTeXt User Module / pgfsys
> open source > 7 > 8 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/utilities/t-pgfrcs.tex
> loading > ConTeXt User Module / pgfrcs
> open source > 8 > 9 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/utilities/t-pgfmod.tex
> loading > ConTeXt User Module / pgfmodules
> close source> 8 > 9 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/utilities/t-pgfmod.tex
> open source > 8 > 10 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common.tex
> open source > 9 > 11 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common-lists.tex
> close source> 9 > 11 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common-lists.tex
> close source> 8 > 11 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common.tex
> open source > 8 > 12 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-context.def
> close source> 8 > 12 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-context.def
> open source > 8 > 13 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfrcs.code.tex
> close source> 8 > 13 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfrcs.code.tex
> close source> 7 > 13 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/utilities/t-pgfrcs.tex
> open source > 7 > 14 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys.code.tex
> close source> 7 > 14 > 
> /usr/local/context/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys.code.tex
> close source> 6 > 14 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/systemlayer/t-pgfsys.tex
> close source> 5 > 14 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgfcor.tex
> close source> 4 > 14 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgf.tex
> close source> 3 > 14 > 
> /usr/local/context/tex/texmf-modules/tex/context/pgf/frontendlayer/t-tikz.tex
> close source> 2 > 14 > /Volumes/Daten/Desktop/Neuer Ordner 4/foo.tex
> close source> 1 > 14 > 
> /usr/local/context/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv
> 
> *
> 
> tex error   > tex error on

[NTG-context] Error with tikz in newest beta

2016-02-26 Thread Jannik Voges
Hello,


when I try to compile the following file with the newest ConTeXt-beta:

\usemodule[tikz]


\starttext
ABC
\stoptext

the compilation aborts with the following log-file:


system  > synctex functionality is enabled (1), expect runtime overhead!

system  > callbacks > not registering frozen 'find_format_file'

open source > 1 > 1 > 
/usr/local/context/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv

ConTeXt  ver: 2016.02.25 14:00 MKIV beta  fmt: 2016.2.26  int: english/english

system  > 'cont-new.mkiv' loaded
open source > 2 > 2 > 
/usr/local/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv
close source> 2 > 2 > 
/usr/local/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv
system  > files > jobname 'foo', input '/Volumes/Daten/Desktop/Neuer 
Ordner 4/foo', result 'foo'
fonts   > latin modern fonts are not preloaded
languages   > language 'en' is active
open source > 2 > 3 > /Volumes/Daten/Desktop/Neuer Ordner 4/foo.tex
resolvers   > modules > 'tikz' is loaded
open source > 3 > 4 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/frontendlayer/t-tikz.tex
loading > ConTeXt User Module / tikz
open source > 4 > 5 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgf.tex
loading > ConTeXt User Module / pgf
open source > 5 > 6 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgfcor.tex
loading > ConTeXt User Module / pgfcor
open source > 6 > 7 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/systemlayer/t-pgfsys.tex
loading > ConTeXt User Module / pgfsys
open source > 7 > 8 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/utilities/t-pgfrcs.tex
loading > ConTeXt User Module / pgfrcs
open source > 8 > 9 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/utilities/t-pgfmod.tex
loading > ConTeXt User Module / pgfmodules
close source> 8 > 9 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/utilities/t-pgfmod.tex
open source > 8 > 10 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common.tex
open source > 9 > 11 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common-lists.tex
close source> 9 > 11 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common-lists.tex
close source> 8 > 11 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common.tex
open source > 8 > 12 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-context.def
close source> 8 > 12 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-context.def
open source > 8 > 13 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfrcs.code.tex
close source> 8 > 13 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/utilities/pgfrcs.code.tex
close source> 7 > 13 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/utilities/t-pgfrcs.tex
open source > 7 > 14 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys.code.tex
close source> 7 > 14 > 
/usr/local/context/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys.code.tex
close source> 6 > 14 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/systemlayer/t-pgfsys.tex
close source> 5 > 14 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgfcor.tex
close source> 4 > 14 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgf.tex
close source> 3 > 14 > 
/usr/local/context/tex/texmf-modules/tex/context/pgf/frontendlayer/t-tikz.tex
close source> 2 > 14 > /Volumes/Daten/Desktop/Neuer Ordner 4/foo.tex
close source> 1 > 14 > 
/usr/local/context/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv

*

tex error   > tex error on line 0 in file : ! Emergency stop

<*> cont-yes.mkiv
  



End of file on the terminal!


Maybe somebody can fix the tikz-module.


Thanks

Jannik
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Bug in Context LMTX and font EBGaramond

2019-08-27 Thread Jannik Voges
Hello,


I found a bug using EBGaramond (I use the font data from TeXLive 2019)
with Context LMTX. I attached the TeX-File and the PDF I get when
typesetting with Context LMTX.


Thanks

Jannik Voges



Bug.pdf
Description: Adobe PDF document


Bug.tex
Description: TeX document
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] compilation error in LMTX

2020-08-14 Thread Jannik Voges
Hello Lutz,


I can confirm this. Compiling luametafun.tex (see luametafun.zip; I
included the log-file, but the log-file doesn't include all the output I
can see on the console (therefore I included the file output_console.txt
with a copy of my console-output). I used linux aarch64.
Yes, commenting things out in my own tex-documents might result in a
successful compilation, but I had a document (which compiles normaly
now, but not two days before) where I got the same error at another
position in the file (after deleting all chapters after the one where
the error occurred including the one with the error).


Greetings

Jannik

Am 14.08.20 um 13:38 schrieb Lutz Haseloff:
> Hi all
> 
> I have a similar problem compiling luametafun.tex in the doc sources.
> It fails with different errorcodes on win64 and linux aarch64. On linux
> aarch64 i get a bonus "Segmentation fault".
> I append the console outputs of the context runs.
> 
> If i comment out the input of luametafun-axis and luametafun-followtext
> i get a readeable pdf.
> 
> So perhaps only the code is changing too rapidly.
> 
> Greetings Lutz
> 
> Am 14. August 2020 13:04:52 MESZ schrieb Hans Hagen :
> 
> On 8/14/2020 11:41 AM, Jannik Voges wrote:
> 
> Hello Pablo,
> 
> 
> thank you for your suggestions, but I don't use LMTX
> productively, so I
> have no problem with a broken LMTX-version. I only use it to check
> whether there are breaking changes in LMTX by typesetting all of my
> documents with the newest LMTX-version (to see if I need to
> change them
> in the future). And by doing so I recognized this error, which
> seemed to
> happen randomly.
> 
> you can try to run with
> 
> \tracingall
> 
> and/or
> 
> \enabletrackers[*]
> 
> and see where it crashes
> 
> Hans
> 
>Hans Hagen | PRAGMA ADE
>Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> 
> If your question is of interest to others as well, please add an entry to 
> the Wiki!
> 
> maillist : ntg-context@ntg.nl / 
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> 
> 
> 
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___
> 
<>


0x805A4918E8698418.asc
Description: application/pgp-keys
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] compilation error in LMTX

2020-08-13 Thread Jannik Voges

Hello,


I have a similar problem with long context-documents (but not all long
context-documents are affected and I don't know what triggers the
error). Sometimes, the errors (error code 139) are happening on second
or third runs (but it might happen on first runs too). When I remove the
chapter where the error happens and all later chapters from the document
it might happen, that the error occures in an earlier chapter.
In addition to that, documents, which had this error yesterday, can now
be compiled without the problem and other documents without the error
yesterday have the error today. Its really strange.


Thanks to all,

Jannik


Am 13.08.20 um 12:49 schrieb Pablo Rodriguez:
> Dear list,
> 
> compiling a huge XML document (output PDF > 1200 pages), I get the
> following error with latest current (2020.08.11 15:59):
> 
>   pages   > flushing realpage 187, userpage 187, subpage 3
>   mtx-context | fatal error: return code: 139
>   Compilation failed.
> 
> Some hints about what I cannot avoid considering a cryptic error message:
> 
> 1. There is no previous warning when compiling previous pages.
> 1. The compulation error appears on the third run.
> 1. ConTeXt latest from 2020.08.07 23:37 compiles this just fine.
> 
> Sorry, there is no minimal sample here. Any ideas about this? Or at
> least, any chances for the source that is breaking compilation?
> 
> Many thanks for your help,
> 
> Pablo
> --
> http://www.ousia.tk
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___
> 


0x805A4918E8698418.asc
Description: application/pgp-keys
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] compilation error in LMTX

2020-08-14 Thread Jannik Voges
Hello Hans,


I get the error with the newest upload too.



Jannik



Am 14.08.20 um 08:47 schrieb Hans Hagen:
> On 8/14/2020 2:38 AM, Jannik Voges wrote:
>>
>> Hello,
>>
>>
>> I have a similar problem with long context-documents (but not all long
>> context-documents are affected and I don't know what triggers the
>> error). Sometimes, the errors (error code 139) are happening on second
>> or third runs (but it might happen on first runs too). When I remove the
>> chapter where the error happens and all later chapters from the document
>> it might happen, that the error occures in an earlier chapter.
>> In addition to that, documents, which had this error yesterday, can now
>> be compiled without the problem and other documents without the error
>> yesterday have the error today. Its really strange.
> i uploaded a new lmtx but as i'm in the middle of a few things it's a
> gamble if that solves your problem
> 
> Hans
> 
> 
> -
>   Hans Hagen | PRAGMA ADE
>   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>    tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -
> ___
> 
> If your question is of interest to others as well, please add an entry
> to the Wiki!
> 
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___
> 


0x805A4918E8698418.asc
Description: application/pgp-keys
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] compilation error in LMTX

2020-08-14 Thread Jannik Voges
Hi Wolfgang,


thats a little bit difficult, because the error apparently happens at a
random position in the document (you can add a syntax error in the
document an change the position of the syntax error in the document
until lmtx crashes before it detects the error to get the paragraph
where the crash happens, but that paragraph is fine). And I don't know
why the error happens in one document and not in others (I use similar
commands in affected and not-affected documents; the affected documents
are long but not the longest documents I have) or why it happened two
days ago in one document, which is fine today, and today at another
document (which was fine two days ago). So I don't have a clue how to
reproduce the error.


Jannik


Am 14.08.20 um 11:33 schrieb Wolfgang Schuster:

> Jannik Voges schrieb am 14.08.2020 um 11:29:
>> Hello Hans,
>>
>> I get the error with the newest upload too.
>
> You have to provide a minimal example which produces the error.
>
> Wolfgang
>


0x805A4918E8698418.asc
Description: application/pgp-keys
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] compilation error in LMTX

2020-08-14 Thread Jannik Voges
Hello Pablo,


thank you for your suggestions, but I don't use LMTX productively, so I
have no problem with a broken LMTX-version. I only use it to check
whether there are breaking changes in LMTX by typesetting all of my
documents with the newest LMTX-version (to see if I need to change them
in the future). And by doing so I recognized this error, which seemed to
happen randomly.


Jannik

Am 14.08.20 um 09:26 schrieb Pablo Rodriguez:
> On 8/14/20 8:47 AM, Hans Hagen wrote:
>> On 8/14/2020 2:38 AM, Jannik Voges wrote:
>>> [...]
>>> I have a similar problem with long context-documents (but not all long
>>> context-documents are affected and I don't know what triggers the
>>> error). Sometimes, the errors (error code 139) are happening on second
>>> or third runs (but it might happen on first runs too). When I remove the
>>> chapter where the error happens and all later chapters from the document
>>> it might happen, that the error occurs in an earlier chapter.
>>> In addition to that, documents, which had this error yesterday, can now
>>> be compiled without the problem and other documents without the error
>>> yesterday have the error today. Its really strange.
>>
>> i uploaded a new lmtx but as i'm in the middle of a few things it's a
>> gamble if that solves your problem
> 
> Jannik,
> 
> it is wise to make a backup of your installed ConTeXt version when
> updating. Especially now that LMTX is in testing mode.
> 
> Latest from 2020.08.11 works fine for my huge document, but current
> latest (from today) breaks compilation. So I use latest from 2020.08.11.
> 
> Just in case it helps,
> 
> Pablo
> --
> http://www.ousia.tk
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___
> 


0x805A4918E8698418.asc
Description: application/pgp-keys
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] compilation error in LMTX

2020-08-14 Thread Jannik Voges
Hello Pablo,


thank you for your suggestions, but I don't use LMTX productively, so I
have no problem with a broken LMTX-version. I only use it to check
whether there are breaking changes in LMTX by typesetting all of my
documents with the newest LMTX-version (to see if I need to change them
in the future). And by doing so I recognized this error, which seemed to
happen randomly.


Jannik

Am 14.08.20 um 09:26 schrieb Pablo Rodriguez:
> On 8/14/20 8:47 AM, Hans Hagen wrote:
>> On 8/14/2020 2:38 AM, Jannik Voges wrote:
>>> [...]
>>> I have a similar problem with long context-documents (but not all long
>>> context-documents are affected and I don't know what triggers the
>>> error). Sometimes, the errors (error code 139) are happening on second
>>> or third runs (but it might happen on first runs too). When I remove the
>>> chapter where the error happens and all later chapters from the document
>>> it might happen, that the error occurs in an earlier chapter.
>>> In addition to that, documents, which had this error yesterday, can now
>>> be compiled without the problem and other documents without the error
>>> yesterday have the error today. Its really strange.
>>
>> i uploaded a new lmtx but as i'm in the middle of a few things it's a
>> gamble if that solves your problem
> 
> Jannik,
> 
> it is wise to make a backup of your installed ConTeXt version when
> updating. Especially now that LMTX is in testing mode.
> 
> Latest from 2020.08.11 works fine for my huge document, but current
> latest (from today) breaks compilation. So I use latest from 2020.08.11.
> 
> Just in case it helps,
> 
> Pablo
> --
> http://www.ousia.tk
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___
> 
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Error with spaces in Argument of \startproduct

2020-11-24 Thread Jannik Voges

Hello,


as the title suggested, I get an error when using spaces in the argument 
of \startproduct. For example typesetting



\startproduct{foo bar}


\starttext

foo

\stoptext

\stopproduct


results in an error:

tex error   > tex error on line 2 in file ./foo bar.tex: Too many }'s


Best regards

Jannik Voges
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___