Latex Q - page number appears on pg 1 with empty pagestyle

2005-05-31 Thread Christiane Reher

Try this \addtocounter{page}{-1}

This worked for me!

Christiane


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Latex Q - page number appears on pg 1 with empty pagestyle

2005-05-31 Thread =?iso-8859-1?Q?Rog=E9rio?= Brito
On May 31 2005, Christiane Reher wrote:
 Try this \addtocounter{page}{-1}
 This worked for me!

I think that the proper/clean way to avoid numbers on the first page is to
issue the command:

\thispagestyle{empty}

right before the contents of what will be in the first page.


Hope this helps, Rogério Brito.

-- 
Rogério Brito : [EMAIL PROTECTED] : http://www.ime.usp.br/~rbrito
Homepage of the algorithms package : http://algorithms.berlios.de
Homepage on freshmeat:  http://freshmeat.net/projects/algorithms/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[OT] Latex Q - page number appears on pg 1 with empty pagestyle

2003-12-18 Thread Micha Feigin
I am writing a document with latex using the article document
class. The problem is that when setting \pagestyle{empty} either in
the preamble or after the \begin{document} I still get a page number on
the first page. Since there are guidelines for submitting this one this
is a big no no.
Any idea on how to get read of this page number (I don't mind hacking
into the style files if needed, but I don't know raw tex so a little
help can go a lot of way)
This is the version from unstable.

Thanx


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT] Latex Q - page number appears on pg 1 with empty pagestyle

2003-12-18 Thread Le Hoang Anh
On Fri, Dec 19, 2003 at 05:03:25AM +0200, Micha Feigin wrote:
 I am writing a document with latex using the article document
 class. The problem is that when setting \pagestyle{empty} either in
 the preamble or after the \begin{document} I still get a page number on
 the first page. Since there are guidelines for submitting this one this
 is a big no no.
 Any idea on how to get read of this page number (I don't mind hacking
 into the style files if needed, but I don't know raw tex so a little
 help can go a lot of way)
 This is the version from unstable.
 


Have you tried \thispagestyle{empty}

-- 
le hoang anh
[EMAIL PROTECTED]
--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT] Latex Q - page number appears on pg 1 with empty pagestyle

2003-12-18 Thread Derrick 'dman' Hudson
On Fri, Dec 19, 2003 at 05:03:25AM +0200, Micha Feigin wrote:
| I am writing a document with latex using the article document
| class. The problem is that when setting \pagestyle{empty} either in
| the preamble or after the \begin{document} I still get a page number on
| the first page.

Odd, isn't it?

| Since there are guidelines for submitting this one this
| is a big no no.

| Any idea on how to get read of this page number (I don't mind hacking
| into the style files if needed, but I don't know raw tex so a little
| help can go a lot of way)

I have a template that vim automatically inserts into a new .tex
buffer.  It looks roughly like this (it actually has more boilerplate
in it, and a lot of stuff I just want available but usually delete) :


\documentclass[dvips,12pt,letterpaper]{article}

% block style alignment with manual indentation possible
\newlength{\DSHindent} \setlength{\DSHindent}{\parindent}
\newcommand{\Nest}[1]{\\ \mbox{\hspace{#1\DSHindent}}}
\setlength{\parindent}{0in}
\setlength{\parskip}{9pt}

%\pagestyle{empty} % no page numbers

\begin{document}

\title{*title*}
\author{Derrick Hudson}
\maketitle
\thispagestyle{empty}  % no number on the title page
\cleardoublepage

\end{document}



As you can see, I explicitly set \thispagestyle{empty} on the title
page (page 1) and then uncomment the \pagestyle{empty} line in the
preamble if I really don't want page numbers.

I don't know why the page number is still put on the first page, but
explicitly avoiding it works.

-D

-- 
\begin{humor}
Disclaimer:
If I receive a message from you, you are agreeing that:
   1. I am by definition, the intended recipient
   2. All information in the email is mine to do with as I see fit and make
such financial profit, political mileage, or good joke as it lends
itself to. In particular, I may quote it on USENET or the WWW.
   3. I may take the contents as representing the views of your company.
   4. This overrides any disclaimer or statement of confidentiality that may
be included on your message
\end{humor}
 
www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature