lotus

previous page: 11. What is hlatex and how can I use it? (Hangul & Internet in Korea)
  
page up: Hangul & Internet in Korea FAQ
  
next page: 13. Are there Hangul TeX packages running on Macintosh or IBM-PC?

12. I'd like to install hlatex, but I don't have enough previlege. (Hangul & Internet in Korea)




Description

This article is from the Hangul & Internet in Korea FAQ, by Jungshik Shin jshin@minerva.cis.yale.edu with numerous contributions by others.

12. I'd like to install hlatex, but I don't have enough previlege. (Hangul & Internet in Korea)

In case of old version of HLaTeX(preprocessing or two-pass version), you can
set environment variables so that your tex compiler will be able to find the
hlatex files in your library path.

Add following to .cshrc/.tcshrc or .login in csh/tcsh,

    setenv PATH       "your htex bin dir":$PATH
    setenv TEXFONTS   "your htex pk dir":"your latex tfmdir":$TEXFONTS
    setenv TEXINPUTS  "your htex input dir":$TEXINPUTS
    setenv TEXFORMATS "your htex format dir":$TEXFORMATS
    setenv XDVIFONTS  "your htex/pk dir":$XDVIFONTS # for XDVI
    setenv TEXPKS     $XDVIFONTS                       # for DVIPS 

In sh/ksh/ bash, add following to .profile

    PATH="your htex bin dir":$PATH
    TEXFONTS="your htex pk dir":"your latex tfmdir":$TEXFONTS
    TEXINPUTS="your htex input dir":$TEXINPUTS
    TEXFORMATS="your htex format dir":$TEXFORMATS
    TEXDVIFONT="your htex/pk dir":$XDVIFONTS # for XDVI
    TEXPKS=$XDVIFONTS                       # for DVIPS 
    export PATH TEXFONTS TEXINPUTS TEXFORMATS TEXDVIFONT TEXPKS

Contributions from Sang K. Cha(chask@CS.Stanford.EDU)

Some TeX previewers or drivers does not allow user fonts which are not
placed at system TeX font path. I use xdvi and dvips and they allow me to
define my local font paths.

hlatex script has some variables such as LATEX and HTEX. You should change
that variables to fit your local environment. For HLaTeX 0.92e or later, see
the document included in the distribution and consult your local TeX guru or
your system administrator as different implementations of LaTeX2e(e.g. NTeX
and teTeX) tend to have different directory structures from each other

 

Continue to:













TOP
previous page: 11. What is hlatex and how can I use it? (Hangul & Internet in Korea)
  
page up: Hangul & Internet in Korea FAQ
  
next page: 13. Are there Hangul TeX packages running on Macintosh or IBM-PC?