public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
* SGML -> Latex ??
  2000-12-27  6:36 SGML -> Latex ?? Peter Toft
@ 2000-06-04 15:00 ` Peter Toft
  2000-12-27  6:36 ` Sylvan Ravinet
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Toft @ 2000-06-04 15:00 UTC (permalink / raw)
  To: docbook-tools-discuss

I know that db2XXX works, which actually is 
jade -d STYLESHEET#print -o outfile.tex infile.sgml 
This makes tex as output.

I would like to auto-generate from SGML docbook 3.1 to
LaTeX format. The reason is that I then would like to
have two goals fulfilled:

* When I write in native LaTeX the standard fonts are
  very nice in PS or PDF-files. Would like have have
  that :)))

* I would like to have bookmarks in the PDF-output
  file, which I know can be made in Latex. I don't know 
  how to do this in native SGML Docbook.

If you know how to achieve both _or_ one - I am very
interested further details

BR

 

-- 

Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

I do not support software patents http://www.freepatents.org


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: SGML -> Latex ??
  2000-12-27  6:36 ` Sylvan Ravinet
@ 2000-06-04 15:48   ` Sylvan Ravinet
  2000-12-27  6:36   ` Jochem Huhmann
  1 sibling, 0 replies; 6+ messages in thread
From: Sylvan Ravinet @ 2000-06-04 15:48 UTC (permalink / raw)
  To: Peter Toft; +Cc: docbook-tools-discuss

Hello,

Peter Toft wrote:
> I would like to auto-generate from SGML docbook 3.1 to
> LaTeX format.

I run through this need, and I'm planning to do sooner or later a XSL
stylesheet for this need (DocBook #.X or 4.X XML -> LaTeX 2e)

Using XSL here seems to be the most portable and extensible solution,
compared to implementing such a converter with traditional programming
languages. (for SGML, you might have to use DSSSL (?))

If people are interested, please let us know and let's start a project
(eg. in Sourceforge or so) for such XML stylesheets.

BR,

-Sylvan

--
Do, or do not. There is no try. -Yoda
Sylvan Ravinet: http://www.ravinet.com/sylvan/contact

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: SGML -> Latex ??
  2000-12-27  6:36   ` Jochem Huhmann
@ 2000-06-05  1:43     ` Jochem Huhmann
  0 siblings, 0 replies; 6+ messages in thread
From: Jochem Huhmann @ 2000-06-05  1:43 UTC (permalink / raw)
  To: docbook-tools-discuss

* Sylvan Ravinet <sylvan@ravinet.com> wrote:
> Hello,
> 
> Peter Toft wrote:
> > I would like to auto-generate from SGML docbook 3.1 to
> > LaTeX format.
> 
> I run through this need, and I'm planning to do sooner or later a XSL
> stylesheet for this need (DocBook #.X or 4.X XML -> LaTeX 2e)
> 
> Using XSL here seems to be the most portable and extensible solution,
> compared to implementing such a converter with traditional programming
> languages. (for SGML, you might have to use DSSSL (?))

Have you looked further into this? XSL actually is for transforming XML
to XML, creating LaTeX with XSL seems a little bit wierd.



        Jochem

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: SGML -> Latex ??
  2000-12-27  6:36 SGML -> Latex ?? Peter Toft
  2000-06-04 15:00 ` Peter Toft
@ 2000-12-27  6:36 ` Sylvan Ravinet
  2000-06-04 15:48   ` Sylvan Ravinet
  2000-12-27  6:36   ` Jochem Huhmann
  1 sibling, 2 replies; 6+ messages in thread
From: Sylvan Ravinet @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Peter Toft; +Cc: docbook-tools-discuss

Hello,

Peter Toft wrote:
> I would like to auto-generate from SGML docbook 3.1 to
> LaTeX format.

I run through this need, and I'm planning to do sooner or later a XSL
stylesheet for this need (DocBook #.X or 4.X XML -> LaTeX 2e)

Using XSL here seems to be the most portable and extensible solution,
compared to implementing such a converter with traditional programming
languages. (for SGML, you might have to use DSSSL (?))

If people are interested, please let us know and let's start a project
(eg. in Sourceforge or so) for such XML stylesheets.

BR,

-Sylvan

--
Do, or do not. There is no try. -Yoda
Sylvan Ravinet: http://www.ravinet.com/sylvan/contact

^ permalink raw reply	[flat|nested] 6+ messages in thread

* SGML -> Latex ??
@ 2000-12-27  6:36 Peter Toft
  2000-06-04 15:00 ` Peter Toft
  2000-12-27  6:36 ` Sylvan Ravinet
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Toft @ 2000-12-27  6:36 UTC (permalink / raw)
  To: docbook-tools-discuss

I know that db2XXX works, which actually is 
jade -d STYLESHEET#print -o outfile.tex infile.sgml 
This makes tex as output.

I would like to auto-generate from SGML docbook 3.1 to
LaTeX format. The reason is that I then would like to
have two goals fulfilled:

* When I write in native LaTeX the standard fonts are
  very nice in PS or PDF-files. Would like have have
  that :)))

* I would like to have bookmarks in the PDF-output
  file, which I know can be made in Latex. I don't know 
  how to do this in native SGML Docbook.

If you know how to achieve both _or_ one - I am very
interested further details

BR

 

-- 

Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

I do not support software patents http://www.freepatents.org


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: SGML -> Latex ??
  2000-12-27  6:36 ` Sylvan Ravinet
  2000-06-04 15:48   ` Sylvan Ravinet
@ 2000-12-27  6:36   ` Jochem Huhmann
  2000-06-05  1:43     ` Jochem Huhmann
  1 sibling, 1 reply; 6+ messages in thread
From: Jochem Huhmann @ 2000-12-27  6:36 UTC (permalink / raw)
  To: docbook-tools-discuss

* Sylvan Ravinet <sylvan@ravinet.com> wrote:
> Hello,
> 
> Peter Toft wrote:
> > I would like to auto-generate from SGML docbook 3.1 to
> > LaTeX format.
> 
> I run through this need, and I'm planning to do sooner or later a XSL
> stylesheet for this need (DocBook #.X or 4.X XML -> LaTeX 2e)
> 
> Using XSL here seems to be the most portable and extensible solution,
> compared to implementing such a converter with traditional programming
> languages. (for SGML, you might have to use DSSSL (?))

Have you looked further into this? XSL actually is for transforming XML
to XML, creating LaTeX with XSL seems a little bit wierd.



        Jochem

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-12-27  6:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-27  6:36 SGML -> Latex ?? Peter Toft
2000-06-04 15:00 ` Peter Toft
2000-12-27  6:36 ` Sylvan Ravinet
2000-06-04 15:48   ` Sylvan Ravinet
2000-12-27  6:36   ` Jochem Huhmann
2000-06-05  1:43     ` Jochem Huhmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).