The FreeBSD Ports Archive
FreeBSD print : jadetex4>
A TeX backend for Jade, for typesetting SGML documents
This is JadeTeX, a TeX backend for Jade.
JadeTeX enables you to produce formatted output of documents written
with the Standard Generalized Markup Language (SGML). JadeTeX uses
tex to produce Device Independent (DVI) output; from there, you can
produce high quality hardcopy. JadeTeX also uses pdftex to produce
Adobe Portable Document Format (PDF) versions of your documents,
complete with hyperlinks, and suitable for distribution on the World
Wide Web and other media.
To use JadeTex, run your SGML document, its Document Type Definition
(DTD), and its Document Style Semantics and Specification Language
(DSSSL) specification, through jade with the "-t tex" option. Then,
to produce a DVI file, run
etex "&jadetex" .tex
To produce a PDF file, run
pdftex "&pdfjadetex" .tex
|
jadetex history
v. 1.31
date: 2007/05/19 20:21:05; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2006/04/15 06:46:10; author: linimon; state: Exp; lines: +1 -1
Reset nik's ports due to no response to email about status and various
maintainer-timeouts. We hope to see him more active again in the future.
Hat: portmgr
v. 1.29
date: 2005/06/01 14:40:18; author: flz; state: Exp; lines: +4 -2
- Remove hard-coded tetex-base prefix.
PR: ports/29154
Submitted by: Niall Brady
Approved by: maintainer timeout (more than 1 month)
v. 1.28
date: 2005/02/12 18:58:15; author: hrs; state: Exp; lines: +5 -13
Add teTeX-3.0 support and unbreak the build. The format file of
JadeTeX is now generated by the eTeX engine.
Approved by: maintainer timeout (1 week)
v. 1.27
date: 2004/08/22 09:18:47; author: hrs; state: Exp; lines: +4 -4
Update to 3.13 and fix dependencies. Changes since 3.12
include:
- Fix for "Theta" entity &thgr;.
- Fix problem with extra space appearing before a "score" (underlining,
strikethough) flow object.
Approved by: nik (maintainer)
v. 1.26
date: 2003/06/23 19:15:25; author: murray; state: Exp; lines: +1 -1
hugelatex is broken and may not have been working properly in the
first place, so remove dependency on that port here.
v. 1.25
date: 2003/03/07 06:09:03; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.24
date: 2002/11/24 20:54:23; author: nik; state: Exp; lines: +7 -1
Install the jadetex and pdfjadetex man pages.
Install symlinks links jadetex and pdfjadetex to tex and pdftex
respectively.
Bump PORTREVISION because of this.
PR: ports/38917
Submitted by: Kimura Fuyuki
v. 1.23
date: 2002/09/11 00:05:34; author: alfred; state: Exp; lines: +1 -1
To avoid a warning due to the 'patch-message' target being overridden,
use 'pre-patch' instead of 'patch-message' target to generate the
package message.
v. 1.22
date: 2002/03/20 22:18:03; author: nik; state: Exp; lines: +1 -3
Update to 3.12
PR: docs/34356
Submitted by: Alan Eldridge
v. 1.21
date: 2002/01/29 11:48:48; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.20
date: 2001/12/03 20:15:59; author: nik; state: Exp; lines: +23 -10
From the PR:
mktexlsr is well called from Makefile but not from the pkg-plist.
this cause jadetex to not be recognized by tex at runtime.
Makefile
MAINTAINER email adress fixed
PREFIX changed to LOCALBASE where needed
pkg-message handling added
do-install rewritten (long lines wrapped)
pkg-message
/usr/local changed to LOCALBASE
pkg-plist
@comment $FreeBSD$ added
@exec mktexlsr added
PR: ports/31151
Submitted by: Cyrille Lefevre
v. 1.19
date: 2001/09/11 02:59:19; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.18
date: 2001/09/08 01:15:04; author: murray; state: Exp; lines: +8 -7
Update JadeTeX to 3.11, with better support for two-sided output.
v. 1.17
date: 2001/04/04 19:57:35; author: nik; state: Exp; lines: +4 -9
Update to JadeTeX 3.6, take MAINTAINERship.
Approved by: Previous MAINTAINER, Sean Kelly
v. 1.16
date: 2001/01/08 12:43:48; author: nik; state: Exp; lines: +2 -1
Bump PORTREVISION, to reflect the added patches.
v. 1.15
date: 2001/01/08 12:36:32; author: nik; state: Exp; lines: +5 -1
Bring in a patch from http://indev.insu.com/openjade/ which:
* Makes two side output optional
* Fixes cell-*-row-margin
* Fixes sequences in tables
* Nukes the multipar macro
* Gives better table support
* Removes the trailing blank page in print output
and more.
v. 1.14
date: 2001/01/03 17:20:20; author: sf; state: Exp; lines: +5 -3
update to 2.20(old version no longer available at master site).
PR: 20665
Submitted by: Sean Kelly
make PKGMESSAGE PREFIX safe.
remake ls-R at deinstall.
v. 1.13
date: 2000/10/08 10:22:43; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.12
date: 2000/07/04 07:12:58; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.11
date: 2000/06/09 07:27:55; author: alex; state: Exp; lines: +3 -1
Fix build:
* Add texmf definition:
Submitted by: Andrew
PR: 18680
* Add png.3 LIB_DEPEND
Reviewed by: will
v. 1.10
date: 2000/05/06 17:10:32; author: nik; state: Exp; lines: +11 -20
Update to JadeTeX 2.18.
Update Maintainer's e-mail address.
Reviewed by: $MAINTAINER
v. 1.9
date: 2000/04/09 17:49:59; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.8
date: 2000/04/09 17:40:30; author: cpiazza; state: Exp; lines: +3 -6
Update with the new PORTNAME/PORTVERSION variables
v. 1.7
date: 2000/03/21 08:22:22; author: mharo; state: Exp; lines: +10 -7
reorder variables to follow port standards (portlint)
v. 1.6
date: 2000/02/08 09:28:28; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.5
date: 1999/08/31 01:44:54; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.4
date: 1999/08/20 10:11:13; author: asami; state: Exp; lines: +3 -3
Not a good idea to depend on non-existent teTeX-beta.
v. 1.3
date: 1999/04/02 13:24:44; author: nik; state: Exp; lines: +2 -2
Updated MASTER_SITES. The author uploaded a new version over the old,
so I've copied the old files to ~nik/public_html/distfiles/jadetex and
pointed the port at that until I can test the new files.
v. 1.2
date: 1999/01/22 00:03:56; author: nik; state: Exp; lines: +2 -1
Call "mktexlsr" after installing so TeX knows about the added files.
Will do the same thing on deinstallation just as soon as I work out
how.
Approved By: Maintainer (Sean Kelly )
v. 1.1
date: 1998/12/08 21:08:28; author: nik; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/12/08 21:08:28; author: nik; state: Exp; lines: +0 -0
I hope this has done the right thing, I hate using easy-import.
This is JadeTeX, a set of TeX macros for processing the TeX output from
Jade and doing useful things with it. In the grand scheme of things,
it'll be used as part of the process to convert DocBook to PostScript
and PDF.
It depends on teTeX-beta, all 30 megs of it.
Sean Kelly did all this, and deserves the credit, I'm just committing
on his behalf.
That ticking noise you can here is LinuxDoc's shrinking lifetime.
Reviewed by: nik@freebsd.org
Submitted by: Sean Kelly
=============================================================================
v. 1.31
date: 2007/05/19 20:21:05; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2006/04/15 06:46:10; author: linimon; state: Exp; lines: +1 -1
Reset nik's ports due to no response to email about status and various
maintainer-timeouts. We hope to see him more active again in the future.
Hat: portmgr
v. 1.29
date: 2005/06/01 14:40:18; author: flz; state: Exp; lines: +4 -2
- Remove hard-coded tetex-base prefix.
PR: ports/29154
Submitted by: Niall Brady
Approved by: maintainer timeout (more than 1 month)
v. 1.28
date: 2005/02/12 18:58:15; author: hrs; state: Exp; lines: +5 -13
Add teTeX-3.0 support and unbreak the build. The format file of
JadeTeX is now generated by the eTeX engine.
Approved by: maintainer timeout (1 week)
v. 1.27
date: 2004/08/22 09:18:47; author: hrs; state: Exp; lines: +4 -4
Update to 3.13 and fix dependencies. Changes since 3.12
include:
- Fix for "Theta" entity &thgr;.
- Fix problem with extra space appearing before a "score" (underlining,
strikethough) flow object.
Approved by: nik (maintainer)
v. 1.26
date: 2003/06/23 19:15:25; author: murray; state: Exp; lines: +1 -1
hugelatex is broken and may not have been working properly in the
first place, so remove dependency on that port here.
v. 1.25
date: 2003/03/07 06:09:03; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.24
date: 2002/11/24 20:54:23; author: nik; state: Exp; lines: +7 -1
Install the jadetex and pdfjadetex man pages.
Install symlinks links jadetex and pdfjadetex to tex and pdftex
respectively.
Bump PORTREVISION because of this.
PR: ports/38917
Submitted by: Kimura Fuyuki
v. 1.23
date: 2002/09/11 00:05:34; author: alfred; state: Exp; lines: +1 -1
To avoid a warning due to the 'patch-message' target being overridden,
use 'pre-patch' instead of 'patch-message' target to generate the
package message.
v. 1.22
date: 2002/03/20 22:18:03; author: nik; state: Exp; lines: +1 -3
Update to 3.12
PR: docs/34356
Submitted by: Alan Eldridge
v. 1.21
date: 2002/01/29 11:48:48; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.20
date: 2001/12/03 20:15:59; author: nik; state: Exp; lines: +23 -10
From the PR:
mktexlsr is well called from Makefile but not from the pkg-plist.
this cause jadetex to not be recognized by tex at runtime.
Makefile
MAINTAINER email adress fixed
PREFIX changed to LOCALBASE where needed
pkg-message handling added
do-install rewritten (long lines wrapped)
pkg-message
/usr/local changed to LOCALBASE
pkg-plist
@comment $FreeBSD$ added
@exec mktexlsr added
PR: ports/31151
Submitted by: Cyrille Lefevre
v. 1.19
date: 2001/09/11 02:59:19; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.18
date: 2001/09/08 01:15:04; author: murray; state: Exp; lines: +8 -7
Update JadeTeX to 3.11, with better support for two-sided output.
v. 1.17
date: 2001/04/04 19:57:35; author: nik; state: Exp; lines: +4 -9
Update to JadeTeX 3.6, take MAINTAINERship.
Approved by: Previous MAINTAINER, Sean Kelly
v. 1.16
date: 2001/01/08 12:43:48; author: nik; state: Exp; lines: +2 -1
Bump PORTREVISION, to reflect the added patches.
v. 1.15
date: 2001/01/08 12:36:32; author: nik; state: Exp; lines: +5 -1
Bring in a patch from http://indev.insu.com/openjade/ which:
* Makes two side output optional
* Fixes cell-*-row-margin
* Fixes sequences in tables
* Nukes the multipar macro
* Gives better table support
* Removes the trailing blank page in print output
and more.
v. 1.14
date: 2001/01/03 17:20:20; author: sf; state: Exp; lines: +5 -3
update to 2.20(old version no longer available at master site).
PR: 20665
Submitted by: Sean Kelly
make PKGMESSAGE PREFIX safe.
remake ls-R at deinstall.
v. 1.13
date: 2000/10/08 10:22:43; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.12
date: 2000/07/04 07:12:58; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.11
date: 2000/06/09 07:27:55; author: alex; state: Exp; lines: +3 -1
Fix build:
* Add texmf definition:
Submitted by: Andrew
PR: 18680
* Add png.3 LIB_DEPEND
Reviewed by: will
v. 1.10
date: 2000/05/06 17:10:32; author: nik; state: Exp; lines: +11 -20
Update to JadeTeX 2.18.
Update Maintainer's e-mail address.
Reviewed by: $MAINTAINER
v. 1.9
date: 2000/04/09 17:49:59; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.8
date: 2000/04/09 17:40:30; author: cpiazza; state: Exp; lines: +3 -6
Update with the new PORTNAME/PORTVERSION variables
v. 1.7
date: 2000/03/21 08:22:22; author: mharo; state: Exp; lines: +10 -7
reorder variables to follow port standards (portlint)
v. 1.6
date: 2000/02/08 09:28:28; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.5
date: 1999/08/31 01:44:54; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.4
date: 1999/08/20 10:11:13; author: asami; state: Exp; lines: +3 -3
Not a good idea to depend on non-existent teTeX-beta.
v. 1.3
date: 1999/04/02 13:24:44; author: nik; state: Exp; lines: +2 -2
Updated MASTER_SITES. The author uploaded a new version over the old,
so I've copied the old files to ~nik/public_html/distfiles/jadetex and
pointed the port at that until I can test the new files.
v. 1.2
date: 1999/01/22 00:03:56; author: nik; state: Exp; lines: +2 -1
Call "mktexlsr" after installing so TeX knows about the added files.
Will do the same thing on deinstallation just as soon as I work out
how.
Approved By: Maintainer (Sean Kelly )
v. 1.1
date: 1998/12/08 21:08:28; author: nik; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/12/08 21:08:28; author: nik; state: Exp; lines: +0 -0
I hope this has done the right thing, I hate using easy-import.
This is JadeTeX, a set of TeX macros for processing the TeX output from
Jade and doing useful things with it. In the grand scheme of things,
it'll be used as part of the process to convert DocBook to PostScript
and PDF.
It depends on teTeX-beta, all 30 megs of it.
Sean Kelly did all this, and deserves the credit, I'm just committing
on his behalf.
That ticking noise you can here is LinuxDoc's shrinking lifetime.
Reviewed by: nik@freebsd.org
Submitted by: Sean Kelly
=============================================================================
v. 1.31
date: 2007/05/19 20:21:05; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2006/04/15 06:46:10; author: linimon; state: Exp; lines: +1 -1
Reset nik's ports due to no response to email about status and various
maintainer-timeouts. We hope to see him more active again in the future.
Hat: portmgr
v. 1.29
date: 2005/06/01 14:40:18; author: flz; state: Exp; lines: +4 -2
- Remove hard-coded tetex-base prefix.
PR: ports/29154
Submitted by: Niall Brady
Approved by: maintainer timeout (more than 1 month)
v. 1.28
date: 2005/02/12 18:58:15; author: hrs; state: Exp; lines: +5 -13
Add teTeX-3.0 support and unbreak the build. The format file of
JadeTeX is now generated by the eTeX engine.
Approved by: maintainer timeout (1 week)
v. 1.27
date: 2004/08/22 09:18:47; author: hrs; state: Exp; lines: +4 -4
Update to 3.13 and fix dependencies. Changes since 3.12
include:
- Fix for "Theta" entity &thgr;.
- Fix problem with extra space appearing before a "score" (underlining,
strikethough) flow object.
Approved by: nik (maintainer)
v. 1.26
date: 2003/06/23 19:15:25; author: murray; state: Exp; lines: +1 -1
hugelatex is broken and may not have been working properly in the
first place, so remove dependency on that port here.
v. 1.25
date: 2003/03/07 06:09:03; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.24
date: 2002/11/24 20:54:23; author: nik; state: Exp; lines: +7 -1
Install the jadetex and pdfjadetex man pages.
Install symlinks links jadetex and pdfjadetex to tex and pdftex
respectively.
Bump PORTREVISION because of this.
PR: ports/38917
Submitted by: Kimura Fuyuki
v. 1.23
date: 2002/09/11 00:05:34; author: alfred; state: Exp; lines: +1 -1
To avoid a warning due to the 'patch-message' target being overridden,
use 'pre-patch' instead of 'patch-message' target to generate the
package message.
v. 1.22
date: 2002/03/20 22:18:03; author: nik; state: Exp; lines: +1 -3
Update to 3.12
PR: docs/34356
Submitted by: Alan Eldridge
v. 1.21
date: 2002/01/29 11:48:48; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.20
date: 2001/12/03 20:15:59; author: nik; state: Exp; lines: +23 -10
From the PR:
mktexlsr is well called from Makefile but not from the pkg-plist.
this cause jadetex to not be recognized by tex at runtime.
Makefile
MAINTAINER email adress fixed
PREFIX changed to LOCALBASE where needed
pkg-message handling added
do-install rewritten (long lines wrapped)
pkg-message
/usr/local changed to LOCALBASE
pkg-plist
@comment $FreeBSD$ added
@exec mktexlsr added
PR: ports/31151
Submitted by: Cyrille Lefevre
v. 1.19
date: 2001/09/11 02:59:19; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.18
date: 2001/09/08 01:15:04; author: murray; state: Exp; lines: +8 -7
Update JadeTeX to 3.11, with better support for two-sided output.
v. 1.17
date: 2001/04/04 19:57:35; author: nik; state: Exp; lines: +4 -9
Update to JadeTeX 3.6, take MAINTAINERship.
Approved by: Previous MAINTAINER, Sean Kelly
v. 1.16
date: 2001/01/08 12:43:48; author: nik; state: Exp; lines: +2 -1
Bump PORTREVISION, to reflect the added patches.
v. 1.15
date: 2001/01/08 12:36:32; author: nik; state: Exp; lines: +5 -1
Bring in a patch from http://indev.insu.com/openjade/ which:
* Makes two side output optional
* Fixes cell-*-row-margin
* Fixes sequences in tables
* Nukes the multipar macro
* Gives better table support
* Removes the trailing blank page in print output
and more.
v. 1.14
date: 2001/01/03 17:20:20; author: sf; state: Exp; lines: +5 -3
update to 2.20(old version no longer available at master site).
PR: 20665
Submitted by: Sean Kelly
make PKGMESSAGE PREFIX safe.
remake ls-R at deinstall.
v. 1.13
date: 2000/10/08 10:22:43; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.12
date: 2000/07/04 07:12:58; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.11
date: 2000/06/09 07:27:55; author: alex; state: Exp; lines: +3 -1
Fix build:
* Add texmf definition:
Submitted by: Andrew
PR: 18680
* Add png.3 LIB_DEPEND
Reviewed by: will
v. 1.10
date: 2000/05/06 17:10:32; author: nik; state: Exp; lines: +11 -20
Update to JadeTeX 2.18.
Update Maintainer's e-mail address.
Reviewed by: $MAINTAINER
v. 1.9
date: 2000/04/09 17:49:59; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.8
date: 2000/04/09 17:40:30; author: cpiazza; state: Exp; lines: +3 -6
Update with the new PORTNAME/PORTVERSION variables
v. 1.7
date: 2000/03/21 08:22:22; author: mharo; state: Exp; lines: +10 -7
reorder variables to follow port standards (portlint)
v. 1.6
date: 2000/02/08 09:28:28; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.5
date: 1999/08/31 01:44:54; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.4
date: 1999/08/20 10:11:13; author: asami; state: Exp; lines: +3 -3
Not a good idea to depend on non-existent teTeX-beta.
v. 1.3
date: 1999/04/02 13:24:44; author: nik; state: Exp; lines: +2 -2
Updated MASTER_SITES. The author uploaded a new version over the old,
so I've copied the old files to ~nik/public_html/distfiles/jadetex and
pointed the port at that until I can test the new files.
v. 1.2
date: 1999/01/22 00:03:56; author: nik; state: Exp; lines: +2 -1
Call "mktexlsr" after installing so TeX knows about the added files.
Will do the same thing on deinstallation just as soon as I work out
how.
Approved By: Maintainer (Sean Kelly )
v. 1.1
date: 1998/12/08 21:08:28; author: nik; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/12/08 21:08:28; author: nik; state: Exp; lines: +0 -0
I hope this has done the right thing, I hate using easy-import.
This is JadeTeX, a set of TeX macros for processing the TeX output from
Jade and doing useful things with it. In the grand scheme of things,
it'll be used as part of the process to convert DocBook to PostScript
and PDF.
It depends on teTeX-beta, all 30 megs of it.
Sean Kelly did all this, and deserves the credit, I'm just committing
on his behalf.
That ticking noise you can here is LinuxDoc's shrinking lifetime.
Reviewed by: nik@freebsd.org
Submitted by: Sean Kelly
=============================================================================
|
| |

|