summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.tex
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/lstfiracode.tex
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/lstfiracode.tex')
-rw-r--r--Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.tex13
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.tex b/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.tex
index df5f81d7e9b..e40f1583c7d 100644
--- a/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.tex
+++ b/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.tex
@@ -12,7 +12,6 @@
]
\setmonofont{Fira Code}[
Scale=MatchLowercase,
- Ligatures=Common,
Contextuals=Alternate
]
\newfontfamily\LMMono{Latin Modern Mono}[
@@ -67,7 +66,7 @@
}
\title{The \texttt{lstfiracode} package}
\author{Ruixi~Zhang\thanks{\href{mailto:\myemail}{\nolinkurl{\myemail}}.}}
-\date{2018/12/20\enskip v0.1b}
+\date{2018/12/24\enskip v0.1c}
\begin{document}
@@ -116,7 +115,6 @@ To access \verb|FiraCodeStyle|, simply load \verb|lstfiracode| \emph{after}
\usepackage{fontspec}
\setmonofont{FiraCode-Regular.otf}[
BoldFont=FiraCode-Bold.otf,
- Ligatures=Common, % Activate the liga feature
Contextuals=Alternate % Activate the calt feature
]
\usepackage{xcolor}
@@ -191,6 +189,7 @@ automatically with the package option \verb|verbatim=true|.
\item[\texttt{\textbackslash DeactivateVerbatimLigatures}]
Suppress \emph{almost all} Fira Code ligatures in \verb|verbatim|.
Currently, it cannot break the {\LMMono\#\{} and the {\LMMono|\}} ligatures.
+You should use Fira Mono if you wish to avoid ligatures altogether.
\item[\texttt{\textbackslash RestoreVerbatimBehavior}]
Restore how \verb|verbatim| is originally handled by \LaTeX.
\end{description}
@@ -310,6 +309,14 @@ Pull requests are welcome.
\section*{Version history}
\begin{description}
+\versionhistory{v0.1c}{2018/12/24}{%
+ Removed \texttt{Ligatures=Common}
+ from \texttt{README.md} and \texttt{lstfiracode.tex}
+ (see \href{https://github.com/RuixiZhang42/lstfiracode/issues/1}{%
+ \#1}).
+ Re-implemented
+ \texttt{\textbackslash DeactivateVerbatimLigatures}.%
+}
\versionhistory{v0.1b}{2018/12/20}{%
Updated \texttt{FiraCodeStyle} literate list.
Added \texttt{\textbackslash RestoreVerbatimBehavior}.