Page LayoutTitle Page Template doesn't work

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Title Page Template doesn't work

Post by AleCes »

Hello everybody,

I'm getting an error with one of Wilson's Title Pages.

Code: Select all

! Undefined control sequence.
\titlePM ->\begingroup \drop 
                             = 0.1\txtheight \vspace *{\baselineskip } \vfil...
l.35 \titlePM
             
? 
Minimal example:

Code: Select all

\documentclass{book}

\newcommand*{\titlePM}{\begingroup% Gentle Madness with Printers' Ornaments
\drop = 0.1\txtheight
\vspace*{\baselineskip}
\vfill
  \hbox{%
  \hspace*{0.1\txtwidth}%
  {\wb{18pt}{18pt}
   \begin{picture}(0,0)
     \multiput(0,0)(0,20){22}{\textcolor{Medium}{Q}}
   \end{picture}
  }
%  \rule{1pt}{\txtheight}
  \hspace*{0.15\txtwidth}%
\parbox[b]{0.75\txtwidth}{
  \vbox{%
    \vspace{\drop}
    {\noindent\HUGE\bfseries Some\\[0.5\baselineskip] Conundrums}\\[2\baselineskip]
    {\Large\itshape Puzzles for the Mind}\\[4\baselineskip]
    {\Large THE AUTHOR}\par
    \vspace{0.5\txtheight}
    {\noindent The Publisher}\\[\baselineskip]
    }% end of vbox
}% end of parbox
  }% end of hbox
\vfill
\null
\endgroup}

\begin{document}
\titlePM
\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply