Search found 5 matches

by User1291
Sat Jun 22, 2013 7:07 pm
Forum: Fonts & Character Sets
Topic: Including Japanese Characters
Replies: 4
Views: 11108

Including Japanese Characters


\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
%\usepackage[T1]{fontenc}
%...
\usepackage{CJK}
\newcommand{\jap}[1]{\begin{CJK}{UTF8}{min}#1\end{CJK}}
%...
\begin{document}
%...
\jap{よろしくお願いします}
%...
\end{document}


That changed something, after all ...
by User1291
Sat Jun 22, 2013 6:28 pm
Forum: Fonts & Character Sets
Topic: Including Japanese Characters
Replies: 4
Views: 11108

Including Japanese Characters

Well, I just run an update on my MiKTeX and I am still getting these errors for this very code that does not seem to produce any on writeLaTeX.

As far as the log file goes, this is it until the first error.
I am especially suspicious of all of these
... no UTF-8 mapping file for font encoding OML ...
by User1291
Sat Jun 22, 2013 11:56 am
Forum: Fonts & Character Sets
Topic: Including Japanese Characters
Replies: 4
Views: 11108

Including Japanese Characters

So I was trying to add Japanese text to an otherwise english document. Here is my attempt:

\documentclass[11pt, pdftex, a4page, utf8]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
%...
\usepackage{CJK}
\newcommand{\jap}[1]{\begin{CJK}{UTF8}{min}#1\end ...
by User1291
Sat Jun 22, 2013 11:22 am
Forum: Fonts & Character Sets
Topic: Saving Japanese to the tex file
Replies: 3
Views: 5681

Saving Japanese to the tex file

I can now open and close the file without loosing the characters. (Took me long enough to find the option.) Thank you.

However, I am now getting lots of errors I'm not sure what to do with:
errors-japanese.jpg
errors-japanese.jpg (121.92 KiB) Viewed 5668 times
In case you were wondering, line 64 would be \jap{よろしくお願いします}. :mrgreen:
by User1291
Sat Jun 22, 2013 10:38 am
Forum: Fonts & Character Sets
Topic: Saving Japanese to the tex file
Replies: 3
Views: 5681

Saving Japanese to the tex file

I am trying to add some japanese to an otherwise english document.
Here's my attempt:

\documentclass[11pt, pdftex, a4page, utf8]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
%...
\usepackage{CJK}
\newcommand{\jap}[1]{\begin{CJK}{UTF8}{min}#1\end{CJK ...