Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

How to use accents in citations?

Indeed when I use the following code in latex

Il est "dans l'allée."

I get the following sentence in pdf:

Il est "dans l'allee."

I use the followings packages:

 \usepackage[frenchb]{babel}
 \usepackage[utf8]{inputenc}
 \usepackage[T1]{fontenc}
 \usepackage[a4paper=true,ps2pdf=true,pagebackref=true]{hyperref}
 \usepackage{graphicx}
 \usepackage{fullpage} 
 \usepackage{listings}
 \usepackage{upquote}
 \usepackage[compact]{titlesec}
share|improve this question
1  
Welcome to TeX.sx! Please add a minimal working example (MWE) that illustrates your problem. – Joseph Wright Aug 17 '11 at 8:03
Works for me with \documentclass{article} and evince. Have a look at the LaTeX output for warning messages, e.g. regarding missing fonts. – mhp Aug 17 '11 at 8:13
There are problems with accents in bibtex citations, but since you show no detail of your problem, it's difficult to be sure. bibtex8 may help, but the real solution is to switch to biblatex (a universal panacea!) – wasteofspace Aug 17 '11 at 9:00
@Chandra: Since there's no further information, this question has been closed. Feel free to add information, then we could reopen it. – Stefan Kottwitz Oct 1 '11 at 21:53

closed as too localized by lockstep, Stefan Kottwitz Oct 1 '11 at 21:52

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.