Re: [NTG-context] beta

2011-06-14 Thread Vnpenguin
On Tue, Jun 14, 2011 at 00:54, Hans Hagen pra...@wxs.nl wrote:
 On 14-6-2011 12:06, Mojca Miklavec wrote:

 This is exactly like saying that be should refer to Dutch language,

 you mean flemish (as belgium also has french) .. actually belgians always
 win the language contest so maybe we should switch to be indeed -)


OFFTOPIC
Stop to speak about belgium/flemish/french! It's a too sensitive
subject for us here :)
/OFFTOPIC
___
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] 620 pages limit?

2011-03-17 Thread Vnpenguin
On Wed, Mar 16, 2011 at 17:54, Hans Hagen pra...@wxs.nl wrote:
 On 14-3-2011 10:35, Wolfgang Schuster wrote:

 Am 14.03.2011 um 18:02 schrieb luigi scarso:

 \starttext
 \dorecurse{5000} {\input knuth \page }
 \stoptext

 A little bit faster but with the same error message:

 \count0=0
 \loop\ifnum\count05000
   \advance\count0 by 1
   \shipout\vbox{}
 \repeat
 \end

 \starttext
   \dorecurse{1} {test: \recurselevel\page}
 \stoptext

 pdftex + mkii : 35 sec
 xetex  + mkii : 35 sec
 luatex + mkiv : 40 sec

 no crashes.


No sense when you say no crashes without show us the version of your
luatex (I don't care pdftex/xetex).
___
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] 620 pages limit?

2011-03-15 Thread Vnpenguin

 Best wishes,
 Taco

 Not here:
 \starttext
 \dorecurse{5000} {\input knuth \page }
 \stoptext
 pages            flushing realpage 3987, userpage 3987
 PANIC: unprotected error in call to Lua API (stack overflow (out of
 stack space))

 mtx-context     | fatal error: return code: 1
 with latest minimals.


 I have exactely same error as you on Linux x86_64 CentOS , luatex
 beta-0.65.0-2010121316

 However on my Windows XP (always with Minimals distro) I can compile
 without error. On Windows I have :
 E:\User\xxx\texluatex --version
 This is LuaTeX, Version beta-0.66.0-2011021923 (Web2C 2010) (rev 4086)

 Maybe luatex of Linux 64bit is out-of-date ?


Just update luatex to beta-0.66.0-2011031509 (rev 4090) and now I got
5000-pages 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
___


Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Vnpenguin
On Mon, Mar 14, 2011 at 22:35, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:

 Am 14.03.2011 um 18:02 schrieb luigi scarso:

 \starttext
 \dorecurse{5000} {\input knuth \page }
 \stoptext

 A little bit faster but with the same error message:

 \count0=0
 \loop\ifnum\count05000
  \advance\count0 by 1
  \shipout\vbox{}
 \repeat
 \end


I run this code without error with :

 luatex --version
This is LuaTeX, Version beta-0.66.0-2011031518 (rev 4090)

Platform: Linux CentOS 5.5 x86_64.
___
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] 620 pages limit?

2011-03-14 Thread Vnpenguin
On Mon, Mar 14, 2011 at 18:02, luigi scarso luigi.sca...@gmail.com wrote:
 On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater t...@elvenkind.com wrote:
 On 03/14/2011 05:08 PM, Steffen Wolfrum wrote:

 Hi,

 in December we had 4000 pages limit, now I only reach 700 pages limit:

 pages  flushing realpage 615, userpage 619
 pages  flushing realpage 616, userpage 620
 PANIC: unprotected error in call to Lua API (stack overflow (out of stack
 space))

 mtx-context     | fatal error: return code: 1

 It's a book wih 7 chapters, each of it run fine. Only typesetting the
 entire project (not even with TOC) gives this error.
 Is there help?

 That is clearly a bug somewhere, but it needs a minimal demonstration
 file from you. A simple

  \dorecurse{5000} {\input knuth \page }

 does not trigger it.

 Best wishes,
 Taco

 Not here:
 \starttext
 \dorecurse{5000} {\input knuth \page }
 \stoptext
 pages            flushing realpage 3987, userpage 3987
 PANIC: unprotected error in call to Lua API (stack overflow (out of
 stack space))

 mtx-context     | fatal error: return code: 1
 with latest minimals.


I have exactely same error as you on Linux x86_64 CentOS , luatex
beta-0.65.0-2010121316

However on my Windows XP (always with Minimals distro) I can compile
without error. On Windows I have :
E:\User\xxx\texluatex --version
This is LuaTeX, Version beta-0.66.0-2011021923 (Web2C 2010) (rev 4086)

Maybe luatex of Linux 64bit is out-of-date ?
___
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] Ideas for restructuring the ConTeXt garden?

2011-03-12 Thread Vnpenguin
On Sat, Mar 12, 2011 at 21:08, C. meta...@gmx.de wrote:
 Hello,

 I recently started using context. I migrated from latex to xelatex to
 context. Mainly because of the better font support. I now value context also
 for its superior abilities. I feel that I can do more stuff without the use
 of \usepackage for this, \usepackage for that. When I read the
 documentation, I get the feeling that a lot of thoughts went into the
 options that are presented but it's still easy to customize (if you know how
 to do it :D)
 Here is my input to your questions.

 1) why users are confused with mkiv/mkii?
 The difference is not well explained. Also, mkii (which I don't use) sounds
 like the old version. When I first read about context, it was like well,
 we have this and that (mkii and mkiv) but it should say we have mkii,
 [insert here: what can it do, for what users is it recommended, pros/cons]
 and mkiv [insert info]. If you are not sure what to use, then you should use
 mkiv, because that is the future. Or something like that.

For me I don't care mkii. I use only mkiv. It's better to separate
completely mkii from mkiv distribution. Yes, I see, in this case there
is some work more for ConTeXt team.

 2) why they my be reluctant to install the minimals?
 Because they already have it in miktex, texlive. What they don't know is
 that these versions are outdated and due to the heavy development pretty
 far behind. Plus, it should say Context Standalone because that is what it
 is.

Yes, agreed !

mkii should be named ConTeXt Legacy ?
___
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] special character in filename

2011-03-06 Thread Vnpenguin
On Sat, Mar 5, 2011 at 21:26, Thomas Schmitz tschm...@uni-bonn.de wrote:
 On Sat, 5 Mar 2011 20:09:12 +
  Reviczky, Adam adam.revic...@kcl.ac.uk wrote:


 It works with the + character though.
 The same problem goes for the directory names; directories with ~ in the
 name drops and error, even if the filename has no special characters in it.

 Can this be fixed?

 Yeah, please fix this ASAP. I keep all my context files in a directory which
 I call /dev/null, and for some reason, this doesn't really work. But I am
 not going to change the name of my directory, no, you have to rewrite your
 software!


/dev/null as folder name ? Wow, what a crazy idea !
___
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] \switchtobodyfont does not work inside of \startsetups layer ?

2011-02-18 Thread Vnpenguin
Hi,
I have a following test:
=
\setuppapersize[S8][S8]
\setuplayout
[width=fit,height=fit,
rightmargin=1.5cm,leftmargin=1.5cm,
backspace=15mm,topspace=23mm,top=10mm,
header=0mm,footer=0mm,bottom=5mm,
margin=0mm]
\usetypescript[palatino]
\switchtobodyfont[palatino,20pt]

\setupcolors[state=start]

\definelayer[myLayer]
[width=\paperwidth, height=\paperheight]

\startsetups layer
\setlayer[myLayer][preset=lefttop,x=0.9\paperwidth,y=0.96\paperheight]
{\switchtobodyfont[10pt]\pagenumber\ of \lastpage}
\stopsetups

\setupbackgrounds
[page]
[setups=layer,background={myLayer},state=start]


\starttext
\page
\setlayer[myLayer][preset=leftttop,x=7mm,y=6mm]%
{\switchtobodyfont[48pt]\bf Page One}
blah blah blah blah blah blah blah blah blah

\page
\setlayer[myLayer][preset=leftttop,x=7mm,y=6mm]%
{\switchtobodyfont[48pt]\bf Page Two}
blah blah blah

\stoptext


The command \switchtobodyfont[10pt] inside of my \startsetups layer
...\stopsetups does not work for me.
In the final PDF I have not page number at 10pt.

Here are the files:

http://dl.dropbox.com/u/7959896/context/test2/test2.tex
http://dl.dropbox.com/u/7959896/context/test2/test2.log
http://dl.dropbox.com/u/7959896/context/test2/test2.pdf

I use on WinXP :

E:\Usercontext --version

mtx-context | main context file:
C:/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context | current version: 2011.02.18 17:17

Any help ?

Thanks in advance,
___
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] \switchtobodyfont does not work inside of \startsetups layer ?

2011-02-18 Thread Vnpenguin
On Fri, Feb 18, 2011 at 19:03, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:

 Am 18.02.2011 um 18:59 schrieb Vnpenguin:

 \usetypescript[palatino]
 \switchtobodyfont[palatino,20pt]

 Replace this (both lines) with

 \setupbodyfont[palatino,20pt]

 Wolfgang


Wow, it works now.
Thank you so much for your very quick help.

Cheers,
___
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] \switchtobodyfont does not work inside of \startsetups layer ?

2011-02-18 Thread Vnpenguin
On Fri, Feb 18, 2011 at 20:11, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:

 Am 18.02.2011 um 19:08 schrieb Vnpenguin:

 Wow, it works now.

 You can also separate the style and content of a layer with \setlayerframed, 
 e.g.

 \setlayerframed
  [mylayer]
  [x=...,
   y=...,
   frame=off,
   style={\switchtobodyfont[10pt]}]
  {text}


Thank you,
Regards
___
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] using ConTeXt/LuaTeX instead of a spreadsheet program

2011-02-16 Thread Vnpenguin
On Wed, Feb 16, 2011 at 18:47, Paul Menzel
paulepan...@users.sourceforge.net wrote:
 Dear ConTeXt folks,


 could you please share your experiences with or point me to a resource
 dealing with the following issue.

 I need to evaluate some physics experiments where I have some values
 which got measured. I thought I could use ConTeXt with LuaTeX to do all
 the calculations instead of the calculator and enter the results by hand
 or a spreadsheet program.

 Would I enter the values (not many) at the top of the TeX document and
 refer to them in the other places? Is an extra file a better approach?




In your place, I'll go to MS Excel or Openoffice Calc :)
___
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 updating beta WAS: beta

2011-02-02 Thread Vnpenguin
On Wed, Feb 2, 2011 at 13:41, Peter Münster pmli...@free.fr wrote:

 no, i'm still trying to get mkii and mkiv working at the same time with a
 fundamental different setup strategy .. getting there

 Or perhaps 2 completely different distributions?
 mkii: frozen, only some fixes from time to time

 mkiv: no more mkii files, no more pdftex, just pure mkiv

Yes, I like this idea. I don't care about mkii, nor pdftex.
___
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] beta

2011-01-31 Thread Vnpenguin
On Mon, Jan 31, 2011 at 22:28, Hans Hagen pra...@wxs.nl wrote:
 On 31-1-2011 7:11, Hans van der Meer wrote:

 Thanks for changing things that way between one and the other. I am
 starting to get a bit choleric about all things that constantly seem broken
 with the next update. Sorry for the sour note but these are costing me hours
 to iron out, time I do not have at the moment.

 well, no one forces you to update betas

 also, as long as we're in transition to mkiv you can expect an occasional
 hickup, after all, i have only a few machines to test

It's better to have someone could give you a hand.
In the long term, something like Release Team would be a must for
ConTeXt development. With this team, we can do some Unit testing for
each release in order to minimize problem.
___
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] TeX-figures

2011-01-30 Thread Vnpenguin
Hi,
I'm trying TeX-figures (Section 13.5 of ConTeX manual). Here is my test
==
\starttext
\startbuffer[mytable]
\bTABLE
\bTR
       \bTH One \eTH
       \bTH Two \eTH
\eTR
\bTR
       \bTD One \eTD
       \bTD Two \eTD
\eTR
\eTABLE
\stopbuffer
\externalfigure[mytable.tmp][width=0.8\textwidth]
\stoptext
==
But the PDF has no the table. I'm wrong somewhere ?

I'm using (WinXP) :

E:\User\tex context --version

MTXrun | main context file:
C:/context/tex/texmf-context/tex/context/base/context.mkiv
MTXrun | current version: 2011.01.25 13:17

Thanks,
___
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] TeX-figures

2011-01-30 Thread Vnpenguin
On Sun, Jan 30, 2011 at 11:43, Peter Münster pmli...@free.fr wrote:
 Vnpenguin vnpeng...@vnoss.org writes:

 I'm trying TeX-figures (Section 13.5 of ConTeX manual). Here is my test

 Hello,

 In the new manual it's section 16.5.


 \stopbuffer
 \externalfigure[mytable.tmp][width=0.8\textwidth]

 In mkiv, the buffer is not saved in a file. You need to do this
 explicitly:

 \stopbuffer
 \savebuffer[mytable][mytable.tmp]
 \externalfigure[mytable.tmp][width=0.8\textwidth]

Thank you, this method works ok for me.

Cheers
___
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 digit in buffer name

2011-01-30 Thread Vnpenguin
On Sun, Jan 30, 2011 at 11:46, Peter Münster pmli...@free.fr wrote:
 Hello,

 I get ! I can't find file `virtual://viafile.1'. with the following
 example:

 \starttext
 \startbuffer[mytable1]
 bla
 \stopbuffer
 \savebuffer[mytable1][mytable.tmp]
 \externalfigure[mytable.tmp][width=0.8\textwidth]
 \stoptext

I have same error. But when I modify (mytable instead of mytable1)

\startbuffer[mytable]
...
\savebuffer[mytable][mytable.tmp]

So it works :)
Hans, can you have a look at please!

Thanks
___
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] TeX-figures

2011-01-30 Thread Vnpenguin
On Sun, Jan 30, 2011 at 12:27, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:

 Am 30.01.2011 um 11:43 schrieb Peter Münster:

 In mkiv, the buffer is not saved in a file. You need to do this
 explicitly:

 \stopbuffer
 \savebuffer[mytable][mytable.tmp]
 \externalfigure[mytable.tmp][width=0.8\textwidth]

 In MkIV this should be possible

 \externalfigure[mytable.buffer]

 where you don’t have to save buffer but it seems to be broken.


Yes, it's broken. I don't like \savebuffer but I have no choice for now.
___
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] TeX-figures

2011-01-30 Thread Vnpenguin
On Sun, Jan 30, 2011 at 18:39, Hans Hagen pra...@wxs.nl wrote:

 \starttext

 \startbuffer[testbuf]
 \input tufte
 \stopbuffer

 \externalfigure[testbuf][type=buffer,width=5cm]

It works.

 \externalfigure[testbuf.buffer][width=5cm]

It does not work.

 \stoptext

 in mkiv .tmp makes no sense any more as we have no tmp files

In fact, I don't care about extension of this file.

Thanks,
___
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] \typesetbuffer adds \starttext ... \stoptext

2011-01-30 Thread Vnpenguin
On Sun, Jan 30, 2011 at 19:52, Peter Münster pmli...@free.fr wrote:
 Hello,

 It would be nice, if \typesetbuffer wouldn't add anything to the buffer.

Yep, I agree that. Don't know why need add something to buffer ?
___
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] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Vnpenguin
On Wed, Jan 26, 2011 at 09:24, Hans Hagen pra...@wxs.nl wrote:
 On 26-1-2011 6:43, Vnpenguin wrote:

 Hi,
 The file context-setup-mswin.zip has 23M size at
 http://minimals.contextgarden.net/setup/. Here are files inside of
 this ZIP:
 ===
 |-- bin
 |-- context
 |   |-- context
 |   |   |-- context
 |   |   |       `-- first-setup.bat
 |   |   `-- first-setup.bat
 |   |-- first-setup.bat
 |   `-- mswin
 |       |-- bin
 |       `-- first-setup.bat
 |-- first-setup.bat
 

 Could you tell me why these files were doubled many times ?

 probably because the minimals were installed several times using the same
 root but a different subpath

This's NOT my installation on hard disk! It's the _content_ of file
_context-setup-mswin.zip_ on the site
http://minimals.contextgarden.net/setup/
___
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] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Vnpenguin
On Wed, Jan 26, 2011 at 13:40, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 On Wed, Jan 26, 2011 at 06:43, Vnpenguin vnpeng...@vnoss.org wrote:
 Hi,
 The file context-setup-mswin.zip has 23M size at
 http://minimals.contextgarden.net/setup/. Here are files inside of
 this ZIP:
 ===

 Could you tell me why these files were doubled many times ?

 Hmmm ... that is something that I would like to know as well ... :) :) :)

 Most probably there was some extra folder lying around. The code that
 generates it is

 mv mswin context
 rm context-setup-mswin.zip
 zip -r context-setup-mswin context
 mv context mswin

 If folder named context existed at some point in time, it probably
 triggered recursive behaviour.

 Mojca


For me, that's packaging error. We need only _ONE_ folder bin and
_ONE_ file first-setup.bat to do installation.
___
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] beta

2011-01-25 Thread Vnpenguin
On Tue, Jan 25, 2011 at 09:53, Lutz Haseloff
lutz.hasel...@googlemail.com wrote:
 Hi Hans,

 my new ConTeXt misses v-default.mkiv:

 
 ...
 + c:/contextminimal/texmf-context/tex/context/base/buff-par.lua)
 ! I can't find file `v-default.mkiv'.
 to be read again
                   \relax
 l.246 \loadmarkfile{v-default}
                                  % preloaded as otherwise spurious spaces i...
 Please type another input file name:
 

I have exactly same error here.
___
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] context-setup-mswin.zip : so many doubles files ?

