Re: [NTG-context] \savebuffer

2013-01-02 Thread Wolfgang Schuster

Am 31.12.2012 um 19:02 schrieb Hans Hagen pra...@wxs.nl:

 On 12/29/2012 6:29 PM, Wolfgang Schuster wrote:
 Hi Hans,
 
 can you add a \savebuffer variant which works like the first version of the 
 command where
 
   \savebuffer[buffername][filename]
 
 saved the buffer as filename and not as \jobname-filename.tmp like it 
 currently does.
 
 
 Instead of a new command a key-val-version of \savebuffer would do the job 
 as well, e.g.
 
   \savebuffer[list=buffername,file=filename,prefix=no]
 
 or something similar.
 
 next beta:
 
 \starttext
 
 \startbuffer[test]
 crap
 \stopbuffer
 
 \savebuffer[test][whatever]
 
 \savebuffer[list=test,file=something,prefix=no]
 
 \stoptext

Which file extension would this use, “tmp” as the current \savebuffer command 
or a requested with is applied with the filename (e.g. “file=myfile.tex”) or a 
extension key (e.g. “extension=tex”).

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] problems with letter module

2013-01-02 Thread Wolfgang Werners-Lucchini
Hallo,

I have updated context and the letter module to
ConTeXt  ver: 2012.12.06 22:36 MKIV  fmt: 2012.12.8  int: 
english/english

Problem: My letters do not work anymore.

I have found that

\setlettervalue{tax}[Steuer]{xxx}

is one of the problems. I have to use \setupletter[tax=xxx] instead.
I have to lock for then tax renaming.

Now the letter is compiling, but it is completly broken.
In the log I have found a lot of lines

setuperror in line 20, namespace 553, instance 
letter, key frame
setuperror in line 58, namespace 539, instance 
letter, key invoice
setuperror in line 58, namespace 539, instance 
letter, key date
setuperror in line 58, namespace 539, instance 
letter, key phone
setuperror in line 58, namespace 539, instance 
letter, key tax

I have the impression, that there has a lot changed.
How can I fix this temporary? (I have to write my letter NOW!)

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
___


Re: [NTG-context] \savebuffer

2013-01-02 Thread Hans Hagen

On 1/2/2013 9:15 AM, Wolfgang Schuster wrote:


Which file extension would this use, “tmp” as the current \savebuffer command 
or a requested with is applied with the filename (e.g. “file=myfile.tex”) or a 
extension key (e.g. “extension=tex”).


with prefix=no it uses the given filename (so no suffix if not given)

-
  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] problems with letter module

2013-01-02 Thread Wolfgang Schuster

Am 02.01.2013 um 10:17 schrieb Wolfgang Werners-Lucchini w...@musensturm.de:

 Hallo,
 
 I have updated context and the letter module to
 ConTeXt  ver: 2012.12.06 22:36 MKIV  fmt: 2012.12.8  int: 
 english/english
 
 Problem: My letters do not work anymore.
 
 I have found that
 
 \setlettervalue{tax}[Steuer]{xxx}
 
 is one of the problems. I have to use \setupletter[tax=xxx] instead.
 I have to lock for then tax renaming.

I removed the \setlettervalue command because it was too LaTeX like.

To set values for the letter use the \setupletter command, e.g. 
\setupletter[name=…,phone=…] etc.

For the labels of these values you have to use the \setuplettertext command 
which has like \setuplabeltext a optional argument where you can set different 
text for certain languages, e.g. \setuplettertext[tax=Tax] or 
\setuplettertext[de][tex=Steuer].

 Now the letter is compiling, but it is completly broken.
 In the log I have found a lot of lines
 
 setuperror in line 20, namespace 553, instance 
 letter, key frame
 setuperror in line 58, namespace 539, instance 
 letter, key invoice
 setuperror in line 58, namespace 539, instance 
 letter, key date
 setuperror in line 58, namespace 539, instance 
 letter, key phone
 setuperror in line 58, namespace 539, instance 
 letter, key tax
 
 I have the impression, that there has a lot changed.

The old \setupletterstyle command was split in many different commands because 
it was too complicated and slow to make everything with one command.

 How can I fix this temporary? (I have to write my letter NOW!)

You can send a me a example off-list.

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
___


Re: [NTG-context] [metapost] MetaPost Animations

2013-01-02 Thread Jean-Michel Sarlat
Hello,

2012/12/28 Hans Hagen pra...@wxs.nl

 On 12/28/2012 8:41 PM, Troy Henderson wrote:

 I've created several animations using MetaPost/ConTeXt, and I have also
 created a webpage with these animations.  The URL to the page is

 http://www.tlhiv.org/**animations/ http://www.tlhiv.org/animations/

 Feedback is appreciated, and if there is a particular animation that you
 would like to see included, let me know and I will attempt to code them
 up in MetaPost, provide the source code, and include them on the webpage.


 There are some animated gifs at:

 http://en.wikipedia.org/wiki/**B%C3%A9zier_curvehttp://en.wikipedia.org/wiki/B%C3%A9zier_curve

 such curves are typical for mp so maybe they qualify.


These images are very explicit, with metapost, it is a pleasure to get them
:)
Here is a first draft :
http://melusine.eu.org/syracuse/metapost/animations/bezier/
Enter in the directories and click the button swf.

Jean-Michel Sarlat
___
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] hbar (and probably some other symbols) doesn't work in latest beta

2013-01-02 Thread Michael Murphy
Minimal example:

\starttext
$\hbar$
\stoptext

Michael

-- 
Michael Murphy
murphy...@gmail.com

___
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] hbar (and probably some other symbols) doesn't work in latest beta

2013-01-02 Thread Otared Kavian
Hi Michael,

