Re: NSF proposals

2005-07-01 Thread samar j. singh
On Friday 01 July 2005 17:37, Todd Denniston wrote:
> "Martin Henry H. Stevens" wrote:
> > I don't understand. I have already built one huge .bib file that
> > contains ALL of my references for ALL of my research. I link to that
> > with Insert->Lists & TOC->BibTeX Reference, and then LyX very nicely
> > generates a formatted References Cited section. My problem is that I
> > need that section numbered from 1 - n, with  "References Cited, p. #".
> > I tried
> >
> > \cfoot{References Cited - \thepage-15}
Martin the \ followed by a space creates a space  in this format.
So What you need is \cfoot{References\ Cited\ -\ thepage}

Putting it simply, if  you want a space put in \space as above.

As Todd has said you need to handle the subtraction of 15 by the setcounter 
method, though I will be pleasantly surprised if it works in this context. 

Its hard to recommend a process unless on know which of the various 
alternatives you are taking  up for creating this file of references.


>
> Ah,
> the dash is literaly put in, not a math thing.
> What you want, is on the page you want to restart the page counting.
> insert an ERT, on the page you want to be numbered 1, and in the ERT put:
> \setcounter{page}{1}
>
> > but it didn't subtract 15 from the document page number Well, I
> > tried!
> >
> > Thoughts?
> > Hank
> >
> > On Jul 1, 2005, at 4:00 PM, Todd Denniston wrote:
> > > Todd Denniston wrote:
> > >> "Martin Henry H. Stevens" wrote:
> > >
> > > 
> > >
> > >>> I think I need the .bib file, a separate file that contains the
> > >>> (formatted) references cited in the document, and which has it's own
> > >>> page numbering
> > >>> Is that better?
> > >
> > > 
> > > Ack... on re-reading your question, I see a different light.
> > > if you make a separate LyX (not bib) file, you will definitely need to
> > > use
> > > samar's trick of putting in ERT \:
> > > \nocite{*}
> > >
> > > ... after having built the .bib and pulled it in to the LyX file with
> > > Insert->Lists & TOC->BibTeX Reference .
>
> 

-- 
samar j. singh
bangalore


Re: NSF proposals

2005-07-01 Thread Martin Henry H. Stevens

That did it! I think you and Samar have done it! thank you!

I use fancy in the menu, and then

ERT
\fancyhead{} %Clears header fields
\cfoot{Project Description - \thepage}

At the beginning of the references I use
ERT
\setcounter{page}{1}
\cfoot{References Cited - \thepage}

I can then cut the Refs off in Adobe Acrobat (I guess my next step is 
to do it in ghostscript...?) Oh, well, it works!


Cheers,
Hank

On Jul 1, 2005, at 5:37 PM, Todd Denniston wrote:


"Martin Henry H. Stevens" wrote:


I don't understand. I have already built one huge .bib file that
contains ALL of my references for ALL of my research. I link to that
with Insert->Lists & TOC->BibTeX Reference, and then LyX very nicely
generates a formatted References Cited section. My problem is that I
need that section numbered from 1 - n, with  "References Cited, p. #".
I tried

\cfoot{References Cited - \thepage-15}



Ah,
the dash is literaly put in, not a math thing.
What you want, is on the page you want to restart the page counting.
insert an ERT, on the page you want to be numbered 1, and in the ERT 
put:

\setcounter{page}{1}


but it didn't subtract 15 from the document page number Well, I
tried!

Thoughts?
Hank

On Jul 1, 2005, at 4:00 PM, Todd Denniston wrote:


Todd Denniston wrote:


"Martin Henry H. Stevens" wrote:





I think I need the .bib file, a separate file that contains the
(formatted) references cited in the document, and which has it's 
own

page numbering
Is that better?


Ack... on re-reading your question, I see a different light.
if you make a separate LyX (not bib) file, you will definitely need 
to

use
samar's trick of putting in ERT \:
\nocite{*}

... after having built the .bib and pulled it in to the LyX file with
Insert->Lists & TOC->BibTeX Reference .




--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter



Dr. Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami University
Oxford, OH 45056

