XeTeX ⇒ single french quotes (guillemots) look like "bigger than"
single french quotes (guillemots) look like "bigger than"
In my text, I am using single french quotes with the commands \frq and \flq. However, those are rendered as "bigger than" (>) and "smaller than" (<) signs, instead of the right guillemot characters. I know this problem in latex, where it is solved by choosing the right font encoding. What is the solution in XeTeX? I have tried various fonts, the problem remains the same.
Best, Slavoj.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Re: single french quotes (guillemots) look like "bigger than
welcome to the board!
Perhaps post a small example, which shows the behavior, which we could test, specifically with your font settings.
Stefan
single french quotes (guillemots) look like "bigger than"
Thanks, Slavoj
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage[english,ngerman]{babel}
\usepackage{textcomp}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\defaultfontfeatures{Mapping=tex-text}
\setromanfont{Times New Roman}
\begin{document}
»utf input« works.
\frq single quotes\flq\space don't.
\end{document}