Re: LyX DVI troubles

2003-09-21 Thread Nirmal Govind
 LaTex Error:File 'newcent.sty' not found
 
 Even if I change the font to default, I get a similar error message.

Do you have a \usepackage{newcent} by any chance in your Latex preamble?

nirmal



book formatting (for Rich Shepard)

2003-09-21 Thread Ronald Florence
You might try using the book style and layout, and doing:

  My Book   [title]
  Rich Shepard  [author]

ERT \thispagestyle{plain}\frontmatter

  © 2003 Rich Shepard

  [followed by foreward, dedication page, other books by Rich Shepard , etc.]

ERT \mainmatter

  Table of Contents

  Include: 01.lyx
  Include: 02.lyx
  . . .

ERT \backmatter

  [Bibliography, endnotes, index, etc.]



This has worked for four different trade and university publishers.
For non-fiction I use the endnotes.sty package and jurabib, with a
\notehead macro to put chapter headings in the notes and renumber with
each chapter.  I can share that if you need it.

Unless a publisher requires a special format, the less you hack the
standard styles and layouts, the less hassles when you revise, share
with collaborators, or adapt the output to another format.
-- 

Ronald Florence www.18james.com



Re: book formatting (for Rich Shepard)

2003-09-21 Thread Rich Shepard
On Sun, 21 Sep 2003, Ronald Florence wrote:

 You might try using the book style and layout, and doing:

  Thank you, Ronald.

 Unless a publisher requires a special format, the less you hack the
 standard styles and layouts, the less hassles when you revise, share with
 collaborators, or adapt the output to another format.

  No, I don't want to tweak more than absolutely necessary. What started all
this was putting the copyright and associated information on the reverse of
the title page. That's all I wanted to do -- still want to do, too. And,
thanks to Juergen, I have the understanding of where my crude attempts went
astray and the knowledge to get the results I want.

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard#64;appl-ecosys.com
 http://www.appl-ecosys.com/


LyX footers?

2003-09-21 Thread gofreddo
Hi,

Is there a way in LyX to specify a footer message on
the bottom of all pages of a document, to imitate
a similar feature in Microsoft Word. I need to put a fine print :) message centered on 
the bottom of all pages - something like, ABCD School of Comp Sci - 2003 
I've not seen this kind of feature mentioned anywhere that I can recall. 

Regards
Goffredo







This message was sent through MyMail http://www.mymail.com.au




IBM Selectric

2003-09-21 Thread Andrew Criswell
Hello:

This might sound like a step backward but I would like to compose my 
paper as if it were typed on an IBM Selectric. (Remember those days?)

I got so far as to converting the text fonts to typewriter in LyX left 
justified and double spaced but some obvious computer modern fonts 
remain, for example, with mathematical equations, the header for 
Abstract, size of the title, section numbers, etc.

Does anyone know of a style file that mimics IBM selectric completely or 
how I can convert my LyX file to that style?

Thanks,
ANDREW
P.S. I am more comfortable with TeX/LaTeX than LyX.



Re: IBM Selectric

2003-09-21 Thread Matej Cepl
On 2003-09-21, 18:44 GMT, Andrew Criswell wrote:
 This might sound like a step backward but I would like to compose my 
 paper as if it were typed on an IBM Selectric. (Remember those days?)

I have never had that beautiful machine in my hands, but try my style
manuscript.sty (available on CTAN) for an inspiration.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: button tools

2003-09-21 Thread Angus Leeming
John Levon wrote:

 On Sat, Sep 20, 2003 at 12:31:58PM -0400, William O. Bray wrote:
 
 Dear list, I wonder if it is possible to add a tool button which will
 open the delimiter and bracket dialog directly without going through the
 math panel. I
 
 I don't think this is possible in 1.3.

... but will in 1.4 (by a lucky chance ;-)

You would add an entry to lib/ui/stdtoolbars.ui along the lines of
Item Show Math Delimiter dialog dialog-show mathdelimiter
You would also need to create a button pixmap with the rather unweidly name 
dialog-show_mathdelimiter.ppm...

In fact, most of the sub-dialogs present in xforms have dissappeared from 
the Qt interface. All that's left are
dialog-show mathdelimiter
dialog-show mathmatrix

