Tagged Questions
16
votes
1answer
164 views
Any 7-bit way to write ä (umlaut-a) without "
I'm using a batch file to generate a small LaTeX input file. I cannot use proper umlauts, but the batch file has problems with " as text and I want to produce the word März.
Is there any way in ...
1
vote
2answers
44 views
Characters with accents not recognized even with inputenc and % !TEX message [duplicate]
My document uses è and ï, so i used the following preamble to make sure they are displayed correctly. However they show up as something else (namely A¨~). What could be the problem?
Specifically, I ...
1
vote
1answer
65 views
How can I copy a text in Spanish, and avoid removing every single accent in the whole text?
That's my problem folks. I have to do a language work, and I can't copy text, without removing every accents.
12
votes
1answer
248 views
Automatically change é to \'e – most convenient setup for accented letters?
I assume this is really basic question, I'm new to LaTeX, I read a first step tutorial to get ready to write some documents but I couldn't answer my own question at this time and I really don't know ...
1
vote
2answers
399 views
Accented characters and inputenc settings
In my bibliography database, there are several references where authors have accented characters in their names, e.g. Chagn\'e.
The inputenc package seems to have a problem with this. My setting is:
...
4
votes
1answer
227 views
Is it possible to solve encoding problems?
I have some tex files that are corrupted, meaning that characters like accented letters have been replaced with weird symbols. Is it possible to solve this kind of problem after the weird symbols ...
1
vote
1answer
204 views
Comprehensive list of accented characters [duplicate]
Possible Duplicate:
How to look up a symbol?
I was surprised to learn How to write “ä” and other umlauts and accented letters in bibliography?. Our BibTeX database consists of entries ...
6
votes
1answer
284 views
Unable to search word with Romanian characters in output pdf
I'm using Tex Live, under Ubuntu 11.11, and Texmaker to create LaTeX source files. Sometimes I edit these files with Krviewer from Krusader, but I pay attention to use the input encoding latin10 (or ...
2
votes
1answer
431 views
Accentuation problem with some words
Well, I open a document .tex that uses this preamble:
\documentclass[a4paper,11pt,twoside]{report}
\usepackage[brazil]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
and the font ...
1
vote
1answer
1k views
Accents in TeXworks
I am using TeXworks to write documents, but as I am doing some stuff in spanish, accents are required. When I write
áéíóú
I get
áà c
If I do \'a \'e \'i \'o \'u I get the desired result áéíóú
...
4
votes
1answer
324 views
my french é is being shown as a weird Ãl’
I'm writing a Dutch / French document, so I defined
\usepackage[dutch,french,british]{babel}
in my headers, but my french é is being shown as a weird Ãl’.
I tried changing the encoding in ...
3
votes
1answer
236 views
Misplaced accent in ec-lmr10
In plain TeX, \ddot{a} places the double-dot accent correctly above the letter a. However, if I (attempt to) switch from the default (Computer Modern) fonts to ec-lmr10 (I believe that this is Latin ...