February 6, 2011
Typesetting Korean with TeXLive
↓ Comments
Category: FreeBSD.
Today, I received a request for adding support for ko.teX to the FreeBSD TeXLive ports. I created 3 ports for this purpose: print/kotex-util, print/kotex-macros and kotex-fonts-all.
I did some basic testing locally, but I don't read Korean, thus I could not test beyond the (minimalistic) examples. I am therefore looking for FreeBSD TeXLive users who are able to write Korean to help testing this package. If you are one of them, please give it a try and report any success or failures on the issue page.
To install these experimental ports, the easiest way is using devel/subversion:
% svn co http://freebsd-texlive.googlecode.com/svn/branches/ports/print/kotex-util/ % cd kotex-util % make % sudo make install % cd .. % svn co http://freebsd-texlive.googlecode.com/svn/branches/ports/print/kotex-macros/ % cd kotex-macros % make % sudo make install % cd .. % svn co http://freebsd-texlive.googlecode.com/svn/branches/ports/print/kotex-fonts-all/ % cd kotex-fonts-all % make % sudo make install % cd ..
Thanks!