{unicode} is for questions about Unicode (an international standard for character encoding) and its implementations. For questions about input encodings in general, use {encodings}. For questions specifically about the `inputenc` package, use {inputenc}.
6
votes
0answers
131 views
UTF8 for listings
With German umlauts I have to define these characters (Typesetting UTF8 listings with German Umlaute) and the following MWE is working:
\documentclass{article}
\usepackage[utf8]{inputenc}
...
3
votes
0answers
65 views
MonTeX (mls, manju, mongolian) with Latin script with diacritics
I am using the montex package to type text in Manchu (manju). In my documents, I also use Latin script with diacritics. When I load montex, these diacritics no longer appear, and when characters with ...
3
votes
0answers
65 views
How to apply the star (*) to only a few of the literates in listings environment?
I have a problem with the definition of literate:
\lstset{
numbers=left, numberstyle=\footnotesize, stepnumber=1, numbersep=12pt,
frame=none, framesep=7pt,
breaklines=true,
...
2
votes
0answers
62 views
How set hyphen (divis) to specific unicode char
I need a specific divis / hyphen character or more than one randomly show
This code is not working at the present. Does anyone have any suggestions?
\documentclass{minimal}
\usepackage{blindtext}
...
2
votes
0answers
40 views
Batch generated file produces encoding error with latex
The goal:
This is for an exam. I have a program which should be compiled and executed by batch script. Another batch script calls that first batch an writes the output to a .txt file. Then the ...
2
votes
0answers
76 views
Support for all writing systems in a single document — more than just one or two Unicode planes simultaneously
I am working on a document that contains a growing number of representatives from different writing systems. It is mostly an English document, and I have been using the following to ensure that CJK ...
2
votes
0answers
243 views
How to display non-printable Unicode characters in Emacs/AucTeX?
I would like to see the non-printable Unicode bidi characters PDF (202C), LRO (202D), RLO (202E) in the emacs editor (but not the pdf output). How can i do this?
EDIT: Here's a minimal working ...
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}
...
0
votes
0answers
107 views
Latex textfield unicode problem and Xelatex hyperref textfield not working in tabular section
I've tried to add russian letters in textfield, but it gives:
T2ACYRI T2Acyrm T2Acyrya
Then I used xelatex but generated forms are not working. What to do?
And this form works without tabular. ...
0
votes
0answers
97 views
Xindy, french, UTF-8 and Mac
I'am on MacOsX with a MacTeX installation.
I would like to use xindy to automatically make an index of my bibliographical references, which can have some diacritics.
I work with XeLaTeX, so in ...