summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lstfiracode/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-25 21:49:26 +0000
committerKarl Berry <karl@freefriends.org>2018-12-25 21:49:26 +0000
commitb8ef34526b49483f65102f6cf35338395db613f1 (patch)
treeee4c035f7770dfab0d67026cc994991b2c82f00a /Master/texmf-dist/doc/latex/lstfiracode/README.md
parent149bc3fbc5c7aac22d6f6439c5af590420f2b82d (diff)
lstfiracode (25dec18)
git-svn-id: svn://tug.org/texlive/trunk@49503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lstfiracode/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/lstfiracode/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/lstfiracode/README.md b/Master/texmf-dist/doc/latex/lstfiracode/README.md
index 19a6a8a161b..f83f6f31ee9 100644
--- a/Master/texmf-dist/doc/latex/lstfiracode/README.md
+++ b/Master/texmf-dist/doc/latex/lstfiracode/README.md
@@ -16,7 +16,7 @@ Here is a sample preamble of a document:
\documentclass{article}
\usepackage{fontspec}
- \setmonofont{FiraCode-Regular.otf}[Ligatures=Common,Contextuals=Alternate]
+ \setmonofont{FiraCode-Regular.otf}[Contextuals=Alternate]
\usepackage{listings}
\usepackage[verbatim]{lstfiracode}
\lstset{style=FiraCodeStyle,basicstyle=\ttfamily}