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

2013-08-16 Thread Keith J. Schultz
Hi Mari,

I use TeXShop. TeXWorks is based on TeXShop.
For ConTeXt Standalone I use:

set path= (/Users/quayjay/context/tex/texmf-osx-64/bin  $path /usr/local/bin)
mtxrun --script context --autogenerate --synctex=1 $1

This ensures that the environment is setup right.

Hope this helps

regards
Keith.

Am 14.08.2013 um 21:34 schrieb Mari Voipio mari.voi...@iki.fi:

 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
 
 mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'
 
 
 The weird thing is that my ConTeXt standalone installation works on
 command line (with context myfile.tex).
 I've used TextMate for a year and did not change anything there. Both
 editors also have my ConTeXt directory
 /Applications/ConTeXt/tex/texmf-osx-64/bin/context as PATH variable (I
 got a different error message on TeXworks before I edited the path
 variable to include ConTeXt). So in theory everything should be
 fine...
 
 
 I first installed the newest ConTeXt and when it gave the above error
 message, I switched to latest stable version (installation with
 --context=current), but that didn't make any difference. My previous
 installation was at least 3 months old, possibly quite a bit older.
 
 
 This problem is not critical as I can use TextMate/TeXworks as editor
 and compile on command line in Terminal,  but it is a bit of a
 nuisance not to be able to use the typesetting command in the editor.
 So any help is highly appreciated.
 
 
 Thanks,
 
 Mari
 ___
 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 Hans Hagen

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
___


[NTG-context] TexLive 2013

2013-08-16 Thread Wim W. Wilhelm
Dear all,

I switched from context: TexLive 2012 to context:TextLive 2013.

All figures in my text, placed like the following example:

\placefigure[none,left]{}{\externalfigure[c:/context/tekeningen/hemelbol.pdf][height=6cm]}

are placed in the middle of the page, and the text is not wrapped around the 
figure.

I tried also the 2*line  option, without succes.

Does there exist a list of differences between context:TexLive 2012 and TexLive 
2013 ?

I appreciate any help.

Cheerio,
Wim W. Wilhelm




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


Re: [NTG-context] TexLive 2013

2013-08-16 Thread Hans Hagen

On 8/16/2013 1:10 PM, Wim W. Wilhelm wrote:

Dear all,
I switched from context: TexLive 2012 to context:TextLive 2013.
All figures in my text, placed like the following example:
\placefigure[none,left]{}{\externalfigure[c:/context/tekeningen/hemelbol.pdf][height=6cm]}
are placed in the middle of the page, and the text is not wrapped around
the figure.
I tried also the 2*line  option, without succes.
Does there exist a list of differences between context:TexLive 2012 and
TexLive 2013 ?


the benchmark is the garden distribution ... if that works as expected, 
then there's a bug in the tl 2013 (or 2012)


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
___


Re: [NTG-context] TexLive 2013

2013-08-16 Thread Wim W. Wilhelm


Dear Hans,

I don't understand your answer.
What can I do. Back to TL 2012?

Wim



On 8/16/2013 1:10 PM, Wim W. Wilhelm wrote:

Dear all,
I switched from context: TexLive 2012 to context:TextLive 2013.
All figures in my text, placed like the following example:
\placefigure[none,left]{}{\externalfigure[c:/context/tekeningen/hemelbol.pdf][height=6cm]}
are placed in the middle of the page, and the text is not wrapped around
the figure.
I tried also the 2*line  option, without succes.
Does there exist a list of differences between context:TexLive 2012 and
TexLive 2013 ?


the benchmark is the garden distribution ... if that works as expected, 
then there's a bug in the tl 2013 (or 2012)


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] TexLive 2013

2013-08-16 Thread Mica Semrick
Hi Wim,

TL is a huge beast. ConTeXt is still a moving target in terms of
development and thus the frozen nature of TL will leave their version of
context quite stale.

You can install ConTeXt as a stand-alone on your system, then just run a
bat or bash script to update it. This is much easier than dealing with TL I
find.

See http://wiki.contextgarden.net/ConTeXt_Standalone

Best,
Mica


On Fri, Aug 16, 2013 at 5:17 AM, Wim W. Wilhelm ww.wilh...@kpnmail.nlwrote:


 Dear Hans,

 I don't understand your answer.
 What can I do. Back to TL 2012?

 Wim



  On 8/16/2013 1:10 PM, Wim W. Wilhelm wrote:

 Dear all,
 I switched from context: TexLive 2012 to context:TextLive 2013.
 All figures in my text, placed like the following example:
 \placefigure[none,left]{}{\**externalfigure[c:/context/**
 tekeningen/hemelbol.pdf][**height=6cm]}
 are placed in the middle of the page, and the text is not wrapped around
 the figure.
 I tried also the 2*line  option, without succes.
 Does there exist a list of differences between context:TexLive 2012 and
 TexLive 2013 ?


 the benchmark is the garden distribution ... if that works as expected,
 then there's a bug in the tl 2013 (or 2012)

 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 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/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 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/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] [***SPAM***] trouble with kerncharacters

2013-08-16 Thread Dmitriy Tokarev
Hi,

I noticed that after the command \kerncharacters, I can not use the normal 
sequence --- for em-dash. Is there any work around of this effect? Thanks.

\starttext

One monolithic symbol: ---

\kerncharacters[.5]
Three separate symbol: ---

\stoptext

--
Dmitriy
___
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] [***SPAM***] trouble with kerncharacters

2013-08-16 Thread Marco Patzer
On 2013–08–17 Dmitriy Tokarev wrote:

 I noticed that after the command \kerncharacters, I can not use
 the normal sequence --- for em-dash. Is there any work around of
 this effect?

This is expected, since \kerncharacters breaks ligatures and the ---
→ — transformation is implemented using the ligature mechanism. You
can either use — or \emdash. Since -, – and — are hardly
distinguishable in the source, I'd settle for \emdash.

\starttext
  foo --- bar\par
  foo — bar\par
  foo \emdash\ bar

  \kerncharacters[.5]
  foo --- bar\par
  foo — bar\par
  foo \emdash\ bar
\stoptext

Marco


signature.asc
Description: Digital signature
___
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
___