texlive[64597] Master: ffcode (3oct22)

commits+karl at tug.org commits+karl at tug.org
Mon Oct 3 22:31:56 CEST 2022


Revision: 64597
          http://tug.org/svn/texlive?view=revision&revision=64597
Author:   karl
Date:     2022-10-03 22:31:56 +0200 (Mon, 03 Oct 2022)
Log Message:
-----------
ffcode (3oct22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/ffcode/DEPENDS.txt
    trunk/Master/texmf-dist/doc/latex/ffcode/README.md
    trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf
    trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
    trunk/Master/tlpkg/tlpsrc/ffcode.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/ffcode/LICENSE.txt
    trunk/Master/texmf-dist/source/latex/ffcode/
    trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx
    trunk/Master/texmf-dist/source/latex/ffcode/ffcode.ins

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.tex

Modified: trunk/Master/texmf-dist/doc/latex/ffcode/DEPENDS.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ffcode/DEPENDS.txt	2022-10-03 20:29:54 UTC (rev 64596)
+++ trunk/Master/texmf-dist/doc/latex/ffcode/DEPENDS.txt	2022-10-03 20:31:56 UTC (rev 64597)
@@ -1,3 +1,5 @@
 hard xkeyval
 hard minted
 hard tcolorbox
+hard pgf
+hard environ

Added: trunk/Master/texmf-dist/doc/latex/ffcode/LICENSE.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ffcode/LICENSE.txt	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/ffcode/LICENSE.txt	2022-10-03 20:31:56 UTC (rev 64597)
@@ -0,0 +1,21 @@
+(The MIT License)
+
+Copyright (c) 2021-2022 Yegor Bugayenko
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the 'Software'), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.


