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. Perhaps your class does some redefinition. Actually, it should
 work.  What pagestyle are you using generally?
 
 The document style is Springer-Verlag's 'svmono' built on top of 'book'.
 Page style is 'default'.

If the above doesn't work: Can you type \pagestyle{empty} at the very
beginning of the document, and then \pagestyle{fancy} (or whatever you are
using) after the TOC?

HTH,
Jürgen.




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:

 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. Perhaps your class does some redefinition. Actually, it should
 work.  What pagestyle are you using generally?
 
 The document style is Springer-Verlag's 'svmono' built on top of 'book'.
 Page style is 'default'.

If the above doesn't work: Can you type \pagestyle{empty} at the very
beginning of the document, and then \pagestyle{fancy} (or whatever you are
using) after the TOC?

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}

Of course, you have to decide what plain means for your document...

-- 
Jean-Pierre



Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Juergen Spitzmueller wrote:

 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.

Juergen,

  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 page -- unnumbered
  Preface (first page) -- unnumbered
  Preface (second and third pages) -- numbered 4 and 5
  Table at end of Preface -- unnumbered
  Table of Contents (first page) -- unnumbered
  Table of Contents (subsequent pages) -- numbered beginning with i
  Introduction (first page) -- unnumbered
  Subsequent pages -- numbered beginning with 2.

  So, the only pages that need to have the pagination removed are the middle
pages of the preface.

 If the above doesn't work: Can you type \pagestyle{empty} at the very
 beginning of the document, and then \pagestyle{fancy} (or whatever you are
 using) after the TOC?

  Perhaps the svmono class definition is interfering with what I want to
achieve (although it should not do so). Anyway, here's the beginning of the
.lyx file. Perhaps this will provide some insight to those more
knowledgeable than I:

#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass svmono
\begin_preamble
\usepackage{multicol}
\usepackage{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 redefinition

\usepackage{array}
\def\PBS#1{\let\temp=\\#1\let\\=\temp}
\newcolumntype{P}[1]{{\PBS\raggedright}p{#1}}
\end_preamble


-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


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 footer of the copyright page.
Otherwise, no difference.

  What a difficult task this is proving to be! Should be really simple, no?

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


LyX Errors: what can be the problem? Text Cross-references?

2004-06-29 Thread Luyt Du Chavoux, Mnr [EMAIL PROTECTED]
Hi
I'm pretty new to Linux (Knoppix3.3 - Debian testing/unstable) and LyX. I liked what 
I saw about LyX and want to write my thesis in it if I can. However, When I try to 
export my LyX file to pdf I get 4 latex errors all in this one place. What could be 
the problem? This paragraph is of type Description (It is the closest I could find 
to what I need below a figure). The two formulae is in math mode (with the little blue 
box around them)
Fig.2 The relation between animal gain and stocking rate (Jones  Sandland 1974). 
Using different stocking densities they determined experimentally that the gain in 
mass per animal (Average Daily Gain) drops linearly with an increase in stocking 
density having a relationship of the form:  Y = a - bx (Y is ADG per animal, x is 
stocking density and a and b are parameters determined experimentally). The production 
per hectare on the other hand, is a relationship of the form: Y = ax - bx^{2}   with 
the same parameters as above. In this example, up to about 1 animal per hectare there 
is no change in productivity per animal, usually ascribed to too much low-quality 
vegetative material (Morris et al. 1999) or maximum gain physiologically possible 
(Jones and Sandland 1974). Then, when the critical stocking rate is reached, there 
is a linear drop in production per animal. Assuming no change in the vegetation, the 
economic carrying capacity (max production per hectare) is reached at a stocking 
density of about 2.6 animals per hectare and if reproduction equals mortality (K) at 
the point where animals only just maintain their own body mass, ecological carrying 
capacity is reached at a stocking density of about 4.8 animals per hectare.
The four errors (I don't think they are exactly in the right places, but all are in 
this paragraph) are the following:
1.
Missing $ inserted.
 ...s a relationship of the form:Y = ax - bx^
  {2}
I've inserted a begin-math/end-math symbol since I think
 you left one out. Proceed, with fingers crossed.
 
2.
Missing $ inserted.
 \end{description}
 I've inserted something that you may have forgotten.
 (See the inserted text above.)
 With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
 
3.
LaTeX Error: Something's wrong--perhaps a missing \item.
 \end{description}
 Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
 
4.
LaTeX Error: Something's wrong--perhaps a missing \item.
 \end{description}
 Try typing  return  to proceed.
 If that doesn't work, type  X return  to quit.
 
Is there a quick way in LyX to turn the view of the document from LyX (just formated 
text) to LaTeX so that I can change the raw LaTeX? Should I do this at all (or is 
there another way to solve this problem)?
 
Another question: Is it possible to use cross-references where the Label (that is 
referenced) uses the first few words of the following text instead of a number and the 
cross-reference then display these words (when I try this, it just displays an empty 
space in the PDF!)? I want to use this for my reference list. I decided not to use 
BibTex (or rather Pybliography) because I already have my references in a Paradox 
database (in a Delphi program) together with keywords and my own notes that can be 
used for searching... it looks as if it will take too much time to get the whole 
database into Pybliographic (and I don't know how much of a searching capability 
Pybliogrphic has). It is easier for me to just copy and paste when I need a new 
reference in my paper.
 
Thanks
Chavoux Luyt


Re: LyX Errors: what can be the problem? Text Cross-references?

2004-06-29 Thread Angus Leeming
Luyt Du Chavoux, Mnr wrote:

 Hi
 I'm pretty new to Linux (Knoppix3.3 - Debian testing/unstable) and LyX.
 I liked what I saw about LyX and want to write my thesis in it if I can.
 However, When I try to export my LyX file to pdf I get 4 latex errors all
 in this one place.

Hello, Luyt.

Please post a minimal .lyx file demonstrating the problems. You don't need
to post the figure, but please reference it inside the .lyx file.

-- 
Angus



Lists

2004-06-29 Thread Roberto
Does anybody know of any brazilian lyx list (mainly for portuguese character code 
related topics)?



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 page -- unnumbered
  Preface (first page) -- unnumbered
  Preface (second and third pages) -- numbered 4 and 5
  Table at end of Preface -- unnumbered
  Table of Contents (first page) -- unnumbered
  Table of Contents (subsequent pages) -- numbered beginning with i
  Introduction (first page) -- unnumbered
  Subsequent pages -- numbered beginning with 2.

  So, the only pages that need to have the pagination removed are the middle
pages of the preface.

\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. 
Putting it near Preface will say it twice if the title pages
are already empty

Hope it does the trick :-)

-- 
Jean-Pierre



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 write that I'm quite frustrated at my inability -- with all
the help here -- to fix this problem.

  When I view the .dvi output I see that the second page of the preface (the
one with page number 4 on it) begins with an enumerated list. I tried
putting the ERT before the list enumeration (on a line of its own) and
immediately after the '1. ' for the first item. Those two pages are still
numbered! ARRRGGGH-H-H-H!!

  Might there be a clue in the .lyx file that I'm not seeing?

Many thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


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:

http://wiki.lyx.org/pmwiki.php/Examples/RomanPageNumbering

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




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 checked the wiki, e.g. this page:

   http://wiki.lyx.org/pmwiki.php/Examples/RomanPageNumbering

  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.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com

eia-book.tex
Description: TeX document


Dot and Cross Products

2004-06-29 Thread Bruce Pourciau
Any one know how to get a dot which is bigger than \cdot but smaller
than \bullet? I need this to represent the dot product of vectors in
mathematics. And how about a heavier version of \times, to represent the
cross product of vectors? Can I get this by doing \times in bold? (I'd
test this right now, but I'm not at the moment at a machine with LaTeX installed.)

Bruce Pourciau


Re: Dot and Cross Products

2004-06-29 Thread Stephen Buonopane
Any one know how to get a dot which is bigger than \cdot but smaller
than \bullet? I need this to represent the dot product of vectors in
mathematics. And how about a heavier version of \times, to represent 
the
cross product of vectors? Can I get this by doing \times in bold? (I'd
test this right now, but I'm not at the moment at a machine with LaTeX 
installed.)

Bruce Pourciau
How about /centerdot ?
Steve


Re: accented chars dead keys problem

2004-06-29 Thread Gour
Gour ([EMAIL PROTECTED]) wrote:

 Hi!

Just a short followup what -dbg 4 gives:

a) when entering s-acute ()

Press key 65535 text none, ascii 0
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text none, ascii 0
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text , ascii 0
Setting key to 65535, 
KeySym is 
isOK is 1
isMod is 0
encoding is iso8859-2
Using codec ISO 8859-2
ISOEncoded returning value 182
action first set to [-1]
action now set to [-1]
Key [action=-1][]
isText for key 65535 isPrint is 1
isText() is true, inserting.


b) when entering a-macron ()

Press key 65535 text none, ascii 0
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text , ascii 0
Setting key to 65535, 
KeySym is 
isOK is 1
isMod is 0
encoding is iso8859-2
Using codec ISO 8859-2
Oof. Can't encode the text !
ISOEncoded returning value 0
action first set to [-1]
action now set to [-1]
Key [action=-1][]
isText for key 65535 isPrint is 1
isText() is true, inserting.


Any idea waht's wrong?

Sincerely,
Gour

-- 
Gour| [EMAIL PROTECTED]
Registered Linux User   | #278493
GPG Public Key  | 8C44EDCD
 


Brazilian LyX List

2004-06-29 Thread Carlos Fernando Knauer
Hi.

I create a list for brazilia users. To subscribe send an e-mail to:
[EMAIL PROTECTED] 

Thanks,
-- 
Carlos Fernando Knauer - [EMAIL PROTECTED]
ICQ: 2365669
http://counter.li.org
Linux User # 282221




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 actually sets pagenumbering to roman (and mainmatter resets it
to arabic).

Jürgen.



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. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Re-sizing figures

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Rich Shepard wrote:

 Is there a quick way to have the figure float re-adjusted so the caption
 has space above it when the figure (.eps) is made larger?

  I just discovered -- accidentally -- that killing the lyx process and
restarting it, then re-loading the document does space the caption properly.
Seems rather drastic, however.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


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. Perhaps your class does some redefinition. Actually, it should
 work.  What pagestyle are you using generally?
 
 The document style is Springer-Verlag's 'svmono' built on top of 'book'.
 Page style is 'default'.

If the above doesn't work: Can you type \pagestyle{empty} at the very
beginning of the document, and then \pagestyle{fancy} (or whatever you are
using) after the TOC?

HTH,
Jürgen.




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:

 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. Perhaps your class does some redefinition. Actually, it should
 work.  What pagestyle are you using generally?
 
 The document style is Springer-Verlag's 'svmono' built on top of 'book'.
 Page style is 'default'.

If the above doesn't work: Can you type \pagestyle{empty} at the very
beginning of the document, and then \pagestyle{fancy} (or whatever you are
using) after the TOC?

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}

Of course, you have to decide what plain means for your document...

-- 
Jean-Pierre



Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Juergen Spitzmueller wrote:

 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.

Juergen,

  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 page -- unnumbered
  Preface (first page) -- unnumbered
  Preface (second and third pages) -- numbered 4 and 5
  Table at end of Preface -- unnumbered
  Table of Contents (first page) -- unnumbered
  Table of Contents (subsequent pages) -- numbered beginning with i
  Introduction (first page) -- unnumbered
  Subsequent pages -- numbered beginning with 2.

  So, the only pages that need to have the pagination removed are the middle
pages of the preface.

 If the above doesn't work: Can you type \pagestyle{empty} at the very
 beginning of the document, and then \pagestyle{fancy} (or whatever you are
 using) after the TOC?

  Perhaps the svmono class definition is interfering with what I want to
achieve (although it should not do so). Anyway, here's the beginning of the
.lyx file. Perhaps this will provide some insight to those more
knowledgeable than I:

#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass svmono
\begin_preamble
\usepackage{multicol}
\usepackage{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 redefinition

\usepackage{array}
\def\PBS#1{\let\temp=\\#1\let\\=\temp}
\newcolumntype{P}[1]{{\PBS\raggedright}p{#1}}
\end_preamble


-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


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 footer of the copyright page.
Otherwise, no difference.

  What a difficult task this is proving to be! Should be really simple, no?

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


LyX Errors: what can be the problem? Text Cross-references?

2004-06-29 Thread Luyt Du Chavoux, Mnr [EMAIL PROTECTED]
Hi
I'm pretty new to Linux (Knoppix3.3 - Debian testing/unstable) and LyX. I liked what 
I saw about LyX and want to write my thesis in it if I can. However, When I try to 
export my LyX file to pdf I get 4 latex errors all in this one place. What could be 
the problem? This paragraph is of type Description (It is the closest I could find 
to what I need below a figure). The two formulae is in math mode (with the little blue 
box around them)
Fig.2 The relation between animal gain and stocking rate (Jones  Sandland 1974). 
Using different stocking densities they determined experimentally that the gain in 
mass per animal (Average Daily Gain) drops linearly with an increase in stocking 
density having a relationship of the form:  Y = a - bx (Y is ADG per animal, x is 
stocking density and a and b are parameters determined experimentally). The production 
per hectare on the other hand, is a relationship of the form: Y = ax - bx^{2}   with 
the same parameters as above. In this example, up to about 1 animal per hectare there 
is no change in productivity per animal, usually ascribed to too much low-quality 
vegetative material (Morris et al. 1999) or maximum gain physiologically possible 
(Jones and Sandland 1974). Then, when the critical stocking rate is reached, there 
is a linear drop in production per animal. Assuming no change in the vegetation, the 
economic carrying capacity (max production per hectare) is reached at a stocking 
density of about 2.6 animals per hectare and if reproduction equals mortality (K) at 
the point where animals only just maintain their own body mass, ecological carrying 
capacity is reached at a stocking density of about 4.8 animals per hectare.
The four errors (I don't think they are exactly in the right places, but all are in 
this paragraph) are the following:
1.
Missing $ inserted.
 ...s a relationship of the form:Y = ax - bx^
  {2}
I've inserted a begin-math/end-math symbol since I think
 you left one out. Proceed, with fingers crossed.
 
2.
Missing $ inserted.
 \end{description}
 I've inserted something that you may have forgotten.
 (See the inserted text above.)
 With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
 
3.
LaTeX Error: Something's wrong--perhaps a missing \item.
 \end{description}
 Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
 
4.
LaTeX Error: Something's wrong--perhaps a missing \item.
 \end{description}
 Try typing  return  to proceed.
 If that doesn't work, type  X return  to quit.
 
Is there a quick way in LyX to turn the view of the document from LyX (just formated 
text) to LaTeX so that I can change the raw LaTeX? Should I do this at all (or is 
there another way to solve this problem)?
 
Another question: Is it possible to use cross-references where the Label (that is 
referenced) uses the first few words of the following text instead of a number and the 
cross-reference then display these words (when I try this, it just displays an empty 
space in the PDF!)? I want to use this for my reference list. I decided not to use 
BibTex (or rather Pybliography) because I already have my references in a Paradox 
database (in a Delphi program) together with keywords and my own notes that can be 
used for searching... it looks as if it will take too much time to get the whole 
database into Pybliographic (and I don't know how much of a searching capability 
Pybliogrphic has). It is easier for me to just copy and paste when I need a new 
reference in my paper.
 
Thanks
Chavoux Luyt


Re: LyX Errors: what can be the problem? Text Cross-references?

2004-06-29 Thread Angus Leeming
Luyt Du Chavoux, Mnr wrote:

 Hi
 I'm pretty new to Linux (Knoppix3.3 - Debian testing/unstable) and LyX.
 I liked what I saw about LyX and want to write my thesis in it if I can.
 However, When I try to export my LyX file to pdf I get 4 latex errors all
 in this one place.

Hello, Luyt.

Please post a minimal .lyx file demonstrating the problems. You don't need
to post the figure, but please reference it inside the .lyx file.

-- 
Angus



Lists

2004-06-29 Thread Roberto
Does anybody know of any brazilian lyx list (mainly for portuguese character code 
related topics)?



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 page -- unnumbered
  Preface (first page) -- unnumbered
  Preface (second and third pages) -- numbered 4 and 5
  Table at end of Preface -- unnumbered
  Table of Contents (first page) -- unnumbered
  Table of Contents (subsequent pages) -- numbered beginning with i
  Introduction (first page) -- unnumbered
  Subsequent pages -- numbered beginning with 2.

  So, the only pages that need to have the pagination removed are the middle
pages of the preface.

\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. 
Putting it near Preface will say it twice if the title pages
are already empty

Hope it does the trick :-)

-- 
Jean-Pierre



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 write that I'm quite frustrated at my inability -- with all
the help here -- to fix this problem.

  When I view the .dvi output I see that the second page of the preface (the
one with page number 4 on it) begins with an enumerated list. I tried
putting the ERT before the list enumeration (on a line of its own) and
immediately after the '1. ' for the first item. Those two pages are still
numbered! ARRRGGGH-H-H-H!!

  Might there be a clue in the .lyx file that I'm not seeing?

Many thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


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:

http://wiki.lyx.org/pmwiki.php/Examples/RomanPageNumbering

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




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 checked the wiki, e.g. this page:

   http://wiki.lyx.org/pmwiki.php/Examples/RomanPageNumbering

  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.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com

eia-book.tex
Description: TeX document


Dot and Cross Products

2004-06-29 Thread Bruce Pourciau
Any one know how to get a dot which is bigger than \cdot but smaller
than \bullet? I need this to represent the dot product of vectors in
mathematics. And how about a heavier version of \times, to represent the
cross product of vectors? Can I get this by doing \times in bold? (I'd
test this right now, but I'm not at the moment at a machine with LaTeX installed.)

Bruce Pourciau


Re: Dot and Cross Products

2004-06-29 Thread Stephen Buonopane
Any one know how to get a dot which is bigger than \cdot but smaller
than \bullet? I need this to represent the dot product of vectors in
mathematics. And how about a heavier version of \times, to represent 
the
cross product of vectors? Can I get this by doing \times in bold? (I'd
test this right now, but I'm not at the moment at a machine with LaTeX 
installed.)

Bruce Pourciau
How about /centerdot ?
Steve


Re: accented chars dead keys problem

2004-06-29 Thread Gour
Gour ([EMAIL PROTECTED]) wrote:

 Hi!

Just a short followup what -dbg 4 gives:

a) when entering s-acute ()

Press key 65535 text none, ascii 0
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text none, ascii 0
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text , ascii 0
Setting key to 65535, 
KeySym is 
isOK is 1
isMod is 0
encoding is iso8859-2
Using codec ISO 8859-2
ISOEncoded returning value 182
action first set to [-1]
action now set to [-1]
Key [action=-1][]
isText for key 65535 isPrint is 1
isText() is true, inserting.


b) when entering a-macron ()

Press key 65535 text none, ascii 0
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text , ascii 0
Setting key to 65535, 
KeySym is 
isOK is 1
isMod is 0
encoding is iso8859-2
Using codec ISO 8859-2
Oof. Can't encode the text !
ISOEncoded returning value 0
action first set to [-1]
action now set to [-1]
Key [action=-1][]
isText for key 65535 isPrint is 1
isText() is true, inserting.


Any idea waht's wrong?

Sincerely,
Gour

-- 
Gour| [EMAIL PROTECTED]
Registered Linux User   | #278493
GPG Public Key  | 8C44EDCD
 


Brazilian LyX List

2004-06-29 Thread Carlos Fernando Knauer
Hi.

I create a list for brazilia users. To subscribe send an e-mail to:
[EMAIL PROTECTED] 

Thanks,
-- 
Carlos Fernando Knauer - [EMAIL PROTECTED]
ICQ: 2365669
http://counter.li.org
Linux User # 282221




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 actually sets pagenumbering to roman (and mainmatter resets it
to arabic).

Jürgen.



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. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Re-sizing figures

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Rich Shepard wrote:

 Is there a quick way to have the figure float re-adjusted so the caption
 has space above it when the figure (.eps) is made larger?

  I just discovered -- accidentally -- that killing the lyx process and
restarting it, then re-loading the document does space the caption properly.
Seems rather drastic, however.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


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. Perhaps your class does some redefinition. Actually, it should
>> work.  What pagestyle are you using generally?
> 
> The document style is Springer-Verlag's 'svmono' built on top of 'book'.
> Page style is 'default'.

If the above doesn't work: Can you type \pagestyle{empty} at the very
beginning of the document, and then \pagestyle{fancy} (or whatever you are
using) after the TOC?

HTH,
Jürgen.




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:
>>
>>> 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. Perhaps your class does some redefinition. Actually, it should
 work.  What pagestyle are you using generally?
>>> 
>>> The document style is Springer-Verlag's 'svmono' built on top of 'book'.
>>> Page style is 'default'.
>>
>>If the above doesn't work: Can you type \pagestyle{empty} at the very
>>beginning of the document, and then \pagestyle{fancy} (or whatever you are
>>using) after the TOC?

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}

Of course, you have to decide what plain means for your document...

-- 
Jean-Pierre



Re: \thispagestyle{empty} not working for me

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Juergen Spitzmueller wrote:

> 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.

Juergen,

  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 page -- unnumbered
  Preface (first page) -- unnumbered
  Preface (second and third pages) -- numbered 4 and 5
  Table at end of Preface -- unnumbered
  Table of Contents (first page) -- unnumbered
  Table of Contents (subsequent pages) -- numbered beginning with i
  Introduction (first page) -- unnumbered
  Subsequent pages -- numbered beginning with 2.

  So, the only pages that need to have the pagination removed are the middle
pages of the preface.

> If the above doesn't work: Can you type \pagestyle{empty} at the very
> beginning of the document, and then \pagestyle{fancy} (or whatever you are
> using) after the TOC?

  Perhaps the svmono class definition is interfering with what I want to
achieve (although it should not do so). Anyway, here's the beginning of the
.lyx file. Perhaps this will provide some insight to those more
knowledgeable than I:

#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass svmono
\begin_preamble
\usepackage{multicol}
\usepackage{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 redefinition

\usepackage{array}
\def\PBS#1{\let\temp=\\#1\let\\=\temp}
\newcolumntype{P}[1]{>{\PBS\raggedright}p{#1}}
\end_preamble


-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



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 footer of the copyright page.
Otherwise, no difference.

  What a difficult task this is proving to be! Should be really simple, no?

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



LyX Errors: what can be the problem? & Text Cross-references?

2004-06-29 Thread Luyt Du Chavoux, Mnr <[EMAIL PROTECTED]>
Hi
I'm pretty new to Linux (Knoppix3.3 -> Debian testing/unstable) and LyX. I liked what 
I saw about LyX and want to write my thesis in it if I can. However, When I try to 
export my LyX file to pdf I get 4 latex errors all in this one place. What could be 
the problem? This "paragraph" is of type "Description" (It is the closest I could find 
to what I need below a figure). The two formulae is in math mode (with the little blue 
box around them)
Fig.2 The relation between animal gain and stocking rate (Jones & Sandland 1974). 
Using different stocking densities they determined experimentally that the gain in 
mass per animal (Average Daily Gain) drops linearly with an increase in stocking 
density having a relationship of the form:  Y = a - bx (Y is ADG per animal, x is 
stocking density and a and b are parameters determined experimentally). The production 
per hectare on the other hand, is a relationship of the form: Y = ax - bx^{2}   with 
the same parameters as above. In this example, up to about 1 animal per hectare there 
is no change in productivity per animal, usually ascribed to too much low-quality 
vegetative material (Morris et al. 1999) or maximum gain physiologically possible 
(Jones and Sandland 1974). Then, when the "critical stocking rate" is reached, there 
is a linear drop in production per animal. Assuming no change in the vegetation, the 
economic carrying capacity (max production per hectare) is reached at a stocking 
density of about 2.6 animals per hectare and if reproduction equals mortality (K) at 
the point where animals only just maintain their own body mass, ecological carrying 
capacity is reached at a stocking density of about 4.8 animals per hectare.
The four errors (I don't think they are exactly in the right places, but all are in 
this paragraph) are the following:
1.
Missing $ inserted.
 ...s a relationship of the form:Y = ax - bx^
  {2}
I've inserted a begin-math/end-math symbol since I think
 you left one out. Proceed, with fingers crossed.
 
2.
Missing $ inserted.
 \end{description}
 I've inserted something that you may have forgotten.
 (See the  above.)
 With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
 
3.
LaTeX Error: Something's wrong--perhaps a missing \item.
 \end{description}
 Try typingto proceed.
If that doesn't work, type  X   to quit.
 
4.
LaTeX Error: Something's wrong--perhaps a missing \item.
 \end{description}
 Try typingto proceed.
 If that doesn't work, type  X   to quit.
 
Is there a quick way in LyX to turn the view of the document from LyX (just formated 
text) to LaTeX so that I can change the raw LaTeX? Should I do this at all (or is 
there another way to solve this problem)?
 
Another question: Is it possible to use cross-references where the Label (that is 
referenced) uses the first few words of the following text instead of a number and the 
cross-reference then display these words (when I try this, it just displays an empty 
space in the PDF!)? I want to use this for my reference list. I decided not to use 
BibTex (or rather Pybliography) because I already have my references in a Paradox 
database (in a Delphi program) together with keywords and my own notes that can be 
used for searching... it looks as if it will take too much time to get the whole 
database into Pybliographic (and I don't know how much of a searching capability 
Pybliogrphic has). It is easier for me to just copy and paste when I need a new 
reference in my paper.
 
Thanks
Chavoux Luyt


Re: LyX Errors: what can be the problem? & Text Cross-references?

2004-06-29 Thread Angus Leeming
Luyt Du Chavoux, Mnr wrote:

> Hi
> I'm pretty new to Linux (Knoppix3.3 -> Debian testing/unstable) and LyX.
> I liked what I saw about LyX and want to write my thesis in it if I can.
> However, When I try to export my LyX file to pdf I get 4 latex errors all
> in this one place.

Hello, Luyt.

Please post a minimal .lyx file demonstrating the problems. You don't need
to post the figure, but please reference it inside the .lyx file.

-- 
Angus



Lists

2004-06-29 Thread Roberto
Does anybody know of any brazilian lyx list (mainly for portuguese character code 
related topics)?



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 page -- unnumbered
>>  Preface (first page) -- unnumbered
>>  Preface (second and third pages) -- numbered 4 and 5
>>  Table at end of Preface -- unnumbered
>>  Table of Contents (first page) -- unnumbered
>>  Table of Contents (subsequent pages) -- numbered beginning with i
>>  Introduction (first page) -- unnumbered
>>  Subsequent pages -- numbered beginning with 2.
>>
>>  So, the only pages that need to have the pagination removed are the middle
>>pages of the preface.

\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. 
Putting it near Preface will say it twice if the title pages
are already empty

Hope it does the trick :-)

-- 
Jean-Pierre



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 write that I'm quite frustrated at my inability -- with all
the help here -- to fix this problem.

  When I view the .dvi output I see that the second page of the preface (the
one with page number 4 on it) begins with an enumerated list. I tried
putting the ERT before the list enumeration (on a line of its own) and
immediately after the '1. ' for the first item. Those two pages are still
numbered! ARRRGGGH-H-H-H!!

  Might there be a clue in the .lyx file that I'm not seeing?

Many thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



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:

http://wiki.lyx.org/pmwiki.php/Examples/RomanPageNumbering

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




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 checked the wiki, e.g. this page:
>
>   http://wiki.lyx.org/pmwiki.php/Examples/RomanPageNumbering

  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.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)


eia-book.tex
Description: TeX document


Dot and Cross Products

2004-06-29 Thread Bruce Pourciau
Any one know how to get a dot which is bigger than \cdot but smaller
than \bullet? I need this to represent the dot product of vectors in
mathematics. And how about a heavier version of \times, to represent the
cross product of vectors? Can I get this by doing \times in bold? (I'd
test this right now, but I'm not at the moment at a machine with LaTeX installed.)

Bruce Pourciau


Re: Dot and Cross Products

2004-06-29 Thread Stephen Buonopane
Any one know how to get a dot which is bigger than \cdot but smaller
than \bullet? I need this to represent the dot product of vectors in
mathematics. And how about a heavier version of \times, to represent 
the
cross product of vectors? Can I get this by doing \times in bold? (I'd
test this right now, but I'm not at the moment at a machine with LaTeX 
installed.)

Bruce Pourciau
How about /centerdot ?
Steve


Re: accented chars & dead keys problem

2004-06-29 Thread Gour
Gour ([EMAIL PROTECTED]) wrote:

> Hi!

Just a short followup what -dbg 4 gives:

a) when entering s-acute (Å)

Press key 65535 text "none", ascii "0"
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text "none", ascii "0"
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text "Å", ascii "0"
Setting key to 65535, Å
KeySym is Å
isOK is 1
isMod is 0
encoding is iso8859-2
Using codec ISO 8859-2
ISOEncoded returning value 182
action first set to [-1]
action now set to [-1]
Key [action=-1][Å]
isText for key 65535 isPrint is 1
isText() is true, inserting.


b) when entering a-macron (Ä)

