Package: texlive-xetex Version: 2012.20120516-1 Severity: normal Dear Maintainer,
this is a reopening of #668562 and friends. I still found a document, which can be compiled using LaTeX, but not XeLaTeX and it still looks like a problem in xeCJK.sty. Yes, we have a different error message. As the document has non-ASCII chars it is attached. Hilmar -- Package-specific info: IMPORTANT INFORMATION: We will only consider bug reports concerning the packaging of TeX Live as relevant. If you have problems with combination of packages in a LaTeX document, please consult your local TeX User Group, the comp.text.tex user group, the author of the original .sty file, or any other help resource. *** The Debian TeX Team is *no* LaTeX Help Desk *** If you report an error when running one of the TeX-related binaries (latex, pdftex, metafont,...), or if the bug is related to bad or wrong output, please include a MINIMAL example input file that produces the error in your report. Please run your example with (pdf)latex -recorder ... (or any other program that supports -recorder) and send us the generated file with the extension .fls, it lists all the files loaded during the run and can easily explain problems induced by outdated files in your home directory. Don't forget to also include minimal examples of other files that are needed, e.g. bibtex databases. Often it also helps to include the logfile. Please, never send included pictures! If your example file isn't short or produces more than one page of output (except when multiple pages are needed to show the problem), you can probably minimize it further. Instructions on how to do that can be found at http://www.latex-einfuehrung.de/mini-en.html (english) or http://www.latex-einfuehrung.de/mini.html (german) ################################## minimal input file ################################## other files ###################################### List of ls-R files -rw-r--r-- 1 root root 2218 May 16 23:44 /var/lib/texmf/ls-R lrwxrwxrwx 1 root root 29 May 10 00:39 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN lrwxrwxrwx 1 root root 31 May 16 10:01 /usr/share/texlive/texmf/ls-R -> /var/lib/texmf/ls-R-TEXLIVEMAIN -rw-rw-r-- 1 root staff 80 Apr 12 18:14 /usr/local/share/texmf/ls-R lrwxrwxrwx 1 root root 31 May 16 10:01 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST lrwxrwxrwx 1 root root 31 May 16 10:01 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST lrwxrwxrwx 1 root root 31 May 16 10:01 /usr/share/texlive/texmf/ls-R -> /var/lib/texmf/ls-R-TEXLIVEMAIN ###################################### Config files -rw-r--r-- 1 root root 1656 May 10 23:37 /etc/texmf/web2c/texmf.cnf -rw-r--r-- 1 root root 7203 May 16 23:43 /var/lib/texmf/web2c/fmtutil.cnf lrwxrwxrwx 1 root root 32 May 16 10:01 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN -rw-r--r-- 1 root root 5346 May 16 23:43 /var/lib/texmf/tex/generic/config/language.dat ###################################### Files in /etc/texmf/web2c/ total 8 -rw-r--r-- 1 root root 283 Nov 10 2008 mktex.cnf -rw-r--r-- 1 root root 1656 May 10 23:37 texmf.cnf ###################################### md5sums of texmf.d ca40c66f144b4bafc3e59a2dd32ecb9c /etc/texmf/texmf.d/00debian.cnf d588a08518f705d06ac262acd78f2bc4 /etc/texmf/texmf.d/20xmltex.cnf 055e06548bac99958d8ab2dd1248f2b4 /etc/texmf/texmf.d/80tex4ht.cnf 1df66bc319cec731e202eaf39f5d85e1 /etc/texmf/texmf.d/96JadeTeX.cnf -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages texlive-xetex depends on: ii dpkg 1.16.3 ii tex-common 3.11 ii texlive-base 2012.20120516-1 ii texlive-binaries 2012.20120516-1 ii texlive-common 2012.20120516-1 ii texlive-latex-base 2012.20120516-1 ii tipa 2:1.3-17 Versions of packages texlive-xetex recommends: ii lmodern 2.004.1-5 texlive-xetex suggests no packages. Versions of packages tex-common depends on: ii debconf [debconf-2.0] 1.5.43 ii dpkg 1.16.3 ii ucf 3.0025+nmu3 Versions of packages tex-common suggests: ii debhelper 9.20120513 Versions of packages texlive-xetex is related to: ii tex-common 3.11 ii texlive-binaries 2012.20120516-1 -- debconf information: tex-common/check_texmf_wrong: tex-common/check_texmf_missing:
\documentclass{report} \usepackage{ifthen} \IfFileExists{ifxetex.sty}{% \usepackage{ifxetex}% }{% \newif\ifxetex \xetexfalse } \ifxetex \usepackage{xeCJK} \else \usepackage[T2A,T2D,T1]{fontenc} \usepackage{ucs} \usepackage[utf8x]{inputenc} \def\hyperparamadd{unicode=true} \fi \begin{document} Abans de començar, cal instal·lar \end{document}