% This is the file UTF8.tex of the CJK package % for testing UTF 8 encoding. % % written by Werner Lemberg % % Version 4.7.0 (17-Oct-2006) \documentclass[12pt]{article} \usepackage{CJK} \usepackage[T1]{fontenc} % we want the Unicode font for normal text also \DeclareFontFamily{T1}{song}{} \DeclareFontShape{T1}{song}{m}{n}{<-> cyberb00}{} \renewcommand\rmdefault{song} \begin{document} \begin{CJK}{UTF8}{song} \noindent Hello World! \noindent Καλημέρα κόσμε \CJKnospace \noindent こんにちは 世界 \end{CJK} \end{document} %%% Local Variables: %%% coding: utf-8 %%% mode: latex %%% TeX-master: t %%% End: