mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 19:56:43 +00:00
Merge pull request #135 from adunning/fontspec
Use Ligatures=TeX for fontspec.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ $endif$
|
||||
\else
|
||||
\usepackage{fontspec}
|
||||
\fi
|
||||
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
|
||||
\defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
|
||||
\newcommand{\euro}{€}
|
||||
$if(mainfont)$
|
||||
\setmainfont[$mainfontoptions$]{$mainfont$}
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ $endif$
|
||||
\else
|
||||
\usepackage{fontspec}
|
||||
\fi
|
||||
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
|
||||
\defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
|
||||
\newcommand{\euro}{€}
|
||||
$if(mainfont)$
|
||||
\setmainfont[$mainfontoptions$]{$mainfont$}
|
||||
|
||||
Reference in New Issue
Block a user