Dear TeX/LaTeX users,

Newer version of Hangul LaTeX is released. ( version 0.9 )

I'll briefly tell you the procedure for processing with Hangul
LaTeX.

First, make a Hangul text in 'harticle' documentstyle.  That
means you should insert a line as follow :

  \documentstyle{harticle}  
  
'harticle' means hangul article. You can also use 'hreport' and
'hbook' for big document.

If you want English caption, you just select 'hfont' as style option.
That means you use as follow :

  \documentstyle[hfont]{article}

Now you can use Hangul in any kind of style file.

Available hangul fonts are 'mj','mjb','gt','gr','dr','gs'.  mj
means myoungjo hangul, mjb means myoungjo bold hangul, gt means
gothic hangul, gr means graphic hangul, dr mean dinaru hangul,
gs means butguelssi hangul.

  You can change charater size with normal English sizing
command like \small, \Large , etc .


Second, what you should do is running 'hlatex'.  Here is an
example :

	% hlatex input.ks 

The argument of hlatex is input file in 'KS-Hangul' code.
Let's denote basename of input file is $INPUT.  hlatex convert
hangul into tex-processable code.  The output files is
$INPUT.tex .  And , hlatex execute 'latex $INPUT.tex'.

You'll get a '$INPUT.dvi' file which is the output of 'latex'.

Please send questions to me.
Please send bug report or comment to me.

		1991.11.18

			Yunju ( yunju@camars.kaist.ac.kr )


PS: useful hints .
   0. Read 'README.ks'
   1. use 'doublespace.sty' to adjust line space like this .
	\documentstyle[doublespace]{hharticle}
	\setstretch{1.5}

   2. use 'a4.sty' or 'a4wide.sty' for A4 paper.

