[NTG-context] \definecolor and TikZ

2012-05-20 Thread Tim Steenvoorden
Hi again,

The bug about \definecolor and TikZ is back again in the latest beta.
The minimal example in the attachment worked in version 2012.05.14
(both MKII and MKIV).

Regards,
Tim


tikzcolor.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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] \definecolor and TikZ

2012-05-20 Thread Hans Hagen

On 20-5-2012 12:59, Tim Steenvoorden wrote:

Hi again,

The bug about \definecolor and TikZ is back again in the latest beta.
The minimal example in the attachment worked in version 2012.05.14
(both MKII and MKIV).


A solution was posted a few mails ago.

Anyhow, as it seems to be a persistent issue, I've added a helper to 
mkii and mkiv so that the tikz can do:


\ifdefined\pgf@context@registercolor
\let\pgfutil@registercolor\pgf@context@registercolor
\fi


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
___


[NTG-context] cross-references again

2012-05-20 Thread Alan Bowen
When

\startcomponent
\setupcolors[state=start]
\setupinteraction[state=start]

\reference[knuth]{}
\input{knuth}
\page
\goto{see knuth}[knuth]

see knuth quotation on page \at[knuth]

\stopcomponent

is compiled with the latest version of Context (2012.05.20, MKIV), the
links show as expected but do not actually lead to the the page referenced.

This functionality is critical to my journal so any suggestions or fixes
would be greatly appreciated.

Alan
___
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] Citations in a frontmatter fail when placed in a component

2012-05-20 Thread Marco
Some additional info:

It works with beta 2011.09.27 20:05 and fails with
beta 2011.10.01 10:48. That was the beta where the project code was
rewritten. That broke the citation mechanism, I guess.

Marco


___
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] Missing math font breaks compilation

2012-05-20 Thread Wolfgang Schuster
Hi,

typefaces with a missing font for math produce an error when it’s applied after 
\starttext
which is common when the project structure is used where environment files are 
loaded
after \startproduct or \startcomponent.

Minimal example:

\starttext

\definetypeface[test][rm][serif][pagella] [default]
%\definetypeface[test][mm][math] [palatino][default]

\setupbodyfont[test]

\input knuth

\stoptext

Wolfgang
___
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] \typefile does not obey global path settings

2012-05-20 Thread Marco
Hi,

the \typefile command does not obey the \usepath setting any more.
Older versions did (before beta 2011.07.13 20:14). Example:

% test.tex
\usepath [code]
\starttext
  Here is some source code:
  \typefile{somefile}
\stoptext

% code/somefile
This should be printed.


Marco


___
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
___