<div>Hi Reinhard,</div>
<div>Thanks for your help..</div>
<div> </div>
<div>> ..... Please note that some Unicode characters share the same glyph. An example is<br>> /Dcroat and /Eth (Đ)......</div>
<div> </div>
<div>In this case, what I have to do, to tell the Unicode chars to take the correct glyph? and What font files are mandatory for Vietnamese, so that they contain necessary glyphs.</div>
<div> </div>
<div>Does vnTex package contain necessary fonts(glyph)?</div>
<div><font face="Calibri" size="3"></font> </div>
<div>Regards,</div>
<div>Prabhu.<br><br></div>
<div class="gmail_quote">On Wed, Dec 9, 2009 at 1:04 AM, Reinhard Kotucha <span dir="ltr"><<a href="mailto:reinhard.kotucha@web.de">reinhard.kotucha@web.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="h5">On 8 December 2009 Prabhu wrote:<br><br> > In my .tex file, I use T5 fontenc to produce vietnamese font. I can able to<br> > generate output (using pdflatex) with most of the phrase text. But some<br>
> phrases throws a error. can some one help in pointing the cause of the<br> > error.. Thanks.<br> ><br> ><br> ><br> > The probalamatic phrase is<br> ><br> > "Tham khảo Phần 3 trong Phiếu an toàn hóa chất này về<br>
> phân loại theo GHS"<br> ><br> > And the error is<br> ><br> > ! Package ucs Error: Please activate option 'combine'.<br><br></div></div>Hi Prabhu,<br>I just copied the text into a text editor and had to remove the<br>
Vietnamese characters and write them again. They look different now,<br>maybe you didn't use the correct Unicode code points. Please note<br>that some Unicode characters share the same glyph. An example is<br>/Dcroat and /Eth (Đ). If you are using /Eth in Vietnamese, everything<br>
looks correct in your text editor but TeX will fail because it's not<br>defined in Vietnamese.<br><br>The file below works fine for me.<br><br>BTW, I'm using Emacs-23.1<br> Encoding: UTF-8<br> Input Method: vietnamese-viqr (mode line indicator:VQ)<br>
<br>Regards,<br> Reinhard<br><br><br>\documentclass{article}<br>\usepackage[T5]{fontenc}<br>\usepackage[utf8]{inputenc}<br>\usepackage[vietnam]{babel}<br>\begin{document}<br>Tham khảo Phần 3 trong Phiếu an toàn hóa chất này về phân loại theo GHS<br>
\end{document}<br><font color="#888888"><br><br>--<br>----------------------------------------------------------------------------<br>Reinhard Kotucha Phone: +49-511-3373112<br>Marschnerstr. 25<br>
D-30167 Hannover mailto:<a href="mailto:reinhard.kotucha@web.de">reinhard.kotucha@web.de</a><br>----------------------------------------------------------------------------<br>Microsoft isn't the answer. Microsoft is the question, and the answer is NO.<br>
----------------------------------------------------------------------------<br></font></blockquote></div><br>