diff --git a/LaTeX-instructions.md b/LaTeX-instructions.md index f66add4..f5d75e7 100644 --- a/LaTeX-instructions.md +++ b/LaTeX-instructions.md @@ -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