Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

Thanks Dekel it worked!!!

Cheers,
Vlad.


Dekel Tsur wrote:

On Sat, Oct 12, 2002 at 02:56:33PM +0200, Vladimir Milovanovic wrote:
  

I forgot to say that I tried that, also, but all I get is a huge number
of errors when I click on View-DVI. The only thing that works is the
second option that you gav me, I just need to iron out that little quirk
about starting from 1.



Write
  \setcounter{page}{1}
when you switch back to Arabic numbering.

  







Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

Thanks Dekel,

The first way does not work, the second way works, but the problem is 
that the first couple of pages (5 to be precise) are numbered using 
roman numerals, the last one being v. Then, when Chapter 1 starts, the 
numbering reverts to arabic, which is great, but it starts from 6, and I 
want it to start from 1. How do I achieve this?

Thanks,
Vlad.


Dekel Tsur wrote:

On Fri, Oct 11, 2002 at 08:28:36PM +0200, Vladimir Milovanovic wrote:
  

I seem to remember doing this, but I don't know how to do it anymore...
I want to number the pages up to the Chapter One using roman numerals,
i.e. the table of contents and list of figures and tables, the abstract
etc, they must all be numbered using roman numerals. How is this done?



For the book class, write
  \frontmatter
(in latex mode) at the beginning of the document, and
  \mainmatter
before the 1st chapter.

If you are using a class for which the above doesn't work, use
  \renewcommand{\thepage}{\roman{page}}
to change to Roman numbering, and
  \renewcommand{\thepage}{\arabic{page}}
to switch to normal numbering.

  







Re: Roman numerals page numbers

2002-10-12 Thread Dekel Tsur

On Sat, Oct 12, 2002 at 02:56:33PM +0200, Vladimir Milovanovic wrote:
 I forgot to say that I tried that, also, but all I get is a huge number 
 of errors when I click on View-DVI. The only thing that works is the 
 second option that you gav me, I just need to iron out that little quirk 
 about starting from 1.

Write
  \setcounter{page}{1}
when you switch back to Arabic numbering.



Re: Roman numerals page numbers

2002-10-12 Thread Dekel Tsur

On Sat, Oct 12, 2002 at 02:34:11PM +0200, Vladimir Milovanovic wrote:
 The first way does not work, the second way works, but the problem is 
 that the first couple of pages (5 to be precise) are numbered using 
 roman numerals, the last one being v. Then, when Chapter 1 starts, the 
 numbering reverts to arabic, which is great, but it starts from 6, and I 
 want it to start from 1. How do I achieve this?

Use
  \pagenumbering{roman}
  ...
  \pagenumbering{arabic}


as already suggested here.



Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

I forgot to say that I tried that, also, but all I get is a huge number 
of errors when I click on View-DVI. The only thing that works is the 
second option that you gav me, I just need to iron out that little quirk 
about starting from 1.

Dekel Tsur wrote:

On Sat, Oct 12, 2002 at 02:34:11PM +0200, Vladimir Milovanovic wrote:
  

The first way does not work, the second way works, but the problem is
that the first couple of pages (5 to be precise) are numbered using
roman numerals, the last one being v. Then, when Chapter 1 starts, the
numbering reverts to arabic, which is great, but it starts from 6, and I
want it to start from 1. How do I achieve this?



Use
  \pagenumbering{roman}
  ...
  \pagenumbering{arabic}


as already suggested here.

  







VTeX

2002-10-12 Thread Herbert Voss

here (http://www.perce.de/LyX/VTeX.pdf) you can see,
what is possible with the free VTeX for Linux.
It supports in an easy way the PostScript related
packages and produces pdf by default. The above
demo uses the parshape command and inserts the
LyX and smiley with pstricks, which is not
possible with pdflatex.

The link for VTeX:
http://www.micropress-inc.com/linux/
The good news is that VTeX/Lnx is free.


Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/





Solitaire plus-Jewellery

2002-10-12 Thread Solitaire plus

www.solitaire-plus.com
''Jewellery ''

''joaillerie'' jetez un coup d'oiel, s.v.p



Re: Roman numerals page numbers

2002-10-12 Thread Luiz Eleno

 On Fri, Oct 11, 2002 at 08:28:36PM +0200, Vladimir Milovanovic wrote:
  I seem to remember doing this, but I don't know how to do it anymore...
  I want to number the pages up to the Chapter One using roman numerals,
  i.e. the table of contents and list of figures and tables, the abstract
  etc, they must all be numbered using roman numerals. How is this done?

 For the book class, write
   \frontmatter
 (in latex mode) at the beginning of the document, and
   \mainmatter
 before the 1st chapter.

 If you are using a class for which the above doesn't work, use
   \renewcommand{\thepage}{\roman{page}}
 to change to Roman numbering, and
   \renewcommand{\thepage}{\arabic{page}}
 to switch to normal numbering.

it's easy to use in ERT
\pagenumbering{roman}
at the beginning of the document
and then set to
   \pagenumbering{arabic}
in due place.

as a note, using
   \pagenumbering{Roman}
you will get capital romans (I, II, III, IV s.a.m.d.)





us international keymap and RedHat

2002-10-12 Thread James Cane-Carrasco

Hello all:
 
I am having strange problems with LyX and Red Hat. For some reason the
US international keymap works fine with accented characters, but I
cannot get the quotation and apostrophe marks working properly. In
RedHat 7.3, I resolved this by having the default keyboard set to
us_intl, turning off the Overide X-Windows Dead Keys in LyX, and then
manually switching from the US International keymap to the US keymap in
KDE everytime that I needed quotation marks. Inconvenient, but it works.
 
The KDE in RH8, however, has the keymap switching function seriously
altered, and my only choices are Bengali and Arabic, making my switching
deal impossible. Any workaround for this either in LyX or in RH8? I have
looked at the keymap items in the LyX documentation, but can't seem to
figure it out.
 
Thanks for your help,
Jim



Re: Maple2Lyx

2002-10-12 Thread Bo Peng

On Fri, Oct 11, 2002 at 05:57:35PM +0200, Dekel Tsur wrote:
 On Fri, Oct 11, 2002 at 04:34:29PM +0200, Andre Poenitz wrote:
  On Fri, Oct 11, 2002 at 04:25:58PM +0200, J.Lauffenburger wrote:
   Is it possible to convert Maple solutions into Lyx Math equations?
   I've got some bad equations which would be difficult to write by hand in
   Lyx.
  
  In Maple:   latex(your+expression);
  CutPaste this to the LyX canvas
  Surround it by $$
  Mark it using mouse/cursor
  Press C-M

 Or you can invoke maple on the current LyX formula by typing, e.g.
 M-x math-extern maple simplify

This has become interesting. Where can I find more info about 
math-extern? What exactly is sent to maple and what is sent back? Can I 
link to mathematica or matlab? 

-- 
Bo Peng



book layout and bibliography

2002-10-12 Thread J.Lauffenburger

Another day... another question!!

This time, I would like to generate, using the bibliography style from
the book-koma-script layout, 1 bibliography but with the items sorted by
chapter:

Bibliography
chapter 1
[MUL85]
[POO98]..

Chapter 2


How is it possible to write Chapter 1.. after the main title
Bibliography?

Jean-Philippe






Re: LyX scrolls too fast

2002-10-12 Thread Bo Peng

On Thu, Oct 10, 2002 at 06:36:53PM -0400, Paul Tremblay wrote:
 When I try to hi-lite text using a standard mouse, LyX scrolls too fast.
 For example, I have a paragraph at the bottom of the page. I want to
 hi-lite this paragrah, and the three below. I hi-lite the paragraph I
 can see, and then drag the mouse past the bottom of the window. But the
 text jumps so fast, I am 10 or 15 paragraphs down.

 I checked the archives and google, and couldn't find any hits for this
 problem. Do I need to change something in my .Xauthority file?

I have a similar problem related scrolling. When I edit a big table, 
say, more than one window, if I change focus to another window, e.g. to 
copy some text from emacs, then change focus back to lyx by clicking on 
either the title bar, the canvas or the scroll bar, the behavior of lyx 
is unpredictable. Most of the time, lyx will scroll up or down and leave 
my current input cell out of sight. It is a little bit annoying.

-- 
Bo Peng



enumerate lable.

2002-10-12 Thread Bo Peng

Hi,

I have a small question. Sometimes, I would like to have a list 
(enumerate) like:

1.
  a)
  c)  - how can I do this?
  d)
 
It is pretty easy in latex. In Scientific Workplace, I can right click 
the b) and customize but I do not know how to do this in lyx. 

Thanks.
  
--
Bo Peng



Re: A question

2002-10-12 Thread Herbert Voss

Hooman Javidnia wrote:

 I am a Ph.D. student in the University f Western Ontario and recently I
 have switched to LaTeX as my word processor and I love it so much. While
 I was searching to learn things about LaTeX I came to your site and it
 was very interesting for me. I have tried to download the Lyx for Win32
 but it failed after downloading large amount of data. I want to know if
 there is the possibility to put everything needed to install Lyx on a
 Win32 machine on a CD and send to me. I would like to have everything
 (XFree86, CGywin,….) needed on one CD. I have  MikeTeX  installed on my
 computer.


have a look at


http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm

Herbert



-- 
http://www.educat.hu-berlin.de/~voss/lyx/




Re: enumerate lable.

2002-10-12 Thread John Levon

On Fri, Oct 11, 2002 at 07:39:18PM -0500, Bo Peng wrote:

 It is pretty easy in latex. In Scientific Workplace, I can right click 
 the b) and customize but I do not know how to do this in lyx. 

You can't afaik. Add some ERT with \addtocounter

It's quite an odd thing to want to do ;)

regards
john

-- 
That's just kitten-eating wrong.
- Richard Henderson



comprehensive LyX presentation?

2002-10-12 Thread Nirmal Govind

Hi.. does anyone have a comprehensive presentation on LyX that can be
used to demonstrate to a group of people the advantages of LyX, bringing
out the most important ones (as in ones that increase efficiency over
editing Latex directly, and for people new to Latex - a reason to start
using Latex)? I'm looking to give a short pitch to a bunch of grad
students, some who use Latex pretty extensively (using either direct
Latex editing or a front end like Winedit or so) and others who've never
used Latex. 

I looked at the various documents available off the LyX website and
something that came very close to this was the doc written by Laura
Jackson and Herbert.. but before I work on making a presentation out of
this, I'd like to find out if anyone's done this before and if yes, then
could you please email me the file?

Thanks,
nirmal





literate-book doc class

2002-10-12 Thread Kristoffer Lawson


I've been wondering how to get that particular doc class to work? The
LaTeXConfig.lyx doc doesn't mention it and I can't seem to find any
reference to it anywhere. I'm not even sure what it is. I'm actually
looking for document classes which could be used to write literary texts
(as opposed to the many classes for factual text provided) and even books.
Do such things exist as that is one area my lyx installation does not seem
to cover? I should have all the most important tetex packages installed
(at least the ones in the Debian system).

  / http://www.fishpool.com/~setok/





A question

2002-10-12 Thread Hooman Javidnia

I am a Ph.D. student in the University f Western Ontario and recently I
have switched to LaTeX as my word processor and I love it so much. While
I was searching to learn things about LaTeX I came to your site and it
was very interesting for me. I have tried to download the Lyx for Win32
but it failed after downloading large amount of data. I want to know if
there is the possibility to put everything needed to install Lyx on a
Win32 machine on a CD and send to me. I would like to have everything
(XFree86, CGywin,….) needed on one CD. I have  MikeTeX  installed on my
computer.
Any help would be appreciated.
Happy Thanksgiving :-)
Hooman Javidnia
Department of Electrical and Computer Engineering
The University of Western Ontario
London, ON, N6A 5B9
Canada
Phone: (519)-661-2111 Ext. 88270
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002
 



Re: enumerate lable.

2002-10-12 Thread Bo Peng

On Sat, Oct 12, 2002 at 01:53:25AM +0100, John Levon wrote:
 On Fri, Oct 11, 2002 at 07:39:18PM -0500, Bo Peng wrote:

  It is pretty easy in latex. In Scientific Workplace, I can right click 
  the b) and customize but I do not know how to do this in lyx. 

 You can't afaik. Add some ERT with \addtocounter

 It's quite an odd thing to want to do ;)

I have at least to scenarios for this. 

1. A professor gives homework 3.4a and c.  

2. customized list like definition. For example, a list like

  proof:
== 
==
  
  and I would like to have == and == as list label.

-- 
Bo Peng



Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

Thanks Dekel it worked!!!

Cheers,
Vlad.


Dekel Tsur wrote:

On Sat, Oct 12, 2002 at 02:56:33PM +0200, Vladimir Milovanovic wrote:
  

I forgot to say that I tried that, also, but all I get is a huge number
of errors when I click on View-DVI. The only thing that works is the
second option that you gav me, I just need to iron out that little quirk
about starting from 1.



Write
  \setcounter{page}{1}
when you switch back to Arabic numbering.

  







Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

Thanks Dekel,

The first way does not work, the second way works, but the problem is 
that the first couple of pages (5 to be precise) are numbered using 
roman numerals, the last one being v. Then, when Chapter 1 starts, the 
numbering reverts to arabic, which is great, but it starts from 6, and I 
want it to start from 1. How do I achieve this?

Thanks,
Vlad.


Dekel Tsur wrote:

On Fri, Oct 11, 2002 at 08:28:36PM +0200, Vladimir Milovanovic wrote:
  

I seem to remember doing this, but I don't know how to do it anymore...
I want to number the pages up to the Chapter One using roman numerals,
i.e. the table of contents and list of figures and tables, the abstract
etc, they must all be numbered using roman numerals. How is this done?



For the book class, write
  \frontmatter
(in latex mode) at the beginning of the document, and
  \mainmatter
before the 1st chapter.

If you are using a class for which the above doesn't work, use
  \renewcommand{\thepage}{\roman{page}}
to change to Roman numbering, and
  \renewcommand{\thepage}{\arabic{page}}
to switch to normal numbering.

  







Re: Roman numerals page numbers

2002-10-12 Thread Dekel Tsur

On Sat, Oct 12, 2002 at 02:56:33PM +0200, Vladimir Milovanovic wrote:
 I forgot to say that I tried that, also, but all I get is a huge number 
 of errors when I click on View-DVI. The only thing that works is the 
 second option that you gav me, I just need to iron out that little quirk 
 about starting from 1.

Write
  \setcounter{page}{1}
when you switch back to Arabic numbering.



Re: Roman numerals page numbers

2002-10-12 Thread Dekel Tsur

On Sat, Oct 12, 2002 at 02:34:11PM +0200, Vladimir Milovanovic wrote:
 The first way does not work, the second way works, but the problem is 
 that the first couple of pages (5 to be precise) are numbered using 
 roman numerals, the last one being v. Then, when Chapter 1 starts, the 
 numbering reverts to arabic, which is great, but it starts from 6, and I 
 want it to start from 1. How do I achieve this?

Use
  \pagenumbering{roman}
  ...
  \pagenumbering{arabic}


as already suggested here.



Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

I forgot to say that I tried that, also, but all I get is a huge number 
of errors when I click on View-DVI. The only thing that works is the 
second option that you gav me, I just need to iron out that little quirk 
about starting from 1.

Dekel Tsur wrote:

On Sat, Oct 12, 2002 at 02:34:11PM +0200, Vladimir Milovanovic wrote:
  

The first way does not work, the second way works, but the problem is
that the first couple of pages (5 to be precise) are numbered using
roman numerals, the last one being v. Then, when Chapter 1 starts, the
numbering reverts to arabic, which is great, but it starts from 6, and I
want it to start from 1. How do I achieve this?



Use
  \pagenumbering{roman}
  ...
  \pagenumbering{arabic}


as already suggested here.

  







VTeX

2002-10-12 Thread Herbert Voss

here (http://www.perce.de/LyX/VTeX.pdf) you can see,
what is possible with the free VTeX for Linux.
It supports in an easy way the PostScript related
packages and produces pdf by default. The above
demo uses the parshape command and inserts the
LyX and smiley with pstricks, which is not
possible with pdflatex.

The link for VTeX:
http://www.micropress-inc.com/linux/
The good news is that VTeX/Lnx is free.


Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/





Solitaire plus-Jewellery

2002-10-12 Thread Solitaire plus

www.solitaire-plus.com
''Jewellery ''

''joaillerie'' jetez un coup d'oiel, s.v.p



Re: Roman numerals page numbers

2002-10-12 Thread Luiz Eleno

 On Fri, Oct 11, 2002 at 08:28:36PM +0200, Vladimir Milovanovic wrote:
  I seem to remember doing this, but I don't know how to do it anymore...
  I want to number the pages up to the Chapter One using roman numerals,
  i.e. the table of contents and list of figures and tables, the abstract
  etc, they must all be numbered using roman numerals. How is this done?

 For the book class, write
   \frontmatter
 (in latex mode) at the beginning of the document, and
   \mainmatter
 before the 1st chapter.

 If you are using a class for which the above doesn't work, use
   \renewcommand{\thepage}{\roman{page}}
 to change to Roman numbering, and
   \renewcommand{\thepage}{\arabic{page}}
 to switch to normal numbering.

it's easy to use in ERT
\pagenumbering{roman}
at the beginning of the document
and then set to
   \pagenumbering{arabic}
in due place.

as a note, using
   \pagenumbering{Roman}
you will get capital romans (I, II, III, IV s.a.m.d.)





us international keymap and RedHat

2002-10-12 Thread James Cane-Carrasco

Hello all:
 
I am having strange problems with LyX and Red Hat. For some reason the
US international keymap works fine with accented characters, but I
cannot get the quotation and apostrophe marks working properly. In
RedHat 7.3, I resolved this by having the default keyboard set to
us_intl, turning off the Overide X-Windows Dead Keys in LyX, and then
manually switching from the US International keymap to the US keymap in
KDE everytime that I needed quotation marks. Inconvenient, but it works.
 
The KDE in RH8, however, has the keymap switching function seriously
altered, and my only choices are Bengali and Arabic, making my switching
deal impossible. Any workaround for this either in LyX or in RH8? I have
looked at the keymap items in the LyX documentation, but can't seem to
figure it out.
 
Thanks for your help,
Jim



Re: Maple2Lyx

2002-10-12 Thread Bo Peng

On Fri, Oct 11, 2002 at 05:57:35PM +0200, Dekel Tsur wrote:
 On Fri, Oct 11, 2002 at 04:34:29PM +0200, Andre Poenitz wrote:
  On Fri, Oct 11, 2002 at 04:25:58PM +0200, J.Lauffenburger wrote:
   Is it possible to convert Maple solutions into Lyx Math equations?
   I've got some bad equations which would be difficult to write by hand in
   Lyx.
  
  In Maple:   latex(your+expression);
  CutPaste this to the LyX canvas
  Surround it by $$
  Mark it using mouse/cursor
  Press C-M

 Or you can invoke maple on the current LyX formula by typing, e.g.
 M-x math-extern maple simplify

This has become interesting. Where can I find more info about 
math-extern? What exactly is sent to maple and what is sent back? Can I 
link to mathematica or matlab? 

-- 
Bo Peng



book layout and bibliography

2002-10-12 Thread J.Lauffenburger

Another day... another question!!

This time, I would like to generate, using the bibliography style from
the book-koma-script layout, 1 bibliography but with the items sorted by
chapter:

Bibliography
chapter 1
[MUL85]
[POO98]..

Chapter 2


How is it possible to write Chapter 1.. after the main title
Bibliography?

Jean-Philippe






Re: LyX scrolls too fast

2002-10-12 Thread Bo Peng

On Thu, Oct 10, 2002 at 06:36:53PM -0400, Paul Tremblay wrote:
 When I try to hi-lite text using a standard mouse, LyX scrolls too fast.
 For example, I have a paragraph at the bottom of the page. I want to
 hi-lite this paragrah, and the three below. I hi-lite the paragraph I
 can see, and then drag the mouse past the bottom of the window. But the
 text jumps so fast, I am 10 or 15 paragraphs down.

 I checked the archives and google, and couldn't find any hits for this
 problem. Do I need to change something in my .Xauthority file?

I have a similar problem related scrolling. When I edit a big table, 
say, more than one window, if I change focus to another window, e.g. to 
copy some text from emacs, then change focus back to lyx by clicking on 
either the title bar, the canvas or the scroll bar, the behavior of lyx 
is unpredictable. Most of the time, lyx will scroll up or down and leave 
my current input cell out of sight. It is a little bit annoying.

-- 
Bo Peng



enumerate lable.

2002-10-12 Thread Bo Peng

Hi,

I have a small question. Sometimes, I would like to have a list 
(enumerate) like:

1.
  a)
  c)  - how can I do this?
  d)
 
It is pretty easy in latex. In Scientific Workplace, I can right click 
the b) and customize but I do not know how to do this in lyx. 

Thanks.
  
--
Bo Peng



Re: A question

2002-10-12 Thread Herbert Voss

Hooman Javidnia wrote:

 I am a Ph.D. student in the University f Western Ontario and recently I
 have switched to LaTeX as my word processor and I love it so much. While
 I was searching to learn things about LaTeX I came to your site and it
 was very interesting for me. I have tried to download the Lyx for Win32
 but it failed after downloading large amount of data. I want to know if
 there is the possibility to put everything needed to install Lyx on a
 Win32 machine on a CD and send to me. I would like to have everything
 (XFree86, CGywin,….) needed on one CD. I have  MikeTeX  installed on my
 computer.


have a look at


http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm

Herbert



-- 
http://www.educat.hu-berlin.de/~voss/lyx/




Re: enumerate lable.

2002-10-12 Thread John Levon

On Fri, Oct 11, 2002 at 07:39:18PM -0500, Bo Peng wrote:

 It is pretty easy in latex. In Scientific Workplace, I can right click 
 the b) and customize but I do not know how to do this in lyx. 

You can't afaik. Add some ERT with \addtocounter

It's quite an odd thing to want to do ;)

regards
john

-- 
That's just kitten-eating wrong.
- Richard Henderson



comprehensive LyX presentation?

2002-10-12 Thread Nirmal Govind

Hi.. does anyone have a comprehensive presentation on LyX that can be
used to demonstrate to a group of people the advantages of LyX, bringing
out the most important ones (as in ones that increase efficiency over
editing Latex directly, and for people new to Latex - a reason to start
using Latex)? I'm looking to give a short pitch to a bunch of grad
students, some who use Latex pretty extensively (using either direct
Latex editing or a front end like Winedit or so) and others who've never
used Latex. 

I looked at the various documents available off the LyX website and
something that came very close to this was the doc written by Laura
Jackson and Herbert.. but before I work on making a presentation out of
this, I'd like to find out if anyone's done this before and if yes, then
could you please email me the file?

Thanks,
nirmal





literate-book doc class

2002-10-12 Thread Kristoffer Lawson


I've been wondering how to get that particular doc class to work? The
LaTeXConfig.lyx doc doesn't mention it and I can't seem to find any
reference to it anywhere. I'm not even sure what it is. I'm actually
looking for document classes which could be used to write literary texts
(as opposed to the many classes for factual text provided) and even books.
Do such things exist as that is one area my lyx installation does not seem
to cover? I should have all the most important tetex packages installed
(at least the ones in the Debian system).

  / http://www.fishpool.com/~setok/





A question

2002-10-12 Thread Hooman Javidnia