2011-01-25 Thread Vnpenguin
Hi,
The file context-setup-mswin.zip has 23M size at
http://minimals.contextgarden.net/setup/. Here are files inside of
this ZIP:
===
|-- bin
|   |-- cygiconv-2.dll
|   |-- cygwin1.dll
|   |-- kpathsea600.dll
|   |-- kpathsea60071.dll
|   |-- luatex.dll
|   |-- msvcp71.dll
|   |-- msvcr71.dll
|   |-- msvcrt.dll
|   |-- mtx-update.lua
|   |-- mtxrun.dll
|   |-- mtxrun.exe
|   |-- mtxrun.lua
|   |-- rsync.exe
|   `-- texlua.exe
|-- context
|   |-- bin
|   |   |-- cygiconv-2.dll
|   |   |-- cygwin1.dll
|   |   |-- kpathsea600.dll
|   |   |-- kpathsea60071.dll
|   |   |-- luatex.dll
|   |   |-- msvcp71.dll
|   |   |-- msvcr71.dll
|   |   |-- msvcrt.dll
|   |   |-- mtx-update.lua
|   |   |-- mtxrun.dll
|   |   |-- mtxrun.exe
|   |   |-- mtxrun.lua
|   |   |-- rsync.exe
|   |   `-- texlua.exe
|   |-- context
|   |   |-- bin
|   |   |   |-- cygiconv-2.dll
|   |   |   |-- cygwin1.dll
|   |   |   |-- kpathsea600.dll
|   |   |   |-- kpathsea60071.dll
|   |   |   |-- luatex.dll
|   |   |   |-- msvcp71.dll
|   |   |   |-- msvcr71.dll
|   |   |   |-- msvcrt.dll
|   |   |   |-- mtx-update.lua
|   |   |   |-- mtxrun.dll
|   |   |   |-- mtxrun.exe
|   |   |   |-- mtxrun.lua
|   |   |   |-- rsync.exe
|   |   |   `-- texlua.exe
|   |   |-- context
|   |   |   |-- bin
|   |   |   |   |-- cygiconv-2.dll
|   |   |   |   |-- cygwin1.dll
|   |   |   |   |-- kpathsea600.dll
|   |   |   |   |-- kpathsea60071.dll
|   |   |   |   |-- luatex.dll
|   |   |   |   |-- msvcp71.dll
|   |   |   |   |-- msvcr71.dll
|   |   |   |   |-- msvcrt.dll
|   |   |   |   |-- mtx-update.lua
|   |   |   |   |-- mtxrun.dll
|   |   |   |   |-- mtxrun.exe
|   |   |   |   |-- mtxrun.lua
|   |   |   |   |-- rsync.exe
|   |   |   |   `-- texlua.exe
|   |   |   |-- first-setup.bat
|   |   |   `-- mswin
|   |   |   |-- bin
|   |   |   |   |-- cygiconv-2.dll
|   |   |   |   |-- cygwin1.dll
|   |   |   |   |-- kpathsea600.dll
|   |   |   |   |-- kpathsea60071.dll
|   |   |   |   |-- luatex.dll
|   |   |   |   |-- msvcp71.dll
|   |   |   |   |-- msvcr71.dll
|   |   |   |   |-- msvcrt.dll
|   |   |   |   |-- mtx-update.lua
|   |   |   |   |-- mtxrun.dll
|   |   |   |   |-- mtxrun.exe
|   |   |   |   |-- mtxrun.lua
|   |   |   |   |-- rsync.exe
|   |   |   |   `-- texlua.exe
|   |   |   `-- first-setup.bat
|   |   `-- first-setup.bat
|   |-- first-setup.bat
|   `-- mswin
|   |-- bin
|   |   |-- cygiconv-2.dll
|   |   |-- cygwin1.dll
|   |   |-- kpathsea600.dll
|   |   |-- kpathsea60071.dll
|   |   |-- luatex.dll
|   |   |-- msvcp71.dll
|   |   |-- msvcr71.dll
|   |   |-- msvcrt.dll
|   |   |-- mtx-update.lua
|   |   |-- mtxrun.dll
|   |   |-- mtxrun.exe
|   |   |-- mtxrun.lua
|   |   |-- rsync.exe
|   |   `-- texlua.exe
|   `-- first-setup.bat
|-- first-setup.bat


Could you tell me why these files were doubled many times ?

Thanks,
___
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] contextgarden.net

2010-12-18 Thread Vnpenguin
On Fri, Dec 17, 2010 at 11:26, Patrick Gundlach patr...@gundla.ch wrote:
 Hi,

 I have mentioned it at the last context conference: I am looking for a person 
 (or a group) to take over the server contextgarden.net. Not only the wiki or 
 the modules section or ..., but the complete server.

 I have started everything more then seven years ago and we (= you) have all 
 made it possible that contextgarden.net is now used by more then 500 unique 
 visitors each day (the wiki alone). The average time a user spends on the 
 wiki is three and a half minute (according to the stats, but this is 
 inaccurate, of course), I think that is pretty good!

 But as usual in a setting like this, I have shifted my focus. This does not 
 mean I like ConTeXt less then several years ago! By no means! But I am too 
 busy with my new job and my family so there is pretty much no server 
 maintenance (except for a reboot once in a while).

 I really hope that someone steps in and I can hand over all the 
 files/databases and the domain name before the next conference.

 Not that some parts are already maintained by other people: most prominently 
 the minimals are done by Mojca with help of Arthur (I hope I've got it right).

 Patrick


Why not move all to Sourceforge.net ?

Just my two cent
___
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] Creating graphic file instead of PDF

2010-11-20 Thread Vnpenguin
Import your PDF into Inkscape so you get SVG. From this format you can
export to PNG at any size.


On Sun, Nov 21, 2010 at 07:21, Cecil Westerhof cldwester...@gmail.com wrote:
 I am making flowcharts with ConTeXt. Because the flowcharts have to be
 included in other documents, I would like to make graphic files (jpeg,
 png, ...). Also not bigger as needed to represent the flowchart.
 Can this be done.

 --
 Cecil Westerhof
 ___
 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] pdf file not found

2010-09-10 Thread Vnpenguin
On Fri, Sep 10, 2010 at 21:27, Peter Münster pmli...@free.fr wrote:
 On Fri, Sep 10 2010, Hans Hagen wrote:

 i get empty pages in the case of a * but that can be simply because
 a * might not be in a filename on windows

 Ok, I can rename the file.

 But I think, the behaviour is so strange, that there is somewhere a hidden
 bug.

 Strange, because 2*8 is the only file in
 http://foundry.supelec.fr/svn/contextman/context-reference/en/arranging
 with that problem.

 3*8, 5*8, 2*6, 2*7, 2*9  - ok
 1*8, 2*8, 4*8            - not ok

Don't like this kind of filename :)

Sorry, can't help.
___
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] Manipulating \pagenumber with Lua code : example need

2010-09-08 Thread Vnpenguin
Hi,
I would like to manipulate \pagenumber with Lua code, in order to add
an increment to page number, print out (\pagenumber + INC) instead of
\pagenumber.

I can't found any example in Wiki yet.

Some lines of simple code will be very appreciated :)

Thanks
___
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] Insert page number into multi-page PDF

2010-09-07 Thread Vnpenguin
On Tue, Sep 7, 2010 at 00:00, Hans Hagen pra...@wxs.nl wrote:

 \setuplayout[page]

 \copypages[yourfile.pdf][n=10]

 you can put stuff on top using the background mechanisms

Could you give me an example about background mechanism ?

Thanks
___
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] Insert page number into multi-page PDF

2010-09-07 Thread Vnpenguin
On Tue, Sep 7, 2010 at 18:52, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:

 Am 07.09.2010 um 18:40 schrieb Vnpenguin:

 On Tue, Sep 7, 2010 at 00:00, Hans Hagen pra...@wxs.nl wrote:

 \setuplayout[page]

 \copypages[yourfile.pdf][n=10]

 you can put stuff on top using the background mechanisms

 Could you give me an example about background mechanism ?


 \defineoverlay
  [pagenumber]
  [\vbox to \paperheight
     {\blank[force,3cm]
      \midaligned{\pagenumber\ – \lastpagenumber}
      \vfill}]

 \setupbackgrounds[page][background={foreground,pagenumber}]

 \starttext
 ...
 \stoptext

 Wolfgang



Excellent, it works well.

Thank you so much,

Regards,
___
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] Insert page number into multi-page PDF

2010-09-06 Thread Vnpenguin
Hi,
I have a multi-page PDF without page number . Is there simple way to
insert page number by using ConTeXt ?
I'm thinking about:
  * Setup ConTeXt with zero or small margins,
  * Setup page number (possibility to start from some value, not
necessary from 1)
  * Include each page of PDF as picture
  * Build PDF with ConTeXt

but I can not found an example for that.

Any ideas for help?

Thanks in advance,

Regards
___
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] beta

2010-09-04 Thread Vnpenguin
On Fri, Sep 3, 2010 at 16:41, Otared Kavian ota...@gmail.com wrote:

 Dear Hans, dear Mojca,

 In order to test the new release, I just updated to the new beta through the 
 minimals, but after that I get still the same ConTeXt version, that is
 ConTeXt version 2010.08.20 00:00

The same here (WinXP).
___
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] Making a feedback form

2010-08-29 Thread Vnpenguin
On Fri, Aug 27, 2010 at 15:03, Cecil Westerhof cldwester...@gmail.com wrote:
 I want to make a feedback form with ConTeXt. I hoped that there would
 be templates for this, but I did not find any. Are there no templates,
 or did I not look good?


PDF feedback form with fields to fill ?
___
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] Minimals Windows PowerShell

2010-08-19 Thread Vnpenguin
On Thu, Aug 19, 2010 at 16:33, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 On Thu, Aug 19, 2010 at 15:17, luigi scarso luigi.sca...@gmail.com wrote:
 With cmd.exe
 call C:\luatex\minimals-beta\context\tex\setuptex.bat
 C:\luatex\minimals-beta\context\tex
 does it's job correctly.

 You should not even need the second argument.

 I would like to know the same for Windows PowerShell:
 .  C:\luatex\minimals-beta\context\tex\setuptex.bat
 C:\luatex\minimals-beta\context\tex
  C:\luatex\minimals-beta\context\tex\setuptex.bat
 C:\luatex\minimals-beta\context\tex
 don't work and
 call doesn't exist in PowerShell.

 Does anyone know any more about PowerShell? I'm ready to change the
 code in setuptex.bat, but I don't use windows and I'm not too eager to
 explore it myself.

Standard shell of Windows is fine for me. I not need another shell :)
When you change something in setuptex.bat it's better to think about
standard firstly.
___
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] Minimals Windows PowerShell

2010-08-19 Thread Vnpenguin
On Thu, Aug 19, 2010 at 18:44, Hans Hagen pra...@wxs.nl wrote:

 i've been using this for a quite some time now:

 http://sourceforge.net/projects/console/

 it is much faster in scrolling the log; it captures the output and flushes
 periodically contrary to the normal console which flushes each char and as
 tex often writes char by char ...; other os's use delays in the refresh in
 consoles so there it's less noticeable

Thanks for the link.
___
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] Typescripts for MathTimePro 2? (was MathTime Lite fonts for free)

2010-08-17 Thread Vnpenguin
On Tue, Aug 17, 2010 at 01:37, Hans Hagen pra...@wxs.nl wrote:
 On 15-8-2010 8:15, Vnpenguin wrote:

 2009/12/17 Boštjan Vesnicerbostjan.vesni...@gmail.com:

 Do the typescripts for the MathTime fonts exist?

 I have the same question. Anyone could give us some typescripts for
 MathTimePro 2 please.

 (1) make a directory texmf-fonts/fonts/data/mathtimes
 (2) copy the fonts there
 (3) run mtxrun --generate
 (4) test if it works:

 \setupbodyfont[mathtimes]

 \starttext
  test $e=mc^2$
 \stoptext

 The free version seems to be lm compatible so that should work I guess given
 that the same mapping is used. For the pro variant (with extra scripts) the
 vfu file probably needs to be extended with vectors the those.

 Hans


Thank you, I'll try it,

Regards
___
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] (Open) Solaris minimals

2010-08-17 Thread Vnpenguin
On Tue, Aug 17, 2010 at 11:32, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 Based on the following message:
    
 http://www.h-online.com/open/news/item/Oracle-turns-its-back-on-OpenSolaris-1059239.html
 ... is there still any interest for OpenSolaris support in minimals?


No, for me :)
Linux  Windows are ok :)
___
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] Typescripts for MathTimePro 2? (was MathTime Lite fonts for free)

2010-08-17 Thread Vnpenguin
On Tue, Aug 17, 2010 at 01:37, Hans Hagen pra...@wxs.nl wrote:
 On 15-8-2010 8:15, Vnpenguin wrote:

 2009/12/17 Boštjan Vesnicerbostjan.vesni...@gmail.com:

 Do the typescripts for the MathTime fonts exist?

 I have the same question. Anyone could give us some typescripts for
 MathTimePro 2 please.

 (1) make a directory texmf-fonts/fonts/data/mathtimes
 (2) copy the fonts there

Only *.pfb file are ok ?

 (3) run mtxrun --generate
 (4) test if it works:

 \setupbodyfont[mathtimes]

 \starttext
  test $e=mc^2$
 \stoptext


That does not work. In the PDF file I see only TeXGyreTermes-Regular font.

Thanks,
___
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] Typescripts for MathTimePro 2? (was MathTime Lite fonts for free)

2010-08-17 Thread Vnpenguin
On Wed, Aug 18, 2010 at 01:55, Aditya Mahajan adit...@umich.edu wrote:
 On Tue, 17 Aug 2010, Hans Hagen wrote:

 On 17-8-2010 8:27, Vnpenguin wrote:

  On Tue, Aug 17, 2010 at 20:16, Hans Hagenpra...@wxs.nl  wrote:
   On 17-8-2010 7:56, Vnpenguin wrote:
 Only *.pfb file are ok ?
    plus afm and for math tfm
 
  Done.

 \setupbodyfont[mathtimes]
    \starttext
   test $e=mc^2$
 \stoptext
 That does not work. In the PDF file I see only
TeXGyreTermes-Regular
    font.
    no messages concerning missing fonts in the log?
 
  Log file attached.
  Here are some files of MT Pro 2:

  
  19/02/2009  03:00            19 690 mt2bbdf.pfb
  19/02/2009  03:00               738 mt2bbdf.pfm
  19/02/2009  03:00               704 mt2bbdf.tfm
  19/02/2009  03:00            19 443 mt2bbds.pfb
  19/02/2009  03:00               738 mt2bbds.pfm
  19/02/2009  03:00               712 mt2bbds.tfm


 so, the wrong names are used ... as I don't have these fonts you or
 someone has to do it:

 Are we talking about mathtime pro fonts or mathtime pro lite fonts? The lite
 version was availabe for free, so I can try to make typescripts for them.
 But I do not have the pro version.


Here is full list of PFB files: http://pastebin.com/EX1ECWSx
___
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] Typescripts for MathTimePro 2? (was MathTime Lite fonts for free)

2010-08-15 Thread Vnpenguin
2009/12/17 Boštjan Vesnicer bostjan.vesni...@gmail.com:
 Do the typescripts for the MathTime fonts exist?

I have the same question. Anyone could give us some typescripts for
MathTimePro 2 please.

Thanks,


 On Wed, Dec 16, 2009 at 9:12 PM, Wolfgang Schuster
 schuster.wolfg...@googlemail.com wrote:
 FYI,

 http://www.texdev.net/2009/12/16/mathtime-lite-fonts-for-free/

 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] Palatino Linotype under MKIV

2010-08-06 Thread Vnpenguin
On Wed, Jun 30, 2010 at 18:16, Paul Schalck schick...@web.de wrote:
 Thank you very much, Taco, especially for the detailed explanations you
 gave! It works like a charm. I've made a new Wiki page (my first one),
 mainly based on your answer:

 http://wiki.contextgarden.net/Palatino_Linotype_under_MKIV


I follow this example to test fonts Palatino. It works perfectly. Thanks!

But when I do some math with \startformula ... \stopformula, I got
LMRoman12-Regular and LMMathItalic12-Regular in my PDF.

My stupid question: How to use math symbols of Palatino ?

Thanks,
___
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] Palatino Linotype under MKIV

2010-08-06 Thread Vnpenguin
On Fri, Aug 6, 2010 at 09:24, Hans Hagen pra...@wxs.nl wrote:
 Thank you very much, Taco, especially for the detailed explanations you
 gave! It works like a charm. I've made a new Wiki page (my first one),
 mainly based on your answer:

 http://wiki.contextgarden.net/Palatino_Linotype_under_MKIV


 I follow this example to test fonts Palatino. It works perfectly. Thanks!

 But when I do some math with \startformula ... \stopformula, I got
 LMRoman12-Regular and LMMathItalic12-Regular in my PDF.

 My stupid question: How to use math symbols of Palatino ?

 use the ones based on the px fonts (search for palatino in  font-otf.mkiv)


Do you mean type-otf.mkiv ? I can't found font-otf.mkiv in my
minimal installation here.

I tried to add:
\starttypescript [math][palatino][all]
\loadfontgoodies[px-math]
\definefontsynonym[mathroman][pxm...@px-math]
\stoptypescript

into the example code. But it does not work.
Could you give me some idea please ?

Thanks
___
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] Palatino Linotype under MKIV

2010-08-06 Thread Vnpenguin
On Fri, Aug 6, 2010 at 12:34, Hans Hagen pra...@wxs.nl wrote:
 On 6-8-2010 10:02, Vnpenguin wrote:

 On Fri, Aug 6, 2010 at 09:24, Hans Hagenpra...@wxs.nl  wrote:

 Thank you very much, Taco, especially for the detailed explanations you
 gave! It works like a charm. I've made a new Wiki page (my first one),
 mainly based on your answer:

 http://wiki.contextgarden.net/Palatino_Linotype_under_MKIV


 I follow this example to test fonts Palatino. It works perfectly.
 Thanks!

 But when I do some math with \startformula ... \stopformula, I got
 LMRoman12-Regular and LMMathItalic12-Regular in my PDF.

 My stupid question: How to use math symbols of Palatino ?

 use the ones based on the px fonts (search for palatino in
  font-otf.mkiv)


 Do you mean type-otf.mkiv ? I can't found font-otf.mkiv in my
 minimal installation here.

 I tried to add:
 \starttypescript [math][palatino][all]
     \loadfontgoodies[px-math]
     \definefontsynonym[mathroman][pxm...@px-math]
 \stoptypescript

 into the example code. But it does not work.
 Could you give me some idea please ?

 depends on how your other typescript looks

I take simply the example on wiki, no more no less :

http://wiki.contextgarden.net/Palatino_Linotype_under_MKIV

Thanks
___
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] Palatino Linotype under MKIV

2010-08-06 Thread Vnpenguin
On Fri, Aug 6, 2010 at 13:46, Hans Hagen pra...@wxs.nl wrote:
 On 6-8-2010 1:40, Vnpenguin wrote:

 http://wiki.contextgarden.net/Palatino_Linotype_under_MKIV

 \definetypeface[PalatinoLinotype][mm][math][palatino][default]


Voilà, it works now.

Thank you so much for your help,

Cheers,
___
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] Minimals on windows 32 bit fails ?

2010-08-03 Thread Vnpenguin
Hi,
Just install minimal on Windows-XP 32bit (VM). It works without error here :)

C:\context --version

MTXrun | main context file:
C:/context/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2010.08.02 18:58

C:\luatex --version
This is LuaTeX, Version beta-0.61.0-2010073117 (Web2C 2010) (rev 3777)

Execute  'luatex --credits'  for credits and version details.

There is NO warranty. Redistribution of this software is covered by
the terms of the GNU General Public License, version 2. For more
information about these matters, see the file named COPYING and
the LuaTeX source.

Copyright 2010 Taco Hoekwater, the LuaTeX Team.




On Tue, Aug 3, 2010 at 09:57, luigi scarso luigi.sca...@gmail.com wrote:
 On Tue, Aug 3, 2010 at 9:48 AM, Peter Rolf indi...@gmx.net wrote:
 Am 03.08.2010 08:36, schrieb luigi scarso:
 It seems that there is an error with
 patterns while building formats -- can someone check it ?

 yep, same error here.

 path/context/tex/texmf-context/tex/context
 /patterns/lang-agr.pat
 ! Duplicate pattern.
 l.137 ΐ1

 Peter
 Under linux 32 bit too
 path/tex/texmf-context/tex/context/patterns/lang-agr
 .pat
 ! Duplicate pattern.
 l.137 ΐ1

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

2010-07-30 Thread Vnpenguin
On Fri, Jul 30, 2010 at 10:45, Hans Hagen pra...@wxs.nl wrote:
 Hi,

 I uploaded a current release that matches luatex 0.61 beta (released a few
 days ago). The release notes will follow. Apart from a couple of fixes in
 mkiv the main additions are tagged pdf and the possibility to include pages
 from pdf documents with hyperlinks which is controlled by the 'interaction'
 key (given that interaction is enabled).

 \externalfigure[file.pdf][page=1,scale=700,frame=on,interaction=yes]

 This is experimental code and it will be extended in the future. Also more
 control will provided. Future releases will also deal with layers in
 embedded images (all within reasonable bounds).

 The current code still supports older mplib although so this current might
 work with alpha 0.61 versions.

 We expect a next beta if luatex in a couple of weeks so there will for sure
 be beta releases of context in the meantime.

 Hans


Just updated on my WinXP ConTeXt minimal. I do a simple test:

\starttext
\input knuth
\stoptext

And here is compiling error :

E:\Tempcontext test1.tex

MTXrun | run 1: luatex
--fmt=C:/context/tex/texmf-cache/luatex-cache/context/f53042fa2e1c106bc7e3383ec8c3a00c/formats/cont-en
--lua=C:/context/tex/texmf-cache/luatex-cache/context/f53042fa2e1c106bc
7e3383ec8c3a00c/formats/cont-en.lui --backend=pdf ./test1.texThis
is LuaTeX, Version beta-0.60.2-2010071421 (Web2C 2010) (rev 3736)
 \write18 enabled.
This went wrong:
...text/tex/texmf-context/tex/context/base/lpdf-nod.lua:18: table
index is nil
.
*
./test1.tex


Info of ConTeXt:

MTXrun | main context file:
C:/context/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2010.07.30 10:40

Something broken here ?

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

2010-07-30 Thread Vnpenguin
On Fri, Jul 30, 2010 at 16:01, Hans Hagen pra...@wxs.nl wrote:

 no clue but minimals are normally synced each hour so maybe wait 15
 minutes
 and try again.

 It's 15:54 now (your post is at 12:51). Just updated but ConTeXt is
 always broken !!!

 E:\tex\Tempcontext test1.tex

 MTXrun | run 1: luatex

 --fmt=C:/context/tex/texmf-cache/luatex-cache/context/f53042fa2e1c106bc7e3383ec8c3a00c/formats/cont-en
 --lua=C:/context/tex/texmf-cache/luatex-cache/context/f53042fa2e1c106bc
 7e3383ec8c3a00c/formats/cont-en.lui --backend=pdf ./test1.texThis
 is LuaTeX, Version beta-0.60.2-2010071421 (Web2C 2010) (rev 3736)
  \write18 enabled.
 This went wrong:
 text/tex/texmf-context/tex/context/base/lpdf-nod.lua:18: table
 index is nil
 ..
 *
     ./test1.tex
 ?

 this is strange as it does make a proper format here and on taco's machine;
 your problem comes from

 local variables = interfaces.variables

 you can add a line table.print(variables) to see what is in there

 if it's empty ... you might be missing mult-def.lua

 Hans


Hi,
I modified _nothing_ within ConTeXt installation tree, except
texmf-local folder. Everything was rsynced from
rsync://contextgarden.net/minimals/setup by using unmodified-script
first-setup.bat. So if something is missing it's on Rsync server,
not on my PC, right ?

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

2010-07-30 Thread Vnpenguin
On Fri, Jul 30, 2010 at 16:39, Hans Hagen pra...@wxs.nl wrote:
 On 30-7-2010 4:19, Vnpenguin wrote:

 Hi,
 I modified _nothing_ within ConTeXt installation tree, except
 texmf-local folder. Everything was rsynced from
 rsync://contextgarden.net/minimals/setup by using unmodified-script
 first-setup.bat. So if something is missing it's on Rsync server,
 not on my PC, right ?

 It works ok here ... what platform are you on? maybe luatex is not yet 0.61
 for your platform?


Windows XP SP3

E:\context --version

MTXrun | main context file:
C:/context/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2010.07.30 11:35

E:\luatex --version
This is LuaTeX, Version beta-0.60.2-2010071421 (Web2C 2010) (rev 3736)

Execute  'luatex --credits'  for credits and version details.

There is NO warranty. Redistribution of this software is covered by
the terms of the GNU General Public License, version 2. For more
information about these matters, see the file named COPYING and
the LuaTeX source.

Copyright 2010 Taco Hoekwater, the LuaTeX Team.
___
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 current

2010-07-30 Thread Vnpenguin
On Fri, Jul 30, 2010 at 17:09, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 On Fri, Jul 30, 2010 at 16:39, Hans Hagen wrote:

 It works ok here ... what platform are you on? maybe luatex is not yet 0.61
 for your platform?

 Only cygwin, freebsd-amd64 and kfreebsd-* lack the proper binaries.
 Oh, and windows ... but there's not much that I can do with it since
 http://w32tex.org/ still holds only 0.60.2. (You can try to fetch the
 luatex dll from luatex-dev zip from that page if that would help in
 any way.)


Extracted   copied luatex.dll  luatex.exe from luatex-dev.zip into
C:\context\bin.
Ran context --generate already. But the same error.

Is there any way to return to previous release ? It's quite annoying for me :(

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

2010-07-30 Thread Vnpenguin
On Fri, Jul 30, 2010 at 17:35, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 Extracted   copied luatex.dll  luatex.exe from luatex-dev.zip into
 C:\context\bin.

 No, not that one, but C:\context\tex\texmf-mswin\bin.


Ah, I don't know this folder yet :) It works without error now.

Thanks,
___
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] LuaTeX printf() function ?

2010-07-23 Thread Vnpenguin
Hi,
Here is my test:
===
\setuppapersize[A4][A4]
\usetypescript[postscript]
\setupbodyfont[palatino,12pt]

\starttext
\startformula
K = \frac{\sigma_1}{\sigma_2} = \frac{355}{14}= \ctxlua{tex.print(355/14)}
\stopformula
\stoptext
===

It works well and give me result = 25,357142857143. In order to obtain
2 decimal number I tried:

\startformula
K = \frac{\sigma_1}{\sigma_2} = \frac{355}{14}=
\ctxlua{tex.printf(%0.2f,355/14)}
\stopformula

But it does not work. Here is the error:

tex.printf(\doplaceformulanumber \stopdisplaymath \global \let \gdef \ETC.
! File ended while scanning text of \zerocount.
inserted text
}
* ./test-lua.tex
?

Another try:

\startformula
K = \frac{\sigma_1}{\sigma_2} = \frac{355}{14}=
\ctxlua{tex.print(string.format(%0.2f,355/14))}
\stopformula

gives me the same error.

So is there really a function printf() in LuaTeX engine ?

Thanks
___
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] LuaTeX printf() function ?

2010-07-23 Thread Vnpenguin
On Fri, Jul 23, 2010 at 22:39, luigi scarso luigi.sca...@gmail.com wrote:
 On Fri, Jul 23, 2010 at 10:38 PM, luigi scarso luigi.sca...@gmail.com wrote:
 On Fri, Jul 23, 2010 at 10:25 PM, Vnpenguin vnpeng...@vnoss.org wrote:
 Hi,
 Here is my test:
 ===
 \setuppapersize[A4][A4]
 \usetypescript[postscript]
 \setupbodyfont[palatino,12pt]

 \starttext
 \startformula
 K = \frac{\sigma_1}{\sigma_2} = \frac{355}{14}= \ctxlua{tex.print(355/14)}
 \stopformula
 \stoptext
 ===

 It works well and give me result = 25,357142857143. In order to obtain
 2 decimal number I tried:

 \startformula
 K = \frac{\sigma_1}{\sigma_2} = \frac{355}{14}=
 \ctxlua{tex.printf(%0.2f,355/14)}
 \stopformula

 But it does not work. Here is the error:

 tex.printf(\doplaceformulanumber \stopdisplaymath \global \let \gdef \ETC.
 ! File ended while scanning text of \zerocount.
 inserted text
                }
 * ./test-lua.tex
 ?

 Another try:

 \startformula
 K = \frac{\sigma_1}{\sigma_2} = \frac{355}{14}=
 \ctxlua{tex.print(string.format(%0.2f,355/14))}
 \stopformula

 gives me the same error.

 So is there really a function printf() in LuaTeX engine ?

 Thanks

 hm, what about
  tex.sprint(tex.ctxcatcodes,string.format(\%.2f,355/14)
 sorry
  tex.sprint(tex.ctxcatcodes,string.format(\%.2f,355/14))


Ahhh, forgot to escape %, my bad !!!
The code \ctxlua{tex.print(string.format(\%0.2f,355/14))} works ok for me.

Thanks,
___
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] LuaTeX printf() function ?

2010-07-23 Thread Vnpenguin
On Fri, Jul 23, 2010 at 23:23, Hans Hagen pra...@wxs.nl wrote:
 On 23-7-2010 10:53, Vnpenguin wrote:

 \startformula

  K = \frac{\sigma_1}{\sigma_2} = \frac{355}{14}=
  \ctxlua{tex.print(string.format(%0.2f,355/14))}
  \stopformula


 or

    \ctxlua{context(\letterpercent0.2f,355/14)}

 we can consider adding

 \let\pct\letterpercent

 but nice is:

    \ctxluacode{context(%0.2f,355/14)}

 i'll add this but keep in mind that this will only work in the text stream,
 not in macro definitions or as arguments


With the format %... it's better to call something like
\clxluacode{contextf()} ? (like print()  printf())
___
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] beta

2010-07-22 Thread Vnpenguin
On Thu, Jul 22, 2010 at 17:51, Taco Hoekwater t...@elvenkind.com wrote:
 Hi,

 Otared Kavian wrote:

 So this means that something has changed in first-setup.sh, and for some 
 reason context.tex (and maybe a few other files…) are not thoroughly synched 
 with the zip file on the Pragma's website.

 The minimals do not sync from the public website but from an internal
 server, and it turns out that the zip files on that machine are not
 up to date yet. Hans is looking into it.


Just update with first-setup.bat and I have version 2010.07.22 19:04
of ConTeXt now :)

Thanks,
___
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] Float objects problem (was TABLE in Header ?)

2010-07-19 Thread Vnpenguin
On Mon, Jul 19, 2010 at 09:21, Hans Hagen pra...@wxs.nl wrote:
 On 18-7-2010 4:14, Vnpenguin wrote:

 Hi,
 It's possible to put TABLE within header ? I'm looking for an example
 in Wiki but I can not found yet.

 sure, best put the table in a buffer and then call that buffer

 (actually, your page can be a table itself ... see example in page-plg.*)

 Hans


Thanks,
It works with TABLE within header. But I have another problem with
float image. In fact, I have a logo in a cell of my TABLE which is
found in header. Here is the code :
%%==
\startsetups[myheader]
\bTABLE[setups=mytable-header]
\bTR
\bTD[nr=2] 
\placefigure[here,force]{none}{\externalfigure[logo][width=22mm]}
\eTD
\bTD {\tfb Foobar} \eTD
\bTD[nr=2] Right1\\ Right2 \\ Right3\eTD
\eTR
\bTR \bTD {\tfa Title \\ Sub-title} \eTD \eTR
\eTABLE
\stopsetups
\setupheadertexts[{\setups[myheader]}]
%%

I got some page OK with this logo[1]. But there are also some bad
pages where I can not found my logo at all [2], or there are many logo
in the page [3].

Is this problem of float objects ? How to fix this ?

All files of my test are downloadable at : https://my.vnoss.net/pub/context/
ConTeXt source file : https://my.vnoss.net/pub/context/test.tex
PDF created by context : https://my.vnoss.net/pub/context/test.pdf

I use ConTeXt 2010.06.23 on Windows XP.

E:\tex context --version

MTXrun | main context file:
C:/context/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2010.06.23 12:45

Thank you in advance,

Links:
[1] https://my.vnoss.net/pub/context/screenshot-ok.png
[2] https://my.vnoss.net/pub/context/screenshot-ko-1.png
[3] https://my.vnoss.net/pub/context/screenshot-ko-2.png
___
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] Publishing matlab figures

2010-07-19 Thread Vnpenguin
I would like to advise you just one word : stay with LaTeX  finish your thesis!
After that you can_play_ with ConTeXt if you want :)


2010/7/19 Jan Pohanka xhpoha...@gmail.com:
 Hello,
 I'm used to use LaTeX for scientific publishing mainly because many
 conferences offers an article template in this language. I'd like to use
 Context to typeset my thesis, but I miss one important feature from LaTeX.
 Psfrag package can be used to replace selected marks in an eps figure
 (generated by Matlab) with a text typesets with TeX engine. There is also an
 alternative package which converts thess psfragged figures to pdf and full
 work can be processed by pdftex.
 Is there any similar way how to do this in Context? It would really help me.
 I can of course use a workaround with preparing pictures with LaTeX and
 using generated pdfs lately, but it is not an ideal solution.

 greetings Jan
___
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] Float objects problem (was TABLE in Header ?)

2010-07-19 Thread Vnpenguin
On Mon, Jul 19, 2010 at 12:31, Hans Hagen pra...@wxs.nl wrote:
 \startsetups[myheader]
 \bTABLE[setups=mytable-header]
 \bTR
        \bTD[nr=2]
 \placefigure[here,force]{none}{\externalfigure[logo][width=22mm]}

 don't use placefloat in a table, just \externalfigure

Super!
Thank you very much Hans!
___
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] associating setuptex.bat with cmd shortcut

2010-07-19 Thread Vnpenguin
On Mon, Jul 19, 2010 at 19:52, Michael Goerz go...@physik.fu-berlin.de wrote:
 Hi everyone,

 at the end of the context essentials installation on Windows, it says

 When you want to use context, you need to initialize the tree with:

   C:\context\tex\setuptex.bat C:\context\tex

 You can associate this command with a shortcut to the cmd prompt.

 What does that mean, and how do I do that (associating the command with
 a shortcut to cmd)?

 Sorry, haven't had to do anything serious on Windows for years...

I have a shortcut of cmd.exe on my desktop (WinXP) and I add after
cmd.exe like following :

C:\WINDOWS\system32\cmd.exe /K C:\context\tex\setuptex.bat

So when I run this shortcut I have already ConTeXt env.

HTH,
___
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] TABLE in Header ?

2010-07-18 Thread Vnpenguin
Hi,
It's possible to put TABLE within header ? I'm looking for an example
in Wiki but I can not found yet.

Thanks in advance,
___
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] TABLE in Header ?

2010-07-18 Thread Vnpenguin
On Sun, Jul 18, 2010 at 16:38, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:
  Am 18.07.10 16:14, schrieb Vnpenguin:

 Hi,
 It's possible to put TABLE within header ? I'm looking for an example
 in Wiki but I can not found yet.

 \startsetups[header]
 \bTABLE
 ...
 \eTABLE
 \stopsetups

 \setupheadertexts[{\setups[header]}]

 but you should be careful with this because natural tables which cross page
 boundaries and natural tables in the header cause problems.

 Wolfgang

Thank you!
___
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] Example ConTeXt document: PS output

2010-07-11 Thread Vnpenguin
On Sun, Jul 11, 2010 at 00:21, Martin Schröder mar...@oneiros.de wrote:
 2010/7/10 Mojca Miklavec mojca.miklavec.li...@gmail.com:
 avoiding PDF for all costs makes sense or not. Expressed in other
 words: what usually happens when one sends PDF to PostScript printer?
 Does it print the document almost-natively or not?

 Typically your viewer (e.g. Adobe Reader) or your printing system
 (e.g. CUPS) converts it to PostScript.


http://www.csb.yale.edu/userguides/image/adobe.html
Acrobat reader can be used as PDF-to-PS converter.
With HP Postscript printer with Jetdirect interface I can send
directly PS file to printer, via FTP protocol IIRC.
___
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] Best version of ConTeXt

2010-07-08 Thread Vnpenguin
On Thu, Jul 8, 2010 at 02:03, Tom t...@tuxedo-press.com wrote:
 What would be the best version of ConTeXt to recommend to a friend who
 writes novels on a PC running Windows? The person has no programming skills.
 He would probably require some assistance installing Tex-Live or whatever
 and would need a stable version because he couldn't manage frequent updates.
 Problems would far outweigh additional features for him.


ConTeXt is under development, so IMHO there is no stable version.
If you need it you have to live with it, no choice :-)

Maybe ConTeXt minimal (http://wiki.contextgarden.net/ConTeXt_Minimals) ?
___
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] libertine otf file not recognised

2010-07-04 Thread Vnpenguin
On Thu, Apr 8, 2010 at 22:58, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:

 I haven't checked this since i wrote the bug report because i use now
 the libertine fonts from ctan what i suggest for Salil too, the libertine
 fonts from sourceforge are more than a year old and the ctan version
 was updated recently and has also more styles for biolinum.

 http://www.ctan.org/tex-archive/fonts/libertine/

 Wolfgang


Could you show me how to install this font for ConTeXt please ?
I use mimimal ConTeXt (Windows XP).

Thanks,
___
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] libertine otf file not recognised

2010-07-04 Thread Vnpenguin
On Sun, Jul 4, 2010 at 13:10, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:


 Could you show me how to install this font for ConTeXt please ?
 I use mimimal ConTeXt (Windows XP).


 Put the fonts in the systems font directory (C:\Windows\Fonts),
 this is everything you need for mkiv, to use load them with

 \setupbodyfont[libertine]


That does not work for me.
In C:\Windows\Fonts I have (downloaded from SF site):

15/06/2010  23:41   343 708 LinLibertine_Bd-4.1.5.otf
15/06/2010  23:47   803 864 LinLibertine_Bd-4.1.5.ttf
15/06/2010  23:41   375 796 LinLibertine_BI-4.1.0.otf
15/06/2010  23:48   869 088 LinLibertine_BI-4.1.0.ttf
15/06/2010  23:41   241 132 LinLibertine_C-4.0.4.otf
15/06/2010  23:48   629 012 LinLibertine_C-4.0.4.ttf
15/06/2010  23:42   451 756 LinLibertine_It-4.2.6.otf
15/06/2010  23:49   880 244 LinLibertine_It-4.2.6.ttf
15/06/2010  23:42   434 528 LinLibertine_Re-4.7.5.otf
15/06/2010  23:50   914 796 LinLibertine_Re-4.7.5.ttf

My test file:
\setuppapersize[A4][A4]
\setupbodyfont[libertine,12pt]
\starttext
This is a test of Libertine fonts.
\stoptext

After run : context test.tex
I got PDF which does not contain Libertine font !!!

My ConTeXt :
C:\contextcontext --version
MTXrun | main context file:
C:/context/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2010.05.24 13:05

Any idea ?

Thanks,
___
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] libertine otf file not recognised

2010-07-04 Thread Vnpenguin
On Sun, Jul 4, 2010 at 19:00, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:
 Am 04.07.10 18:57, schrieb Vnpenguin:

 On Sun, Jul 4, 2010 at 13:10, Wolfgang Schuster
 schuster.wolfg...@googlemail.com  wrote:


 Could you show me how to install this font for ConTeXt please ?
 I use mimimal ConTeXt (Windows XP).


 Put the fonts in the systems font directory (C:\Windows\Fonts),
 this is everything you need for mkiv, to use load them with

 \setupbodyfont[libertine]


 That does not work for me.
 In C:\Windows\Fonts I have (downloaded from SF site):


 You need the files from CTAN.

Installed files OTF from CTAN.
Checking:

mtxrun --scripts fonts --list --all --pattern=liber*

linlibertineo linlibertineo
c:/windows/fonts/fxlr.otf
linlibertineoblinlibertineob
c:/windows/fonts/fxlb.otf
linlibertineobi   linlibertineobi
c:/windows/fonts/fxlbi.otf
linlibertineoilinlibertineoi
c:/windows/fonts/fxlri.otf
linlibertineslantedo  linlibertineslantedo
c:/windows/fonts/fxlro.otf
linlibertineslantedob linlibertineslantedob
c:/windows/fonts/fxlbo.otf
linuxlibertineo   linlibertineo
c:/windows/fonts/fxlr.otf
linuxlibertineobold   linlibertineob
c:/windows/fonts/fxlb.otf
linuxlibertineobolditalic linlibertineobi
c:/windows/fonts/fxlbi.otf
linuxlibertineoitalic linlibertineoi
c:/windows/fonts/fxlri.otf
linuxlibertineonormal linlibertineo
c:/windows/fonts/fxlr.otf
linuxlibertineoregularlinlibertineo
c:/windows/fonts/fxlr.otf
linuxlibertineslantedolinlibertineslantedo
c:/windows/fonts/fxlro.otf
linuxlibertineslantedoboldlinlibertineslantedob
c:/windows/fonts/fxlbo.otf
linuxlibertineslantedonormal  linlibertineslantedo
c:/windows/fonts/fxlro.otf
linuxlibertineslantedoregular linlibertineslantedo
c:/windows/fonts/fxlro.otf
linuxlibertineslantedoslantedob   linlibertineslantedob
c:/windows/fonts/fxlbo.otf

But in PDF there is no Libertine font at all. I see only
LMMono10-Regular font.
Here is my source tex :

\setuppapersize[A4][A4]
\setupbodyfont[libertine,12pt]
\starttext
This is a test of Libertine fonts.
\stoptext

Thanks,
___
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] libertine otf file not recognised

2010-07-04 Thread Vnpenguin
On Sun, Jul 4, 2010 at 19:51, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:
 Am 04.07.10 19:44, schrieb Vnpenguin:

 But in PDF there is no Libertine font at all. I see only
 LMMono10-Regular font.


 Please update the font database: mtxrun --script fonts --reload


The same. Nothing of Libertine font in PDF file.
___
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] libertine otf file not recognised

2010-07-04 Thread Vnpenguin
On Sun, Jul 4, 2010 at 20:03, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:


 \setupbodyfont[libertine,rm]

It works now with this setting.

 Don't know why but Hans made typewriter the default style for the libertine
 fonts and this is why you get LM Mono.

So nobody has this problem until now ?

Thanks for your fast help,

Regards,
___
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] question about howto implement context on homeserver

2010-06-16 Thread Vnpenguin
On Wed, Jun 16, 2010 at 14:51, mrheggiz janerik.hagg...@bredband.net wrote:
 HI ALL!

 This maybe discussed before. I ask anyway.

 I'm having a personal homeserver that is accessible anywhere with linux LAMP
 installed.

 Is there some way to install minimals and have a webpage with a function
 similar to
  context live but with mkiv support.

 If I'm sitting on a computer with no context installation, it would be nice
 to typeset my .tex files and receive a downloadable .pdf as a result.

That's exactly we do here with a simple PHP script which parses a
ConTeXt template and makes 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
___


Re: [NTG-context] Script to automatically generate typescripts

2010-06-04 Thread Vnpenguin
On Fri, Jun 4, 2010 at 11:52, Michael Murphy michael.mur...@uni-ulm.de wrote:
 On 04/06/2010 10:50, luigi scarso wrote:

 On Fri, Jun 4, 2010 at 10:37 AM, Hans Hagenpra...@wxs.nl  wrote:

 On 4-6-2010 10:03, Mojca Miklavec wrote:

 Whenever I write something I use the language I master most (even if
 it's not the most suitable language for that task), so I guess that
 must be the reason.

 As I said, it started out as a private project, but just wanted to see if
 others found it useful. It is not at all like the 'simplefonts' module,
 since it has absolutely no integration with ConTeXt. It simply reads in .otf
 files and spits out typescripts, which can then be used in ConTeXt.

 I will try to get an .exe out in the next few days. I'm also starting to
 think that it might be possible to use otfinfo from the lcdf typetools to
 get information about a font, rather than trying to work it out from the
 filename. This might mean being able to use fonts other than those from
 Adobe, which would be nice.


Although a Perl user, I like your Python script, Michael !

Thanks
___
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] updated binaries in minimals

2010-05-28 Thread Vnpenguin
On Fri, May 28, 2010 at 12:10, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 I have updated the binaries from TL in minimals. If any problems
 appear (in particular any missing dll on windows), please let me know.

 Mojca

Just update my minimal on Fedora, it works fine.

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

2010-05-23 Thread Vnpenguin
On Sun, May 23, 2010 at 14:51, Hans Hagen pra...@wxs.nl wrote:
 Hi,

 I uploaded a new beta with a few fixes.

Available for all platform ?

Thanks
___
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] Run context from Perl script

2010-05-12 Thread Vnpenguin
Hi all,
I would like to run context from a Perl script. Within this script I
defined environment variables (TEXMFOS, TEXMFCAHE  PATH).
The command to run is :

exec(/path/to/context myfile.tex);

But context can not start. I have following error:

MTXrun | unknown script 'context.lua' or 'mtx-context.lua'

With the same method, I can run texexec without any problem.

Any idea for help ?

Thanks,
___
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] Run context from Perl script

2010-05-12 Thread Vnpenguin
On Wed, May 12, 2010 at 11:08, luigi scarso luigi.sca...@gmail.com wrote:

 Any idea for help ?
 What about
 qx{source /opt/luatex/minimals-beta/tex/setuptex; context --silent
 --batch myfile.tex};

Hi luigi,
It works ! Super :)

Thank you,
Regards
___
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] German ConTeXt Initiative

2010-03-15 Thread Vnpenguin

 On Sat, Mar 13, 2010 at 20:41, Hannes Riebl wrote:
 Hi Mojca,

 my name is Hannes. I've set up the german ConTeXt board on
 http://context.pytalhost.de/.

 Yasser asked me to contact you because of our idea to start a german
 community platform for ConTeXt.

 We both prefer a board instead of a mailing list because we think it's
 easier to use especially for unexperienced users. Another reason is that I'm
 not very experienced with mailing lists and have never set up one neither do
 I know HyperNews. I personally like PunBB because it's lightwight and easy
 to set up and administer.

Yep, one vote for PunBB :-)
___
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] suggestions for context documentation

2010-03-04 Thread Vnpenguin
On Fri, Mar 5, 2010 at 03:10, Michael Saunders odrad...@gmail.com wrote:

 You can't be serious about mk.pdf being a manual.  Even it
 admits, This document is not so much a users manual as a
 history of the development.  Little after that point is intelligible.


Yes, I agree with you on this point !
___
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] ConTeXt minimal Win32 : kpathsea510.dll can not found !!!

2010-02-22 Thread Vnpenguin
On Sun, Feb 21, 2010 at 23:12, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:

 I'm sorry for that. I have asked a few people and they claimed that it
 worked OK, but that might have been due to the fact that they already
 had kpathsea510.dll on their machines.

 I'm confused. Apparetly we need at least three different libraries
 then (kpathsea500, kpathsea510 and kpathsearch510).


So any solution ? Or every user has to copy/rename this library manually ?

Thanks,
___
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] ConTeXt minimal Win32 : kpathsea510.dll can not found !!!

2010-02-21 Thread Vnpenguin
Hi all,
Just download http://minimals.contextgarden.net/setup/context-setup-mswin.zip
and run first-setup.bat and I see the error about :
texlua.exe looks for kpathsea510.dll but this file was not found in
the distribution !!! I see only file kpathsearch510.dll so I make a
copy of this and rename to kpathsea510.dll. Now texlua.exe goes
without error.

After installation, when I run context --version I see again the
error about texlua.exe can not found kpathsea510.dll. Hm
I have to copy kpathsea510.dll (renamed early) into
context\tex\texmf-mswin\bin\ folder to work.

There is some things changed for librarie file name ?

I'm working with Windows XP SP3 32bit.

Thanks
___
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] ConTeXt minimal Win32 : kpathsea510.dll can not found !!!

2010-02-21 Thread Vnpenguin
On Sun, Feb 21, 2010 at 21:55, Hans Hagen pra...@wxs.nl wrote:

 use the minimals from the garden instead


In this page http://wiki.contextgarden.net/ConTeXt_Minimals , all
links are on server minimals.contextgarden.net. Is there another
server with fixed distro ?

Thanks,
___
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] How to use OTF fonts in ConTeXt?

2010-02-20 Thread Vnpenguin
Hi all,
Is there any wiki/tuto pages to help me to setup my OTF fonts for
using in ConTeXt ? I have ConTeXt minimal.
Thanks
___
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] [OT] Good and bad typography

2009-11-18 Thread Vnpenguin
On Wed, Nov 18, 2009 at 09:25, luigi scarso luigi.sca...@gmail.com wrote:
 http://wiki.contextgarden.net/User:Luigi.scarso/craig_ward


Very nice !
Is there ... public ConTeXt src for this ? :-)
___
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] Context Live setup ?

2009-11-17 Thread Vnpenguin
Hi,
I would like to make a ConTeXt Live server in LAN for testing
purposes, but I can not found any document for setup this kind of
server.
What are requirements ? Anyone could give me some help please ?

Thanks,
___
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] Context Live setup ?

2009-11-17 Thread Vnpenguin
On Tue, Nov 17, 2009 at 10:02, Patrick Gundlach patr...@gundla.ch wrote:
 Hello,


 I would like to make a ConTeXt Live server in LAN for testing
 purposes, but I can not found any document for setup this kind of
 server.
 What are requirements ? Anyone could give me some help please ?

 You can find the sourcecode of live.contextgarden.net at github:

 http://github.com/contextgarden/contextlive


 Of course, there is more to it. You should put it in a chrooted
 environmet etc.


Thank you,
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-02 Thread Vnpenguin
On Mon, Nov 2, 2009 at 09:20, Peter Münster pmli...@free.fr wrote:
 On Sun, Nov 01 2009, Vnpenguin wrote:

  a) (dangerous; I would not do it) install a more recent version of
  libc on your machine

 It's NOT possible.

 Hello Vnpenguin,

 Why not?


In our production environment, only RHEL  CentOS are used, and all
installations are up-to-date with main stream distribution. So an
update of glibc is not authorized.
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
Hi,
Just installed minimal on CentOS x86_64. The installation is ok, but
when I try pdftex, there is error:

 pdftex
pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)

 yum list installed glibc*
Loaded plugins: fastestmirror, priorities
Excluding Packages in global exclude list
Finished
Installed Packages
glibc.i686   2.5-42
  installed
glibc.x86_64 2.5-42
  installed
glibc-common.x86_64  2.5-42
  installed
glibc-devel.x86_64   2.5-42
  installed
glibc-headers.x86_64 2.5-42
  installed

I have both glibc.i686  glibc.x86_64 on my box.

Any help for this problem ?

Thanks in advance,

-- 
http://vnoss.org
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 18:48, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 I forgot to ask: does only pdftex cause problems or also metapost,
 luatex, xetex? It might help to know which of these programs still
 work.


 mpost
mpost: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by mpost)


 luatex
This is LuaTeX, Version beta-0.43.0-2009081914
 \write18 enabled.
**
(I used Ctrl+C to exit here)

 xetex
xetex: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found
(required by xetex)

My box is CentOS x86_64 5.4 with all updates.

Thanks
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 18:50, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 On Sun, Nov 1, 2009 at 18:00, Vnpenguin wrote:

 pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)

 glibc.i686                                               2.5-42

 Any help for this problem ?

 Yes, the easy answer would be upgrade your linux, but we probably
 want the binaries to run on slightly older machines as well.


My box CentOS 5.4 with all updates. What do you mean upgrade ?

Q
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 19:30, Martin Schröder mar...@oneiros.de wrote:
 2009/11/1 Vnpenguin vnpeng...@vnoss.org:
 My box CentOS 5.4 with all updates. What do you mean upgrade ?

 What glibc-version do you have? rpm -qi glibc?


# yum list installed glibc\*
Excluding Packages in global exclude list
Finished
Installed Packages
glibc.i686   2.5-42
  installed
glibc.x86_64  2.5-42
   installed


# rpm -qi glibc
Name: glibcRelocations: (not relocatable)
Version : 2.5   Vendor: CentOS
Release : 42Build Date: Thu 03 Sep
2009 02:19:32 AM CEST
Install Date: Mon 26 Oct 2009 10:15:57 AM CET  Build Host:
builder10.centos.org
Group   : System Environment/Libraries   Source RPM: glibc-2.5-42.src.rpm
Size: 11658002 License: LGPL
Signature   : DSA/SHA1, Thu 01 Oct 2009 02:40:46 AM CEST, Key ID
a8a447dce8562897
Summary : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
Name: glibcRelocations: (not relocatable)
Version : 2.5   Vendor: CentOS
Release : 42Build Date: Thu 03 Sep
2009 02:56:59 AM CEST
Install Date: Mon 26 Oct 2009 10:16:12 AM CET  Build Host:
builder16.centos.org
Group   : System Environment/Libraries   Source RPM: glibc-2.5-42.src.rpm
Size: 12629247 License: LGPL
Signature   : DSA/SHA1, Thu 01 Oct 2009 02:40:45 AM CEST, Key ID
a8a447dce8562897
Summary : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.


Thanks
-- 
http://vnoss.org
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 19:59, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 On Sun, Nov 1, 2009 at 19:24, Vnpenguin wrote:
 On Sun, Nov 1, 2009 at 18:50, Mojca Miklavec wrote:
 On Sun, Nov 1, 2009 at 18:00, Vnpenguin wrote:

 pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by 
 pdftex)

 glibc.i686                                               2.5-42

 Any help for this problem ?

 Yes, the easy answer would be upgrade your linux, but we probably
 want the binaries to run on slightly older machines as well.

 My box CentOS 5.4 with all updates. What do you mean upgrade ?

 Hello,

 Apparently it means that CentOS uses something like a
 several-years-span-back-in-time libc library and you cannot do much
 about it. That's no problem in general since you would not take a
 suse-compiled firefox and take the binary to your CentOS.

Hey, CentOS 5.4 just released on 21-May-2009 :-) If I have problem
with ConTeXt on CentOS 5.4 so all users of RHEL 5.4 are the same: they
can not!

 You are the first user that has complained so far (most probably
 because you are the first user to try ConTeXt on CentOS). There are
 several options:
 a) (dangerous; I would not do it) install a more recent version of
 libc on your machine

It's NOT possible.

 b) we need to set up some virtual machine with an old linux and
 compile binaries there or find someone else with a reasonably old
 64-bit linux server

...

 c) you would need to compile the binaries for minimals on regular basis

Howto do this ? Is there any guide ?

 d) since LuaTeX works fine, just stick to MKIV (MKII is highly
 unsuitable for writing Vietnamese anyway :) :) :)
 e) Reinhard was trying to convince me to typeset some of his
 Vietnamese documents in ConTeXt back in May. Those test documents have
 revealed quite some bugs in font setups in ConTeXt MKII. If Reinhard
 still neeeds fixed Vietnamese in ConTeXt MKII, we'll gladly give him
 svn account to commit 64-bit linux binaries for minimals, so that he
 doesn't get out of the art of compiling TeX binaries exercise
 between the long breaks in TeX Live releases.

I setup ConTeXt to test some things at work, nothing to see with vietnamese yet.

If it's not possible with ConTeXt minimal distro, maybe I'll go for TeXlive.

Thanks

-- 
http://vnoss.org
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin

 Hey, CentOS 5.4 just released on 21-May-2009 :-) If I have problem
 with ConTeXt on CentOS 5.4 so all users of RHEL 5.4 are the same: they
 can not!


Correction: CentOS 5.4 was released on 21-Oct-2009. So it's not so
old at all :-)
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 21:45, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 Vnpenguin, what kernel is running on your OS?

The current kernel is:

 uname -r
2.6.18-164.2.1.el5


 If we set up a virtual machine for compiling binaries - does anyone
 have a suggesting what OS to take, so that it will remain compatible
 with as many x86_64 processors as possible? (Apparently glibc and
 kerner are the deciding factors; but it needs to have support for
 64-bit machines that are not as old as it seems after all.)

If you would like to put ConTeXt in industrial/business world you can
not ignore RHEL  CentOS :-)


Thanks,
-- 
http://vnoss.org
___
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] Arial and Vietnamese

2006-07-16 Thread VnPenguin
On 7/15/06, Mojca Miklavec [EMAIL PROTECTED] wrote:
 How can I use Arial/Helvetica  Vietnamese? Which fonts do I need to download?


VnTeX has support for MS Core fonts. I have used it successfully
before in ConTeXt.

-- 
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] teTeX binary package

2006-06-20 Thread VnPenguin
On 6/20/06, Peter Münster [EMAIL PROTECTED] wrote:
 There is now a teTeX binary package available on
 http://pmrb.free.fr/work/OS/ConTeXt/tetex/

 Features:
 * support for easy ConTeXt update (command updateConTeXt.sh)
 * support for URW Garamond
 * support for Adobe eurofont
 * support for ruby versions of ConTeXt scripts
 * latest pdfTeX
 * latest MetaPost
 * latest Latin Modern

 The binary package has been built on SUSE-Linux-10.1.

Is there .src.rpm package somewhere ?

Thanks,
-- 
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] teTeX binary package

2006-06-20 Thread VnPenguin
On 6/20/06, Peter Münster [EMAIL PROTECTED] wrote:
 On Tue, 20 Jun 2006, VnPenguin wrote:

  Is there .src.rpm package somewhere ?

 I've put a .src.rpm package at the same place.
 The src and i586 packages are in fact only there for your convenience, you
 should be able to build them from the nosrc-package.
 Cheers, Peter

Thank you,

-- 
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new release

2006-02-01 Thread VnPenguin
On 2/1/06, Thomas A. Schmitz [EMAIL PROTECTED] wrote:

 Just a quick question about the new release(s): I've seen that
 formats are now installed in $HOMETEXMF instead of $TEXMFLOCAL. Is
 there a reason for this change, and is it possible to have them
 installed in the old place? I preferred that way because it keeps
 everything in one location.


Which commands have you used for updating ?
I follow the page http://wiki.contextgarden.net/TeTeX_3.0_installation
, it works perfectly for me.

--
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] font encodings (glyph lossed with Gentium in T5)

2006-01-30 Thread VnPenguin
 
  OK, this may not be of much help, but I just converted GenR102.TTF to
  pfb via fontforge, and now the font correctly picks up the dcroat
  glyph. I mus admit I had similar situations in the past where simply
  regenerating the font would solve mysterious problems, so I shrugged
  my shoulders and did what a man must do. I think the new Gentium
  license allows for this conversion, and the LaTeX people will be
  distributing pfbs anyway, so why not convert to pfb (which is easier
  for TeX to use anyway?)
 

 Hi Thomas,
 You're completely right ! Just tried with PFB (converted by fontforge)
 and it works :)


Package Gentium (PFB converted by fontforge) with qx,t5,texnansi, ec :

http://people.vnoss.org/~vnpenguin/pub/context/fonts/Gentium102-context.tgz

Tested ok with T5.

--
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texexec --version

2006-01-29 Thread VnPenguin
On 1/29/06, Taco Hoekwater [EMAIL PROTECTED] wrote:
 VnPenguin wrote:
  On 1/28/06, Peter Münster [EMAIL PROTECTED] wrote:
 
 Hello,
 
 texexec --version creates always the files texvers-mpgraph.mp and
 mpgraph.mp. Is this really necessary?

 We can patch texexec to do this automatically, no problem.

Yes, of course:
In the script texexec.pl (script/context/perl folder), replace the line 3051:

  unlink texvers.*;

by two following lines:

  unlink texvers*.*;
  unlink 'mpgraph.mp';

That's all,

--
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] setuptyping

2006-01-28 Thread VnPenguin
On 1/27/06, Hans van der Meer [EMAIL PROTECTED] wrote:
 I get some unexpected results with setuptyping.
 According to the manual the style-parameter has options normal, bold,
 small, etc.
 But if I use them I get the option back.
 The only thing that seems to work is style=command.

 Example:
 \setuptyping[style=bold]
 \starttext
 \starttyping
 abcd
 \stoptyping
 \stoptext

 Results in typeset text boldabcd

Yes, I got the same error here with:

 TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
   texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
   tex : pdfeTeX, 3.141592-1.30.5-2.2 (Web2C 7.5.5)
   context : ver: 2006.01.28 10:09
   cont-en : ver: 2006.01.28 10:09  fmt: 2006.1.28  mes: english

But if you change to

\setuptyping[style={\bf}]

it works fine :-)


--
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texexec --version

2006-01-28 Thread VnPenguin
On 1/28/06, Peter Münster [EMAIL PROTECTED] wrote:
 Hello,

 texexec --version creates always the files texvers-mpgraph.mp and
 mpgraph.mp. Is this really necessary?

No, you could remove them.

 It's not a real problem, since I can make a script texversion.sh:
 #!/bin/sh
 texexec --version
 rm -f texvers-mpgraph.mp mpgraph.mp

 Greetings, Peter

 --
 http://pmrb.free.fr/contact/
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context



--
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt IRC ?

2006-01-27 Thread VnPenguin
On 1/27/06, Nikolai Weibull [EMAIL PROTECTED] wrote:
 On 1/27/06, Renaud AUBIN [EMAIL PROTECTED] wrote:
   Is there a context-related irc channel ?

 If there isn't but someone's going to create one now, please do so
 on EFNet; thanks.


Freenode.net is good too IMHO.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] embedding multipage pdf

2006-01-25 Thread VnPenguin
On 1/25/06, andrea valle [EMAIL PROTECTED] wrote:
 Thanks Mikael,
 sorry, I didn't think about wiki.

 So I solved using copypages.

 The only thing is that it seems to me that even if I use scale=1000 (or
 if I leave it untouched) the copied pdf seems to be scled the same
 (it's smaller than original).

 Why?

Because of margins of current page ?

--
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] font encodings (glyph lossed with Gentium in T5)

2006-01-22 Thread VnPenguin
On 1/22/06, Henning Hraban Ramm [EMAIL PROTECTED] wrote:

 Please, any of the wizards, what can we do?

I asked Han The Thanh this problem. He has done support for MS Core
Fonts (truetype) in VnTeX. So I hope he will give us some help.

Thanks,
--
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


  1   2   3   >