The maths sub dialogs available to the xforms user are:
matharrows, mathaccents, mathoperators, mathrelations, mathgreek, mathmisc, 
mathdots, mathbigoperators, mathamsmisc, mathamsarrows, mathamsrelations, 
mathamsnegatedrelations, mathamsoperators, mathdelimiter, mathmatrix, 
mathspace, mathstyle

-- 
Angus



Re: LyX footers?

2003-09-21 Thread Thomas Templin
On Sunday 21 September 2003 18:35, [EMAIL PROTECTED] wrote:
[...]
 Is there a way in LyX to specify a footer message on
 the bottom of all pages of a document, to imitate
 a similar feature in Microsoft Word. I need to put a fine print
Hhhm...
Typical, Who was first, egg or chicken?, kind of question, I 
would say
:o)

 :) message centered on the bottom of all pages - something like,
 ABCD School of Comp Sci - 2003 I've not seen this kind of
 feature mentioned anywhere that I can recall.
So I would say Fancyheader was first. *laugh*

1. Have a look at:

LyX - Layout - Dokument - PageStyle: fancy
Fancy will allow you to define a centered, or may bee left or 
right, footer.

2. Another solution would be to use:
LyX - Layout - Document - Class: Koma (one of them)
Koma Script gives you a set of centered, right or left footers too.

BTW. This goes for headers too.
Have a look at Herberts famous LaTeX Tricks  Tips: 
http://www.educat.hu-berlin.de/~voss/LaTeX/fancy/header.phtml

Bye,
Thomas



Re: LyX DVI troubles

2003-09-21 Thread Nirmal Govind
 LaTex Error:File 'newcent.sty' not found
 
 Even if I change the font to default, I get a similar error message.

Do you have a \usepackage{newcent} by any chance in your Latex preamble?

nirmal



book formatting (for Rich Shepard)

2003-09-21 Thread Ronald Florence
You might try using the book style and layout, and doing:

  My Book   [title]
  Rich Shepard  [author]

ERT \thispagestyle{plain}\frontmatter

  © 2003 Rich Shepard

  [followed by foreward, dedication page, other books by Rich Shepard , etc.]

ERT \mainmatter

  Table of Contents

  Include: 01.lyx
  Include: 02.lyx
  . . .

ERT \backmatter

  [Bibliography, endnotes, index, etc.]



This has worked for four different trade and university publishers.
For non-fiction I use the endnotes.sty package and jurabib, with a
\notehead macro to put chapter headings in the notes and renumber with
each chapter.  I can share that if you need it.

Unless a publisher requires a special format, the less you hack the
standard styles and layouts, the less hassles when you revise, share
with collaborators, or adapt the output to another format.
-- 

Ronald Florence www.18james.com



Re: book formatting (for Rich Shepard)

2003-09-21 Thread Rich Shepard
On Sun, 21 Sep 2003, Ronald Florence wrote:

 You might try using the book style and layout, and doing:

  Thank you, Ronald.

 Unless a publisher requires a special format, the less you hack the
 standard styles and layouts, the less hassles when you revise, share with
 collaborators, or adapt the output to another format.

  No, I don't want to tweak more than absolutely necessary. What started all
this was putting the copyright and associated information on the reverse of
the title page. That's all I wanted to do -- still want to do, too. And,
thanks to Juergen, I have the understanding of where my crude attempts went
astray and the knowledge to get the results I want.

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard#64;appl-ecosys.com
 http://www.appl-ecosys.com/


LyX footers?

2003-09-21 Thread gofreddo
Hi,

Is there a way in LyX to specify a footer message on
the bottom of all pages of a document, to imitate
a similar feature in Microsoft Word. I need to put a fine print :) message centered on 
the bottom of all pages - something like, ABCD School of Comp Sci - 2003 
I've not seen this kind of feature mentioned anywhere that I can recall. 

Regards
Goffredo







This message was sent through MyMail http://www.mymail.com.au




IBM Selectric

2003-09-21 Thread Andrew Criswell
Hello:

This might sound like a step backward but I would like to compose my 
paper as if it were typed on an IBM Selectric. (Remember those days?)

I got so far as to converting the text fonts to typewriter in LyX left 
justified and double spaced but some obvious computer modern fonts 
remain, for example, with mathematical equations, the header for 
Abstract, size of the title, section numbers, etc.

Does anyone know of a style file that mimics IBM selectric completely or 
how I can convert my LyX file to that style?

Thanks,
ANDREW
P.S. I am more comfortable with TeX/LaTeX than LyX.



Re: IBM Selectric

2003-09-21 Thread Matej Cepl
On 2003-09-21, 18:44 GMT, Andrew Criswell wrote:
 This might sound like a step backward but I would like to compose my 
 paper as if it were typed on an IBM Selectric. (Remember those days?)

I have never had that beautiful machine in my hands, but try my style
manuscript.sty (available on CTAN) for an inspiration.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: button tools

2003-09-21 Thread Angus Leeming
John Levon wrote:

 On Sat, Sep 20, 2003 at 12:31:58PM -0400, William O. Bray wrote:
 
 Dear list, I wonder if it is possible to add a tool button which will
 open the delimiter and bracket dialog directly without going through the
 math panel. I
 
 I don't think this is possible in 1.3.

... but will in 1.4 (by a lucky chance ;-)

You would add an entry to lib/ui/stdtoolbars.ui along the lines of
Item Show Math Delimiter dialog dialog-show mathdelimiter
You would also need to create a button pixmap with the rather unweidly name 
dialog-show_mathdelimiter.ppm...

In fact, most of the sub-dialogs present in xforms have dissappeared from 
the Qt interface. All that's left are
dialog-show mathdelimiter
dialog-show mathmatrix

The maths sub dialogs available to the xforms user are:
matharrows, mathaccents, mathoperators, mathrelations, mathgreek, mathmisc, 
mathdots, mathbigoperators, mathamsmisc, mathamsarrows, mathamsrelations, 
mathamsnegatedrelations, mathamsoperators, mathdelimiter, mathmatrix, 
mathspace, mathstyle

-- 
Angus



Re: LyX footers?

2003-09-21 Thread Thomas Templin
On Sunday 21 September 2003 18:35, [EMAIL PROTECTED] wrote:
[...]
 Is there a way in LyX to specify a footer message on
 the bottom of all pages of a document, to imitate
 a similar feature in Microsoft Word. I need to put a fine print
Hhhm...
Typical, Who was first, egg or chicken?, kind of question, I 
would say
:o)

 :) message centered on the bottom of all pages - something like,
 ABCD School of Comp Sci - 2003 I've not seen this kind of
 feature mentioned anywhere that I can recall.
So I would say Fancyheader was first. *laugh*

1. Have a look at:

LyX - Layout - Dokument - PageStyle: fancy
Fancy will allow you to define a centered, or may bee left or 
right, footer.

2. Another solution would be to use:
LyX - Layout - Document - Class: Koma (one of them)
Koma Script gives you a set of centered, right or left footers too.

BTW. This goes for headers too.
Have a look at Herberts famous LaTeX Tricks  Tips: 
http://www.educat.hu-berlin.de/~voss/LaTeX/fancy/header.phtml

Bye,
Thomas



Re: LyX DVI troubles

2003-09-21 Thread Nirmal Govind
> LaTex Error:File 'newcent.sty' not found
> 
> Even if I change the font to default, I get a similar error message.

Do you have a \usepackage{newcent} by any chance in your Latex preamble?

nirmal



book formatting (for Rich Shepard)

2003-09-21 Thread Ronald Florence
You might try using the book style and layout, and doing:

  My Book   [title]
  Rich Shepard  [author]

ERT \thispagestyle{plain}\frontmatter

  © 2003 Rich Shepard

  [followed by foreward, dedication page, other books by Rich Shepard , etc.]

ERT \mainmatter

  Table of Contents

  Include: 01.lyx
  Include: 02.lyx
  . . .

ERT \backmatter

  [Bibliography, endnotes, index, etc.]



This has worked for four different trade and university publishers.
For non-fiction I use the endnotes.sty package and jurabib, with a
\notehead macro to put chapter headings in the notes and renumber with
each chapter.  I can share that if you need it.

Unless a publisher requires a special format, the less you hack the
standard styles and layouts, the less hassles when you revise, share
with collaborators, or adapt the output to another format.
-- 

Ronald Florence www.18james.com



Re: book formatting (for Rich Shepard)

2003-09-21 Thread Rich Shepard
On Sun, 21 Sep 2003, Ronald Florence wrote:

> You might try using the book style and layout, and doing:

  Thank you, Ronald.

