Removed Ligatures=Common

master
Ruixi Zhang 2018-12-24 15:37:53 -05:00
rodzic 81d9eb520c
commit 3ba4aea07f
1 zmienionych plików z 0 dodań i 3 usunięć

@ -9,7 +9,6 @@ The [`lstfiracode`](https://www.ctan.org/pkg/lstfiracode) package defines `FiraC
\documentclass{article}
\usepackage{fontspec}
\setmonofont{Fira Code}[
Ligatures=Common, % Activate the liga feature
Contextuals=Alternate % Activate the calt feature
]
\usepackage{listings}
@ -38,7 +37,6 @@ The [`lstfiracode`](https://www.ctan.org/pkg/lstfiracode) package also supports
\documentclass{article}
\usepackage{fontspec}
\setmonofont{Fira Code}[
Ligatures=Common, % Activate the liga feature
Contextuals=Alternate % Activate the calt feature
]
\usepackage{listings}
@ -57,7 +55,6 @@ If you do not want to load the `lstfiracode` package, here is another solution:
\documentclass{article}
\usepackage{fontspec}
\setmonofont{Fira Code}[
Ligatures=Common, % Activate the liga feature
Contextuals=Alternate % Activate the calt feature
]
\makeatletter