Tagged Questions
4
votes
2answers
71 views
Error while printing chinese character
I am printing a document with Chinese and getting some errors. Below is a MWE with the character causing problems.
\documentclass[11pt,table,a5paper]{article}
\usepackage[T1,T2A]{fontenc}
...
2
votes
0answers
71 views
Trouble with Japanese characters [duplicate]
Possible Duplicate:
miktex can't find udmj.cfg
I've tried to write japanese characters in LaTeX, but it generates errors, this is what I've done (realy, this is from this from this link ...
1
vote
2answers
166 views
Troubleshooting font problems with XeTeX
When using XeTeX, I sometimes get errors like this:
LaTeX Font Warning: Font shape `EU1/AdobeSongStd(0)/m/sc' undefined
(Font) using `EU1/AdobeSongStd(0)/m/n' instead on input line 181.
...
3
votes
1answer
537 views
Error compiling CJK with \tableofcontents and \makeindex
A basic document with Chinese text works fine:
\documentclass{article}
\usepackage{CJKutf8}
\title{标题}
\begin{document}
\begin{CJK}{UTF8}{gkai}
\maketitle
(text)
\end{CJK}
...