summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fvextra/fvextra.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fvextra/fvextra.dtx')
-rw-r--r--macros/latex/contrib/fvextra/fvextra.dtx8
1 files changed, 6 insertions, 2 deletions
diff --git a/macros/latex/contrib/fvextra/fvextra.dtx b/macros/latex/contrib/fvextra/fvextra.dtx
index edd5d3599e..ca5877ee0f 100644
--- a/macros/latex/contrib/fvextra/fvextra.dtx
+++ b/macros/latex/contrib/fvextra/fvextra.dtx
@@ -26,7 +26,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{fvextra}
%<*package>
- [2023/11/19 v1.6 fvextra - extensions and patches for fancyvrb]
+ [2023/11/28 v1.6.1 fvextra - extensions and patches for fancyvrb]
%</package>
%
%<*driver>
@@ -253,6 +253,10 @@
% \fi
%
%
+% \begin{changelog}{v1.6.1}{2023/11/28}
+% \item Fixed bug from v1.6 that caused a space following a comma to be lost (\#21).
+% \end{changelog}
+%
% \begin{changelog}{v1.6}{2023/11/19}
% \item Added new environment \Verb{VerbatimWrite}. This is similar to \Verb{fancyvrb}'s \Verb{VerbatimOut}, except that it allows for writing to a file multiple times and guarantees truly verbatim output via \Verb{\detokenize}.
% \item Added new environment \Verb{VerbatimBuffer}. This stores the contents of an environment verbatim in a ``buffer,'' a sequence of numbered macros each of which contains one line of the environment. The ``buffered'' lines can then be looped over for further processing or later use.
@@ -1549,7 +1553,7 @@
% \begin{macro}{\FV@SpaceCatTen}
% Space with catcode 10. Used instead of \Verb[showspaces]{\ } and |\space| in some contexts to avoid issues in the event that these are redefined.
% \begin{macrocode}
-\edef\FV@SpaceCatTen{\detokenize{ }}
+\edef\FV@SpaceCatTen{{\detokenize{ }}}
% \end{macrocode}
% \end{macro}
%