head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2000.08.06.12.44.32;	author jashley;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.12.21.21.59;	author wkoch;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- added directions for rebuilding {pdf,}jadetex to add additional language
support
@
text
@Build Notes
-----------

The printed version of the manual is built using pdfjadetex.  pdfjadetex
is part of the openjade distribution (the dsssl subdirectory).

Out of the box, pdfjadetex does not include good language support for
languages other than English and German.  Adding additional languages
requires rebuilding TeX format files.

Here are rough directions for rebuilding pdfjadetex and jadetex.
First, edit your tex configuration to add hyphenation support
for the languages you need.  For my TeX install the file to edit is 
/usr/share/texmf/tex/generic/config/language.dat.

Now rebuild pdflatex and hugelatex:

  % pdftex -ini -progname=pdflatex pdflatex.ini
  % cp -p pdflatex.fmt /usr/share/texmf/web2c
  % tex -ini -progname=hugelatex latex.ini
  % cp -p latex.fmt /usr/share/texmf/web2c/hugelatex.fmt

Now rebuild pdfjadetex after adding language support through Babel.  
If you are using openjade, go to the dsssl subdirectory.  First edit 
jadetex.dtx and add the languages you need to the RequirePackage command
that loads babel.  Then run make, and you should have a new pdfjadetex.fmt.
Copy this to /usr/share/texmf/web2c, and you should be done.

Addendum: I was having trouble with a "corrupted NFSS" error when using
pdfjadetex until I ran jadetex on manual.tex.  I'm not sure why.

@


1.1
log
@Add some live to the Makefiles.  PS generation works but my
jade hangs while generating HTML.
@
text
@d1 31
@