Office: (513) 529-4206
Lab: (513) 529-4262
FAX: (513) 529-4243
http://www.cas.muohio.edu/botany/bot/henry.html
http://www.muohio.edu/ecology/
http://www.muohio.edu/botany/
"E Pluribus Unum"



Re: NSF proposals

2005-07-01 Thread Todd Denniston
"Martin Henry H. Stevens" wrote:
> 
> I don't understand. I have already built one huge .bib file that
> contains ALL of my references for ALL of my research. I link to that
> with Insert->Lists & TOC->BibTeX Reference, and then LyX very nicely
> generates a formatted References Cited section. My problem is that I
> need that section numbered from 1 - n, with  "References Cited, p. #".
> I tried
> 
> \cfoot{References Cited - \thepage-15}
> 

Ah,
the dash is literaly put in, not a math thing.
What you want, is on the page you want to restart the page counting.
insert an ERT, on the page you want to be numbered 1, and in the ERT put:
\setcounter{page}{1}

> but it didn't subtract 15 from the document page number Well, I
> tried!
> 
> Thoughts?
> Hank
> 
> On Jul 1, 2005, at 4:00 PM, Todd Denniston wrote:
> 
> > Todd Denniston wrote:
> >>
> >> "Martin Henry H. Stevens" wrote:
> >>>
> > 
> >>> I think I need the .bib file, a separate file that contains the
> >>> (formatted) references cited in the document, and which has it's own
> >>> page numbering
> >>> Is that better?
> > 
> > Ack... on re-reading your question, I see a different light.
> > if you make a separate LyX (not bib) file, you will definitely need to
> > use
> > samar's trick of putting in ERT \:
> > \nocite{*}
> >
> > ... after having built the .bib and pulled it in to the LyX file with
> > Insert->Lists & TOC->BibTeX Reference .
> >
> >

-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter


Re: NSF proposals

2005-07-01 Thread Todd Denniston
Todd Denniston wrote:
> 
> "Martin Henry H. Stevens" wrote:
> >

> > I think I need the .bib file, a separate file that contains the
> > (formatted) references cited in the document, and which has it's own
> > page numbering
> > Is that better?

Ack... on re-reading your question, I see a different light.
if you make a separate LyX (not bib) file, you will definitely need to use
samar's trick of putting in ERT \:
\nocite{*}

... after having built the .bib and pulled it in to the LyX file with
Insert->Lists & TOC->BibTeX Reference .


-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter


Re: Pstricks problem

2005-07-01 Thread Herbert Voss

Brian Williams wrote:

Hello folks,

this isn't strictly lyx, though I am using pstricks from lyx.

(if there is another list I should use please point me)


see http://PSTricks.tug.org


I downloaded the example from the pstricks page on

http://tug.org/PSTricks/pst-plot/gauss0.tex

and the axes were not labelled in the correct position. (dvi attached).  
The same problem occurs in native miktex.  Any ideas?


PSTricks->PostScript Tricks and not DVITricks ...
See FDE, frequently done errors on the main page of
http://PSTricks.tug.org

Herbert



Re: NSF proposals

2005-07-01 Thread Todd Denniston
"Martin Henry H. Stevens" wrote:
> 
> Thanks! See clarification below.
> On Jul 1, 2005, at 3:13 PM, Todd Denniston wrote:
> 
> > "Martin Henry H. Stevens" wrote:

> >> 2. I cannot separate my references cited (using BibTeX) from the
> >> document, so I have to open it in Acrobat and delete, the body of the
> >> proposal, but then I am stuck with screwy page numbers.
> >>
> >
> >
> > Please explain, do you mean you can't get the bibs in a .bib file
> > which is
> > separate from the document, or you need them to be printed on a
> > separate
> > page, or you need every citation in your bib printed even if you do not
> > specifically reference it in your document?
> I think I need the .bib file, a separate file that contains the
> (formatted) references cited in the document, and which has it's own
> page numbering
> Is that better?
my first suggestion here is to find the files btxdoc.dvi & btxhak.dvi, on my
system the are in /usr/share/texmf/doc/bibtex/base/. you should at least
read btxdoc.dvi. Assuming you are on Unix you may find like I did that
xemacs/emacs bibtex-mode is very useful while creating your bibs. 

