aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/dvipdfm/pkg-install
blob: 713a2e08e4a45359e21690fd9cb455bbd72da5ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

case "$2" in
    [Pp][Rr][Ee]-[Ii][Nn][Ss][Tt][Aa][Ll][Ll])
    echo ""
    echo "You may wish to compile ja-ptex-base with -DWITH_DVIPSK in order"
    echo "to use dvipdfm to shrink PDF files with \\usepackage{times}."
    echo ""
    ;;

esac

exit