1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/korean/hlatexp-pkfonts300/files/hlatex.in
CHOI Junho ec8cc749ab Korean pk fonts collection of hLaTeXp(300dpi)
This is master port of hlatexp-pkfonts<dpi>.
2000-07-02 14:59:12 +00:00

15 lines
275 B
Bash

#!/bin/sh
#
# hLaTeXp running script
#
# Modified by CHOI Junho <cjh@FreeBSD.org>
# Original from http://knot.kaist.ac.kr/htex/install-unix.htm
#
# if hTeXp is available, run htexpini
#
if test -x %%PATH_VIRTEX%%; then
virtex "&hlatex" $1;
else
htexpini "&hlatex" $1;
fi