I know about \quote and \quotation. What I want though is something nice before the actual introduction, not sure yet if even before the toc. I'm using a modified book class called wissdoc.cls.
Any ideas how to get something like an inscription?
Thx
General ⇒ How to get nice quotation layout in book class
NEW: TikZ book now 40% off at Amazon.com for a short time.

How to get nice quotation layout in book class
I'm not sure of what you want exactly – but the epigraph package might do what you want.hh
B.A.
B.A.
Re: How to get nice quotation layout in book class
Thanks, will look into this.
I thought of something more outstanding like /quotation. Like centering not only horizontally but also vertically. Or does /quotation comes with additionally attributes?
I thought of something more outstanding like /quotation. Like centering not only horizontally but also vertically. Or does /quotation comes with additionally attributes?
How to get nice quotation layout in book class
Hi,
you can create your own quotation environment; in the example below I designed a simple myquote environment:
you can create your own quotation environment; in the example below I designed a simple myquote environment:
Code: Select all
\documentclass{report}
\usepackage{lipsum}%just to generate some text
\newenvironment{myquote}
{\thispagestyle{empty}\vspace*{\fill}
\begin{quotation}\noindent\hrulefill\par}
{\par\noindent\hrulefill\end{quotation}\vspace*{\fill}\newpage}
\begin{document}
\begin{myquote}
\lipsum[1]
\end{myquote}
\lipsum[1-8]
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...