> Unless a publisher requires a special format, the less you hack the
> standard styles and layouts, the less hassles when you revise, share with
> collaborators, or adapt the output to another format.

  No, I don't want to tweak more than absolutely necessary. What started all
this was putting the copyright and associated information on the reverse of
the title page. That's all I wanted to do -- still want to do, too. And,
thanks to Juergen, I have the understanding of where my crude attempts went
astray and the knowledge to get the results I want.

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepardappl-ecosys.com
 http://www.appl-ecosys.com/


LyX footers?

2003-09-21 Thread gofreddo
Hi,

Is there a way in LyX to specify a footer message on
the bottom of all pages of a document, to imitate
a similar feature in Microsoft Word. I need to put a fine print :) message centered on 
the bottom of all pages - something like, "ABCD School of Comp Sci - 2003" 
I've not seen this kind of feature mentioned anywhere that I can recall. 

Regards
Goffredo







This message was sent through MyMail http://www.mymail.com.au




IBM Selectric

2003-09-21 Thread Andrew Criswell
Hello:

This might sound like a step backward but I would like to compose my 
paper as if it were typed on an IBM Selectric. (Remember those days?)

I got so far as to converting the text fonts to typewriter in LyX left 
justified and double spaced but some obvious computer modern fonts 
remain, for example, with mathematical equations, the header for 
"Abstract", size of the title, section numbers, etc.

Does anyone know of a style file that mimics IBM selectric completely or 
how I can convert my LyX file to that style?

Thanks,
ANDREW
P.S. I am more comfortable with TeX/LaTeX than LyX.



Re: IBM Selectric

2003-09-21 Thread Matej Cepl
On 2003-09-21, 18:44 GMT, Andrew Criswell wrote:
> This might sound like a step backward but I would like to compose my 
> paper as if it were typed on an IBM Selectric. (Remember those days?)

I have never had that beautiful machine in my hands, but try my style
manuscript.sty (available on CTAN) for an inspiration.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: button tools

2003-09-21 Thread Angus Leeming
John Levon wrote:

> On Sat, Sep 20, 2003 at 12:31:58PM -0400, William O. Bray wrote:
> 
>> Dear list, I wonder if it is possible to add a tool button which will
>> open the delimiter and bracket dialog directly without going through the
>> math panel. I
> 
> I don't think this is possible in 1.3.

... but will in 1.4 (by a lucky chance ;-)

You would add an entry to lib/ui/stdtoolbars.ui along the lines of
Item "Show Math Delimiter dialog" "dialog-show mathdelimiter"
You would also need to create a button pixmap with the rather unweidly name 
dialog-show_mathdelimiter.ppm...

In fact, most of the sub-dialogs present in xforms have dissappeared from 
the Qt interface. All that's left are
dialog-show mathdelimiter
dialog-show mathmatrix

The maths sub dialogs available to the xforms user are:
matharrows, mathaccents, mathoperators, mathrelations, mathgreek, mathmisc, 
mathdots, mathbigoperators, mathamsmisc, mathamsarrows, mathamsrelations, 
mathamsnegatedrelations, mathamsoperators, mathdelimiter, mathmatrix, 
mathspace, mathstyle

-- 
Angus



Re: LyX footers?

2003-09-21 Thread Thomas Templin
On Sunday 21 September 2003 18:35, [EMAIL PROTECTED] wrote:
[...]
> Is there a way in LyX to specify a footer message on
> the bottom of all pages of a document, to imitate
> a similar feature in Microsoft Word. I need to put a fine print
Hhhm...
Typical, "Who was first, egg or chicken?", kind of question, I 
would say
:o)

> :) message centered on the bottom of all pages - something like,
> "ABCD School of Comp Sci - 2003" I've not seen this kind of
> feature mentioned anywhere that I can recall.
So I would say Fancyheader was first. *laugh*

1. Have a look at:

LyX -> Layout -> Dokument -> PageStyle: fancy
Fancy will allow you to define a centered, or may bee left or 
right, footer.

2. Another solution would be to use:
LyX -> Layout -> Document -> Class: Koma (one of them)
Koma Script gives you a set of centered, right or left footers too.

BTW. This goes for headers too.
Have a look at Herberts famous LaTeX Tricks & Tips: 
http://www.educat.hu-berlin.de/~voss/LaTeX/fancy/header.phtml

Bye,
Thomas