{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}.

learn more… | top users | synonyms (1)

6
votes
0answers
153 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} ...
4
votes
0answers
64 views

Sage + Latex - How to change a font for axes label?

I use Sage and LaTeX and when I do this: \begin{sagesilent} p2 = list_plot(zip(H, f(5)), True, color='blue', axes_labels=[u'$H,$ км',u'$\mu, c$']) p2.fontsize(14) \end{sagesilent} and run sage ...
3
votes
0answers
70 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 ...
2
votes
0answers
65 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
60 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
79 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
247 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
85 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
115 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
103 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 ...