Talk:LaTeX/Page Layout

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] question: lastpage

Page n of m

\usepackage{lastpage}
...
\cfoot{\thepage\ of \pageref{LastPage}}

Question: what if I dont want the LastPage to be a hyperlink? \pageref{LastPage} creates a hyperlink but this is not desired. How does one make it just normal nonlinking text? 76.119.228.130 (talk) 21:03, 2 February 2009 (UTC)

[edit] setlength vs renewcommand

I'm pretty sure you should use \setlength instead or \renewcommand for "sizes" such as \headrulewidth. --Christiandaven (talk) 07:07, 21 July 2009 (UTC)