I have a large pdf mainly written in English, but with some Chinese characters in it.
The output (pdf - made with pdflatex in Terminal - shell) is good. Only the copy and paste on the pdf is not possible. Highlighting English text in the pdf and copy it, pasting it for example in Safari for internet search is giving Chinese Characters only.
I tried to make a dummy file, with the same headers of the original, but the copy on the pdf and paste was working here. Something of my code:
Code: Select all
\documentclass[twoside=false,BCOR=12mm,DIV=calc,headsepline=yes,headings=normal,draft=true]{scrartcl}
\KOMAExecuteOptions{fontsize=12pt}
\linespread{1.3}
\KOMAoptions{DIV=classic}
\pagestyle{headings}
\usepackage[utf8]{inputenc}
\usepackage{CJKutf8}
\usepackage[T1]{fontenc}
\usepackage[german,french,english]{babel}
\usepackage{color}
\usepackage{graphicx}
\usepackage{eurosym}
\usepackage{longtable}
\usepackage{booktabs, tabularx}
\usepackage[normalem]{ulem}
\usepackage[backend=biber,style=authoryear]{biblatex}
\usepackage{csquotes}
\usepackage[hyperindex=true]{hyperref}
\usepackage{titlesec}
\addbibresource{china_cosmetics.bib}
\setlength{\heavyrulewidth}{0.1em}
\newcommand{\otoprule}{\midrule[\heavyrulewidth]}
\titleformat{\section
the Chinese characters are inserted as follows:
\begin{CJK*}{UTF8}{gbsn} 中~国 \end{CJK*
}Is there a problem, when a pdf is becoming "too" large??? Thank you for your help
marek