diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/easyformat/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/easyformat/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/easyformat/README b/Master/texmf-dist/doc/latex/easyformat/README new file mode 100644 index 00000000000..a5e1a68d638 --- /dev/null +++ b/Master/texmf-dist/doc/latex/easyformat/README @@ -0,0 +1,16 @@ +easyformat is a package that allows the use of _ (the underscore) to add italics and bold text. + +Usage: +Import the package with: \usepackage{easyformat} + +Now you can do the following in textmode: +_italics_, __bold__, ___bolditalic___. + +The underscore's (_) meaning in mathmode stays the same. + +(See easyformat.pdf for more info.) + + +A package by Evert Provoost, licensed under GPLv3. + +Made with <3 in Berlaar, Belgium. |