Re: Suppressing Page Number After Title Page

2006-02-03 Thread Jose' Matos
On Friday 03 February 2006 16:42, Rich Shepard wrote:
I should know how to do this, or find the correct macro in TLC2, but the
 answer has so far eluded me.

Document is book class with fancy headers. Following the title page is a
 blank page with the page number '2' that I'd like to suppress. I've tried

 \frontmatter
 \pagestyle{plain}

 between the author and the Preface page. I've also tried {empty} with the
 same lack of results. \clearpage and \cleardoublepage also do not affect
 the headers and footers.

Looking at TLC2 I don't see how to turn off the header and footer for
 this one page. A reminder would be greatly appreciated.

In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 Thanks,

 Rich

-- 
José Abílio


Re: Suppressing Page Number After Title Page

2006-02-03 Thread Sara Stymne

Hi!

Try the solution in the documentation for fancyhdr, chapter those blank 
pages. Then you also get rid of the headings on the blank page before 
some chapters. The documentation is available for instance at: 
http://www.win.tue.nl/latex/documentation/fancyhdr.pdf.


I found that neither \pagestyle{plain} nor \thispagestyle{empty} works 
for the following blank page.


/Sara


Jose' Matos wrote:


On Friday 03 February 2006 16:42, Rich Shepard wrote:
 


  I should know how to do this, or find the correct macro in TLC2, but the
answer has so far eluded me.

  Document is book class with fancy headers. Following the title page is a
blank page with the page number '2' that I'd like to suppress. I've tried

\frontmatter
\pagestyle{plain}

between the author and the Preface page. I've also tried {empty} with the
same lack of results. \clearpage and \cleardoublepage also do not affect
the headers and footers.

  Looking at TLC2 I don't see how to turn off the header and footer for
this one page. A reminder would be greatly appreciated.
   



In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 


Thanks,

Rich
   



 





Re: Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Jose' Matos wrote:


In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)


  Nope. Doesn't work in front of the title any more than it does just after
the author.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Sara Stymne wrote:

I found that neither \pagestyle{plain} nor \thispagestyle{empty} works for 
the following blank page.


Sara,

  What matters is location, location, location as the real estate sales
people say. I was putting the command _after_ the \frontmatter command. When
I switched the sequence ... it worked.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: Suppressing Page Number After Title Page

2006-02-03 Thread Jose' Matos
On Friday 03 February 2006 16:42, Rich Shepard wrote:
I should know how to do this, or find the correct macro in TLC2, but the
 answer has so far eluded me.

Document is book class with fancy headers. Following the title page is a
 blank page with the page number '2' that I'd like to suppress. I've tried

 \frontmatter
 \pagestyle{plain}

 between the author and the Preface page. I've also tried {empty} with the
 same lack of results. \clearpage and \cleardoublepage also do not affect
 the headers and footers.

Looking at TLC2 I don't see how to turn off the header and footer for
 this one page. A reminder would be greatly appreciated.

In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 Thanks,

 Rich

-- 
José Abílio


Re: Suppressing Page Number After Title Page

2006-02-03 Thread Sara Stymne

Hi!

Try the solution in the documentation for fancyhdr, chapter those blank 
pages. Then you also get rid of the headings on the blank page before 
some chapters. The documentation is available for instance at: 
http://www.win.tue.nl/latex/documentation/fancyhdr.pdf.


I found that neither \pagestyle{plain} nor \thispagestyle{empty} works 
for the following blank page.


/Sara


Jose' Matos wrote:


On Friday 03 February 2006 16:42, Rich Shepard wrote:
 


  I should know how to do this, or find the correct macro in TLC2, but the
answer has so far eluded me.

  Document is book class with fancy headers. Following the title page is a
blank page with the page number '2' that I'd like to suppress. I've tried

\frontmatter
\pagestyle{plain}

between the author and the Preface page. I've also tried {empty} with the
same lack of results. \clearpage and \cleardoublepage also do not affect
the headers and footers.

  Looking at TLC2 I don't see how to turn off the header and footer for
this one page. A reminder would be greatly appreciated.
   



In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 


Thanks,

Rich
   



 





Re: Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Jose' Matos wrote:


In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)


  Nope. Doesn't work in front of the title any more than it does just after
the author.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Sara Stymne wrote:

I found that neither \pagestyle{plain} nor \thispagestyle{empty} works for 
the following blank page.


Sara,

  What matters is location, location, location as the real estate sales
people say. I was putting the command _after_ the \frontmatter command. When
I switched the sequence ... it worked.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: Suppressing Page Number After Title Page

2006-02-03 Thread Jose' Matos
On Friday 03 February 2006 16:42, Rich Shepard wrote:
>I should know how to do this, or find the correct macro in TLC2, but the
> answer has so far eluded me.
>
>Document is book class with fancy headers. Following the title page is a
> blank page with the page number '2' that I'd like to suppress. I've tried
>
> \frontmatter
> \pagestyle{plain}
>
> between the author and the Preface page. I've also tried {empty} with the
> same lack of results. \clearpage and \cleardoublepage also do not affect
> the headers and footers.
>
>Looking at TLC2 I don't see how to turn off the header and footer for
> this one page. A reminder would be greatly appreciated.

In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

> Thanks,
>
> Rich

-- 
José Abílio


Re: Suppressing Page Number After Title Page

2006-02-03 Thread Sara Stymne

Hi!

Try the solution in the documentation for fancyhdr, chapter "those blank 
pages". Then you also get rid of the headings on the blank page before 
some chapters. The documentation is available for instance at: 
http://www.win.tue.nl/latex/documentation/fancyhdr.pdf.


I found that neither \pagestyle{plain} nor \thispagestyle{empty} works 
for the following blank page.


/Sara


Jose' Matos wrote:


On Friday 03 February 2006 16:42, Rich Shepard wrote:
 


  I should know how to do this, or find the correct macro in TLC2, but the
answer has so far eluded me.

  Document is book class with fancy headers. Following the title page is a
blank page with the page number '2' that I'd like to suppress. I've tried

\frontmatter
\pagestyle{plain}

between the author and the Preface page. I've also tried {empty} with the
same lack of results. \clearpage and \cleardoublepage also do not affect
the headers and footers.

  Looking at TLC2 I don't see how to turn off the header and footer for
this one page. A reminder would be greatly appreciated.
   



In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 


Thanks,

Rich
   



 





Re: Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Jose' Matos wrote:


In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)


  Nope. Doesn't work in front of the title any more than it does just after
the author.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic"
 Voice: 503-667-4517 Fax: 503-667-8863


Re: Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Sara Stymne wrote:

I found that neither \pagestyle{plain} nor \thispagestyle{empty} works for 
the following blank page.


Sara,

  What matters is location, location, location as the real estate sales
people say. I was putting the command _after_ the \frontmatter command. When
I switched the sequence ... it worked.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic"
 Voice: 503-667-4517 Fax: 503-667-8863