I am trying to use the octavo package, which is itself based on the standard book class for formatting my document. I have MikTeX 2.76 installed on an XP Pro SP3 box.
Code: Select all
\documentclass[crown ,10pt ,draft]{octavo}\usepackage{lettrine} %% dropped capitals;start of chap.\usepackage[british, english]{babel} %% Regional settings\usepackage{hyperref}\usepackage{newcent}\usepackage[Glenn]{fncychap} % Glenn, Conny, Bjornstrup...\title{Looney Tunes on LP}\author{Disko Ramen Veggie Noodles}\date{2009}\begin{document}\frontmatter\pagenumbering{roman} %% pagenumbers: i, ii, iii, ...\cleardoublepage %% Extra blank page\cleardoublepage\maketitle\tableofcontents\cleardoublepage %% Extra blank page\cleardoublepage\chapter*{Preface}\mainmatter\pagenumbering{arabic} %% pagenumbers: i, ii, iii, ...\chapter{My First chapter}......................
Code: Select all
! Undefined control sequence.\@mkboth ...nguage {\languagename }}\def \bbl@arg{#1}\ifx \bbl@arg \@empty ...l.89 \tableofcontents?
View topic: Undefined control sequence \frontmatter
I have used the same setting as shown here before and all was well. Until now, that is...
I have been looking at this for all day now... What am I doing wrong here? Any pointer will be greatly appreciated.
Thanks in advance,
Skanda.