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 ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 2010-07-30 um 10:45 schrieb Hans Hagen:
the main additions are tagged pdf
Very nice! How can we use that? Must we provide a complete content stream "manually", or can ConTeXt generate it? Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
Am 30.07.10 11:53, schrieb Henning Hraban Ramm:
Am 2010-07-30 um 10:45 schrieb Hans Hagen:
the main additions are tagged pdf
Very nice! How can we use that? Must we provide a complete content stream "manually", or can ConTeXt generate it?
You can enable it with \setupstructure[state=start], many command (like itemize, headers, tabulate, natural tables) have it build-in, for others you can use \startelement[<tag>] ... \stopelement To tag paragraphs you need \startparagraph ... \stopparagraph Wolfgang
On Fri, Jul 30, 2010 at 10:45, Hans Hagen
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:\Temp>context 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.tex"This 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
On 30-7-2010 12:19, Vnpenguin wrote:
Just updated on my WinXP ConTeXt minimal. I do a simple test:
\starttext \input knuth \stoptext
And here is compiling error :
no clue but minimals are normally synced each hour so maybe wait 15 minutes and try again. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Fri, Jul 30, 2010 at 12:51, Hans Hagen
On 30-7-2010 12:19, Vnpenguin wrote:
Just updated on my WinXP ConTeXt minimal. I do a simple test:
\starttext \input knuth \stoptext
And here is compiling error :
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\Temp>context 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.tex"This 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 ?
On 30-7-2010 3:56, Vnpenguin wrote:
On Fri, Jul 30, 2010 at 12:51, Hans Hagen
wrote: On 30-7-2010 12:19, Vnpenguin wrote:
Just updated on my WinXP ConTeXt minimal. I do a simple test:
\starttext \input knuth \stoptext
And here is compiling error :
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\Temp>context 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.tex"This 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 ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Fri, Jul 30, 2010 at 16:01, Hans Hagen
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\Temp>context 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.tex"This 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
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? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Fri, Jul 30, 2010 at 16:39, Hans Hagen
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.
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.) Mojca
On Fri, Jul 30, 2010 at 17:09, Mojca Miklavec
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
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.
Ran "context --generate" already. But the same error.
Is there any way to return to previous release ? It's quite annoying for me :(
You can try with "--context=current" switch in first-setup.bat, but I do not dare to 100% guarantee that it works (else you can always use TeX Live :). Alternatively Taco could publish his MinGW luatex.exe somewhere. Mojca
On 07/30/2010 05:35 PM, Mojca Miklavec 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.
Ran "context --generate" already. But the same error.
Is there any way to return to previous release ? It's quite annoying for me :(
You can try with "--context=current" switch in first-setup.bat, but I do not dare to 100% guarantee that it works (else you can always use TeX Live :).
Alternatively Taco could publish his MinGW luatex.exe somewhere.
http://foundry.supelec.fr/gf/download/frsrelease/380/1532/luatex-beta-0.61.0... Best wishes, Taco
On 07/30/2010 10:45 AM, Hans Hagen wrote:
Hi,
I uploaded a current release that matches luatex 0.61 beta (released a few days ago). The release notes will follow.
A more precise list of new (mkiv) features: * Tagged pdf generation. * Experimental support for keeping links in included pdfs \externalfigure[file.pdf][page=1,interaction=yes] * Hyphenation support is now processed with the help of lang-xx.lua files * texmfcnf.lua (see the example contextcnf.lua) now completely replaces texmf.cnf (and has an internal structure) * mtxrun has taken over the role of luatools (which is now a stub for mtxrun --script base and will eventually go away) * TEXMFCACHE can now consist of multiple paths (one writable followed by any number of read-only paths) * Support for the biolinum, stix, and xits fonts added, as well updated typescripts for iwona. [edit] Detailed release notes are here: http://wiki.contextgarden.net/Context_2010.07.30 Best wishes, Taco
On 1-8-2010 6:47, Patrick Gundlach wrote:
* Experimental support for keeping links in included pdfs \externalfigure[file.pdf][page=1,interaction=yes]
Is this done with the new luatex epdf library?
Yes, but it's somewhat experimental (just as that library) so i expect to do a rewrite at some point (also, some things cannot be done yet because some accessors are missing). Next on my agenda is handling layers but epdf is not yet ready for that. Also the interface needs some polishing. (Hartmut and I are discussing all these issues.) I attached a test file: merge-002 has pages from merge-001. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (8)
-
Hans Hagen
-
Henning Hraban Ramm
-
Mojca Miklavec
-
Patrick Gundlach
-
taco
-
Taco Hoekwater
-
Vnpenguin
-
Wolfgang Schuster