summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easyformat/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/easyformat/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/easyformat/README')
-rw-r--r--macros/latex/contrib/easyformat/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/easyformat/README b/macros/latex/contrib/easyformat/README
new file mode 100644
index 0000000000..bc6d0d3921
--- /dev/null
+++ b/macros/latex/contrib/easyformat/README
@@ -0,0 +1,18 @@
+easyformat is a package that allows the use of _ (the underscore)
+to add italics and bold text and ^ (the circumflex) to add smallcaps.
+
+Usage:
+Import the package with: \usepackage{easyformat}
+
+Now you can do the following in textmode:
+_italics_, __bold__, ___bolditalic___ and ^smallcaps^.
+
+The underscore's (_) and circumflex's (^) meaning in
+mathmode stay the same.
+
+(See easyformat.pdf for more info.)
+
+
+A package by Evert Provoost, licensed under GPLv3.
+
+Made with <3 in Berlaar, Belgium.