You may find it helpful to go to the lyx tutorial (Help->Tutorial) and read
sections 3.6 and 5.2.5 ... not sure if you have to follow the whole tutorial
up to that point for it to be useful though.
(Help->Extended Features) -> (Navigate->Supplemental tools->Preping a
bib...)seems SLIGHTLY more useful.

The following may help, there are example bib files and list of other links.
http://wiki.lyx.org/BibTeX/BibTeX

Sorry, if there is nothing specific here, I get the impression you need to
start with some of the fundamentals, and btxdoc.dvi & Help->Extended
Features are not that long.


Note: Help->Extended Features indicates 
"Then, at the very end of your document, select Insert->Lists & TOC->BibTeX
Reference."
but you may do that where ever in your document you want to see your
references listed, but in only one place in the document).

-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter


Re: NSF proposals

2005-07-01 Thread Todd Denniston
"Martin Henry H. Stevens" wrote:
> 
> Hi Folks,
> 
> I am trying to submit an NSF proposal via Fastlane. This is my first
> attempt using LyX. I am about to give up. The deadline is a week away,
> and I have the following problems:
> 
> 1. I need to add descriptive page numbers (e.g., Project Description
> p.1 or C-1).
(Note I use the XForms GUI, you may have to take a slightly different path
to the same items in the menus.)
Assuming you go to layout->document and set "Page style" to fancy.

If you want the same page numbering on all the pages, go to layout->Preamble
[XForms GUI] or layout->document->Preamble [QT GUI] and put the following in
your preamble:
\cfoot{C-\thepage}

if you want a different page numbering in different sections, then on the
first page of the section insert an "ERT", i.e., TeX box (click the button
with the Red TeX on the GUI)
and in that box put:
\cfoot{My Project section Description-\thepage}

I don't remember how to get rid of the line fancy header puts at the top of
the page, but I had to add one at the bottom, IIRC the following added to my
preamble did it:
\renewcommand{\footrulewidth}{0.4pt}

> 2. I cannot separate my references cited (using BibTeX) from the
> document, so I have to open it in Acrobat and delete, the body of the
> proposal, but then I am stuck with screwy page numbers.
> 


Please explain, do you mean you can't get the bibs in a .bib file which is
separate from the document, or you need them to be printed on a separate
page, or you need every citation in your bib printed even if you do not
specifically reference it in your document?


-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter


Re: NSF proposals

2005-07-01 Thread samar
1. I need to add descriptive page numbers (e.g., Project Description p.1 
or C-1).


if you mean page numbers at the bottom like c-1 then a bit of ERT as follows 
would do it:


\cfoot{\textbf{YourChoice\ -\ \thepage}}

this basically means page numbers come out at the center of the footer space 
with something like YourChoice - 3 for page number 3 in section YourChoice.


You have to ask for package fancyhdr in this case.



2. I cannot separate my references cited (using BibTeX) from the document, 
so I have to open it in Acrobat and delete, the body of the proposal, but 
then I am stuck with screwy page numbers.


Cant work out what you  mean here. Is it that you want the references to be 
a separate document?
In that case you  may want to open the sort of document you want and add in 
ERT \:

\nocite{*}

That will print out everything in your bibtex file and whatever text you 
have put into this document.


You will of course have to put in the Bibtex generated references in the 
usual way.


Hope this help to sustain you in the world of Lyx and that you find its 
worth it.


samar 



Re: NSF proposals

2005-07-01 Thread Jean-Pierre Chretien

>>From: "Martin Henry H. Stevens" <[EMAIL PROTECTED]>
>>Subject: NSF proposals
>>Date: Fri, 1 Jul 2005 13:31:59 -0400
>>To: lyx-users@lists.lyx.org
>>
>>Hi Folks,
>>
>>I am trying to submit an NSF proposal via Fastlane. This is my first 
>>attempt using LyX. I am about to give up. The deadline is a week away, 
>>and I have the following problems:
>>
>>1. I need to add descriptive page numbers (e.g., Project Description 
>>p.1 or C-1).

Won't Insert->Crossreference->Format->Pagenumber (or on other choice) do what 
you want ?

>>2. I cannot separate my references cited (using BibTeX) from the 
>>document, so I have to open it in Acrobat and delete, the body of the 
>>proposal, but then I am stuck with screwy page numbers.

