Search found 1 match

by wizardluigi
Sat Jan 05, 2013 11:38 pm
Forum: Fonts & Character Sets
Topic: Japanese with MikTex
Replies: 1
Views: 5238

Japanese with MikTex

I am trying to get Japanese characters output with LaTeX (unsuccessfully) with the following commands:

\documentclass{article}
\usepackage[utf8]{inputenc} %I also tried with [utf8x]
\usepackage{CJK}

\begin{document}
\begin{CJK}{UTF8}{min}%
こんにちは%
\end{CJK}%
\end{document}

And I obtain a list ...