diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-25 21:49:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-25 21:49:26 +0000 |
commit | b8ef34526b49483f65102f6cf35338395db613f1 (patch) | |
tree | ee4c035f7770dfab0d67026cc994991b2c82f00a /Master/texmf-dist/doc/latex/lstfiracode | |
parent | 149bc3fbc5c7aac22d6f6439c5af590420f2b82d (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/lstfiracode/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.pdf | bin | 53414 -> 54036 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.tex | 13 |
3 files changed, 11 insertions, 4 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} diff --git a/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.pdf b/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.pdf Binary files differindex dc1e9d741df..3e6cc3ab256 100644 --- a/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.pdf +++ b/Master/texmf-dist/doc/latex/lstfiracode/lstfiracode.pdf 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}. |