================================================= >>> HowTo setup a INTES LaTeX-Environment <<< (MA) 02-Jan-08 ================================================= 1) Download 'intes_tar.gz' from 'www.intes.de/~ast/' and unpack it with `tar zxvf intes_tar.gz' This will leave you with a subdirectory intes with the following files: intes/README - this file intes/bin/ - Directory with INTES binaries/scripts intes/cnf/ - Directory with some configuration files intes/doc/ - An outdated PDF description of some intes-macros intes/sty/ - Directory with intes styles and and some EPS-files 2) Login as root and create intes-style directory: 'mkdir /usr/share/texmf/tex/latex/intes' Copy all style-files to this directory: 'cp -r ???intes/sty/* /usr/share/texmf/tex/latex/intes/' 3) Enlarge TeX-Capacity (only needed to process huge INTES documentation): Create an updated /etc/texmf/texmf.cnf file: If existing then edit '/etc/texmf/texmf.d/95NonPath.cnf' otherwise edit '/etc/texmf/[web2c/]texmf.cnf' Adapt the following settings: openout_any = a main_memory = 5000000 hash_extra = 100000 pool_size = 2000000 max_strings = 100000 buf_size = 200000 save_size = 20000 stack_size = 2500 If you where editing '/etc/texmf/texmf.d/95NonPath' then run 'update-texmf' afterwards. Re-initialize texmf: Run 'texconfig init' 4) Edit '/etc/texmf/[dvips/][config/]config.ps': or '/usr/share/texmf-tetex/dvips/config/config.ps': % o |lpr M ljfivemp % Metafont mode K % switch off eps-comments Assert that block @ A4size 210mm 297mm @+ %%PaperSize: A4 comes before line @ a4 210mm 297mm or move mv ???intes/cnf/config.ps /etc/texmf/[dvips/][config/]config.ps 5) Link texhash into /usr/local/bin (if not already there): cd /usr/local/bin; ln -s `which texhash` texhash and run texhash (as root) 6) On linux copy the INTES binary files: 'cp ???/intes/bin/* /usr/local/bin/' 7) You can add an extra inputs directory to the TeX-Search-Path (e.g. for user owend style-files) by setting TEXINPUTS in your ~/.cshrc file: E.g. setenv TEXINPUTS .//:/MyInputDir//::.. 8) Also install dvi2tty if not already there (e.g. apt-get install dvi2tty) 9) After rehash: Run latexe or latexg on your working directories 10) Done (you now may remove the original intes_tar.gz and ???intes/).