Re: [NTG-context] issue with imposition

2009-01-18 Thread Pablo Rodríguez

Willi Egger wrote:

Hi Pablo,

The problem is that the filius-page is higher than the width of an A4. 
So there is no way other than to scale the original pages down to a 
height of 210mm. For this action you can use something like


Thanks for your fast reply. I thought it was possible to set center the 
imposed pages, both vertically and horizontally, to define a



The following code in a tex-file.

\definepapersize[Mypaper][height=210mm,width=123mm]
\setuppapersize
  [Mypaper][Mypaper]
\setuplayout
  [page]
\starttext
\copypages
  [input.pdf]
  [scale=905,
   offset=0pt]
\stoptext

The resulting pdf-file should then be arranged. However I would  suggest 
not to use 2UP.  Arranging the whole file (351 pages) with 2UP results 
in a rather thick single booklet of 88 A4-sheets. What you can try is to 
setup arranging as follows (untested). Put this code into an environment 
file e.g. arrange.tex


Thanks for the code bellow, but I'm not trying to make a booklet, but to 
print the book to cut the paper in two pieces to bound it.


Thanks anyway,


Pablo



\definepapersize[Mypaper][height=210mm,width=123mm]
%\definepapersize [offset=15pt]   
\setuppapersize

  [Mypaper][A4,portrait]
\setuplayout
  [backspace=0pt,
  topspace=0pt,
 width=middle,
 height=middle,
 %location=middle,
 header=0pt,
 footer=0pt]

\setuppagenumbering[location=,alternative=doublesided]

\setuparranging[2*2*4]
\starttext
\insertpages[input-scaled.pdf][width=0pt]
\stoptext

On the commandline call conTeXt as follows

texmfstart texexec --pdfarrange --environments=arrange 
--result=output.pdf  input-scaled.pdf


I hope this helps

Willi

On Jan 18, 2009, at 8:05 PM, Pablo Rodríguez wrote:


Hi there,

I would like to use the imposition capabilities from ConTeXt to be able
to print a PDF book in a standard laser printer. To save paper, I use 
the 2UP arranging option thanks to this code from the wiki:


\definepapersize[filius][width=135.9mm, height=231.8mm]
\setuppapersize[filius][A4,landscape]
\setuparranging[2UP,doublesided]
\setuplayout [backspace=0pt,
topspace=0pt,
   width=middle,
  height=middle,
location=middle,
  header=0pt,
  footer=0pt,
  grid=no, marking=off]
\starttext
\filterpages[ZittrainTheFutureoftheInternet.pdf][4:351][height=21cm]
\stoptext

The PDF file can be downloaded from
http://futureoftheinternet.org/static/ZittrainTheFutureoftheInternet.pdf.

The issue here is that I get a resulting paper size with the filius 
height and not with 21cm from A4.


I have tried have the output in a standard A4 paper size, but all that 
I got is a scaled down PDF. I would like to avoid scaling the document 
if that were possible.


Is there any way, given the example above, to impose the filius paper 
size on a real landscape A4 without having to scale down the PDF 
document?


Thanks for your help,


Pablo


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


Re: [NTG-context] issue with imposition

2009-01-18 Thread Willi Egger

Hi Pablo,

The problem is that the filius-page is higher than the width of an  
A4. So there is no way other than to scale the original pages down to  
a height of 210mm. For this action you can use something like


The following code in a tex-file.

\definepapersize[Mypaper][height=210mm,width=123mm]
\setuppapersize
  [Mypaper][Mypaper]
\setuplayout
  [page]
\starttext
\copypages
  [input.pdf]
  [scale=905,
   offset=0pt]
\stoptext

The resulting pdf-file should then be arranged. However I would   
suggest not to use 2UP.  Arranging the whole file (351 pages) with  
2UP results in a rather thick single booklet of 88 A4-sheets. What  
you can try is to setup arranging as follows (untested). Put this  
code into an environment file e.g. arrange.tex


\definepapersize[Mypaper][height=210mm,width=123mm]
%\definepapersize [offset=15pt] 
\setuppapersize
  [Mypaper][A4,portrait]
\setuplayout
  [backspace=0pt,
 topspace=0pt,
width=middle,
height=middle,
%location=middle,
header=0pt,
footer=0pt]

\setuppagenumbering[location=,alternative=doublesided]
\setuparranging[2*2*4]
\starttext
\insertpages[input-scaled.pdf][width=0pt]
\stoptext

On the commandline call conTeXt as follows

texmfstart texexec --pdfarrange --environments=arrange -- 
result=output.pdf  input-scaled.pdf


I hope this helps

Willi

On Jan 18, 2009, at 8:05 PM, Pablo Rodríguez wrote:


Hi there,

