summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-08-13 20:30:17 +0000
committerKarl Berry <karl@freefriends.org>2022-08-13 20:30:17 +0000
commitbf434be5bc011fe4c6886412e910521a555ec09a (patch)
treeae637c9e24164f6c12d7b9c24d8d5b0ae72aed7e /Master/texmf-dist/doc
parent2b99a9b588c9a07ad06730ae33aadd5440492f9f (diff)
ffcode (13aug22)
git-svn-id: svn://tug.org/texlive/trunk@64112 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/ffcode/ffcode.pdfbin186877 -> 224152 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ffcode/ffcode.tex8
2 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf b/Master/texmf-dist/doc/latex/ffcode/ffcode.pdf
index c49dd4103c3..63583e83361 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/doc/latex/ffcode/ffcode.tex b/Master/texmf-dist/doc/latex/ffcode/ffcode.tex
index 607b71368b0..c10257fafac 100644
--- a/Master/texmf-dist/doc/latex/ffcode/ffcode.tex
+++ b/Master/texmf-dist/doc/latex/ffcode/ffcode.tex
@@ -30,7 +30,7 @@
\usepackage{microtype}
\title{\ff{ffcode}: \LaTeX{} Package \\ for Fixed-Font Code Blocks}
\author{Yegor Bugayenko}
-\date{0.4.1 2022/01/23}
+\date{0.4.3 2022/08/13}
\begin{document}
\pagenumbering{gobble}
\raggedbottom
@@ -94,6 +94,12 @@ If you want to print a single vertical line, use this:
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
+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 the \ff{nobars} option of the package.