From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37568 Path: news.gmane.org!not-for-mail From: Saji Njarackalazhikam Hameed Newsgroups: gmane.comp.tex.context Subject: Re: Typesetting Korean Date: Tue, 27 Nov 2007 16:28:56 +0900 Message-ID: <20071127072856.GB19359@apcc21.net> References: <20071127005717.GE15098@apcc21.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196149609 3985 80.91.229.12 (27 Nov 2007 07:46:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Nov 2007 07:46:49 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 27 08:46:55 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1Iwv9i-0000nM-49 for gctc-ntg-context-518@m.gmane.org; Tue, 27 Nov 2007 08:46:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A000D1FDCC; Tue, 27 Nov 2007 08:46:32 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17863-04-6; Tue, 27 Nov 2007 08:46:23 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 30FC61FD40; Tue, 27 Nov 2007 08:46:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3C17C1FD40 for ; Tue, 27 Nov 2007 08:46:22 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24316-06-19 for ; Tue, 27 Nov 2007 08:46:17 +0100 (CET) Original-Received: from mail1.apcc21.net (unknown [210.98.49.5]) by ronja.ntg.nl (Postfix) with ESMTP id 431181FD38 for ; Tue, 27 Nov 2007 08:46:16 +0100 (CET) Original-Received: from localhost ([210.98.49.34]) (authenticated bits=0) by mail1.apcc21.net (8.13.1/8.13.1) with ESMTP id lAR7HwDM005132 for ; Tue, 27 Nov 2007 16:17:59 +0900 Content-Disposition: inline In-Reply-To: <20071127005717.GE15098@apcc21.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:37568 Archived-At: Hi ConTeXt-ers, I solved this in consultation with Dohyun Kim of the Korean Tex Users group. He send me a couple of files that I untarred to my local ConTeXt tree. % --------------- %< ------------- untarred ko.tex-unfonts-base.tar.gz in /home/saji/MyConText/tex/texmf-local untarred context-kor.tar.gz /home/saji/MyConText/tex/texmf-local/tex/context mktexlsr texexec --make --alone % --------------- %< ------------- And thereafter added the following lines to the top of my source code. \enableregime[utf] \usemodule[kor-00] Hope this may be of help to someone with similar needs (someday) :) saji .... * Dohyun Kim [2007-11-27 14:08:11 +0900]: > Hi, > > I have just uploaded my small implementation of Korean typesetting > with ConTeXt to the site: > > http://people.ktug.or.kr/~nomos/mine/context-kor.tar.gz > > > You may also need a set of Korean fonts, among which > the most popular is > > http://ftp.ktug.or.kr/KTUG/ko.tex/ko.tex-unfonts-base.tar.gz > > > Then, write down a tex file, including followings in the preamble > > \enableregime[utf] > \usemodule[kor-00] > > > I wish this small piece of work would be a some help to you. > * Saji Njarackalazhikam Hameed [2007-11-27 09:57:17 +0900]: > Hi Dalyoung, > > Sorry this question is not related to your original mail. We are > typesetting some of our reports in ConTeXt - the material is > mostly English, but at places there are summaries in "Hangul". > > Any suggestions on how to input hangul in ConTeXt. > > Best wishes, > > saji > > > * Dalyoung Jeong [2007-11-26 13:48:47 +0900]: > > > Dear Idris, Aditya, and Wolfgang, > > > > Thank you for the replies. > > > > Removing \start-stop formula and using \vcenter worked well. > > However, adding $\displaystyle ...$ gave the strange output. The > > location of the captions are not under the matrix. It looks like that > > there are four columns, "matrix cap matrix cap". > > > > I have one more question. > > > > Is it possible to display three figures in a triangular shape as > > following? > > > > < figure 1 > > > > > < figure 2>
> > > > I tried to use \srartcombination[3*2] ... using a dummy blank figure. > > But because of the figure 1, there is a wide blank spaces between two > > figures. > > > > Thank you so much. > > > > Best regards, > > > > Dalyoung > > ___________________________________________________________________________________ > > If your question is of interest to others as well, please add an entry to the Wiki! > > > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > > archive : https://foundry.supelec.fr/projects/contextrev/ > > wiki : http://contextgarden.net > > ___________________________________________________________________________________ > > -- > Saji N. Hameed > > APEC Climate Center +82 51 668 7470 > National Pension Corporation Busan Building 12F > Yeonsan 2-dong, Yeonje-gu, BUSAN 611705 saji@apcc21.net > KOREA > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ -- Saji N. Hameed APEC Climate Center +82 51 668 7470 National Pension Corporation Busan Building 12F Yeonsan 2-dong, Yeonje-gu, BUSAN 611705 saji@apcc21.net KOREA ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________