2012/5/21 :
>> \setmainfont[Mapping=tex-text]{Minion Pro}
>> \newfontfamily\greekfont[Script=Greek,Mapping=tex-text]{Minion Pro}
>
> I am using DejaVu Sans. I get warnings regarding this font. For
> example, substitutes are used for italic font shape.
> LaTeX Font Warning: Font shape `EU1
>
>> BTW, in Greek one uses « and » to quote text, not the
>> double quotation marks.
> How do you insert those characters?
>
Alt-< generates « and Alt-> generates ».
A.S.
--
Apostolos Syropoulos
Xanthi, Greece
--
Su
> \setmainfont[Mapping=tex-text]{Minion Pro}
> \newfontfamily\greekfont[Script=Greek,Mapping=tex-text]{Minion Pro}
I am using DejaVu Sans. I get warnings regarding this font. For
example, substitutes are used for italic font shape.
LaTeX Font Warning: Font shape `EU1/DejaVuSans(1)/m/it' u
On May 21, 2012, at 8:43 AM, Peter Dyballa wrote:
> \defaultfontfeatures{Mapping=tex-text,Ligatures=TeX}
Howdy,
Ligatures=TeX is the updated version of Mapping=tex-text (which is deprecated)
so this is overkill.
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
---
Am 21.05.2012 um 15:05 schrieb Anakreon:
> From suggestions I found on the Internet, a minimal example demonstrating the
> problem is the following:
Try it in a sensible order:
\documentclass[twoside,a4paper, 12pt]{article}
\usepackage{fontspec}
\defaultfontfeatures{Map
>\newfontfamily\greekfont[Script=Greek]{Times New Roman}
On my system I get the following warning:
*
* fontspec warning: "script-not-exist-latn"
*
* Font 'Times New Roman' does not contain script 'Greek'.
* 'Latin' script used instead.
***
On May 21, 2012, at 8:05 AM, Anakreon wrote:
> Hello list.
>
> I use ubuntulinux precise. Special characters such as smart quotes or "--"
> are not typeset as expected. I downloaded and installed the texlive 2011
> distribution in the hope that it would solve the problem. However, the
> probl
Hello list.
I use ubuntulinux precise. Special characters such as smart quotes or "--" are
not typeset as expected. I downloaded and installed the texlive 2011
distribution in the hope that it would solve the problem. However, the problem
remains. From suggestions I found on the Internet, a min