I am a Ph.D. student in the University f Western Ontario and recently I
have switched to LaTeX as my word processor and I love it so much. While
I was searching to learn things about LaTeX I came to your site and it
was very interesting for me. I have tried to download the Lyx for Win32
but it failed after downloading large amount of data. I want to know if
there is the possibility to put everything needed to install Lyx on a
Win32 machine on a CD and send to me. I would like to have everything
(XFree86, CGywin,….) needed on one CD. I have  MikeTeX  installed on my
computer.
Any help would be appreciated.
Happy Thanksgiving :-)
Hooman Javidnia
Department of Electrical and Computer Engineering
The University of Western Ontario
London, ON, N6A 5B9
Canada
Phone: (519)-661-2111 Ext. 88270
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002
 



Re: enumerate lable.

2002-10-12 Thread Bo Peng

On Sat, Oct 12, 2002 at 01:53:25AM +0100, John Levon wrote:
 On Fri, Oct 11, 2002 at 07:39:18PM -0500, Bo Peng wrote:

  It is pretty easy in latex. In Scientific Workplace, I can right click 
  the b) and customize but I do not know how to do this in lyx. 

 You can't afaik. Add some ERT with \addtocounter

 It's quite an odd thing to want to do ;)

I have at least to scenarios for this. 

1. A professor gives homework 3.4a and c.  

2. customized list like definition. For example, a list like

  proof:
== 
==
  
  and I would like to have == and == as list label.

-- 
Bo Peng



Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

Thanks Dekel it worked!!!

Cheers,
Vlad.


Dekel Tsur wrote:

>On Sat, Oct 12, 2002 at 02:56:33PM +0200, Vladimir Milovanovic wrote:
>  
>
>>I forgot to say that I tried that, also, but all I get is a huge number
>>of errors when I click on View->DVI. The only thing that works is the
>>second option that you gav me, I just need to iron out that little quirk
>>about starting from 1.
>>
>>
>
>Write
>  \setcounter{page}{1}
>when you switch back to Arabic numbering.
>
>  
>






Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

Thanks Dekel,

The first way does not work, the second way works, but the problem is 
that the first couple of pages (5 to be precise) are numbered using 
roman numerals, the last one being v. Then, when Chapter 1 starts, the 
numbering reverts to arabic, which is great, but it starts from 6, and I 
want it to start from 1. How do I achieve this?

Thanks,
Vlad.


Dekel Tsur wrote:

>On Fri, Oct 11, 2002 at 08:28:36PM +0200, Vladimir Milovanovic wrote:
>  
>
>>I seem to remember doing this, but I don't know how to do it anymore...
>>I want to number the pages up to the Chapter One using roman numerals,
>>i.e. the table of contents and list of figures and tables, the abstract
>>etc, they must all be numbered using roman numerals. How is this done?
>>
>>
>
>For the book class, write
>  \frontmatter
>(in latex mode) at the beginning of the document, and
>  \mainmatter
>before the 1st chapter.
>
>If you are using a class for which the above doesn't work, use
>  \renewcommand{\thepage}{\roman{page}}
>to change to Roman numbering, and
>  \renewcommand{\thepage}{\arabic{page}}
>to switch to normal numbering.
>
>  
>






Re: Roman numerals page numbers

2002-10-12 Thread Dekel Tsur

On Sat, Oct 12, 2002 at 02:56:33PM +0200, Vladimir Milovanovic wrote:
> I forgot to say that I tried that, also, but all I get is a huge number 
> of errors when I click on View->DVI. The only thing that works is the 
> second option that you gav me, I just need to iron out that little quirk 
> about starting from 1.

Write
  \setcounter{page}{1}
when you switch back to Arabic numbering.



Re: Roman numerals page numbers

2002-10-12 Thread Dekel Tsur

On Sat, Oct 12, 2002 at 02:34:11PM +0200, Vladimir Milovanovic wrote:
> The first way does not work, the second way works, but the problem is 
> that the first couple of pages (5 to be precise) are numbered using 
> roman numerals, the last one being v. Then, when Chapter 1 starts, the 
> numbering reverts to arabic, which is great, but it starts from 6, and I 
> want it to start from 1. How do I achieve this?

Use
  \pagenumbering{roman}
  ...
  \pagenumbering{arabic}


as already suggested here.



Re: Roman numerals page numbers

2002-10-12 Thread Vladimir Milovanovic

I forgot to say that I tried that, also, but all I get is a huge number 
of errors when I click on View->DVI. The only thing that works is the 
second option that you gav me, I just need to iron out that little quirk 
about starting from 1.

Dekel Tsur wrote:

>On Sat, Oct 12, 2002 at 02:34:11PM +0200, Vladimir Milovanovic wrote:
>  
>
>>The first way does not work, the second way works, but the problem is
>>that the first couple of pages (5 to be precise) are numbered using
>>roman numerals, the last one being v. Then, when Chapter 1 starts, the
>>numbering reverts to arabic, which is great, but it starts from 6, and I
>>want it to start from 1. How do I achieve this?
>>
>>
>
>Use
>  \pagenumbering{roman}
>  ...
>  \pagenumbering{arabic}
>
>
>as already suggested here.
>
>  
>






