From: Daniel M. <dan...@go...> - 2011-06-09 16:51:35
|
I also use LaTeX with utf8 input encoding (and imho the required preamble is fully OK since it is 100% LaTeX) when generating PDF graphics -- but I do that only on a Linux box, so I can't verify for Windows... 2011/6/9 Klonuo Umom <kl...@gm...>: > AFAIK I used this when working LaTeX in UTF-8: > ======================================= > \usepackage[utf8] {inputenc} > \usepackage [T2A] {fontenc} > --------------------------------------- |