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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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}