Discussion:
Page numbering
nalakais
2007-01-24 21:44:07 UTC
Permalink
Hello,

I want to put page numbering in my CV from the second page. The
preferred format as followed. "my name 2 of 5"

The preferred position is top right corner.

How do i do this?

Thanks





Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Giangiacomo Bravo
2007-01-25 11:00:41 UTC
Permalink
All your problems should be easy to solve using the package fancyhdr.
The package allows to define in the preamble your own header style,
e.g. Myheader, and to use it in the document:

\usepackage{fancyhdr}
\pagestyle{Myheader}
% define here your own headings, check the package
documentation for the details

In order to have an empty header on the first page, write
\thispagestyle{empty} just after \begin{document} .

All the best,
Giangiacomo

PS your question is not a TXC-related one. A Tex user group forum or
the new LaTeX community website <http://www.latex-community.org/> are
better suited for this kind of problems.
Post by nalakais
Hello,
I want to put page numbering in my CV from the second page. The
preferred format as followed. "my name 2 of 5"
The preferred position is top right corner.
How do i do this?
Thanks
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...