; ; This file is supposed to be `execute'd in your standard ; User-StartUp file in the S: directory. It sets up the ; default configuration for the AmiWeb2c system with the ; PasTeX drivers. Feel free to change things according to ; your personal needs. ; ; AmiWeb2c 2.0 (c) 1995,1997 Andreas Scherer ; PasTeX 1.4 (c) 1990-1995 Georg Heßmann ; ;BEGIN TeX ; path TeXMF:AmiWeb2c/bin/amiweb2c add ; AmiWeb2c 2.0 system path TeXMF:AmiWeb2c/bin/amiweb2c/pastex add ; PasTeX 1.4 drivers path TeXMF:AmiWeb2c/bin/amiweb2c/local add ; other TeXnical utilities ; alias LaTeX "tex &latex " alias ETeX "tex \language=\USenglish \input " alias ELaTeX "tex &latex \language=\USenglish \input " alias FTeX "tex \language=\french \input " alias FLaTeX "tex &latex \language=\french \input " alias GTeX "tex \language=\german \input " alias GLaTeX "tex &latex \language=\german \input " alias ITeX "tex \language=\italian \input " alias ILaTeX "tex &latex \language=\italian \input " ; alias MetaFont "mf " alias MetaPost "mp " alias MFPost "mp &mfplain " ; ; Used by CallMF 2: ; rx "setclip('VIRTEX','tex')" rx "setclip('VIRMF','mf')" rx "setclip('GFTOPK','gftopk')" ; ; The following default values from the `texk' implementation can readily ; be used by adding an `empty' path in the respective environment variable. ; You don't have to repeat these paths explicitly, except if you want to ; change their sequence. ; ; Environment variables acknowledged by BibTeX: ; ; Here the .bib files (bibliography files of general interest) reside: ; BIBINPUTS = ".;$TEXMF/bibtex/bib//" ; Here the .bst files (BibTeX style files) reside: ; BSTINPUTS = ".;$TEXMF/bibtex/bst//" ; ; Environment variables acknowledged by MetaFont: ; ; Here .base files (usually plain.base will suffice) reside: ; MFBASES = ".;$TEXMF/web2c" ; Here .mf files (non-font files, like modes.mf, and font sources) reside: ; MFINPUTS = ".;$TEXMF/metafont//;{$dbfonts,$VARTEXFONTS}//source//" ; Here mf.pool (used only by IniTeX when creating new bases) can be found: ; MFPOOL = ".;$TEXMF/web2c" ; ; Environment variables acknowledged by MetaPost: ; ; Here .mem files (usually plain.mem and mfplain.mem) reside: ; MPMEMS = ".;$TEXMF/web2c" ; Here .mp files (non-font files and font sources) reside: ; MPINPUTS = ".;$TEXMF/metapost//" ; Here mp.pool (used only by IniMP when creating new mems) can be found: ; MPPOOL = ".;$TEXMF/web2c" ; ; Environment variables acknowledged by TeX: ; ; Here .fmt files (usually plain.fmt and latex.fmt) reside: ; TEXFORMATS = ".;$TEXMF/web2c" ; Here .tex files (macro packages, hyphenation tables, etc.) reside: ; TEXINPUTS = ".;$dbtex//" ; Here tex.pool (used only by IniTeX when creating new formats) can be found: ; TEXPOOL = ".;$TEXMF/web2c" ; ; Environment variables pointing to font files of various types: ; ; TFMFONTS = ".;{$dbfonts,$VARTEXFONTS}//tfm//" ; GLYPHFONTS = ".;$dbfonts" ; GFFONTS = ".;$dbfonts//gf/$MAKETEX_MODE//" ; PKFONTS = ".;{$dbfonts,$VARTEXFONTS}//pk/{$MAKETEX_MODE,modeless}//" ; VFFONTS = ".;$dbfonts//vf//" ; ; Special environment for MetaPost: ; setenv MPXCOMMAND "rx makempx.rexx" ; ; Settings for CallMF 2: ; ; create a batch file for missing fonts: ;setenv CALLMF MakeBatch.rexx ; generate missing fonts on the fly: setenv CALLMF MakeTeXFont.rexx ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Settings for non-AmiWeb2c packages and programs, e.g., settings for ; PasTeX, HWGPost, ... This section will most certainly have to be ; adapted to local conditions. Since I can't foresee what users might ; want to put here, I comment everything, but keep the entries used ; in my installation. ; ; PasTeX requires a root directory `TeX:'. Also the directory structure ; is different, so here `TeX:' only points to the top-level directory of ; `config' and `ps' (and `rexx'). ; assign TeX: TeXMF:AmiWeb2c/share/amiweb2c/pastex ; PasTeX 1.4 stuff ; ; GhostScript requires a root director `GhostScript:'. ; assign GhostScript: TeXMF:AmiWeb2c/ghostscript ; ; Define the general TeX environment: ; ; TeX call for editor in case of error: setenv TEXEDIT "rx TeX:rexx/TeXedit.rexx %s %d" setenv TEXREXXEDIT "TeX:rexx/TeXedit.rexx %s %d" ; start EDIT=CED in case of error (else only E): ;setenv TEXREXX EDIT setenv TEXREXX E ; ; Sometimes I'm using really BIG fonts (like Old German or GnuPlot output): ; setenv DVIPRINT "FONTMEM 300000" setenv SHOWDVI "FONTMEM 300000" ; ; HWGPost settings: ; assign POST: TeX:ps assign POST: TeXMF:AmiWeb2c/share/texmf/dvips add ; assign PSFONTS: TeXMF:AmiWeb2c/share/texmf/fonts/type1/bakoma/cm assign PSFONTS: TeXMF:AmiWeb2c/share/texmf/fonts/type1/bakoma/ams add assign PSFONTS: TeXMF:AmiWeb2c/share/texmf/fonts/psfonts add ; ;END TeX