Your code typesets without any problem on my machine with the latest beta 
ConTeXt  ver: 2013.01.02 18:19 MKIV  fmt: 2013.1.2.

Which version on which platform are you using?

Happy New Year to you and all the List!
Best regards: OK

On 2 janv. 2013, at 11:44, Michael Murphy murphy...@gmail.com wrote:

 Minimal example:
 
 \starttext
 $\hbar$
 \stoptext
 
 Michael
 
 -- 
 Michael Murphy
 murphy...@gmail.com
 
 ___
 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] hbar (and probably some other symbols) doesn't work in latest beta

2013-01-02 Thread Michael Murphy
Hi Otared,

Thanks, but no such luck here. I'm also using ConTeXt  ver: 2013.01.02 18:19 
MKIV  fmt: 2013.1.2 (the same version as you, fresh from first-setup.sh) and 
LuaTeX version beta-0.74.0-2012122517  (tex live 2013/dev)(rev 4541). Platform 
is OSX Mountain Lion 64 bit (Darwin).

Could this be the issue (from output)?

fontslatin modern fonts are not preloaded
languageslanguage en is active
(hbar-test.tex{/Users/mmurphy/context/beta/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fontspreloading latin modern fonts (second stage)
fontstypescripts  unknown: library 'loc'
{/Users/mmurphy/context/beta/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Users/mmurphy/context/beta/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fontsfallback modern rm 12pt is loaded

Michael

--

Michael Murphy
murphy...@gmail.com



On 2 Jan 2013, at 21:13, Otared Kavian ota...@gmail.com wrote:

 Hi Michael,
 
 Your code typesets without any problem on my machine with the latest beta 
 ConTeXt  ver: 2013.01.02 18:19 MKIV  fmt: 2013.1.2.
 
 Which version on which platform are you using?
 
 Happy New Year to you and all the List!
 Best regards: OK
 
 On 2 janv. 2013, at 11:44, Michael Murphy murphy...@gmail.com wrote:
 
 Minimal example:
 
 \starttext
 $\hbar$
 \stoptext
 
 Michael
 
 -- 
 Michael Murphy
 murphy...@gmail.com
 
 ___
 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
 ___

___
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] \savebuffer

2013-01-02 Thread Sietse Brouwer
 Which file extension would this use, “tmp” as the current \savebuffer
 command or a requested with is applied with the filename (e.g.
 “file=myfile.tex”) or a extension key (e.g. “extension=tex”).


 with prefix=no it uses the given filename (so no suffix if not given)

`prefix=no` doesn't really hint at that. What about `prefix=,suffix=`
(default: `prefix=\jobname,suffix=.tmp`)?

Cheers, and a happy new year to all,
Sietse


On Wed, Jan 2, 2013 at 10:20 AM, Hans Hagen pra...@wxs.nl wrote:
 On 1/2/2013 9:15 AM, Wolfgang Schuster wrote:

 Which file extension would this use, “tmp” as the current \savebuffer
 command or a requested with is applied with the filename (e.g.
 “file=myfile.tex”) or a extension key (e.g. “extension=tex”).


 with prefix=no it uses the given filename (so no suffix if not given)


 -
   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] hbar (and probably some other symbols) doesn't work in latest beta

2013-01-02 Thread Otared Kavian
Hi Michael,

I am also using Mac OS X Mountain Lion 64 bit and LuaTeX version 
beta-0.74.0-2012122517 (rev 4541) with ConTeXt  ver: 2013.01.02 18:19 MKIV.
It seems that your installation has a font problem, but I can't tell what is 
the origin.

Could you please try your file with some other fonts such as on of the 
followings:
%\setupbodyfont[xits,12pt]
%\setupbodyfont[palatino]
%\setupbodyfont[libertine,12pt]
%\setupbodyfont[termes]
%\setupbodyfont[times,12pt]

Another issue maybe the fact that Latin Modern Math has been changed recently 
under mkiv, and one way to use the old Latin Modern Math is to say:
\enablemode[lmmath]

Best regards: OK

On 2 janv. 2013, at 23:41, Michael Murphy murphy...@gmail.com wrote:

 Hi Otared,
 
 Thanks, but no such luck here. I'm also using ConTeXt  ver: 2013.01.02 18:19 
 MKIV  fmt: 2013.1.2 (the same version as you, fresh from first-setup.sh) and 
 LuaTeX version beta-0.74.0-2012122517  (tex live 2013/dev)(rev 4541). 
 Platform is OSX Mountain Lion 64 bit (Darwin).
 
 Could this be the issue (from output)?
 
 fontslatin modern fonts are not preloaded
 languageslanguage en is active
 (hbar-test.tex{/Users/mmurphy/context/beta/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
 fontspreloading latin modern fonts (second stage)
 fontstypescripts  unknown: library 'loc'
 {/Users/mmurphy/context/beta/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Users/mmurphy/context/beta/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
 fontsfallback modern rm 12pt is loaded
 
 Michael
 
 --
 
 Michael Murphy
 murphy...@gmail.com
 
 
 
 On 2 Jan 2013, at 21:13, Otared Kavian ota...@gmail.com wrote:
 
 Hi Michael,
 
 Your code typesets without any problem on my machine with the latest beta 
 ConTeXt  ver: 2013.01.02 18:19 MKIV  fmt: 2013.1.2.
 
 Which version on which platform are you using?
 
 Happy New Year to you and all the List!
 Best regards: OK
 
 On 2 janv. 2013, at 11:44, Michael Murphy murphy...@gmail.com wrote:
 
 Minimal example:
 
 \starttext
 $\hbar$
 \stoptext
 
 Michael
 
 -- 
 Michael Murphy
 murphy...@gmail.com
 
 ___
 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
 ___
 
 ___
 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
___