summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-23 20:19:38 +0000
committerKarl Berry <karl@freefriends.org>2024-03-23 20:19:38 +0000
commitcb76de0b994c0e329aac555fcb32faa397570298 (patch)
treeb06168ce2ae5bd56231f7826e7ede102632d9d81
parente4fc8823c937c29addac5f99ef9b37be881e5146 (diff)
ffcode (23mar24)
git-svn-id: svn://tug.org/texlive/trunk@70731 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/ffcode/README.md14
-rw-r--r--Master/texmf-dist/doc/latex/ffcode/ffcode.pdfbin518363 -> 518366 bytes
-rw-r--r--Master/texmf-dist/source/latex/ffcode/ffcode.dtx3
-rw-r--r--Master/texmf-dist/tex/latex/ffcode/ffcode.sty3
4 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/ffcode/README.md b/Master/texmf-dist/doc/latex/ffcode/README.md
index 36252a3dfaf..5301bd65df2 100644
--- a/Master/texmf-dist/doc/latex/ffcode/README.md
+++ b/Master/texmf-dist/doc/latex/ffcode/README.md
@@ -1,13 +1,17 @@
+# Fixed-Font LaTeX Primitive: `\ff` and `\begin{ffcode}`
+
[![make](https://github.com/yegor256/ffcode/actions/workflows/l3build.yml/badge.svg)](https://github.com/yegor256/ffcode/actions/workflows/l3build.yml)
[![CTAN](https://img.shields.io/ctan/v/ffcode)](https://ctan.org/pkg/ffcode)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/ffcode/blob/master/LICENSE.txt)
This LaTeX package helps you write source code in your academic papers
-and make sure it looks neat. The package uses [`listings`](https://ctan.org/pkg/listings)
+and make sure it looks neat. The package uses
+[`listings`](https://ctan.org/pkg/listings)
and [`tcolorbox`](https://ctan.org/pkg/tcolorbox) packages.
-First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
-from [CTAN](https://ctan.org/pkg/ffcode)
+First,
+[install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
+from [CTAN](https://ctan.org/pkg/ffcode)
and then use in the preamble:
```tex
@@ -23,7 +27,9 @@ void r() {
\end{document}
```
-Otherwise, you can download [`ffcode.sty`](https://yegor256.github.io/ffcode/ffcode.sty) and add to your project.
+Otherwise, you can download
+[`ffcode.sty`](https://yegor256.github.io/ffcode/ffcode.sty) and
+add to your project.
If you want to contribute yourself, make a fork, then create a branch,
then run `l3build ctan` in the root directory.
diff --git a/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf b/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf
index c39bfa4ffe2..5a7007dad02 100644
--- a/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf
+++ b/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/ffcode/ffcode.dtx b/Master/texmf-dist/source/latex/ffcode/ffcode.dtx
index 52f2241dc06..6580579335c 100644
--- a/Master/texmf-dist/source/latex/ffcode/ffcode.dtx
+++ b/Master/texmf-dist/source/latex/ffcode/ffcode.dtx
@@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{ffcode}
%<*package>
-[2024-02-04 0.9.2 Fixed Font Code]
+[2024-03-23 0.9.3 Fixed Font Code]
%</package>
%<*driver>
\documentclass{ltxdoc}
@@ -267,6 +267,7 @@
\fi
\ifdefined\ff@nobars\else
\lstset{frame=leftline,framerule=.05em,rulecolor={\color{gray}}}
+ \fi
\ifdefined\ff@nocn\else
\lstset{firstnumber=last}
\fi
diff --git a/Master/texmf-dist/tex/latex/ffcode/ffcode.sty b/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
index 737b1e5dbf8..9ecddd78e80 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-02-04 0.9.2 Fixed Font Code]
+[2024-03-23 0.9.3 Fixed Font Code]
@@ -81,6 +81,7 @@
\fi
\ifdefined\ff@nobars\else
\lstset{frame=leftline,framerule=.05em,rulecolor={\color{gray}}}
+ \fi
\ifdefined\ff@nocn\else
\lstset{firstnumber=last}
\fi