summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ffcode
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-30 20:43:21 +0000
committerKarl Berry <karl@freefriends.org>2022-10-30 20:43:21 +0000
commit9422d1a2eacf4501190de352a564557f13ce6ca9 (patch)
treef68f9aa6eb0a080b51d9cb5a6ac76af3891e74a7 /Master/texmf-dist/tex/latex/ffcode
parent73e6f2b82d706c6410ea452a77481507df27273a (diff)
ffcode (30oct22)
git-svn-id: svn://tug.org/texlive/trunk@64868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ffcode')
-rw-r--r--Master/texmf-dist/tex/latex/ffcode/ffcode.sty10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/ffcode/ffcode.sty b/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
index d3cd5a9a525..c98d5980af6 100644
--- a/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
+++ b/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
@@ -31,9 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ffcode}
-[03.10.2022 0.5.0 Fixed Font Code]
-
-
+[2022-10-30 0.5.1 Fixed Font Code]
@@ -79,7 +77,7 @@
framerule=1pt,rulecolor=gray,frame=leftline}
\fi
\else
- \renewcommand{\theFancyVerbLine}{\textcolor{gray}
+ \renewcommand{\theFancyVerbLine}{\textcolor{gray}%
{\tiny\oldstylenums{\ttfamily\arabic{FancyVerbLine}}}}
\ifff@nocn
\ifff@nobars
@@ -108,7 +106,7 @@
\makeatletter
\newcommand\ff@print{\begingroup\obeyspaces\ff@printx}
-\newcommand\ff@printx[1]{\texttt{#1}\endgroup}
+\newcommand\ff@printx[1]{\textnormal{\texttt{#1}}\endgroup}
\makeatother
\makeatletter\newcommand\ff@rule
@@ -126,7 +124,7 @@
\newcommand\ff[1]{\relax\ifmmode%
{\ff@rule\ff@print{#1}}%
\else%
- {\ff@box{\ff@rule\ff@print{#1}}}
+ {\ff@box{\ff@rule\ff@print{#1}}}%
\fi}
\fi\makeatother