diff options
Diffstat (limited to 'app-text/ptex/files/10texmf-ptex.cnf')
-rw-r--r-- | app-text/ptex/files/10texmf-ptex.cnf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/ptex/files/10texmf-ptex.cnf b/app-text/ptex/files/10texmf-ptex.cnf new file mode 100644 index 000000000000..7c80a7534e33 --- /dev/null +++ b/app-text/ptex/files/10texmf-ptex.cnf @@ -0,0 +1,20 @@ +% -- ptex configuration params added by texmf-update -- + +% pTeX. +ptex_inputs = .;$TEXMF/{ptex,tex}/{plain,generic,}// +platex209_inputs = .;$TEXMF/{ptex,tex}/{platex209,plain,platex,}// +platex2e_inputs = .;$TEXMF/{ptex,tex}/{platex,latex,generic,}// +TEXINPUTS.platex209 = $platex209_inputs +TEXINPUTS.platex-sjis = $platex2e_inputs +TEXINPUTS.platex-euc = $platex2e_inputs +TEXINPUTS.platex-jis = $platex2e_inputs +TEXINPUTS.platex = $platex2e_inputs +TEXINPUTS.ptex-sjis = $ptex_inputs +TEXINPUTS.ptex-euc = $ptex_inputs +TEXINPUTS.ptex-jis = $ptex_inputs +TEXINPUTS.ptex = $ptex_inputs + +BIBINPUTS.jbibtex = .;$TEXMF/{jbibtex,bibtex}/bib// +BSTINPUTS.jbibtex = .;$TEXMF/{jbibtex,bibtex}/bst// + +% -- ptex configuration ends here -- |