VTeX

2002-10-12 Thread Herbert Voss

here (http://www.perce.de/LyX/VTeX.pdf) you can see,
what is possible with the free VTeX for Linux.
It supports in an easy way the PostScript related
packages and produces pdf by default. The above
demo uses the parshape command and inserts the
LyX and smiley with pstricks, which is not
possible with pdflatex.

The link for VTeX:
http://www.micropress-inc.com/linux/
The good news is that VTeX/Lnx is free.


Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/





Solitaire plus-Jewellery

2002-10-12 Thread Solitaire plus

www.solitaire-plus.com
''Jewellery ''

''joaillerie'' jetez un coup d'oiel, s.v.p



Re: Roman numerals page numbers

2002-10-12 Thread Luiz Eleno

> On Fri, Oct 11, 2002 at 08:28:36PM +0200, Vladimir Milovanovic wrote:
> > I seem to remember doing this, but I don't know how to do it anymore...
> > I want to number the pages up to the Chapter One using roman numerals,
> > i.e. the table of contents and list of figures and tables, the abstract
> > etc, they must all be numbered using roman numerals. How is this done?
>
> For the book class, write
>   \frontmatter
> (in latex mode) at the beginning of the document, and
>   \mainmatter
> before the 1st chapter.
>
> If you are using a class for which the above doesn't work, use
>   \renewcommand{\thepage}{\roman{page}}
> to change to Roman numbering, and
>   \renewcommand{\thepage}{\arabic{page}}
> to switch to normal numbering.

it's easy to use in ERT
\pagenumbering{roman}
at the beginning of the document
and then set to
   \pagenumbering{arabic}
in due place.

as a note, using
   \pagenumbering{Roman}
you will get capital romans (I, II, III, IV s.a.m.d.)





us international keymap and RedHat

2002-10-12 Thread James Cane-Carrasco

Hello all:
 
I am having strange problems with LyX and Red Hat. For some reason the
US international keymap works fine with accented characters, but I
cannot get the quotation and apostrophe marks working properly. In
RedHat 7.3, I resolved this by having the default keyboard set to
us_intl, turning off the "Overide X-Windows Dead Keys" in LyX, and then
manually switching from the US International keymap to the US keymap in
KDE everytime that I needed quotation marks. Inconvenient, but it works.
 
The KDE in RH8, however, has the keymap switching function seriously
altered, and my only choices are Bengali and Arabic, making my switching
deal impossible. Any workaround for this either in LyX or in RH8? I have
looked at the keymap items in the LyX documentation, but can't seem to
figure it out.
 
Thanks for your help,
Jim



Re: Maple2Lyx

2002-10-12 Thread Bo Peng

On Fri, Oct 11, 2002 at 05:57:35PM +0200, Dekel Tsur wrote:
> On Fri, Oct 11, 2002 at 04:34:29PM +0200, Andre Poenitz wrote:
> > On Fri, Oct 11, 2002 at 04:25:58PM +0200, J.Lauffenburger wrote:
> > > Is it possible to "convert" Maple solutions into Lyx Math equations?
> > > I've got some bad equations which would be difficult to write by hand in
> > > Lyx.
> > 
> > In Maple:   latex(your+expression);
> > Cut this to the LyX canvas
> > Surround it by $$
> > Mark it using mouse/cursor
> > Press C-M

> Or you can invoke maple on the current LyX formula by typing, e.g.
> M-x math-extern maple simplify

This has become interesting. Where can I find more info about 
math-extern? What exactly is sent to maple and what is sent back? Can I 
link to mathematica or matlab? 

-- 
Bo Peng



book layout and bibliography

2002-10-12 Thread J.Lauffenburger

Another day... another question!!

This time, I would like to generate, using the bibliography style from
the book-koma-script layout, 1 bibliography but with the items sorted by
chapter:

Bibliography
chapter 1
[MUL85]
[POO98]..

Chapter 2


How is it possible to write "Chapter 1".. after the main title
"Bibliography"?

Jean-Philippe






Re: LyX scrolls too fast

2002-10-12 Thread Bo Peng

On Thu, Oct 10, 2002 at 06:36:53PM -0400, Paul Tremblay wrote:
> When I try to hi-lite text using a standard mouse, LyX scrolls too fast.
> For example, I have a paragraph at the bottom of the page. I want to
> hi-lite this paragrah, and the three below. I hi-lite the paragraph I
> can see, and then drag the mouse past the bottom of the window. But the
> text jumps so fast, I am 10 or 15 paragraphs down.

> I checked the archives and google, and couldn't find any hits for this
> problem. Do I need to change something in my .Xauthority file?

I have a similar problem related scrolling. When I edit a big table, 
say, more than one window, if I change focus to another window, e.g. to 
copy some text from emacs, then change focus back to lyx by clicking on 
either the title bar, the canvas or the scroll bar, the behavior of lyx 
is unpredictable. Most of the time, lyx will scroll up or down and leave 
my current input cell out of sight. It is a little bit annoying.

-- 
Bo Peng



enumerate lable.

2002-10-12 Thread Bo Peng

Hi,

I have a small question. Sometimes, I would like to have a list 
(enumerate) like:

1.
  a)
  c)  <- how can I do this?
  d)
 
