summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/quotchap/document.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/quotchap/document.tex
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/quotchap/document.tex')
-rw-r--r--Master/texmf-dist/doc/latex/quotchap/document.tex30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/quotchap/document.tex b/Master/texmf-dist/doc/latex/quotchap/document.tex
new file mode 100644
index 00000000000..9336c21035f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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}