I would like to use the imposition capabilities from ConTeXt to be  
able
to print a PDF book in a standard laser printer. To save paper, I  
use the 2UP arranging option thanks to this code from the wiki:


\definepapersize[filius][width=135.9mm, height=231.8mm]
\setuppapersize [filius][A4,landscape]
\setuparranging [2UP,doublesided]
\setuplayout [backspace=0pt,
topspace=0pt,
   width=middle,
  height=middle,
location=middle,
  header=0pt,
  footer=0pt,
  grid=no, marking=off]
\starttext
\filterpages[ZittrainTheFutureoftheInternet.pdf][4:351][height=21cm]
\stoptext

The PDF file can be downloaded from
http://futureoftheinternet.org/static/ 
ZittrainTheFutureoftheInternet.pdf.


The issue here is that I get a resulting paper size with the filius  
height and not with 21cm from A4.


I have tried have the output in a standard A4 paper size, but all  
that I got is a scaled down PDF. I would like to avoid scaling the  
document if that were possible.


Is there any way, given the example above, to impose the filius  
paper size on a real landscape A4 without having to scale down the  
PDF document?


Thanks for your help,


Pablo

__ 
_
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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] contextgarden.net

2009-01-18 Thread Patrick Gundlach
Hi,

within the next 24 hours contextgarden.net will be on a new machine.
Expect some broken things. If things keep being broken after one day
from now, I'd be happy to receive bug reports. 

Warning: this also affects the update of the distribution (formally
known as the "minimals").

I'll put a page on the wiki where I list the status of the transition:

http://wiki.contextgarden.net/New_Server

(not there yet)


Thanks for your patience!


Patrick
-- 
ConTeXt wiki and more: 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] issue with imposition

2009-01-18 Thread Pablo Rodríguez

Hi there,

I would like to use the imposition capabilities from ConTeXt to be able
to print a PDF book in a standard laser printer. To save paper, I use 
the 2UP arranging option thanks to this code from the wiki:


\definepapersize[filius][width=135.9mm, height=231.8mm]
\setuppapersize [filius][A4,landscape]
\setuparranging [2UP,doublesided]
\setuplayout [backspace=0pt,
topspace=0pt,
   width=middle,
  height=middle,
location=middle,
  header=0pt,
  footer=0pt,
  grid=no, marking=off]
\starttext
\filterpages[ZittrainTheFutureoftheInternet.pdf][4:351][height=21cm]
\stoptext

The PDF file can be downloaded from
http://futureoftheinternet.org/static/ZittrainTheFutureoftheInternet.pdf.

The issue here is that I get a resulting paper size with the filius 
height and not with 21cm from A4.


I have tried have the output in a standard A4 paper size, but all that I 
got is a scaled down PDF. I would like to avoid scaling the document if 
that were possible.


Is there any way, given the example above, to impose the filius paper 
size on a real landscape A4 without having to scale down the PDF document?


Thanks for your help,


Pablo

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


Re: [NTG-context] weird bug updating minimals

2009-01-18 Thread Thomas A. Schmitz


On Jan 18, 2009, at 7:52 PM, Mojca Miklavec wrote:



Hello Thomas,

I'm guessing blindly. Can you please try


which rsync
otool -L /wherever/is/rsync


and check if all the libraries exist. On my machine I have:

/usr/bin/rsync:
   /usr/lib/libiconv.2.dylib (compatibility version 5.0.0,
current version 5.0.0)
   /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0,
current version 1.0.0)
   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.3.11)

/sw/bin/rsync:
   /sw/lib/libpopt.0.dylib (compatibility version 1.0.0, current
version 1.0.0)
   /sw/lib/libiconv.2.dylib (compatibility version 7.0.0, current
version 7.0.0)
   /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0,
current version 1.0.0)
   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.3.10)

The versions 5 and 7 seem suspiciosly similar to reports that your
system complains about. Does rsync work OK for simple commands?



Hi Mojca,

yes, rsync works normally for simple commands (that's how I get the  
first-setup.sh). My rsync is the normal system one in /usr/bin:


/usr/bin/rsync:
	/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current  
version 7.0.0)
	/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current  
version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
version 111.1.1)




You're still using 10.4, right? So could this be the reason?

Thomas
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] weird bug updating minimals

2009-01-18 Thread Mojca Miklavec
On Sat, Jan 17, 2009 at 6:02 PM, Thomas A. Schmitz wrote:
> Hi all, Mojca,
>
> after Taco resolved one issue with the latest luatex, I was trying to update
> on my osx-ppc box, and I am encountering a strange bug: when I run the
> ./first-setup.sh script, the rsync processes fail with this message:
>
> MtxRun | using script: ./bin/mtx-update.lua
>
> dyld: Library not loaded: /usr/lib/libiconv.2.dylib
>  Referenced from: /bin/sh
>  Reason: Incompatible library version: sh requires version 7.0.0 or later,
> but libiconv.2.dylib provides version 5.0.0
>
> and so on. Now this box has several more or less abandoned installations of
> darwinports and fink, but this looks like it's trying to link to the library
> provided by the system (OS X 10.5.6) and complaining it's too old. Any
> pointers to this one?

Hello Thomas,

I'm guessing blindly. Can you please try

> which rsync
> otool -L /wherever/is/rsync

and check if all the libraries exist. On my machine I have:

/usr/bin/rsync:
/usr/lib/libiconv.2.dylib (compatibility version 5.0.0,
current version 5.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0,
current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.3.11)

/sw/bin/rsync:
/sw/lib/libpopt.0.dylib (compatibility version 1.0.0, current
version 1.0.0)
/sw/lib/libiconv.2.dylib (compatibility version 7.0.0, current
version 7.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0,
current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.3.10)

The versions 5 and 7 seem suspiciosly similar to reports that your
system complains about. Does rsync work OK for simple commands?

Mojca
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] weird bug updating minimals

2009-01-18 Thread Thomas A. Schmitz


On Jan 17, 2009, at 8:52 PM, Taco Hoekwater wrote:


Mojca Miklavec wrote:


and so on. Now this box has several more or less abandoned  
installations of
darwinports and fink, but this looks like it's trying to link to  
the library
provided by the system (OS X 10.5.6) and complaining it's too old.  
Any

pointers to this one?

Hmmm ... libiconv? Is that comming from luatex? The only dependencies


The immediate message comes from /bin/sh, probably from a nested call
with a modified library path (rsync sounds like a likely candidate to
me, but that is just guessing). luatex should not depend on libiconv  
on

any platform, and it doesn't alter the library search path (not that I
know of, in any case).

Best wishes,
Taco


I just logged into this box as another user, and I'm still getting the  
same errors, so it's not simply an environment setting or wrong binary  
being called, and seems to be a real problem on the system level. Is  
anyone else using minimals on osx-ppc and could report if it's working  
for them?


Thomas
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] colored column

2009-01-18 Thread Wolfgang Werners-Lucchini
Hallo Hans,

