Created
January 12, 2018 08:36
-
-
Save juzam/03f23309aaef24c20b0ef6abd289f851 to your computer and use it in GitHub Desktop.
xetex ligatures lin libertine otf example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt]{article} | |
\usepackage{fontspec} | |
\setmainfont[Ligatures=TeX]{Linux Libertine O} | |
\begin{document} | |
\section{Unicode support} | |
\subsection{English} | |
All human beings are born free and equal in dignity and rights. | |
\subsection{Íslenska} | |
Hver maður er borinn frjáls og jafn öðrum að virðingu og réttindum. | |
\subsection{Русский} | |
Все люди рождаются свободными и равными в своем достоинстве и | |
правах. | |
\subsection{Tiếng Việt} | |
Tất cả mọi người sinh ra đều được tự do và bình đẳng về nhân phẩm và | |
quyền lợi. | |
\subsection{Ελληνικά} | |
Ὅλοι οἱ ἄνθρωποι γεννιοῦνται ἐλεύθεροι καὶ ἴσοι στὴν ἀξιοπρέπεια | |
καὶ τὰ δικαιώματα. | |
\section{Legacy syntax} | |
When he goes---``Hello World!''\\ | |
She replies---“Hello dear!” | |
\section{Ligatures} | |
\fontspec[Ligatures={Common, Historic}]{Linux Libertine O Italic} | |
Questo è strano assai! | |
\section{Numerals} | |
\fontspec[Numbers={OldStyle}]{Linux Libertine O}Old style: 1234567\\ | |
\fontspec[Numbers={Lining}]{Linux Libertine O}Lining: 1234567 | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment