4
votes
2answers
74 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} ...
1
vote
0answers
63 views

Unicode char \u8:动 not set up for use with LaTeX

I m generating one chinese report and getting following error. Unicode char \u8:动 not set up for use with LaTeX. i m using including following packages. \usepackage[LGRx,T1]{fontenc} ...
1
vote
1answer
386 views

! Package inputenc Error: Unicode char \u8:äöü not set up for use with Latex — is my latex broken [duplicate]

When trying to compile the following document with xelatex: \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[german]{babel} \begin{document} äöüÄÖÜ ...
12
votes
2answers
7k views

inputenc Error: Unicode char \u8: not set up for use with LaTeX

This is with ref to my previous question Package clash in multilingual report. \documentclass[11pt,table,a4paper]{article} \usepackage{lmodern} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} ...
9
votes
2answers
482 views

How can I get utf8 character

I want to make cross references for sections to be symbols but after using the description given I got error report saying keyboard character used is undefined in inputencoding 'utf8'. What might be ...
7
votes
2answers
360 views

How do I put a musical clef in a memoir-class document?

I've got a lot of questions about preparing a book layout, but as I'm slowly going through the various books and other documents out there, I think most of the questions are being answered. However, ...
5
votes
2answers
2k views

Error with inputenc and UTF-8 non-breaking space

This is a follow up to How to make non-breaking spaces (ties) in Org-mode that exports properly to LaTeX. One answer to the question is a solution that uses UTF-8 non-breaking spaces but these cause ...
3
votes
2answers
1k views

Unicode “undefined control sequence” in XeLaTeX

I have got a TeXLive 2011 on an Apple Time Machine and TeXShop on my local MacBook. When I try to typeset the XeLaTeX template from TeXShop, I get “undefined control sequence” for some of the Unicode ...