It is pretty easy in latex. In Scientific Workplace, I can right click 
the b) and customize but I do not know how to do this in lyx. 

Thanks.
  
--
Bo Peng



Re: A question

2002-10-12 Thread Herbert Voss

Hooman Javidnia wrote:

> I am a Ph.D. student in the University f Western Ontario and recently I
> have switched to LaTeX as my word processor and I love it so much. While
> I was searching to learn things about LaTeX I came to your site and it
> was very interesting for me. I have tried to download the Lyx for Win32
> but it failed after downloading large amount of data. I want to know if
> there is the possibility to put everything needed to install Lyx on a
> Win32 machine on a CD and send to me. I would like to have everything
> (XFree86, CGywin,….) needed on one CD. I have  MikeTeX  installed on my
> computer.


have a look at


http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm

Herbert



-- 
http://www.educat.hu-berlin.de/~voss/lyx/




Re: enumerate lable.

2002-10-12 Thread John Levon

On Fri, Oct 11, 2002 at 07:39:18PM -0500, Bo Peng wrote:

> It is pretty easy in latex. In Scientific Workplace, I can right click 
> the b) and customize but I do not know how to do this in lyx. 

You can't afaik. Add some ERT with \addtocounter

It's quite an odd thing to want to do ;)

regards
john

-- 
"That's just kitten-eating wrong."
- Richard Henderson



comprehensive LyX presentation?

2002-10-12 Thread Nirmal Govind

Hi.. does anyone have a comprehensive presentation on LyX that can be
used to demonstrate to a group of people the advantages of LyX, bringing
out the most important ones (as in ones that increase efficiency over
editing Latex directly, and for people new to Latex - a reason to start
using Latex)? I'm looking to give a short pitch to a bunch of grad
students, some who use Latex pretty extensively (using either direct
Latex editing or a front end like Winedit or so) and others who've never
used Latex. 

I looked at the various documents available off the LyX website and
something that came very close to this was the doc written by Laura
Jackson and Herbert.. but before I work on making a presentation out of
this, I'd like to find out if anyone's done this before and if yes, then
could you please email me the file?

Thanks,
nirmal





literate-book doc class

2002-10-12 Thread Kristoffer Lawson


I've been wondering how to get that particular doc class to work? The
LaTeXConfig.lyx doc doesn't mention it and I can't seem to find any
reference to it anywhere. I'm not even sure what it is. I'm actually
looking for document classes which could be used to write literary texts
(as opposed to the many classes for factual text provided) and even books.
Do such things exist as that is one area my lyx installation does not seem
to cover? I should have all the most important tetex packages installed
(at least the ones in the Debian system).

  / http://www.fishpool.com/~setok/





A question

2002-10-12 Thread Hooman Javidnia

I am a Ph.D. student in the University f Western Ontario and recently I
have switched to LaTeX as my word processor and I love it so much. While
I was searching to learn things about LaTeX I came to your site and it
was very interesting for me. I have tried to download the Lyx for Win32
but it failed after downloading large amount of data. I want to know if
there is the possibility to put everything needed to install Lyx on a
Win32 machine on a CD and send to me. I would like to have everything
(XFree86, CGywin,….) needed on one CD. I have  MikeTeX  installed on my
computer.
Any help would be appreciated.
Happy Thanksgiving :-)
Hooman Javidnia
Department of Electrical and Computer Engineering
The University of Western Ontario
London, ON, N6A 5B9
Canada
Phone: (519)-661-2111 Ext. 88270
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002
 



Re: enumerate lable.

2002-10-12 Thread Bo Peng

On Sat, Oct 12, 2002 at 01:53:25AM +0100, John Levon wrote:
> On Fri, Oct 11, 2002 at 07:39:18PM -0500, Bo Peng wrote:

> > It is pretty easy in latex. In Scientific Workplace, I can right click 
> > the b) and customize but I do not know how to do this in lyx. 

> You can't afaik. Add some ERT with \addtocounter

> It's quite an odd thing to want to do ;)

I have at least to scenarios for this. 

1. A professor gives homework 3.4a and c.  

2. customized list like definition. For example, a list like

  proof:
==> 
<==
  
  and I would like to have ==> and <== as list label.

-- 
Bo Peng