Nou het gaat erom dat JadeTex een uitbreiding zou zijn op OpenJade. Die laatste heb ik geinstalleerd.
Daarna gaan ze in die handleiding erover dat er een texmf.cnf bestand aangepast moet worden, deze word door TeTeX meegeleverd, wat ik dus netjes heb gedaan.
Wat ik me dus afvraag is het volgende, waar moet de source van JadeTex heen en hoe moet ik dan installeren.
Now let's build some format files. Under $TEXMFMAIN/tex/latex/config, you will find the files necessary to rebuild latex. Copy them somewhere temporary and go there:
cp -R /usr/share/texmf/tex/latex/config /tmp
cd /tmp/configNow do this:
tex -ini -progname=latex latex.iniThis will produce a file latex.fmt in the same directory. Become root and put it in $TEXMFMAIN/web2c. This is where all the format files are kept. (You can delete the other copied files from config afterwards.)
mv latex.fmt /usr/share/texmf/web2c
Now just create a symbolic link from tex to latex:
ln -s /usr/bin/tex /usr/local/bin/latexWhen tex is invoked, it looks at the name X it was invoked with, then loads the format file X.fmt from $TEXMFMAIN/web2c before it starts processing the document. So creating this symbolic link is all that is needed to create the latex executable.
Creating the format files
Next, take a look at your OpenJade distribution. Under the directory dsssl you will find the files necessary to build jadetex and pdfjadetex, including a Makefile. Now become root and just do:
make installThis creates jadetex.fmt and pdfjadetex.fmt, puts them in $TEXMFMAIN/web2c for you (using kpsewhich to find $TEXMFMAIN), and installs a few other auxiliary files under $TEXMFMAIN/tex/jadetex.
All that's left to do is to create the links:
ln -s /usr/bin/tex /usr/bin/jadetex
ln -s /usr/bin/pdftex /usr/bin/pdfjadetex(changing the location of the binary directory to wherever your TeX is) and run mktexlsr so that your TeX distribution becomes aware of the newly installed files in $TEXMFMAIN/tex/jadetex.
mktexlsr
Testing the installation
Finally, test your installation using the demonstration files in that directory:
openjade -t tex -d demo.dsl demo.sgm
jadetex demo.tex
pdfjadetex demo.tex
Bovenstaand een stukje uit de config. Dat bestand config heb ik wel alleen staat het bij mij onder een heel andere dir?
Ik snap dus alleen niet wat ik met JadeTex moet die andere progsels heb ik al geinstalleerd.