> > What is the problem here?
>
> maybe a typo? \{C{red} looks weird
> 

See:
---
% Key "\{": Enclose template in braces.
\NewFormatKey \{{%
  \!taDataColumnTemplate=\!thx{\!thx{\the\!taDataColumnTemplate}}%
  \ReadFormatKeys}
---
in thrd-tab.tex

>
> \starttable[o1|C{red}|]
> \VL red \VL\SR
> \stoptable

This doesn't work! Try

\starttable[o1|C{red}|c|]
\VL red \VL should be black \VL\SR
\stoptable

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


Re: [NTG-context] colored column

2009-01-18 Thread Wolfgang Werners-Lucchini
Hallo Wolf[gang],

> > \setupcolors[state=start]
> > \starttext
> > \starttable[ o1 | \{C{red} |]
> > \VL red \VL\SR
> > \stoptable
> > \stoptext
> >
> > This was an older example which worked some years ago (see:
> > http://www.ntg.nl/pipermail/ntg-context/2006/020803.html), but is
> not
> > working anymore.
> >
> > What is the problem here?
> 
> I can' help you to fix the original keys (need to be done by Hans)
> but you could define your own key.
> 
> \NewFormatKey W#1%
>{\ReadFormatKeys b{\localstartcolor[#1]\{}
> a{\}\localstopcolor}}
> 
> \setupcolors[state=start]
> \starttext
> \starttable[o1|W{red}c|]
> \VL red \VL\SR
> \stoptable
> \stoptext
> 
> Regards,
> Wolf

It is allways nice to learn something new.

Thank you!

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


Re: [NTG-context] Adobe ArnoPro in mkiv

2009-01-18 Thread Thomas A. Schmitz


On Aug 24, 2008, at 9:56 AM, Thomas A. Schmitz wrote:



On Aug 20, 2008, at 8:59 PM, abbg...@city.ac.uk wrote:


Thomas A. Schmitz  uni-bonn.de> writes:



Hi all,

I'm trying to use the Adobe ArnoPro font (just testing if it will
work
with
ConTeXt). The font does work with ConTeXt/XeTeX, but not in mkiv.



Hi,

Did you manage to fix it? LuaTeX goes into (what I think is) an
endless
cycle --- I haven't allowed it to terminate naturaly, as it takes
far too
long even on a quad core.


Yes, I get a "segmentation fault" here on OS X as well. I talked to
Hans in Bohinj (I'm back earlier than the rest, who are still working
hard in Slovenia), and he thinks we'll just have to wait a bit till
luatex integrates code from fontforge v.3. So for the time being, Arno
Pro is unfortunately no go.

Just for the record and in case anybody else is interested: with the  
latest luatex and the latest beta, ArnoPro now works in mkiv!


Best

Thomas
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] colored column

2009-01-18 Thread Hans Hagen

Wolfgang Werners-Lucchini wrote:

Hallo!

\setupcolors[state=start]
\starttext
\starttable[ o1 | \{C{red} |]
\VL red \VL\SR
\stoptable
\stoptext

This was an older example which worked some years ago (see: 
http://www.ntg.nl/pipermail/ntg-context/2006/020803.html), but is not 
working anymore.


What is the problem here?


maybe a typo? \{C{red} looks weird


\starttable[o1|C{red}|]
\VL red \VL\SR
\stoptable





-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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


Re: [NTG-context] mpgraph and minimals

2009-01-18 Thread Hans Hagen

Alan BRASLAU wrote:
Trying to use the metapost macros mpgraph under the context minimals 
MKIV gives font and other errors,


whereas my test files process correctly under MKII (texlive).

Has anyone tried mpgraph with the minimals?


no, as i never use it; do you have a test file?

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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


Re: [NTG-context] Kerning and Minion Pro

2009-01-18 Thread Hans Hagen

Andreas Harder wrote:


 >> I've a curious problem: With Palatino or Latin Modern kerning seems to
 >> work as intended, but what's the matter with Minion (example below)?

 > This appears to be caused by the fact that in MinionPro most
 > (not all, but most) of the kerning is specified via kern classes.

Than you for explanation! But, is it possible to activate kerning for 
MinionPro?


And what about the following example?

\startbuffer[KernTest]
  \startlines
Tänze,
Tanze,
Väter,
Vater,
  \stoplines
\stopbuffer

The kerned „Väter“ can't be right (with MinionPro).


i uploaded a beta that hopefully fixes it

btw, you can say:

\enabletrackers[otf.kerns]

and see what is injected between glyphs

thanks for the test files

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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


Re: [NTG-context] MKIV bug

2009-01-18 Thread Hans Hagen

Yue Wang wrote:

Hi,


Why do you expect ConTeXt to work without \start|stoptext ?


Well, it used to work, and i use it a lot in my own document.
(both mkiv and mkii support this before the 2008.11.10 version)


start/stoptext is really needed in order to let multipass info work



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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


Re: [NTG-context] MKIV bug

2009-01-18 Thread Yue Wang
Hi,

> Why do you expect ConTeXt to work without \start|stoptext ?

Well, it used to work, and i use it a lot in my own document.
(both mkiv and mkii support this before the 2008.11.10 version)

Yue Wang
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] colored column

2009-01-18 Thread Wolfgang Schuster


Am 18.01.2009 um 00:59 schrieb Wolfgang Werners-Lucchini:


Hallo!

\setupcolors[state=start]
\starttext
\starttable[ o1 | \{C{red} |]
\VL red \VL\SR
\stoptable
\stoptext

This was an older example which worked some years ago (see:
http://www.ntg.nl/pipermail/ntg-context/2006/020803.html), but is not
working anymore.

What is the problem here?


I can' help you to fix the original keys (need to be done by Hans)
but you could define your own key.

\NewFormatKey W#1%
  {\ReadFormatKeys b{\localstartcolor[#1]\{} a{\}\localstopcolor}}

\setupcolors[state=start]
\starttext
\starttable[o1|W{red}c|]
\VL red \VL\SR
\stoptable
\stoptext

Regards,
Wolf

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


[NTG-context] mpgraph and minimals

2009-01-18 Thread Alan BRASLAU
Trying to use the metapost macros mpgraph under the context minimals MKIV gives 
font and other errors,
whereas my test files process correctly under MKII (texlive).

Has anyone tried mpgraph with the minimals?

Alan


mplib  : loading format: metafun.mp, name: 
/home/local/context-beta/tex/texmf-cache/luatex-cache/context/ca2c461281d32a4032d9fe2a0384924b/formats/cont-en-metafun.mem

 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
define font | font with name sa is not found
 
define font | unknown font sa, loading aborted  
 
define font | unable to define sa as \**thedefinedfont**
 
mplib | mp terminal: (/home/local/context-beta/tex/texm

Re: [NTG-context] MKIV bug

2009-01-18 Thread Henning Hraban Ramm

Am 2009-01-18 um 06:06 schrieb Yue Wang:

OK, in fact the whole file is just add \bye at the end of that piece  
of code.


This works well on both mkii and mkiv:
\starttext

...


\stoptext

and this only works in MKII, not mkiv:

...


\bye



Why do you expect ConTeXt to work without \start|stoptext ?


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

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