Re: thispagestyle empty not working

2015-11-11 Thread Jacob Bishop
On Wed, Nov 11, 2015 at 11:26 AM, Richard Heck wrote: > On 11/10/2015 11:46 PM, Jacob Bishop wrote: > >> >> I would love to see an additional LyX feature that adds a checkbox option >> like "apply headings style settings globally" which could work by simply >> disabling the \thispagestyle command

Re: thispagestyle empty not working

2015-11-11 Thread Richard Heck
On 11/10/2015 11:46 PM, Jacob Bishop wrote: I would love to see an additional LyX feature that adds a checkbox option like "apply headings style settings globally" which could work by simply disabling the \thispagestyle command. It's not clear if this would work with all document classes.

Re: thispagestyle empty not working

2015-11-10 Thread Jacob Bishop
On Tue, Nov 10, 2015 at 2:20 PM, PhilipPirrip wrote: > On 11/10/2015 03:54 PM, Jacob Bishop wrote: > >> I am having a problem. I put \thispagestyle{empty} into my LyX preamble, >> expecting it to suppress the page number on the first page (as per the >> wiki: http://wi

Re: thispagestyle empty not working

2015-11-10 Thread Steve Burnham
-Steve Burnham On Tue, Nov 10, 2015 at 1:55 PM Jacob Bishop wrote: > I am having a problem. I put \thispagestyle{empty} into my LyX preamble, > expecting it to suppress the page number on the first page (as per the > wiki: http://wiki.lyx.org/FAQ/Numbering#noPageNumberOnFirstPage)

Re: thispagestyle empty not working

2015-11-10 Thread PhilipPirrip
On 11/10/2015 03:54 PM, Jacob Bishop wrote: I am having a problem. I put \thispagestyle{empty} into my LyX preamble, expecting it to suppress the page number on the first page (as per the wiki: http://wiki.lyx.org/FAQ/Numbering#noPageNumberOnFirstPage). It does not. The page number shows up

thispagestyle empty not working

2015-11-10 Thread Jacob Bishop
I am having a problem. I put \thispagestyle{empty} into my LyX preamble, expecting it to suppress the page number on the first page (as per the wiki: http://wiki.lyx.org/FAQ/Numbering#noPageNumberOnFirstPage). It does not. The page number shows up anyway. Attached is a minimal example. Does anyone

Re: \thispagestyle{empty} for a whole page figure

2013-06-01 Thread Wolfgang Engelmann
ried to insert in ERT \thispagestyle{empty} in the > > legend or before/after the figure but its not affective. Inserting it > > immediately before the float takes the page number of the previous > > page, which is not desired. > > It works if you force the output of the float

Re: \thispagestyle{empty} for a whole page figure

2013-06-01 Thread Uwe Stöhr
Am 01.06.2013 14:11, schrieb Wolfgang Engelmann: I need to suppress the numbering of a page which consists of a single figure float with its legend, because both are too long and cover the page number. I tried to insert in ERT \thispagestyle{empty} in the legend or before/after the figure but

\thispagestyle{empty} for a whole page figure

2013-06-01 Thread Wolfgang Engelmann
Hi, I need to suppress the numbering of a page which consists of a single figure float with its legend, because both are too long and cover the page number. I tried to insert in ERT \thispagestyle{empty} in the legend or before/after the figure but its not affective. Inserting it immediately

Re: \thispagestyle{empty}

2009-07-14 Thread Rich Shepard
On Tue, 14 Jul 2009, Frederick Noronha [??? ???] wrote: Please could someone tell me how I insert \thispagestyle{empty} at the start of a new 'part' for a book? Immediately in front of the part title, add a newline. Then insert the LaTeX code at that line. It's alway

\thispagestyle{empty}

2009-07-14 Thread Frederick Noronha [फ़रेदरिक नोरो नया]
Please could someone tell me how I insert \thispagestyle{empty} at the start of a new 'part' for a book? Can't seem to manage, though it works fine on a new-chapter page. FN -- FN * http://fredericknoronha.wordpress.com http://twitter.com/fn http://fredericknoronha.multiply.com/

Re: \thispagestyle{empty} not working for me

2004-07-02 Thread Helge Hafting
Rich Shepard wrote: On Tue, 29 Jun 2004, Juergen Spitzmueller wrote: I just played around a bit. As \frontmatter sets the pagestyle accordingly, the following should work (i.e. works for me): \thispagestyle{empty} % needed for page 1 \pagestyle{empty} \frontmatter Juergen, Yes, ... as

Re: \thispagestyle{empty} not working for me

2004-06-30 Thread Rich Shepard
On Wed, 30 Jun 2004, Helge Hafting wrote: > \thispagestyle sets the style for this page only, it might not do anything > for the next page. Its intended use is when you occationally need a > single page with a different style. Helge, While I understood this I didn't know what to use for multip

Re: \thispagestyle{empty} not working for me

2004-06-30 Thread Rich Shepard
re of the titlepage (which gets a special pagestyle, > modifying the default). That makes sense. Thanks. > Also, only text in the Author, Date, Title, ... paragraphs go to the > titlepage. Just curious: Did you try what happens, if you set the > \thispagestyle{empty} ERT not in a s

Re: \thispagestyle{empty} not working for me

2004-06-30 Thread Jean-Pierre Chretien
>> Why does the explicit \pagestyle{empty} fix the problem when >>\thispagestyle{empty} was not sufficient by itself? \thispagestyle{empty} *was* sufficient by itself, as your modified example shows. In fact we can forget all what was said about fancy stuff, svmono does not use at

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Juergen Spitzmueller
Rich Shepard wrote: > Jürgen, > > If I remove that line then the ToC numbering is in uppercase Roman > numerals rather than lowercase roman numerals. Is this controlled > somewhere else? Just curious. It's controlled by the class (frontmatter definition). And you are right, svmono.cls sets the p

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread G. Milde
On 29.06.04, Rich Shepard wrote: > On Tue, 29 Jun 2004, Juergen Spitzmueller wrote: > > > the following should work (i.e. works for me): > > > > > > \thispagestyle{empty} % needed for page 1 > > \pagestyle{empty} > > > > \frontmatter > >

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Juergen Spitzmueller wrote: > BTW you don't need \pagenumbering{roman} after \frontmatter, because > \frontmatter actually sets pagenumbering to roman (and mainmatter resets it > to arabic). Jürgen, If I remove that line then the ToC numbering is in uppercase Roman numeral

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Juergen Spitzmueller wrote: > BTW you don't need \pagenumbering{roman} after \frontmatter, because > \frontmatter actually sets pagenumbering to roman (and mainmatter resets > \it to arabic). Juergen, That's good to know. Thank you very much. Rich -- Dr. Richard B. Shep

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Juergen Spitzmueller wrote: > I just played around a bit. As \frontmatter sets the pagestyle accordingly, > the following should work (i.e. works for me): > > > \thispagestyle{empty} % needed for page 1 > \pagestyle{empty} > > \frontmatter Juergen,

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Juergen Spitzmueller
Rich Shepard wrote: > It does not seem applicable. What the publisher wants is no page numbering > through the Preface to the ToC, which is then numbered in 'roman'. The ToC > and \mainmatter paginate just fine. BTW you don't need \pagenumbering{roman} after \frontmatter, because \frontmatter act

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Juergen Spitzmueller
Rich Shepard wrote: > I tried it in both places. Let me be more specific; perhaps this will > help. With \thispagestyle{empty} on a line immediately following the title > line I see this in the .dvi output: > > Title page -- unnumbered > Publication information/copyright 

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Christian Ridderström wrote: > Maybe you could create a small dummy file (using the same classes etc) and > then send it to the list so that we can look at it directly? Christian, I've extracted the \frontmatter as a .tex file. Hope 12K is not too large. > Have you checke

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Christian Ridderström
On Tue, 29 Jun 2004, Rich Shepard wrote: > Might there be a clue in the .lyx file that I'm not seeing? Maybe you could create a small dummy file (using the same classes etc) and then send it to the list so that we can look at it directly? Have you checked the wiki, e.g. this page: ht

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Jean-Pierre Chretien wrote: > \thispagestyle{empty} is only active in the page where it belongs > (anywhere in the page), so you need to insert two commands of the like in > a way such they are in pages 4 and 5. > > Hope it does the trick :-) Allow me to

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Jean-Pierre Chretien
>> I tried it in both places. Let me be more specific; perhaps this will >>help. With \thispagestyle{empty} on a line immediately following the title >>line I see this in the .dvi output: >> >> Title page -- unnumbered >> Publication information/copyright p

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Jean-Pierre.Chretien wrote: > Just a guess: if the pagestyle of the document is fancyplain (as I would > recommend for a report or a book), you might try > \thispagestyle{plain} rather than \thispagestyle{empty} Jean-Pierre, This added the page number 2 at the

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
{amsmath} %% No pagination on part page \renewcommand\part{% [EMAIL PROTECTED] \cleardoublepage \else \clearpage \fi \thispagestyle{empty}% [EMAIL PROTECTED] \onecolumn [EMAIL PROTECTED] \else [EMAIL PROTECTED] \fi [EMAIL PROTECTED]@spart} %% end part page re

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Jean-Pierre.Chretien
>>To: [EMAIL PROTECTED] >>From: Juergen Spitzmueller <[EMAIL PROTECTED]> >>Subject: Re: \thispagestyle{empty} not working for me >>Date: Tue, 29 Jun 2004 16:23:31 +0200 >>X-Gmane-NNTP-Posting-Host: ds-dhcp-167.unizh.ch >> >>Rich Shepard wrote: >&

Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Juergen Spitzmueller
Rich Shepard wrote: > I have \thispagestyle{empty} immediately after the word, Preface, > but the numbering is still there. Do you have it in the heading's line? Try to set it in the next line (standard paragraph). I'm not sure this changes anything, though. >> Strange. P

Re: \thispagestyle{empty} not working for me

2004-06-28 Thread Rich Shepard
rent. Now the page after the title page is numbered '2', and the preface continues with the pagination. Then the ToC is numbered properly. I have \thispagestyle{empty} immediately after the word, Preface, but the numbering is still there. > Strange. Perhaps your class does some redefi

Re: \thispagestyle{empty} not working for me

2004-06-28 Thread Juergen Spitzmueller
then have that begin with "i" rather than "iii"? If your class supports \frontmatter et al., it would be easier to do \frontmatter \mainmatter >   I've looked on the Tips & Tricks page for paragraph numbering and it > seems that \thispagestyle{empty} should work

\thispagestyle{empty} not working for me

2004-06-28 Thread Rich Shepard
looked on the Tips & Tricks page for paragraph numbering and it seems that \thispagestyle{empty} should work when placed after the title, "Preface". But, it's not working for me. What have I missed? Thanks, Rich -- Dr. Richard B. Shepard, President Applied Ecosystem Services, Inc. (TM) <http://www.appl-ecosys.com>

Re: how to get \thispagestyle{empty} on the page where a specificfloat ends up

2003-02-11 Thread Christian Ridderström
On Tue, 11 Feb 2003, Dekel Tsur wrote: > On Tue, Feb 11, 2003 at 04:02:45PM +0100, Christian Ridderstr?m wrote: > > I tried adding \vspace{-1cm} and \vfill at different places but it still > > starts at the same space. > > \vspace{-1cm} should work, so you may be doing something wrong. > it wor

Re: how to get \thispagestyle{empty} on the page where a specific float ends up

2003-02-11 Thread Dekel Tsur
On Tue, Feb 11, 2003 at 04:02:45PM +0100, Christian Ridderstr?m wrote: > I tried adding \vspace{-1cm} and \vfill at different places but it still > starts at the same space. \vspace{-1cm} should work, so you may be doing something wrong.

Re: how to get \thispagestyle{empty} on the page where a specificfloat ends up

2003-02-11 Thread Christian Ridderström
> > > > I've tried putting \thispagestyle{empty} inside the float, but with no > > luck. Should I temporarily redefine some command or something? > Thanks, I've tested both ways and they work (I also put some notes here, in case others are interested) http://ev-

Re: how to get \thispagestyle{empty} on the page where a specificfloat ends up

2003-02-11 Thread Herbert Voss
Dekel Tsur schrieb: No need for the nonfloat package. You can insert a normal float and select "Here, definitely" placement in the dialog. using float.sty with option H is still not the best way Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Re: how to get \thispagestyle{empty} on the page where a specific float ends up

2003-02-11 Thread Dekel Tsur
with it). > > > >I've tried putting \thispagestyle{empty} inside the float, but with no > >luck. Should I temporarily redefine some command or something? > > choose package nonfloat for this picture, place pagebreak > before this and insert a \thispagestyle{empt

Re: how to get \thispagestyle{empty} on the page where a specificfloat ends up

2003-02-11 Thread Herbert Voss
Christian Ridderström schrieb: Does anyone have an idea how I can set the pagestyle to empty for the page that a specific float ends up on? (The float is big and the footers/headers interfere with it). I've tried putting \thispagestyle{empty} inside the float, but with no luck. Sho

how to get \thispagestyle{empty} on the page where a specific floatends up

2003-02-11 Thread Christian Ridderström
Hi Does anyone have an idea how I can set the pagestyle to empty for the page that a specific float ends up on? (The float is big and the footers/headers interfere with it). I've tried putting \thispagestyle{empty} inside the float, but with no luck. Should I temporarily redefine some co