I have a long text with some Chinese characters. But some of them are "disappearing". These Chinese letters are coming by copy and paste from Internet. I put up a little example, in which one Chinese character is eaten in the pdf file after pdflatex test.tex
Included in this example is also a second question: I know how to make a special character with "breve" \u{o} - \u{a} but with an i it is working with the point on it. How to make a breve without the point?
Thank you for your help
Code: Select all
\documentclass[twoside=false,BCOR=12mm,DIV=calc,headsepline=yes,draft=false]{scrreprt}
\pagestyle{headings}
\usepackage[french,ngerman,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{CJKutf8}
\usepackage[T1]{fontenc}
\usepackage{color}
\usepackage{graphicx}
\usepackage{scale}
\begin{document}
{\itshape ``china clay,''} 1727, from French {\itshape kaolin} (1712), from Chinese {\itshape Kao-ling} (
\begin{CJK*}
{UTF8}{gbsn}高岭/高嶺
\end{CJK*}, pinyin\footnote{Pinyin (Chinese:
\begin{CJK*}
{UTF8}{gbsn}拼音
\end{CJK*}), formally Hanyu Pinyin (
\begin{CJK*}
{UTF8}{gbsn}汉语拼音
\end{CJK*}), is the official phonetic system for transcribing the Mandarin pronunciations of Chinese characters into the Latin alphabet in China, Taiwan, and Singapore. It is often used to teach Standard Chinese and spell Chinese names in foreign publications and may be used as an input method to enter Chinese characters into computers.} G\={a}ol\u{i}ng), old-style transliteration of the name of a mountain in Jiangxi, China (near which it was originally dug up), from Chinese {\itshape gao ``high''} + {\itshape ling ``mountain, hill.''}
\end{document}