Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-05 Thread Reinhard Kotucha
Arthur Reutenauer writes: > Maybe it's time that we turn the question the other way round and ask > you for reasons to *do* so. Hi Arthur, as far as I remember, Jonathan explained clearly at the very beginning of the discussion why he is interested in an intermediate format. > What, could

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-04 Thread Arthur Reutenauer
> Yes, typesetting applications need to know about included objects such as > images (and fonts). But from there you conclude that there's a benefit in > generating PDF directly. I don't see how this follows. The key to understanding the “benefit in generating PDF directly” lies in the adver

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-04 Thread Martin Schröder
2009/1/4 Jonathan Fine : > Martin Schröder wrote: >> 2009/1/2 Jonathan Fine : >>> Please could I be told, what are the main benefits of directly producing >>> PDF? >> >> Reasoning about and manipulating included PDFs. This is much harder >> with a two-pass engine like XeTeX + postprocessor; as an e

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-04 Thread Barry Schwartz
Jonathan Fine skribis: > Well, it's not MY code, but I'm sure you're welcome to use it: >http://scripts.sil.org/svn-public/xetex/TRUNK/ >http://scripts.sil.org/svn-public/xdvipdfmx/TRUNK/ > > XeTeX is distributed under the X11 free software license. xdvipdfmx is GPL, I believe. _

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-04 Thread Jonathan Fine
Martin Schröder wrote: 2009/1/2 Jonathan Fine : Please could I be told, what are the main benefits of directly producing PDF? Reasoning about and manipulating included PDFs. This is much harder with a two-pass engine like XeTeX + postprocessor; as an example compare the knowledge of XeTeX (the

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-04 Thread Barry Schwartz
Jonathan Fine skribis: > But DVI lacks an essential feature of TeX, which is the TeX macro language. > I count this as a benefit of DVI, not a deficiency. Standards restrict, > and by restricting enable. This may be a case of 'If you build it, they will come': present a set of tools making XDV

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-03 Thread Jonathan Fine
Arthur Reutenauer wrote: However, your statement seems to contradict your earlier statement (snipped) that one can do Source transformed by LuaTeX to DVI and hence PDF and get the same result as Source transformed directly to PDF by LuaTeX I didn't write that you would get the same

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-03 Thread Arthur Reutenauer
> However, your statement seems to contradict your earlier statement > (snipped) that one can do > Source transformed by LuaTeX to DVI and hence PDF > and get the same result as > Source transformed directly to PDF by LuaTeX I didn't write that you would get the same result. But in mos

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-03 Thread Hans Hagen
Yannis Haralambous wrote: 1) I put tags in the DVI file which allow me to place marginal material at (exactly) the same height, during post-processing. In DVI it is easy to place a PUSH, make a skip, typeset the material and then POP back to the previous position so that the rest of the page r

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-03 Thread Yannis Haralambous
Le 2 janv. 09 à 21:49, Hans Hagen a écrit :i'm not sure if you refer to the same kind of positional info, but pdftex (and therefore luatex) hasn pdfsavepos cum suis in both pdf and dvi mode so you can store positions (lazy, i.e. write them to file in the backend) and then use them in a second pass

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Martin Schröder
2009/1/2 Jonathan Fine : > Please could I be told, what are the main benefits of directly producing > PDF? Reasoning about and manipulating included PDFs. This is much harder with a two-pass engine like XeTeX + postprocessor; as an example compare the knowledge of XeTeX (the program) and pdfTeX ab

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Hans Hagen
Yannis Haralambous wrote: Talking about DVI and PDF, I am the first one to be concerned about the programmed extinction of DVI because I have many jobs based on DVI post-processing (for example for marginal material, headers, and even for parallel texts between two pages). The advantage with DV

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Hans Hagen
Jonathan Fine wrote: Taco Hoekwater wrote: [discussion of plans snipped] PDF is very strong in the print field. However, the web page is also an important medium, and as I said in my response to Mojca, I'd like to be pdf is also quite strong in the preview on the web field; it packages al

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Hans Hagen
Jonathan Fine wrote: Please could I be told, what are the main benefits of directly producing PDF? Convenience since all is packages in one file; also, it's in the spirit of good old tex to adapt to developments (like pdf). Nowhere is demanded that dvi is to be the output (in a similar fashi

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Yannis Haralambous
Talking about DVI and PDF, I am the first one to be concerned about the programmed extinction of DVI because I have many jobs based on DVI post-processing (for example for marginal material, headers, and even for parallel texts between two pages). The advantage with DVI is that you can very easily

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Jonathan Fine
Taco Hoekwater wrote: [discussion of plans snipped] PDF is very strong in the print field. However, the web page is also an important medium, and as I said in my response to Mojca, I'd like to be able to view and interact with typeset material on a more-or-less ordinary web page. I'd also

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Jonathan Fine
Martin Schröder wrote: 2009/1/1 Jonathan Fine : What I want is for LuaTeX and XeTeX to have a shared 'extended dvi format' which is suitable for print, for generating PDF and possibly other purposes. Thus loosing the benefits of directly producing PDF. I don't see many benefits here. Please

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Jonathan Fine
Mojca Miklavec wrote: On Thu, Jan 1, 2009 at 11:09 PM, Jonathan Fine wrote: What I want is for LuaTeX and XeTeX to have a shared 'extended dvi format' which is suitable for print, for generating PDF and possibly other purposes. Just curious: how do you print xdv (what's wrong with printing pdf

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Taco Hoekwater
Hi all, Arthur Reutenauer wrote: As subject. xdv is the eXtended DVi format used by XeTeX. Actually, it can. LuaTeX produces DVI, which is perfectly palatable to XeTeX's xdv2pdf and xdvipdfmx. What features of xdv are you missing in LuaTeX's output? As Barry said in another message, To

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-02 Thread Hans Hagen
Jonathan Fine wrote: What I want is for LuaTeX and XeTeX to have a shared 'extended dvi format' which is suitable for print, for generating PDF and possibly other purposes. And of course I'd like this format to be of at least satisfactory technical quality. Since luatex is mostly pdftex th

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Martin Schröder
2009/1/1 Jonathan Fine : > What I want is for LuaTeX and XeTeX to have a shared 'extended dvi format' > which is suitable for print, for generating PDF and possibly other purposes. Thus loosing the benefits of directly producing PDF. I don't see many benefits here. But of course patches implementi

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread David Kastrup
David Kastrup writes: > So I don't think that the DVI format does not make for a sensible > starting point for embedding such information. Read what I mean, not what I write. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum ___ dev-luatex mailing lis

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread David Kastrup
Jonathan Fine writes: > Yannis Haralambous wrote: > >> the original DVI format already supports 4-byte character, what more >> Unicode-savviness do you need? Of course one should decide whether >> DVI should contain glyph indexes or Unicode codepoints. > > I'd like bidirectional information to be

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Mojca Miklavec
On Thu, Jan 1, 2009 at 11:09 PM, Jonathan Fine wrote: > > What I want is for LuaTeX and XeTeX to have a shared 'extended dvi format' > which is suitable for print, for generating PDF and possibly other purposes. Just curious: how do you print xdv (what's wrong with printing pdf?) and what other pu

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Jonathan Fine
Yannis Haralambous wrote: the original DVI format already supports 4-byte character, what more Unicode-savviness do you need? Of course one should decide whether DVI should contain glyph indexes or Unicode codepoints. I'd like bidirectional information to be available. Unless you mean by Uni

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Jonathan Fine
Arthur Reutenauer wrote: [snip] I'm looking for a what might be called a Unicode savvy Device Independent binary format. And I'm looking for XeTeX and LuTeX to share code and ideas, when possible. Hence, what you're aiming at is for LuaTeX and XeTeX to produce some common extended DVI for

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Barry Schwartz
Jonathan Fine skribis: > I'm looking for a what might be called a Unicode savvy Device Independent > binary format. And I'm looking for XeTeX and LuTeX to share code and > ideas, when possible. Glyph indexes plus a ToUnicode map. That's how Unicode-savviness is done in a PDF: each glyph index

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Arthur Reutenauer
> Knuth and MacKay were the first to extent DVI, because it does not > adequately support bidirectional typesetting. Yes, and, as I already tried to communicate to you, this extended format (I assume you mean DVI-IVD) seems to me like a dead end, because at the time it was developed, over twent

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Yannis Haralambous
the original DVI format already supports 4-byte character, what more Unicode-savviness do you need? Of course one should decide whether DVI should contain glyph indexes or Unicode codepoints.Unless you mean by Unicode-savviness that one should have both glyph indexes and Unicode codepoints (I think

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Jonathan Fine
Arthur Reutenauer wrote: As subject. xdv is the eXtended DVi format used by XeTeX. Actually, it can. LuaTeX produces DVI, which is perfectly palatable to XeTeX's xdv2pdf and xdvipdfmx. What features of xdv are you missing in LuaTeX's output? Knuth and MacKay were the first to extent DVI,

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2009-01-01 Thread Arthur Reutenauer
> As subject. xdv is the eXtended DVi format used by XeTeX. Actually, it can. LuaTeX produces DVI, which is perfectly palatable to XeTeX's xdv2pdf and xdvipdfmx. What features of xdv are you missing in LuaTeX's output? Arthur ___ dev-luatex

Re: [Dev-luatex] Q: Can LuaTeX produce xdv?

2008-12-30 Thread Taco Hoekwater
Jonathan Fine wrote: As subject. xdv is the eXtended DVi format used by XeTeX. No, it cannot. Perhaps it should, but that needs a volunteer. Best wishes, Taco ___ dev-luatex mailing list dev-luatex@ntg.nl http://www.ntg.nl/mailman/listinfo/dev-lua

[Dev-luatex] Q: Can LuaTeX produce xdv?

2008-12-30 Thread Jonathan Fine
As subject. xdv is the eXtended DVi format used by XeTeX. I did a search on the mailing list archive and nothing came up. http://www.mail-archive.com/search?l=dev-luatex%40ntg.nl&q=xdv Jonathan ___ dev-luatex mailing list dev-luatex@ntg.nl http:/