Custom enumerated section headers?

2006-10-07 Thread Yang

I know that I can have numbered section headers by choosing e.g.
Section or Subsection from the drop-down in the top-left. But
instead of having these render as:

1 My First Section
1.1 My first subsection

can I get custom headers such as the following?

Problem 1-- horizontal space --  My First Section
Part a ({\em My first subsection})  right-aligned ^

Thanks in advance.


Re: Enumerate with Figure

2006-10-07 Thread Andre Poenitz
On Fri, Oct 06, 2006 at 07:37:58AM -0500, Bruce Pourciau wrote:
 Sounds like what I need, but when I tried to open your file I saw  
 this message: This file is from an earlier version of LyX, but the  
 lyx2lyx script failed to convert it.

That' what I kept getting until I manually copied some
'lyx2lyx_version.py' from the source treee to the build tree or vice
versa...

Andre'


Re: Font choice in LyX: adding new fonts to the menu (or preamble)

2006-10-07 Thread Juergen Spitzmueller
Frederic Fol Leymarie wrote:
 How to set LyX to use other fonts than the ones
 listed under Layout-Document-Layout ?

In the preamble. See
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/fonts.html
http://www.tug.org/tex-archive/macros/latex/required/psnfss/psnfss2e.pdf

 In particular : the *arial* fonts
  (or is it done from the preamble ?)

I'm not sure that you'll find LaTeX font metrics for Arial.
If it doesn't have to be Arial really, try Helvetica (helvet in the font 
selection). It is really quite similar.

Jürgen


Multiple Choice Tests

2006-10-07 Thread Christian von Lani-Fischer

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi everybody,

i was just wondering if there is some document class that provides  
support to create multiple choice tests or if there is a trick to  
create some boxes in common document classes, where one can tick  
the correct answer. I just didn't find anything suitable.

I'm running Lyx 1.4.3 on MAC OS 10.4.8 (if this is important...)

Regards
Christian
- -BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFFJ7VKEoljFg8xefARArY0AJ97qLvHxYCtjOlv/0r7aYOjA1oRvgCffvs4
Ub2DPU12rTAaZGlOUAjQ0C0=
=/7op
- -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFFJ7VgEoljFg8xefARAs+AAJ9WQFjSWqxfWAttE3974CVBok0kaQCfXLT8
0NMFyAW4Fa4QiB3WeCjmuI4=
=8njM
-END PGP SIGNATURE-


Re: Custom enumerated section headers?

2006-10-07 Thread Richard Heck
Yang wrote:
 I know that I can have numbered section headers by choosing e.g.
 Section or Subsection from the drop-down in the top-left. But
 instead of having these render as:

 1 My First Section
 1.1 My first subsection

 can I get custom headers such as the following?

 Problem 1-- horizontal space --  My First Section
 Part a ({\em My first subsection})  right-aligned ^

 Thanks in advance.
Look at the titlesec package or try using one of the koma-script
packages. These allow (relatively) easy customization of headers.

Richard



The Picture Environment

2006-10-07 Thread Mario A . Abarca S .
The Math Panel is very useful to make complex formulas in a very easy way. Is
there something like that for the picture environment?

I mean, the picture environment is an standard, is very useful, and I can type
things like:

\setlength{\unitlength}{1cm}
\begin{picture}(6,5)
\thicklines
\put(1,0.5){\line(2,1){3}}
\put(4,2){\line(-2,1){2}}
\put(2,3){\line(-2,-5){1}}
\put(0.7,0.3){$A$}
\put(4.05,1.9){$B$}
\put(1.7,2.95){$C$}
\put(3.1,2.5){$a$}
\put(1.3,1.7){$b$}
\put(2.5,1.05){$c$}
\put(0.3,4){$F=
\sqrt{s(s-a)(s-b)(s-c)}$}
\put(3.5,0.4){$\displaystyle
s:=\frac{a+b+c}{2}$}
\end{picture}

But when trying to do more complex figures it turns out to be realy annoying.



pdf metadata

2006-10-07 Thread Sanda Pavel
hi all,

is there any possibility howto setup title and author in lyx document
in the way, that generated pdf has these strings in metadata ?

thanks
pavel



Re: pdf metadata

2006-10-07 Thread Uwe Stöhr

Sanda Pavel schrieb:


is there any possibility howto setup title and author in lyx document
in the way, that generated pdf has these strings in metadata ?


Yes ther is. Here is an example preamble sequence to get this:

 % link all cross references and URLs in pdf output
 \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
  bookmarksopen,
  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
  pdfpagelayout=OneColumn, pdfnewwindow=true,
  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
  pdfauthor={LyX Team}, pdftex,
  pdftitle={LyX's Table Manual},
  pdfsubject={LyX-documentation about tables},
  pdfkeywords={LyX}]{hyperref}

regards Uwe


Re: Multiple Choice Tests

2006-10-07 Thread Uwe Stöhr

Christian von Lani-Fischer schrieb:

i was just wondering if there is some document class that provides 
support to create multiple choice tests or if there is a trick to create 
some boxes in common document classes, where one can tick the correct 
answer. I just didn't find anything suitable.

I'm running Lyx 1.4.3 on MAC OS 10.4.8 (if this is important...)


I'm sure there are special clases for that purpose, have a look at
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes

---

Attached is a LyX-file that I sued for multiple choice tests.

regards Uwe


Kreuzeltest.lyx
Description: application/lyx


Multi-paragraph description

2006-10-07 Thread Laurent Duperval
Hello,

Is it possible to create a multi-paragraph description in LyX, the same
way you can do so in LaTex? Something like this:

\begin{description}
\item[Para] This is a shorter item label, and some text that talks about it.
   The text is wrapped into a paragraph, with successive lines indented.

   This is another paragraph under the Para item.

   \begin{description}
   \item[Sub-Item] This is a description of an item which is within the
  Para item.

   \item[Sub-Item] Another sub-item.
   \end{description}
\item[Short] A short item that's not part of that really long Para item.
\end{description}

Thanks,

L

-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186 




Hawaiian in LyX

2006-10-07 Thread Sebastian Mohr
Hi there,

I would like to add some characters of the hawaiian 
language into my LyX document.

At this side you can see how the characters 
do look like:

http://wehewehe.org/gsdl2.5/cgi-bin/hdict?l=en

I couldn't find these characters even 
in the TIPA package, see:

http://wiki.lyx.org/LyX/LinguistLyX

Thank you,
masu
__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131



Re: Hawaiian in LyX

2006-10-07 Thread Maria Gouskova

The accent you are looking for is called a macron.

A macron a is \={a}. The macron is on p. 50 of the TIPA manual. It's
also in the Comprehensive LaTeX Symbol List (link on the wiki you
mentioned).

mg

On 10/7/06, Sebastian Mohr [EMAIL PROTECTED] wrote:

Hi there,

I would like to add some characters of the hawaiian
language into my LyX document.

At this side you can see how the characters
do look like:

http://wehewehe.org/gsdl2.5/cgi-bin/hdict?l=en

I couldn't find these characters even
in the TIPA package, see:

http://wiki.lyx.org/LyX/LinguistLyX

Thank you,
masu
__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131




Custom enumerated section headers?

2006-10-07 Thread Yang

I know that I can have numbered section headers by choosing e.g.
Section or Subsection from the drop-down in the top-left. But
instead of having these render as:

1 My First Section
1.1 My first subsection

can I get custom headers such as the following?

Problem 1-- horizontal space --  My First Section
Part a ({\em My first subsection})  right-aligned ^

Thanks in advance.


Re: Enumerate with Figure

2006-10-07 Thread Andre Poenitz
On Fri, Oct 06, 2006 at 07:37:58AM -0500, Bruce Pourciau wrote:
 Sounds like what I need, but when I tried to open your file I saw  
 this message: This file is from an earlier version of LyX, but the  
 lyx2lyx script failed to convert it.

That' what I kept getting until I manually copied some
'lyx2lyx_version.py' from the source treee to the build tree or vice
versa...

Andre'


Re: Font choice in LyX: adding new fonts to the menu (or preamble)

2006-10-07 Thread Juergen Spitzmueller
Frederic Fol Leymarie wrote:
 How to set LyX to use other fonts than the ones
 listed under Layout-Document-Layout ?

In the preamble. See
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/fonts.html
http://www.tug.org/tex-archive/macros/latex/required/psnfss/psnfss2e.pdf

 In particular : the *arial* fonts
  (or is it done from the preamble ?)

I'm not sure that you'll find LaTeX font metrics for Arial.
If it doesn't have to be Arial really, try Helvetica (helvet in the font 
selection). It is really quite similar.

Jürgen


Multiple Choice Tests

2006-10-07 Thread Christian von Lani-Fischer

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi everybody,

i was just wondering if there is some document class that provides  
support to create multiple choice tests or if there is a trick to  
create some boxes in common document classes, where one can tick  
the correct answer. I just didn't find anything suitable.

I'm running Lyx 1.4.3 on MAC OS 10.4.8 (if this is important...)

Regards
Christian
- -BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFFJ7VKEoljFg8xefARArY0AJ97qLvHxYCtjOlv/0r7aYOjA1oRvgCffvs4
Ub2DPU12rTAaZGlOUAjQ0C0=
=/7op
- -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFFJ7VgEoljFg8xefARAs+AAJ9WQFjSWqxfWAttE3974CVBok0kaQCfXLT8
0NMFyAW4Fa4QiB3WeCjmuI4=
=8njM
-END PGP SIGNATURE-


Re: Custom enumerated section headers?

2006-10-07 Thread Richard Heck
Yang wrote:
 I know that I can have numbered section headers by choosing e.g.
 Section or Subsection from the drop-down in the top-left. But
 instead of having these render as:

 1 My First Section
 1.1 My first subsection

 can I get custom headers such as the following?

 Problem 1-- horizontal space --  My First Section
 Part a ({\em My first subsection})  right-aligned ^

 Thanks in advance.
Look at the titlesec package or try using one of the koma-script
packages. These allow (relatively) easy customization of headers.

Richard



The Picture Environment

2006-10-07 Thread Mario A . Abarca S .
The Math Panel is very useful to make complex formulas in a very easy way. Is
there something like that for the picture environment?

I mean, the picture environment is an standard, is very useful, and I can type
things like:

\setlength{\unitlength}{1cm}
\begin{picture}(6,5)
\thicklines
\put(1,0.5){\line(2,1){3}}
\put(4,2){\line(-2,1){2}}
\put(2,3){\line(-2,-5){1}}
\put(0.7,0.3){$A$}
\put(4.05,1.9){$B$}
\put(1.7,2.95){$C$}
\put(3.1,2.5){$a$}
\put(1.3,1.7){$b$}
\put(2.5,1.05){$c$}
\put(0.3,4){$F=
\sqrt{s(s-a)(s-b)(s-c)}$}
\put(3.5,0.4){$\displaystyle
s:=\frac{a+b+c}{2}$}
\end{picture}

But when trying to do more complex figures it turns out to be realy annoying.



pdf metadata

2006-10-07 Thread Sanda Pavel
hi all,

is there any possibility howto setup title and author in lyx document
in the way, that generated pdf has these strings in metadata ?

thanks
pavel



Re: pdf metadata

2006-10-07 Thread Uwe Stöhr

Sanda Pavel schrieb:


is there any possibility howto setup title and author in lyx document
in the way, that generated pdf has these strings in metadata ?


Yes ther is. Here is an example preamble sequence to get this:

 % link all cross references and URLs in pdf output
 \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
  bookmarksopen,
  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
  pdfpagelayout=OneColumn, pdfnewwindow=true,
  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
  pdfauthor={LyX Team}, pdftex,
  pdftitle={LyX's Table Manual},
  pdfsubject={LyX-documentation about tables},
  pdfkeywords={LyX}]{hyperref}

regards Uwe


Re: Multiple Choice Tests

2006-10-07 Thread Uwe Stöhr

Christian von Lani-Fischer schrieb:

i was just wondering if there is some document class that provides 
support to create multiple choice tests or if there is a trick to create 
some boxes in common document classes, where one can tick the correct 
answer. I just didn't find anything suitable.

I'm running Lyx 1.4.3 on MAC OS 10.4.8 (if this is important...)


I'm sure there are special clases for that purpose, have a look at
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes

---

Attached is a LyX-file that I sued for multiple choice tests.

regards Uwe


Kreuzeltest.lyx
Description: application/lyx


Multi-paragraph description

2006-10-07 Thread Laurent Duperval
Hello,

Is it possible to create a multi-paragraph description in LyX, the same
way you can do so in LaTex? Something like this:

\begin{description}
\item[Para] This is a shorter item label, and some text that talks about it.
   The text is wrapped into a paragraph, with successive lines indented.

   This is another paragraph under the Para item.

   \begin{description}
   \item[Sub-Item] This is a description of an item which is within the
  Para item.

   \item[Sub-Item] Another sub-item.
   \end{description}
\item[Short] A short item that's not part of that really long Para item.
\end{description}

Thanks,

L

-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186 




Hawaiian in LyX

2006-10-07 Thread Sebastian Mohr
Hi there,

I would like to add some characters of the hawaiian 
language into my LyX document.

At this side you can see how the characters 
do look like:

http://wehewehe.org/gsdl2.5/cgi-bin/hdict?l=en

I couldn't find these characters even 
in the TIPA package, see:

http://wiki.lyx.org/LyX/LinguistLyX

Thank you,
masu
__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131



Re: Hawaiian in LyX

2006-10-07 Thread Maria Gouskova

The accent you are looking for is called a macron.

A macron a is \={a}. The macron is on p. 50 of the TIPA manual. It's
also in the Comprehensive LaTeX Symbol List (link on the wiki you
mentioned).

mg

On 10/7/06, Sebastian Mohr [EMAIL PROTECTED] wrote:

Hi there,

I would like to add some characters of the hawaiian
language into my LyX document.

At this side you can see how the characters
do look like:

http://wehewehe.org/gsdl2.5/cgi-bin/hdict?l=en

I couldn't find these characters even
in the TIPA package, see:

http://wiki.lyx.org/LyX/LinguistLyX

Thank you,
masu
__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131




Custom enumerated section headers?

2006-10-07 Thread Yang

I know that I can have numbered section headers by choosing e.g.
"Section" or "Subsection" from the drop-down in the top-left. But
instead of having these render as:

1 My First Section
1.1 My first subsection

can I get custom headers such as the following?

Problem 1<-- horizontal space -->  My First Section
Part a ({\em My first subsection})  right-aligned ^

Thanks in advance.


Re: Enumerate with Figure

2006-10-07 Thread Andre Poenitz
On Fri, Oct 06, 2006 at 07:37:58AM -0500, Bruce Pourciau wrote:
> Sounds like what I need, but when I tried to open your file I saw  
> this message: "This file is from an earlier version of LyX, but the  
> lyx2lyx script failed to convert it."

That' what I kept getting until I manually copied some
'lyx2lyx_version.py' from the source treee to the build tree or vice
versa...

Andre'


Re: Font choice in LyX: adding new fonts to the menu (or preamble)

2006-10-07 Thread Juergen Spitzmueller
Frederic Fol Leymarie wrote:
> How to set LyX to use other fonts than the ones
> listed under Layout->Document->Layout ?

In the preamble. See
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/fonts.html
http://www.tug.org/tex-archive/macros/latex/required/psnfss/psnfss2e.pdf

> In particular : the *arial* fonts
>  (or is it done from the preamble ?)

I'm not sure that you'll find LaTeX font metrics for Arial.
If it doesn't have to be Arial really, try Helvetica (helvet in the font 
selection). It is really quite similar.

Jürgen


Multiple Choice Tests

2006-10-07 Thread Christian von Lani-Fischer

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi everybody,

i was just wondering if there is some document class that provides  
support to create multiple choice tests or if there is a trick to  
create some boxes in "common" document classes, where one can tick  
the correct answer. I just didn't find anything suitable.

I'm running Lyx 1.4.3 on MAC OS 10.4.8 (if this is important...)

Regards
Christian
- -BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFFJ7VKEoljFg8xefARArY0AJ97qLvHxYCtjOlv/0r7aYOjA1oRvgCffvs4
Ub2DPU12rTAaZGlOUAjQ0C0=
=/7op
- -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFFJ7VgEoljFg8xefARAs+AAJ9WQFjSWqxfWAttE3974CVBok0kaQCfXLT8
0NMFyAW4Fa4QiB3WeCjmuI4=
=8njM
-END PGP SIGNATURE-


Re: Custom enumerated section headers?

2006-10-07 Thread Richard Heck
Yang wrote:
> I know that I can have numbered section headers by choosing e.g.
> "Section" or "Subsection" from the drop-down in the top-left. But
> instead of having these render as:
>
> 1 My First Section
> 1.1 My first subsection
>
> can I get custom headers such as the following?
>
> Problem 1<-- horizontal space -->  My First Section
> Part a ({\em My first subsection})  right-aligned ^
>
> Thanks in advance.
Look at the titlesec package or try using one of the koma-script
packages. These allow (relatively) easy customization of headers.

Richard



The Picture Environment

2006-10-07 Thread Mario A . Abarca S .
The Math Panel is very useful to make complex formulas in a very easy way. Is
there something like that for the picture environment?

I mean, the picture environment is an standard, is very useful, and I can type
things like:

\setlength{\unitlength}{1cm}
\begin{picture}(6,5)
\thicklines
\put(1,0.5){\line(2,1){3}}
\put(4,2){\line(-2,1){2}}
\put(2,3){\line(-2,-5){1}}
\put(0.7,0.3){$A$}
\put(4.05,1.9){$B$}
\put(1.7,2.95){$C$}
\put(3.1,2.5){$a$}
\put(1.3,1.7){$b$}
\put(2.5,1.05){$c$}
\put(0.3,4){$F=
\sqrt{s(s-a)(s-b)(s-c)}$}
\put(3.5,0.4){$\displaystyle
s:=\frac{a+b+c}{2}$}
\end{picture}

But when trying to do more complex figures it turns out to be realy annoying.



pdf metadata

2006-10-07 Thread Sanda Pavel
hi all,

is there any possibility howto setup title and author in lyx document
in the way, that generated pdf has these strings in metadata ?

thanks
pavel



Re: pdf metadata

2006-10-07 Thread Uwe Stöhr

Sanda Pavel schrieb:


is there any possibility howto setup title and author in lyx document
in the way, that generated pdf has these strings in metadata ?


Yes ther is. Here is an example preamble sequence to get this:

 % link all cross references and URLs in pdf output
 \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
  bookmarksopen,
  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
  pdfpagelayout=OneColumn, pdfnewwindow=true,
  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
  pdfauthor={LyX Team}, pdftex,
  pdftitle={LyX's Table Manual},
  pdfsubject={LyX-documentation about tables},
  pdfkeywords={LyX}]{hyperref}

regards Uwe


Re: Multiple Choice Tests

2006-10-07 Thread Uwe Stöhr

Christian von Lani-Fischer schrieb:

i was just wondering if there is some document class that provides 
support to create multiple choice tests or if there is a trick to create 
some boxes in "common" document classes, where one can tick the correct 
answer. I just didn't find anything suitable.

I'm running Lyx 1.4.3 on MAC OS 10.4.8 (if this is important...)


I'm sure there are special clases for that purpose, have a look at
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes

---

Attached is a LyX-file that I sued for multiple choice tests.

regards Uwe


Kreuzeltest.lyx
Description: application/lyx


Multi-paragraph description

2006-10-07 Thread Laurent Duperval
Hello,

Is it possible to create a multi-paragraph description in LyX, the same
way you can do so in LaTex? Something like this:

\begin{description}
\item[Para] This is a shorter item label, and some text that talks about it.
   The text is wrapped into a paragraph, with successive lines indented.

   This is another paragraph under the "Para" item.

   \begin{description}
   \item[Sub-Item] This is a description of an item which is within the
  "Para" item.

   \item[Sub-Item] Another sub-item.
   \end{description}
\item[Short] A short item that's not part of that really long "Para" item.
\end{description}

Thanks,

L

-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186 




Hawaiian in LyX

2006-10-07 Thread Sebastian Mohr
Hi there,

I would like to add some characters of the hawaiian 
language into my LyX document.

At this side you can see how the characters 
do look like:

http://wehewehe.org/gsdl2.5/cgi-bin/hdict?l=en

I couldn't find these characters even 
in the TIPA package, see:

http://wiki.lyx.org/LyX/LinguistLyX

Thank you,
masu
__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131



Re: Hawaiian in LyX

2006-10-07 Thread Maria Gouskova

The accent you are looking for is called a "macron."

A macron "a" is \={a}. The macron is on p. 50 of the TIPA manual. It's
also in the Comprehensive LaTeX Symbol List (link on the wiki you
mentioned).

mg

On 10/7/06, Sebastian Mohr <[EMAIL PROTECTED]> wrote:

Hi there,

I would like to add some characters of the hawaiian
language into my LyX document.

At this side you can see how the characters
do look like:

http://wehewehe.org/gsdl2.5/cgi-bin/hdict?l=en

I couldn't find these characters even
in the TIPA package, see:

http://wiki.lyx.org/LyX/LinguistLyX

Thank you,
masu
__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131