yegor256 / ffcode

LaTeX package for writing code in your articles in a good looking fixed-font
https://ctan.org/pkg/ffcode
MIT License
9 stars 1 forks source link

[condensed] option #1

Open yegor256 opened 3 years ago

yegor256 commented 3 years ago

Would be nice to have an ability to condense the text (smaller distance between letters):

\begin[condensed]{ffcode}
Hello, world!
\end{ffcode}

Or maybe have an additional ffcode2x environment:

\begin{ffcode2x}
Hello, world!
\end{ffcode}