[QUOTE=arma_virumque;923028]close to looking terrific! This is what i have so far:
Quote:
My experimentation with \chapter{} did not yield any surprising results. On the contrary had it just confirms that by an empty brackets NOTHING will appear in the TOC.
|
That may be true by default, but it's certainly not true necessarily. Did you try:
Code:
\usepackage[titles]{tocloft}
\addtolength{\cftchapnumwidth}{1.5cm}
\renewcommand{\cftchappresnum}{LIBER }
along with \chapter{}?
Quote:
Lastly I changed my fonts from \usepackage[T1]{fontenc} to \setmainfont{DejaVu Sans}. Although the fonts now look fuller they are too machine like. I would love a traditional font.
|
Did you consider:
\setmainfont{DejaVu Serif}
?
Serif fonts tend to be more natural and less machine-like than sans serif fonts.