about summary refs log tree commit diff stats
path: root/common/latex/preamble/core/visuals.tex
diff options
context:
space:
mode:
Diffstat (limited to 'common/latex/preamble/core/visuals.tex')
-rw-r--r--common/latex/preamble/core/visuals.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/latex/preamble/core/visuals.tex b/common/latex/preamble/core/visuals.tex
new file mode 100644
index 0000000..96a2fd2
--- /dev/null
+++ b/common/latex/preamble/core/visuals.tex
@@ -0,0 +1,10 @@
+\usepackage[disable=ifdraft]{microtype} % makes text better to read
+\usepackage{emptypage} % no page numbers and headings on empty pages
+
+\usepackage{blindtext} % blindtext
+
+
+% horizontal rule
+\NewDocumentCommand{\hr}{}{
+	\par\noindent\rule[0.5ex]{\linewidth}{0.5pt}
+}