Tagged Questions
4
votes
1answer
214 views
Problem with ẽ tilde and UTF8
I have a problem with the following character
ẽ: e with tilde
I am using UTF-8 encoding and I get the following error
! Package inputenc Error: Unicode char \u8:ẽ not set up for use with ...
3
votes
1answer
175 views
Including a .bib file with \input does not work
In the following simple document, the bibliography does not work :
\documentclass{article}
\usepackage[numbers]{natbib}
\usepackage{inputenc}
\inputencoding{utf8}
\begin{filecontents}{\jobname.bib}
...
3
votes
3answers
2k views
How to convert UTF-8 to latin-1 on the fly?
I have my whole latex document which is encoded in latin-1. Also, the documentclass provided by my institution is designed to use latin-1. I write in french.
I wish to use .bib files created by ...
8
votes
1answer
457 views
Migrating from pdfTeX to LuaTeX: Problems with reproducing output for legacy projects
I'm currently analyzing and evaluating a migration process from pdfTeX to LuaTeX for our current TeX workflow. With LuaTeX being a fork of pdfTeX and packages like luainputenc at hand it seemed ...
6
votes
1answer
246 views
Hyphenation patterns / lccode / “.dat” format of hyph-utf8
I have made a new encoding for "modern" greek based on ISO 8859-7.
Now I'd like to create hyphenation patterns for it, to use with pdftex (that is, 8 bit based).
If I understand correctly, I can do ...
6
votes
2answers
469 views
Unicode in XeTeX with automatic font substitution?
I've got a word processor (WordGrinder) which supports Unicode. It can export LaTeX files, which then get run through XeTeX.
Unfortunately, it seems that while XeTeX understands the Unicode ...
3
votes
3answers
931 views
An alternative to utf8 and arabtex under memoir documentclass
I'd like to use utf8 and arabtex packages under the memoir documentclass, but it seems unlikely to happen (previous discussion). What would be a good alternative, no transliteration and something that ...