]> git.pld-linux.org Git - packages/texlive.git/blob - texlive-2007-fmtutil-ptex.patch
- functional subpackages under working...
[packages/texlive.git] / texlive-2007-fmtutil-ptex.patch
1 diff -up texlive-2007/texk/tetex/fmtutil.ptex texlive-2007/texk/tetex/fmtutil
2 --- texlive-2007/texk/tetex/fmtutil.ptex        2008-01-01 22:32:44.000000000 +0100
3 +++ texlive-2007/texk/tetex/fmtutil     2008-01-01 22:33:10.000000000 +0100
4 @@ -674,6 +674,8 @@ run_initex()
5    case "$format" in
6      metafun) prgswitch=-progname=mpost;;
7      mptopdf|cont-??) prgswitch=-progname=context;;
8 +    platex*) prgswitch=-progname=platex;;
9 +    ptex*) prgswitch=-progname=ptex;;
10      *)       prgswitch=-progname=$format;;
11    esac
12  
This page took 0.024762 seconds and 3 git commands to generate.