Search found 2 matches

by yudantaiteki
Sat May 19, 2012 3:04 pm
Forum: Fonts & Character Sets
Topic: Problems with Japanese Characters
Replies: 1
Views: 5351

Problems with Japanese Characters

OK, I fixed the problem...it was definitely a font problem (checking the log cleared that up). I just had to use fontspec and enter a real name, not just the "min" or "mj" stuff I was finding in the examples. Here's one that actually worked.

\documentclass{article}
\usepackage{CJK}
\usepackage ...
by yudantaiteki
Sat May 19, 2012 4:28 am
Forum: Fonts & Character Sets
Topic: Problems with Japanese Characters
Replies: 1
Views: 5351

Problems with Japanese Characters

Hi all,

I just started using LaTeX; I want to use it for my PhD thesis. I have a programming background so the basics aren't too bad; I've gotten the program configured and I can make basic documents with no problem. But I need to be able to write Japanese characters as well, and I'm having trouble ...