texlive[64363] Master/texmf-dist: ffcode (12sep22)

commits+karl at tug.org commits+karl at tug.org
Mon Sep 12 22:25:29 CEST 2022


Revision: 64363
          http://tug.org/svn/texlive?view=revision&revision=64363
Author:   karl
Date:     2022-09-12 22:25:29 +0200 (Mon, 12 Sep 2022)
Log Message:
-----------
ffcode (12sep22)

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

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

Modified: trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.tex	2022-09-12 20:25:04 UTC (rev 64362)
+++ trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.tex	2022-09-12 20:25:29 UTC (rev 64363)
@@ -30,7 +30,7 @@
 \usepackage{microtype}
 \title{\ff{ffcode}: \LaTeX{} Package \\ for Fixed-Font Code Blocks}
 \author{Yegor Bugayenko}
-\date{0.4.3 2022/08/13}
+\date{0.4.4 2022/09/12}
 \begin{document}
 \pagenumbering{gobble}
 \raggedbottom
@@ -41,8 +41,8 @@
 
 This package helps you write source code in your articles
 and make sure it looks nice. Install it from CTAN and then
-use like this (pay attention to the \ff{\char`\\ff} command
-and the \ff{ffcode} environment):
+use like this (pay attention to \ff{\char`\\ff} command
+and \ff{ffcode} environment):
 
 \begin{multicols}{2}
 \setlength{\parskip}{0pt}
@@ -62,7 +62,7 @@
   return fibo(n - 1) + fibo(n - 2);
 }
 \end{ffcode}
-The line~\ref{ln:ret} terminates it.
+The line no.~\ref{ln:ret} terminates it.
 \end{document}
 \end{verbatim}
 
@@ -82,10 +82,10 @@
 The line no.~\ref{ln:ret} terminates it.
 \end{multicols}
 
-You have to run \ff{pdflatex} with the \ff{--shell-escape} flag
+You have to run \ff{pdflatex} with \ff{--shell-escape} flag
 in order to let \ff{minted} (the package we use) to run Pygments
 and format the code. If you don't want this to happen,
-just use the \ff{nopygments} option.
+just use \ff{nopygments} option.
 
 A pair of vertical lines decorate a TeX command inside the snippet.
 If you want to print a single vertical line, use this:
@@ -94,7 +94,7 @@
 If you want to omit the light gray frames around \ff{\char`\\ff}
 texts, use the package option \ff{noframes}.
 
-The command \ff{\char`\\ff} behaves differently in math mode: it doesn't
+The command \ff{\char`\\ff\char`\{...\char`\}} behaves differently in math mode: it doesn't
 add gray frames:
 \begin{equation}
 x = \int_\ff{home}^N f(x).
@@ -101,9 +101,9 @@
 \end{equation}
 
 To omit the vertical gray bar at the left side of each snippet,
-use the \ff{nobars} option of the package.
+use \ff{nobars} option of the package.
 
-To omit the line numbers, use the \ff{nonumbers} option of the package.
+To omit the line numbers, use \ff{nonumbers} option of the package.
 
 By default, the numbering is continuous: line numbers start at the
 first snippet and increment until the end of the document. If you
@@ -113,7 +113,7 @@
 
 You can highlight some lines in your \ff{ffcode} environment,
 or can use any other additional configuration parameters from
-the \ff{minted} package:
+\ff{minted} package:
 
 \begin{multicols}{2}
 \setlength{\parskip}{0pt}
@@ -142,8 +142,8 @@
 \end{ffcode*}
 \end{multicols}
 
-Using this second argument of the \ff{ffcode*} (with the trailing asterisk),
-you can provide any other options from the \ff{minted} package to the
+Using this second argument of \ff{ffcode*} (with the trailing asterisk),
+you can provide any other options from \ff{minted} package to the
 snippet.
 
 By the way, the package correctly formats low-height texts, for example, just
@@ -150,6 +150,6 @@
 a dot: \ff{.}
 
 More details about this package you can find
-in the \ff{yegor256/ffcode} GitHub repository.
+in \ff{yegor256/ffcode} GitHub repository.
 
 \end{document}
\ No newline at end of file

Modified: trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty	2022-09-12 20:25:04 UTC (rev 64362)
+++ trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty	2022-09-12 20:25:29 UTC (rev 64363)
@@ -21,7 +21,7 @@
 % SOFTWARE.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ffcode}[2022/08/13 0.4.3 Fixed Font Code]
+\ProvidesPackage{ffcode}[2022/09/12 0.4.4 Fixed Font Code]
 
 \RequirePackage{xkeyval}
 



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