summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fancyhandout/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-21 22:32:14 +0000
committerKarl Berry <karl@freefriends.org>2018-01-21 22:32:14 +0000
commit9af5cfaf04a2780b2a4f07a08511b8732808171e (patch)
treee46b30eee2cdf0565f5038ae063fca83f6fd0d52 /Master/texmf-dist/doc/latex/fancyhandout/README.md
parent97966488b5256797ac90a85eba46fd4464842c8f (diff)
fancyhandout (21jan18)
git-svn-id: svn://tug.org/texlive/trunk@46401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyhandout/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/fancyhandout/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyhandout/README.md b/Master/texmf-dist/doc/latex/fancyhandout/README.md
new file mode 100644
index 00000000000..3ff6d5004fc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fancyhandout/README.md
@@ -0,0 +1,18 @@
+# fancyhandout
+## A LaTeX class for producing nice-looking handouts
+
+Many students conducting a presentation are asked to provide a handout containing the essential information of their report.
+However, LaTeX has never been designed for typesetting such documents mostly consisting out of bullet points.
+
+`fancyhandout` breaks up with some of LaTeX's principles and redefines basic LaTeX commands with the aim of producing well-designed and clear structured handouts:
+A \textsf{sans-serif} font is used by default, sections are not numbered and highlighted by underlining them, head- and footline display document information and for avoiding too large whitespace around the text, the margin sizes are adjusted to a proper value.
+
+All together, `fancyhandout` provides a way of typesetting documents not exclusively consisting of running text in a beautiful way.
+
+
+### Dependencies
+`fancyhandout` depends on these other LaTeX packages:
+`csquotes`, `enumitem`, `etoolbox`, `fancyhdr`, `geometry` and `xcolor`
+
+### License
+This work is licensed under the LPPL 1.3c or any later version.