summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ffcode
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-04 21:13:08 +0000
committerKarl Berry <karl@freefriends.org>2024-02-04 21:13:08 +0000
commitffdcac2d620d514ed680500b37dcb973975cf804 (patch)
tree46591791fbc7f4e4202f2d7e4d8466b18abb7c10 /Master/texmf-dist/tex/latex/ffcode
parent6a6e958edadb4a9649e0204f533b89f2ee9dd55b (diff)
ffcode (4feb24)
git-svn-id: svn://tug.org/texlive/trunk@69706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ffcode')
-rw-r--r--Master/texmf-dist/tex/latex/ffcode/ffcode.sty13
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/ffcode/ffcode.sty b/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
index e57cac80213..737b1e5dbf8 100644
--- a/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
+++ b/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ffcode}
-[2024-01-11 0.9.1 Fixed Font Code]
+[2024-02-04 0.9.2 Fixed Font Code]
@@ -77,10 +77,10 @@
\lstset{basicstyle={\ttfamily}}
\lstset{columns=fullflexible}
\ifdefined\ff@nonumbers\else
- \lstset{numbers=left,numbersep=5pt,numberstyle={\tiny\sffamily\color{gray}}}
+ \lstset{numbers=left,numbersep=.8em,numberstyle={\tiny\sffamily\color{gray}}}
\fi
\ifdefined\ff@nobars\else
- \lstset{frame=leftline,framerule=.4pt,rulecolor={\color{gray}}}
+ \lstset{frame=leftline,framerule=.05em,rulecolor={\color{gray}}}
\ifdefined\ff@nocn\else
\lstset{firstnumber=last}
\fi
@@ -100,15 +100,15 @@
\makeatother
\makeatletter\newcommand\ff@rule
- {\vrule height 6pt depth 1pt width 0pt}
+ {\vrule height 0.6em depth 0.1em width 0em}
\makeatother
\makeatletter
\ifdefined\ff@noframes\else
\RequirePackage{tcolorbox}
\newtcbox\ff@box{nobeforeafter,colframe=gray!80!white,
- colback=gray!5!white,boxrule=0.1pt,arc=1pt,
- boxsep=1.2pt,left=0.5pt,right=0.5pt,top=0.2pt,bottom=0.2pt,
+ colback=gray!5!white,boxrule=0.01em,arc=0.1em,
+ boxsep=0.12em,left=0.05em,right=0.05em,top=0.02em,bottom=0.02em,
tcbox raise base}
\fi
\makeatother
@@ -137,7 +137,6 @@
\catcode`\| 12 %
\fi\makeatother
-
\endinput
%%
%% End of file `ffcode.sty'.