Press key 65535 text "none", ascii "0"
Setting key to 65535,
KeySym is
isOK is 0
Empty kbd action (probably composing)
Press key 65535 text "Ä", ascii "0"
Setting key to 65535, Ä
KeySym is Ä
isOK is 1
isMod is 0
encoding is iso8859-2
Using codec ISO 8859-2
Oof. Can't encode the text !
ISOEncoded returning value 0
action first set to [-1]
action now set to [-1]
Key [action=-1][Ä]
isText for key 65535 isPrint is 1
isText() is true, inserting.


Any idea waht's wrong?

Sincerely,
Gour

-- 
Gour| [EMAIL PROTECTED]
Registered Linux User   | #278493
GPG Public Key  | 8C44EDCD
 


Brazilian LyX List

2004-06-29 Thread Carlos Fernando Knauer
Hi.

I create a list for brazilia users. To subscribe send an e-mail to:
[EMAIL PROTECTED] 

Thanks,
-- 
Carlos Fernando Knauer - [EMAIL PROTECTED]
ICQ: 2365669
http://counter.li.org
Linux User # 282221




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 actually sets pagenumbering to roman (and mainmatter resets it
to arabic).

Jürgen.



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. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: Re-sizing figures

2004-06-29 Thread Rich Shepard
On Tue, 29 Jun 2004, Rich Shepard wrote:

> Is there a quick way to have the figure float re-adjusted so the caption
> has space above it when the figure (.eps) is made larger?

  I just discovered -- accidentally -- that killing the lyx process and
restarting it, then re-loading the document does space the caption properly.
Seems rather drastic, however.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)