Property changes on: trunk/Master/texmf-dist/doc/latex/ffcode/LICENSE.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/ffcode/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ffcode/README.md	2022-10-03 20:29:54 UTC (rev 64596)
+++ trunk/Master/texmf-dist/doc/latex/ffcode/README.md	2022-10-03 20:31:56 UTC (rev 64597)
@@ -1,4 +1,5 @@
-[![make](https://github.com/yegor256/ffcode/actions/workflows/latexmk.yml/badge.svg)](https://github.com/yegor256/ffcode/actions/workflows/latexmk.yml)
+[![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

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

Deleted: trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.tex	2022-10-03 20:29:54 UTC (rev 64596)
+++ trunk/Master/texmf-dist/doc/latex/ffcode/ffcode.tex	2022-10-03 20:31:56 UTC (rev 64597)
@@ -1,155 +0,0 @@
-% (The MIT License)
-%
-% Copyright (c) 2021-2022 Yegor Bugayenko
-%
-% Permission is hereby granted, free of charge, to any person obtaining a copy
-% of this software and associated documentation files (the 'Software'), to deal
-% in the Software without restriction, including without limitation the rights
-% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-% copies of the Software, and to permit persons to whom the Software is
-% furnished to do so, subject to the following conditions:
-%
-% The above copyright notice and this permission notice shall be included in all
-% copies or substantial portions of the Software.
-%
-% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-% SOFTWARE.
-
-\documentclass[12pt]{article}
-\usepackage[T1]{fontenc}
-\usepackage[tt=false,type1=true]{libertine}
-\usepackage{amsmath}
-\usepackage{multicol}
-\usepackage{ffcode}
-\usepackage{xcolor}
-\usepackage{microtype}
-\title{\ff{ffcode}: \LaTeX{} Package \\ for Fixed-Font Code Blocks}
-\author{Yegor Bugayenko}
-\date{0.4.4 2022/09/12}
-\begin{document}
-\pagenumbering{gobble}
-\raggedbottom
-\setlength{\parindent}{0pt}
-\setlength{\columnsep}{32pt}
-\setlength{\parskip}{6pt}
-\maketitle
-
-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 \ff{\char`\\ff} command
-and \ff{ffcode} environment):
-
-\begin{multicols}{2}
-\setlength{\parskip}{0pt}
-\scriptsize
-\raggedcolumns
-\begin{verbatim}
-\documentclass{article}
-\usepackage[T1]{fontenc}
-\usepackage{ffcode}
-\begin{document}
-The function \ff{fibo()} is recursive:
-\begin{ffcode}
-int fibo(int n) {
-  if (n < 2) {
-    return n; |$\label{ln:ret}$|
-  }
-  return fibo(n - 1) + fibo(n - 2);
-}
-\end{ffcode}
-The line no.~\ref{ln:ret} terminates it.
-\end{document}
-\end{verbatim}
-
-\columnbreak
-
-The function \ff{fibo()} is recursive:
-
-\begin{ffcode}
-int fibo(int n) {
-  if (n < 2) {
-    return n; |$\label{ln:ret}$|
-  }
-  return fibo(n - 1) + fibo(n - 2);
-}
-\end{ffcode}
-
-The line no.~\ref{ln:ret} terminates it.
-\end{multicols}
-
-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 \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:
-\ff{|\char`\\vert|}.
-
-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\char`\{...\char`\}} behaves differently in math mode: it doesn't
-add gray frames:
-\begin{equation}
-x = \int_\ff{home}^N f(x).
-\end{equation}
-
-To omit the vertical gray bar at the left side of each snippet,
-use \ff{nobars} 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
-want them to start from one at each snippet, use \ff{nocn}
-(stands for ``no continuous numbering'')
-option of the package.
-
-You can highlight some lines in your \ff{ffcode} environment,
-or can use any other additional configuration parameters from
-\ff{minted} package:
-
-\begin{multicols}{2}
-\setlength{\parskip}{0pt}
-\scriptsize
-\raggedcolumns
-\begin{verbatim}
-\begin{ffcode*}{highlightlines={1,4-5}}
-while (true) {
-  print("Hello!")
-  print("Enter your name:")
-  scan(x)
-  print("You name is " + x)
-}
-\end{ffcode*}
-\end{verbatim}
-
-\columnbreak
-
-\begin{ffcode*}{highlightlines={7,10-11}}
-while (true) {
-  print("Hello!")
-  print("Enter your name:")
-  scan(x)
-  print("You name is " + x)
-}
-\end{ffcode*}
-\end{multicols}
-
-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
-a dot: \ff{.}
-
-More details about this package you can find
-in \ff{yegor256/ffcode} GitHub repository.
-
-\end{document}
\ No newline at end of file

Added: trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx	2022-10-03 20:31:56 UTC (rev 64597)
@@ -0,0 +1,383 @@
+% \iffalse meta-comment
+% (The MIT License)
+%
+% Copyright (c) 2021-2022 Yegor Bugayenko
+%
+% Permission is hereby granted, free of charge, to any person obtaining a copy
+% of this software and associated documentation files (the 'Software'), to deal
+% in the Software without restriction, including without limitation the rights
+% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+% copies of the Software, and to permit persons to whom the Software is
+% furnished to do so, subject to the following conditions:
+%
+% The above copyright notice and this permission notice shall be included in all
+% copies or substantial portions of the Software.
+%
+% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+% SOFTWARE.
+% \fi
+
+% \CheckSum{0}
+%
+% \CharacterTable
+%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%   Digits        \0\1\2\3\4\5\6\7\8\9
+%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%   Dollar        \$     Percent       \%     Ampersand     \&
+%   Acute accent  \'     Left paren    \(     Right paren   \)
+%   Asterisk      \*     Plus          \+     Comma         \,
+%   Minus         \-     Point         \.     Solidus       \/
+%   Colon         \:     Semicolon     \;     Less than     \<
+%   Equals        \=     Greater than  \>     Question mark \?
+%   Commercial at \@     Left bracket  \[     Backslash     \\
+%   Right bracket \]     Circumflex    \^     Underscore    \_
+%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%   Right brace   \}     Tilde         \~}
+
+% \GetFileInfo{ffcode.dtx}
+% \DoNotIndex{\endgroup,\begingroup,\let,\else,\fi,\newcommand,\newenvironment}
+
+% \iffalse
+%<*driver>
+\ProvidesFile{ffcode.dtx}
+%</driver>
+%<package>\NeedsTeXFormat{LaTeX2e}
+%<package>\ProvidesPackage{ffcode}
+%<*package>
+[03.10.2022 0.5.0 Fixed Font Code]
+%</package>
+%<*driver>
+\documentclass{ltxdoc}
+\usepackage[T1]{fontenc}
+\usepackage[tt=false,type1=true]{libertine}
+\usepackage{microtype}
+\usepackage{href-ul}
+\usepackage{ffcode}
+\usepackage{amsmath}
+\usepackage{multicol}
+\usepackage{xcolor}
+\PageIndex
+\EnableCrossrefs
+\CodelineIndex
+\RecordChanges
+\begin{document}
+	\DocInput{ffcode.dtx}
+	\PrintChanges
+	\PrintIndex
+\end{document}
+%</driver>
+% \fi
+
+% \title{|ffcode|: \LaTeX{} Package \\ for Fixed-Font Code Blocks\thanks{The sources are in GitHub at \href{https://github.com/yegor256/ffcode}{yegor256/ffcode}}}
+% \author{Yegor Bugayenko \\ \texttt{yegor256 at gmail.com}}
+% \date{\filedate, \fileversion}
+%
+% \maketitle
+%
+% \section{Introduction}
+%
+% 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 |\ff| command
+% and |ffcode| environment):
+% \begin{multicols}{2}
+% \setlength{\parskip}{0pt}
+% \raggedcolumns
+%\iffalse
+%<*verb>
+%\fi
+\begin{verbatim}
+\documentclass{article}
+\usepackage{ffcode}
+\begin{document}
+The function \ff{fibo()}
+is recursive:
+\begin{ffcode}
+int fibo(int n) {
+  if (n < 2) {
+    return n; |$\label{ln:ret}$|
+  }
+  return fibo(n-1)+fibo(n-2);
+}
+\end{ffcode}
+The line no.~\ref{ln:ret}
+terminates it.
+\end{document}
+\end{verbatim}
+%\iffalse
+%</verb>
+%\fi
+%
+% \columnbreak
+%
+% The function \ff{fibo()} is recursive:
+%
+%\iffalse
+%<*verb>
+%\fi
+\begin{ffcode}
+int fibo(int n) {
+  if (n < 2) {
+    return n; |$\label{ln:ret}$|
+  }
+  return fibo(n-1)+fibo(n-2);
+}
+\end{ffcode}
+%\iffalse
+%</verb>
+%\fi
+%
+% The line no.~\ref{ln:ret} terminates it.
+% \end{multicols}
+
+% \section{Package Options}
+
+% \begin{macro}{nopygments}
+% You have to run |pdflatex| with |--shell-escape| flag
+% in order to let |minted| (the package we use) to run Pygments
+% and format the code. If you don't want this to happen,
+% just use |nopygments| option.
+% \end{macro}
+
+% \begin{macro}{noframes}
+% If you want to omit the light gray frames around |\ff|
+% texts, use the package option |noframes|.
+% \end{macro}
+
+% \begin{macro}{nobars}
+% To omit the vertical gray bar at the left side of each snippet,
+% use |nobars| option of the package.
+% \end{macro}
+
+% \begin{macro}{nonumbers}
+% To omit the line numbers, use |nonumbers| option of the package.
+% \end{macro}
+
+% \begin{macro}{nocn}
+% By default, the numbering is continuous: line numbers start at the
+% first snippet and increment until the end of the document. If you
+% want them to start from one at each snippet, use |nocn|
+% (stands for ``no continuous numbering'')
+% option of the package.
+% \end{macro}
+
+% \section{Typesetting}
+
+% By the way, the package correctly formats low-height texts, for example, just
+% a dot: \ff{.}
+
+% A pair of vertical lines decorate a TeX command inside the snippet.
+% If you want to print a single vertical line, use this:
+% \ff{|\char`\\vert|}.
+
+% The command |\ff| behaves differently in math mode --- it doesn't
+% add gray frames:
+% \begin{multicols}{2}
+% \setlength{\parskip}{0pt}
+% \raggedcolumns
+%\iffalse
+%<*verb>
+%\fi
+\begin{verbatim}
+\documentclass{article}
+\usepackage{ffcode}
+\begin{document}
+\begin{equation}
+x = \int_\ff{home}^N f(x).
+\end{equation}
+\end{document}
+\end{verbatim}
+%\iffalse
+%</verb>
+%\fi
+%
+% \columnbreak
+%
+%\iffalse
+%<*verb>
+%\fi
+% \begin{equation}
+% x = \int_\ff{home}^N f(x).
+% \end{equation}
+%\iffalse
+%</verb>
+%\fi
+% \end{multicols}
+
+% \section{Line Highlighting}
+
+% You can highlight some lines in your |ffcode| environment,
+% or can use any other additional configuration parameters from
+% |minted| package:
+
+% \begin{multicols}{2}
+% \setlength{\parskip}{0pt}
+% \raggedcolumns
+%\iffalse
+%<*verb>
+%\fi
+\begin{verbatim}
+\documentclass{article}
+\usepackage{ffcode}
+\begin{document}
+\begin{ffcode*}
+  {highlightlines={1,4-5}}
+while (true) {
+  print("Hello!")
+  print("Enter your name:")
+  scan(x)
+  print("You name is " + x)
+}
+\end{ffcode*}
+\end{document}
+\end{verbatim}
+%\iffalse
+%</verb>
+%\fi
+%
+% \columnbreak
+%
+%\iffalse
+%<*verb>
+%\fi
+\begin{ffcode*}{highlightlines={7,10-11}}
+while (true) {
+  print("Hello!")
+  print("Enter your name:")
+  scan(x)
+  print("You name is " + x)
+}
+\end{ffcode*}
+%\iffalse
+%</verb>
+%\fi
+% \end{multicols}
+
+% Using this second argument of |ffcode*| (with the trailing asterisk),
+% you can provide any other options from |minted| package to the
+% snippet.
+
+% \StopEventually{}
+
+% \section{Implementation}
+
+% \changes{v0.2.0}{2021/07/10}{Initial version}
+
+% First, we parse package options:
+%    \begin{macrocode}
+\RequirePackage{xkeyval}
+\makeatletter
+\DeclareOptionX{nopygments}{\PassOptionsToPackage{draft=true}{minted}}
+\newif\ifff at noframes
+\DeclareOptionX{noframes}{\ff at noframestrue}
+\newif\ifff at nobars
+\DeclareOptionX{nobars}{\ff at nobarstrue}
+\newif\ifff at nonumbers
+\DeclareOptionX{nonumbers}{\ff at nonumberstrue}
+\newif\ifff at nocn
+\DeclareOptionX{nocn}{\ff at nocntrue}
+\ProcessOptionsX\relax
+\makeatother
+%    \end{macrocode}
+
+% Then, we configure |minted| package:
+%    \begin{macrocode}
+\RequirePackage{minted}
+\setminted{breaklines}
+\setminted{escapeinside=||,mathescape}
+\setminted{highlightcolor=gray!25}
+\usemintedstyle{bw}
+%    \end{macrocode}
+
+% \begin{macro}{ffcode}
+% Then, we define |ffcode| environment:
+%    \begin{macrocode}
+\makeatletter\ifff at nonumbers
+  \ifff at nobars
+    \newminted[ffcode]{text}{}
+  \else
+    \newminted[ffcode]{text}{framesep=6pt,
+      framerule=1pt,rulecolor=gray,frame=leftline}
+  \fi
+\else
+  \renewcommand{\theFancyVerbLine}{\textcolor{gray}
+    {\tiny\oldstylenums{\ttfamily\arabic{FancyVerbLine}}}}
+  \ifff at nocn
+    \ifff at nobars
+      \newminted[ffcode]{text}{
+        linenos,numbersep=2pt
+      }
+    \else
+      \newminted[ffcode]{text}{
+        framesep=6pt,framerule=1pt,rulecolor=gray,
+        frame=leftline,linenos,numbersep=2pt
+      }
+    \fi
+  \else
+    \ifff at nobars
+      \newminted[ffcode]{text}{
+        firstnumber=last,linenos,numbersep=2pt
+      }
+    \else
+      \newminted[ffcode]{text}{
+        framesep=6pt,framerule=1pt,rulecolor=gray,
+        frame=leftline,firstnumber=last,linenos,numbersep=2pt
+      }
+    \fi
+  \fi
+\fi\makeatother
+%    \end{macrocode}
+% \end{macro}
+
+% \begin{macro}{\ff at print}
+% Then, we define supplementary commands |\ff at print| and |\ff at printx|:
+%    \begin{macrocode}
+\makeatletter
+\newcommand\ff at print{\begingroup\obeyspaces\ff at printx}
+\newcommand\ff at printx[1]{\texttt{#1}\endgroup}
+\makeatother
+%    \end{macrocode}
+% \end{macro}
+
+% \begin{macro}{\ff at rule}
+% Then, we define supplementary command |\ff at rule|:
+%    \begin{macrocode}
+\makeatletter\newcommand\ff at rule
+  {\vrule height 6pt depth 1pt width 0pt}
+\makeatother
+%    \end{macrocode}
+% \end{macro}
+
+% \begin{macro}{\ff}
+% Finally, we define |\ff| command:
+%    \begin{macrocode}
+\makeatletter\ifff at noframes
+  \newcommand\ff[1]{\ff at rule\ff at print{#1}}
+\else
+  \RequirePackage{tcolorbox}
+    \newtcbox\ff at 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,
+    tcbox raise base}
+  \newcommand\ff[1]{\relax\ifmmode%
+    {\ff at rule\ff at print{#1}}%
+  \else%
+    {\ff at box{\ff at rule\ff at print{#1}}}
+  \fi}
+\fi\makeatother
+%    \end{macrocode}
+% \end{macro}
+
+% \Finale
+
+%\clearpage
+%
+%\PrintChanges
+%\clearpage
+%\PrintIndex


Property changes on: trunk/Master/texmf-dist/source/latex/ffcode/ffcode.dtx
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/source/latex/ffcode/ffcode.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/ffcode/ffcode.ins	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/ffcode/ffcode.ins	2022-10-03 20:31:56 UTC (rev 64597)
@@ -0,0 +1,55 @@
+%% (The MIT License)
+%%
+%% Copyright (c) 2021-2022 Yegor Bugayenko
+%%
+%% Permission is hereby granted, free of charge, to any person obtaining a copy
+%% of this software and associated documentation files (the 'Software'), to deal
+%% in the Software without restriction, including without limitation the rights
+%% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+%% copies of the Software, and to permit persons to whom the Software is
+%% furnished to do so, subject to the following conditions:
+%%
+%% The above copyright notice and this permission notice shall be included in all
+%% copies or substantial portions of the Software.
+%%
+%% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+%% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+%% SOFTWARE.
+
+\input docstrip.tex
+\keepsilent
+\usedir{macros/latex/contrib/ffcode}
+\preamble
+(The MIT License)
+
+Copyright (c) 2021-2022 Yegor Bugayenko
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the 'Software'), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+\endpreamble
+\generate{\file{ffcode.sty}{\from{ffcode.dtx}{package}}}
+\obeyspaces
+\Msg{*** To finish the installation you have to move the ".sty"}
+\Msg{*** file into a directory searched by TeX. To produce the}
+\Msg{*** documentation run the file ".dtx" through LaTeX. If any}
+\Msg{*** questions, submit a new GitHub issue.}
+\endbatchfile

Modified: trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty	2022-10-03 20:29:54 UTC (rev 64596)
+++ trunk/Master/texmf-dist/tex/latex/ffcode/ffcode.sty	2022-10-03 20:31:56 UTC (rev 64597)
@@ -1,30 +1,57 @@
-% (The MIT License)
-%
-% Copyright (c) 2021-2022 Yegor Bugayenko
-%
-% Permission is hereby granted, free of charge, to any person obtaining a copy
-% of this software and associated documentation files (the 'Software'), to deal
-% in the Software without restriction, including without limitation the rights
-% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-% copies of the Software, and to permit persons to whom the Software is
-% furnished to do so, subject to the following conditions:
-%
-% The above copyright notice and this permission notice shall be included in all
-% copies or substantial portions of the Software.
-%
-% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-% SOFTWARE.
+%%
+%% This is file `ffcode.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% ffcode.dtx  (with options: `package')
+%% (The MIT License)
+%% 
+%% Copyright (c) 2021-2022 Yegor Bugayenko
+%% 
+%% Permission is hereby granted, free of charge, to any person obtaining a copy
+%% of this software and associated documentation files (the 'Software'), to deal
+%% in the Software without restriction, including without limitation the rights
+%% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+%% copies of the Software, and to permit persons to whom the Software is
+%% furnished to do so, subject to the following conditions:
+%% 
+%% The above copyright notice and this permission notice shall be included in all
+%% copies or substantial portions of the Software.
+%% 
+%% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+%% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+%% SOFTWARE.
 
+
+
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ffcode}[2022/09/12 0.4.4 Fixed Font Code]
+\ProvidesPackage{ffcode}
+[03.10.2022 0.5.0 Fixed Font Code]
 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 \RequirePackage{xkeyval}
-
 \makeatletter
 \DeclareOptionX{nopygments}{\PassOptionsToPackage{draft=true}{minted}}
 \newif\ifff at noframes
@@ -39,10 +66,9 @@
 \makeatother
 
 \RequirePackage{minted}
-
 \setminted{breaklines}
 \setminted{escapeinside=||,mathescape}
-\setminted{highlightcolor=gray!30}
+\setminted{highlightcolor=gray!25}
 \usemintedstyle{bw}
 
 \makeatletter\ifff at nonumbers
@@ -49,12 +75,12 @@
   \ifff at nobars
     \newminted[ffcode]{text}{}
   \else
-    \newminted[ffcode]{text}{
-      framesep=6pt,framerule=1pt,rulecolor=gray,frame=leftline
-    }
+    \newminted[ffcode]{text}{framesep=6pt,
+      framerule=1pt,rulecolor=gray,frame=leftline}
   \fi
 \else
-  \renewcommand{\theFancyVerbLine}{\textcolor{gray}{\tiny\oldstylenums{\ttfamily\arabic{FancyVerbLine}}}}
+  \renewcommand{\theFancyVerbLine}{\textcolor{gray}
+    {\tiny\oldstylenums{\ttfamily\arabic{FancyVerbLine}}}}
   \ifff at nocn
     \ifff at nobars
       \newminted[ffcode]{text}{
@@ -62,8 +88,8 @@
       }
     \else
       \newminted[ffcode]{text}{
-        framesep=6pt,framerule=1pt,rulecolor=gray,frame=leftline,
-        linenos,numbersep=2pt
+        framesep=6pt,framerule=1pt,rulecolor=gray,
+        frame=leftline,linenos,numbersep=2pt
       }
     \fi
   \else
@@ -73,8 +99,8 @@
       }
     \else
       \newminted[ffcode]{text}{
-        framesep=6pt,framerule=1pt,rulecolor=gray,frame=leftline,
-        firstnumber=last,linenos,numbersep=2pt
+        framesep=6pt,framerule=1pt,rulecolor=gray,
+        frame=leftline,firstnumber=last,linenos,numbersep=2pt
       }
     \fi
   \fi
@@ -85,7 +111,10 @@
 \newcommand\ff at printx[1]{\texttt{#1}\endgroup}
 \makeatother
 
-\makeatletter\newcommand\ff at rule{\vrule height 6pt depth 1pt width 0pt}
+\makeatletter\newcommand\ff at rule
+  {\vrule height 6pt depth 1pt width 0pt}
+\makeatother
+
 \makeatletter\ifff at noframes
   \newcommand\ff[1]{\ff at rule\ff at print{#1}}
 \else
@@ -94,7 +123,14 @@
     colback=gray!5!white,boxrule=0.1pt,arc=1pt,
     boxsep=1.2pt,left=0.5pt,right=0.5pt,top=0.2pt,bottom=0.2pt,
     tcbox raise base}
-  \newcommand\ff[1]{\relax\ifmmode{\ff at rule\ff at print{#1}}\else{\ff at box{\ff at rule\ff at print{#1}}}\fi}
+  \newcommand\ff[1]{\relax\ifmmode%
+    {\ff at rule\ff at print{#1}}%
+  \else%
+    {\ff at box{\ff at rule\ff at print{#1}}}
+  \fi}
 \fi\makeatother
 
+
 \endinput
+%%
+%% End of file `ffcode.sty'.

Modified: trunk/Master/tlpkg/tlpsrc/ffcode.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/ffcode.tlpsrc	2022-10-03 20:29:54 UTC (rev 64596)
+++ trunk/Master/tlpkg/tlpsrc/ffcode.tlpsrc	2022-10-03 20:31:56 UTC (rev 64597)
@@ -1,4 +1,6 @@
-depend microtype
-depend xkeyval
-depend minted
-depend tcolorbox
+hard microtype
+hard xkeyval
+hard minted
+hard tcolorbox
+hard pgf
+hard environ



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