I don't understand what you mean, you may locate the bibliography anywhere in 
the document,
even in appendix.

>>
>>There may be other problems, but those are the ones that currently 
>>confront me.
>>
>>I have investigated fancyhdr but I don't known what to do with it.

Allows tou to set the six places on head and foot of a page whith whatever 
running info
is needed: if you want to leave the default current headers (which must be the 
chapter/section titles
if you use report class), you may use the three free locations in the page 
footer.

HTH

-- 
Jean-Pierre

>>
>>Thanks for ANY advice.
>>
>>Hank
>>
>>
>>Dr. Martin Henry H. Stevens, Assistant Professor
>>338 Pearson Hall
>>Botany Department
>>Miami University
>>Oxford, OH 45056
>>
>>Office: (513) 529-4206
>>Lab: (513) 529-4262
>>FAX: (513) 529-4243
>>http://www.cas.muohio.edu/botany/bot/henry.html
>>http://www.muohio.edu/ecology/
>>http://www.muohio.edu/botany/
>>"E Pluribus Unum"
>>



NSF proposals

2005-07-01 Thread Martin Henry H. Stevens

Hi Folks,

I am trying to submit an NSF proposal via Fastlane. This is my first 
attempt using LyX. I am about to give up. The deadline is a week away, 
and I have the following problems:


1. I need to add descriptive page numbers (e.g., Project Description 
p.1 or C-1).
2. I cannot separate my references cited (using BibTeX) from the 
document, so I have to open it in Acrobat and delete, the body of the 
proposal, but then I am stuck with screwy page numbers.


There may be other problems, but those are the ones that currently 
confront me.


I have investigated fancyhdr but I don't known what to do with it.

Thanks for ANY advice.

Hank


Dr. Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami University
Oxford, OH 45056

Office: (513) 529-4206
Lab: (513) 529-4262
FAX: (513) 529-4243
http://www.cas.muohio.edu/botany/bot/henry.html
http://www.muohio.edu/ecology/
http://www.muohio.edu/botany/
"E Pluribus Unum"



Re: help with lyx headings

2005-07-01 Thread Nicolás

Hi!

This might be of help:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg13569.html

Nicolás

Valentina Tancini wrote:
Hi 
I hope this is the right way to ask help with lyx.

I'm writing my thesis with lyx and I have the following problem:
Since I don't want that the introduction is considered as a Chapter I use
Chapter*, and to have this in the Table of Contents I write il Latex Mode

addcontentsline{toc}{chapter}{Introduction}
\chaptermark{INTRODUCTION}

just before the introduction.

The problem is that the heading of the page is "Chapter 0 : INTRODUCTION"
instad of simply "INTRODUCTION".
Furthermore this heading appear in the last page of the table of contents
instead of "CONTENTS"...

Any idea to solve this?

Cheers

Valentina







Pstricks problem

2005-07-01 Thread Brian Williams

Hello folks,
this isn't strictly lyx, though I am using pstricks from lyx.
(if there is another list I should use please point me)
I downloaded the example from the pstricks page on 
http://tug.org/PSTricks/pst-plot/gauss0.tex
and the axes were not labelled in the correct position. (dvi attached).  The same problem occurs in native miktex.  Any ideas?
Thanks,
Brian Williams
		Yahoo! Messenger
 NEW - crystal clear PC to PC
calling worldwide with voicemail


gauss0.dvi
Description: 1448812905-gauss0.dvi


help with lyx headings

2005-07-01 Thread Valentina Tancini

Hi 
I hope this is the right way to ask help with lyx.
I'm writing my thesis with lyx and I have the following problem:
Since I don't want that the introduction is considered as a Chapter I use
Chapter*, and to have this in the Table of Contents I write il Latex Mode

addcontentsline{toc}{chapter}{Introduction}
\chaptermark{INTRODUCTION}

just before the introduction.

The problem is that the heading of the page is "Chapter 0 : INTRODUCTION"
instad of simply "INTRODUCTION".
Furthermore this heading appear in the last page of the table of contents
instead of "CONTENTS"...

Any idea to solve this?

Cheers

Valentina




Testing... it's so quiet in here...

2005-07-01 Thread chr
Happy summer!

/Christian

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr