summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ffcode/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ffcode/README.md')
-rw-r--r--macros/latex/contrib/ffcode/README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/macros/latex/contrib/ffcode/README.md b/macros/latex/contrib/ffcode/README.md
index 36252a3dfa..5301bd65df 100644
--- a/macros/latex/contrib/ffcode/README.md
+++ b/macros/latex/contrib/ffcode/README.md
@@ -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 @@ void r() {
\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.