summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/quotchap/document.tex
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/quotchap/document.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/quotchap/document.tex')
-rw-r--r--macros/latex/contrib/quotchap/document.tex30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/quotchap/document.tex b/macros/latex/contrib/quotchap/document.tex
new file mode 100644
index 0000000000..52ca07f2b2
--- /dev/null
+++ b/macros/latex/contrib/quotchap/document.tex
@@ -0,0 +1,30 @@
+\documentclass[a4paper]{report}
+\usepackage[grey,utopia]{quotchap}
+\begin{document}
+\begin{savequote}[8cm]
+ ``All changes, even the most longed for, have their melancholy;
+ for what we leave behind us is a part of ourselves; we must
+ die to one life before we can enter another.''
+ \qauthor{Anatole France}
+ `The moment a man starts to behave ridiculous to a woman
+ you know he is serious at it.'
+ \qauthor{Colette}
+\end{savequote}
+\makeatletter
+\chapter{Quote to be quoted}
+This is an example of a normal chapter page.
+
+\chapter{Enjoy the whitespace}
+This is an example of a chapter without quotes.
+
+\chapter*{More space for tocs and bibs}
+This is an example of a non-numbered page.
+
+\begin{savequote}[5cm]
+ Who's gonna {\upshape\ttfamily U:\textasciitilde} tonight?
+ \qauthor{The Cars}
+\end{savequote}
+\chapter*{Do not trust everyone}
+This is to show there is not much space in the star version chapters.
+
+\end{document}