1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Removed Ligatures=Common

Ruixi Zhang 2018-12-24 15:37:53 -05:00
parent 81d9eb520c
commit 3ba4aea07f

@ -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