texlive[70731] Master/texmf-dist: ffcode (23mar24)

commits+karl at tug.org commits+karl at tug.org
Sat Mar 23 21:19:38 CET 2024


Revision: 70731
          https://tug.org/svn/texlive?view=revision&revision=70731
Author:   karl
Date:     2024-03-23 21:19:38 +0100 (Sat, 23 Mar 2024)
Log Message:
-----------
ffcode (23mar24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/ffcode/README.md
    trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf
    trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx
    trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty

Modified: trunk/Master/texmf-dist/doc/latex/ffcode/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ffcode/README.md	2024-03-23 20:19:29 UTC (rev 70730)
+++ trunk/Master/texmf-dist/doc/latex/ffcode/README.md	2024-03-23 20:19:38 UTC (rev 70731)
@@ -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 @@
 \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.

Modified: trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx	2024-03-23 20:19:29 UTC (rev 70730)
+++ trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx	2024-03-23 20:19:38 UTC (rev 70731)
@@ -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 at nobars\else
       \lstset{frame=leftline,framerule=.05em,rulecolor={\color{gray}}}
+    \fi
     \ifdefined\ff at nocn\else
       \lstset{firstnumber=last}
     \fi

Modified: trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty	2024-03-23 20:19:29 UTC (rev 70730)
+++ trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty	2024-03-23 20:19:38 UTC (rev 70731)
@@ -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 at nobars\else
       \lstset{frame=leftline,framerule=.05em,rulecolor={\color{gray}}}
+    \fi
     \ifdefined\ff at nocn\else
       \lstset{firstnumber=last}
     \fi



More information about the tex-live-commits mailing list.