RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



Re: special characters and numbering pages

2000-01-04 Thread Jean-Marc Lasgouttes

 "Ramon" == Ramon Diaz-Uriarte [EMAIL PROTECTED] writes:

Ramon 2. On the Reference Manual, 6.4.3., how can I insert any of the
Ramon special characters in a document --say, the copyright notice?
Ramon (it says "without using too many modifier keys", but I've been
Ramon trying all I could think of without luck).

Since you already had an answer to the first question, I can try to
help for the second one: one solution is to use so-called Compose key.
You will have one on most workstation (scroll lock on linux?). The use
is simple:

Compose+o+c = ©
Compose+e+' = é
Compose+1+2 = ½

You should hold the compose key and type the two-character sequence
which creates the code you are looking for. Most codes are very
intuitive.

Hope this helps.

JMarc



RE: special characters and numbering pages

2000-01-04 Thread Juergen Vigna

Hi Ramon!

On 03-Jan-2000 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?
 

\setcounter{page}{17} in TeX Mode (red text) or in the LaTeX-Preamble will
set the number of the first page to 17.

 2. On the Reference Manual, 6.4.3., how can I insert any of the special
 characters in a document --say, the copyright notice? (it says "without using
 too many modifier keys", but I've been trying all I could think of without
 luck).

\copyright in TeX Mode (red text) should do the trick. Otherwise you have
to configure your keyboard over the xmodmap command. There is a nice program
to do this easyly - xkeycaps - you could try that. One example:

keycode  30 = u U udiaeresis

should put the u key with AltGr to ü

Hope this helps!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Do what you can to prolong your life, in the hope that someday you'll
learn what it's for.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



Re: special characters and numbering pages

2000-01-04 Thread Jean-Marc Lasgouttes

 "Ramon" == Ramon Diaz-Uriarte [EMAIL PROTECTED] writes:

Ramon 2. On the Reference Manual, 6.4.3., how can I insert any of the
Ramon special characters in a document --say, the copyright notice?
Ramon (it says "without using too many modifier keys", but I've been
Ramon trying all I could think of without luck).

Since you already had an answer to the first question, I can try to
help for the second one: one solution is to use so-called Compose key.
You will have one on most workstation (scroll lock on linux?). The use
is simple:

Compose+o+c = ©
Compose+e+' = é
Compose+1+2 = ½

You should hold the compose key and type the two-character sequence
which creates the code you are looking for. Most codes are very
intuitive.

Hope this helps.

JMarc



RE: special characters and numbering pages

2000-01-04 Thread Juergen Vigna

Hi Ramon!

On 03-Jan-2000 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?
 

\setcounter{page}{17} in TeX Mode (red text) or in the LaTeX-Preamble will
set the number of the first page to 17.

 2. On the Reference Manual, 6.4.3., how can I insert any of the special
 characters in a document --say, the copyright notice? (it says "without using
 too many modifier keys", but I've been trying all I could think of without
 luck).

\copyright in TeX Mode (red text) should do the trick. Otherwise you have
to configure your keyboard over the xmodmap command. There is a nice program
to do this easyly - xkeycaps - you could try that. One example:

keycode  30 = u U udiaeresis

should put the u key with AltGr to ü

Hope this helps!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Do what you can to prolong your life, in the hope that someday you'll
learn what it's for.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
> Dear All,
> 
> I am recent convert to Lyx (amazing program!); I have two questions:
> 1. Can I number a document starting at some arbitrary page number (say, 23)? 
> How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



Re: special characters and numbering pages

2000-01-04 Thread Jean-Marc Lasgouttes

> "Ramon" == Ramon Diaz-Uriarte <[EMAIL PROTECTED]> writes:

Ramon> 2. On the Reference Manual, 6.4.3., how can I insert any of the
Ramon> special characters in a document --say, the copyright notice?
Ramon> (it says "without using too many modifier keys", but I've been
Ramon> trying all I could think of without luck).

Since you already had an answer to the first question, I can try to
help for the second one: one solution is to use so-called Compose key.
You will have one on most workstation (scroll lock on linux?). The use
is simple:

Compose+o+c = ©
Compose+e+' = é
Compose+1+2 = ½

You should hold the compose key and type the two-character sequence
which creates the code you are looking for. Most codes are very
intuitive.

Hope this helps.

JMarc



RE: special characters and numbering pages

2000-01-04 Thread Juergen Vigna

Hi Ramon!

On 03-Jan-2000 Ramon Diaz-Uriarte wrote:
> Dear All,
> 
> I am recent convert to Lyx (amazing program!); I have two questions:
> 1. Can I number a document starting at some arbitrary page number (say, 23)? 
> How?
> 

\setcounter{page}{17} in TeX Mode (red text) or in the LaTeX-Preamble will
set the number of the first page to 17.

> 2. On the Reference Manual, 6.4.3., how can I insert any of the special
> characters in a document --say, the copyright notice? (it says "without using
> too many modifier keys", but I've been trying all I could think of without
> luck).

\copyright in TeX Mode (red text) should do the trick. Otherwise you have
to configure your keyboard over the xmodmap command. There is a nice program
to do this easyly - xkeycaps - you could try that. One example:

keycode  30 = u U udiaeresis

should put the u key with AltGr to ü

Hope this helps!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Do what you can to prolong your life, in the hope that someday you'll
learn what it's for.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._