Re: Ispell, Lyx and Windows

2004-09-23 Thread Rob S

Now I want to choose a Danish spellchecker, but I don't know how or
where to install that language or where to find a distribution to
Windows? Can anyone help?
   

I see here
http://aspell.sourceforge.net/man-html/Supported.html
that Danish is a supported language.
 

Snce there appears to be support for Danish have a look here:
http://wiki.lyx.org/pmwiki.php/LyX/WindowsSetup
Half way down this page is a useful four stage setup of 
Aspell(spellchecking) on the Windows version of Lyx that Uwe Stohr has 
sussed out. It is important you follow all steps here, 1 - 4.

Rob S


Re: Keyboard shortcut for definition

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 08:02:30 +0200, G. Milde [EMAIL PROTECTED] wrote:
 Second hint: If defining your own bindings, do not forget to include the
 standard bindings with \bind_file

Thanks, Gunter. I had already added (to my own bind file) the line

\bind_file  cua

but not the line

\bind_file menus.bind

Paul


Wide tables

2004-09-23 Thread Lars Olesen
Hi,

Now I have made a wide table with 4 columns, but it is to wide to bee
on the page. I tried to use CTRL+ENTER to make a forced linebreak in a
heading, but it won't work in a table.

How can I for instance change the font-size in the table, or make
headings break on two lines?

-- 
Lars Olesen
E-mail-etikette http://www.larsolesen.dk/artikler/20/


Figures and tables stand out

2004-09-23 Thread Lars Olesen
The captions for the tables and figures are not standing out compared
to the rest of the text, so it is hard quickly to distinguish where
the text and the caption is. How can I change this?

-- 
Lars Olesen
E-mail-etikette http://www.larsolesen.dk/artikler/20/


Shouln't divide words

2004-09-23 Thread Lars Olesen
I don't want it to automatically divide words when printing out. I'm
using the book-template. Can I skip this part?

-- 
Lars Olesen
E-mail-etikette http://www.larsolesen.dk/artikler/20/


Re: German Umlaute ihn matrices

2004-09-23 Thread Herbert Voss
leo wrote:
I've tried to use German Umlaute (ä, ö, ü) in matrices.
With mathmod I made an matrice. In Lyx the Umlaute appear. In the dvi 
preview, they are missing- even the character a is missing if ä was 
tried. I do not have any problems with Umlaute anywhere else.
Then I've learned that in matrices it is not possible to insert ERT ? 
I've tried ERT and \a to use Umlaute but nothing happens. Even the a 
is missing in both trials.
no problem, if you use babel and ngerman (german) as language
\[ f(\mathrm{u}) \]
or, if you want it in italic
\[ f(\mathrm{\textit{u}}) \]
you can copy this code and paste it into LyX, mark it
and hit ctrl-m
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Names in Danish

2004-09-23 Thread Lars Olesen
I have three tables in my document. I use Danish. Two of the tables
are still named in English, while the last one is named in Danish.

I tried to copy the one table in the float named right to the other
location and replacing the content, but it was still named in English.

Anybody know what can cause this?

-- 
Lars Olesen
E-mail-etikette http://www.larsolesen.dk/artikler/20/


Lyx and Fedora 2 (my first post)

2004-09-23 Thread mario
Hello, 

my first post

I am trying to install Lyx on Fedora Core2. Something is missing (see
below)
Pls, advise a newbie.
Thanks  Regards mario
___
When ./configure, I get the foll0wing msg:

Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:included-libsigc
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.3.3)
  C++ Compiler flags: -O -fno-rtti -fno-exceptions
  Linker flags:
  Frontend:   xforms
libXpm version:   4.11
libforms version:
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

 The following problems have been detected by configure.
 Please check the messages below before running 'make'.
 (see the section 'Problems' in the INSTALL file)

** Cannot find libforms or libxforms. Please check that the xforms
library
   is correctly installed on your system.

** Cannot find forms.h. Please check that the forms library
   is correctly installed on your system.






Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 19:00:57 +0200, mario [EMAIL PROTECTED] wrote:
 I am trying to install Lyx on Fedora Core2. Something is missing (see
 below)

Mario,

Try the following:

./configure --with-frontend=qt

This may help.

Paul


Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread Michael . Abshoff


On Thu, 23 Sep 2004, mario wrote:

 Hello,

 my first post

 I am trying to install Lyx on Fedora Core2. Something is missing (see
 below)
 Pls, advise a newbie.
 Thanks  Regards mario
 ___
 When ./configure, I get the foll0wing msg:

 Configuration
   Host type:  i686-pc-linux-gnu
   Special build flags:included-libsigc
   C   Compiler:   gcc
   C   Compiler flags: -g -O2
   C++ Compiler:   g++ (3.3.3)
   C++ Compiler flags: -O -fno-rtti -fno-exceptions
   Linker flags:
   Frontend:   xforms
 libXpm version:   4.11
 libforms version:
   LyX binary dir: /usr/local/bin
   LyX files dir:  /usr/local/share/lyx

  The following problems have been detected by configure.
  Please check the messages below before running 'make'.
  (see the section 'Problems' in the INSTALL file)

 ** Cannot find libforms or libxforms. Please check that the xforms
 library
is correctly installed on your system.

 ** Cannot find forms.h. Please check that the forms library
is correctly installed on your system.





Hey Mario,

configure complains that it can't find forms.h, which is the header file
of the xforms libarary, the default gui for lyx. So you either have to
install the xform-library and probably its developer-package or you can
compile xforms from source. xforms-1.0 should be available from the
lyx-site.

Another possibility is compiling the qt-frontend. Just and

--with-frontend=qt

to ./configure. If it complains (i.e. about missing moc) you should
install the qt-devel package.

Questions?

Michael



Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread mario
Thanks for the prompt replies. I'll try during the weekend. 
mario


On Thu, 2004-09-23 at 19:15, [EMAIL PROTECTED]
wrote:
 On Thu, 23 Sep 2004, mario wrote:
 
  Hello,
 
  my first post
 
  I am trying to install Lyx on Fedora Core2. Something is missing (see
  below)
  Pls, advise a newbie.
  Thanks  Regards mario
  ___
  When ./configure, I get the foll0wing msg:
 
  Configuration
Host type:  i686-pc-linux-gnu
Special build flags:included-libsigc
C   Compiler:   gcc
C   Compiler flags: -g -O2
C++ Compiler:   g++ (3.3.3)
C++ Compiler flags: -O -fno-rtti -fno-exceptions
Linker flags:
Frontend:   xforms
  libXpm version:   4.11
  libforms version:
LyX binary dir: /usr/local/bin
LyX files dir:  /usr/local/share/lyx
 
   The following problems have been detected by configure.
   Please check the messages below before running 'make'.
   (see the section 'Problems' in the INSTALL file)
 
  ** Cannot find libforms or libxforms. Please check that the xforms
  library
 is correctly installed on your system.
 
  ** Cannot find forms.h. Please check that the forms library
 is correctly installed on your system.
 
 
 
 
 
 Hey Mario,
 
 configure complains that it can't find forms.h, which is the header file
 of the xforms libarary, the default gui for lyx. So you either have to
 install the xform-library and probably its developer-package or you can
 compile xforms from source. xforms-1.0 should be available from the
 lyx-site.
 
 Another possibility is compiling the qt-frontend. Just and
 
   --with-frontend=qt
 
 to ./configure. If it complains (i.e. about missing moc) you should
 install the qt-devel package.
 
 Questions?
 
 Michael
 
 



Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread José Abílio Oliveira Matos
On Thu, Sep 23, 2004 at 07:33:33PM +0200, mario wrote:
 Thanks for the prompt replies. I'll try during the weekend. 
 mario

  Notice that there are rpm's compiled for fedora core 2. I think that we
have one on our ftp site.

  If you still want to compile from source that is ok. Well I do both so...
;-)

-- 
José Abílio Matos
LyX and docbook a perfect match. :-)


Re: Names in Danish

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 16:43:56 +0200, Lars Olesen [EMAIL PROTECTED] wrote:
 I have three tables in my document. I use Danish. Two of the tables
 are still named in English, while the last one is named in Danish.
 
 I tried to copy the one table in the float named right to the other
 location and replacing the content, but it was still named in English.

Lars,

Add the following line to the preamble:

\usepackage[danish]{babel}

This may help.

Paul


Re: Wide tables

2004-09-23 Thread Paul A. Rubin
Lars Olesen wrote:
Hi,
Now I have made a wide table with 4 columns, but it is to wide to bee
on the page. I tried to use CTRL+ENTER to make a forced linebreak in a
heading, but it won't work in a table.
Not in general.  I think (not positive) that if you declare a column to 
have a fixed width, you can then break lines.
How can I for instance change the font-size in the table, or make
headings break on two lines?
To change the font, highlight the entire table, click Layout-Character, 
change the font size (upper right drop-down in the dialog window), and 
click OK.

-- Paul


French quotation marks

2004-09-23 Thread Germán Vélez
Hi,
I've been trying to use french quotation marks in my document, but when 
I generate the pdf file they were replaced with black little boxes. I 
have \usepackage{aeguill} in the preamble, and the aeguill package 
seems correctly installed.

I use LyX 1.3.4 for Mac OS X.
Any idea?
Thanks,
Germán



Re: Names in Danish

2004-09-23 Thread Uwe Stöhr
Paul Smith wrote:
I have three tables in my document. I use Danish. Two of the tables
are still named in English, while the last one is named in Danish.
I tried to copy the one table in the float named right to the other
location and replacing the content, but it was still named in English.

Add the following line to the preamble:
\usepackage[danish]{babel}
Better adjust the default language in the LyX menu Edit - Settings - 
Language.
Because LyX loads babel automatically with the default language.
(You can see that, if you export yout document as LaTeX file.)
By loading babel manually in the preamble with another language option 
than the default one, you will often get problems.

regards Uwe


Re: French quotation marks

2004-09-23 Thread Uwe Stöhr
Germán Vélez wrote:
I've been trying to use french quotation marks in my document, but when 
I generate the pdf file they were replaced with black little boxes. I 
have \usepackage{aeguill} in the preamble, and the aeguill package seems 
correctly installed.
First assure that you use the font ae for you document.
Assuming that this is the case, try to load aeguill with a font option 
(The font from where the guillemets (french quotation marks) should be 
stolen.) Under

http://wiki.lyx.org/pmwiki.php/FAQ/PDF#badFonts
I proposed to use the option [ec], but you can also try other options, 
described in the documentation of aeguill.

But the best solution is, to abandon aeguill and ae and use the latin 
modern fonts (lm). Your LaTeX distribution should offer you the 
installation of the lm fonts.
To use them in LyX, add to the preamble the line

\usepackage{lmodern}
and choose as document font standard.
regards Uwe


Re: German Umlaute ihn matrices

2004-09-23 Thread Uwe Stöhr
leo wrote:
I've tried to use German Umlaute (ä, ö, ü) in matrices.
With mathmod I made an matrice. In Lyx the Umlaute appear. In the dvi 
preview, they are missing- even the character a is missing if ä was 
tried. I do not have any problems with Umlaute anywhere else.
You'll find a solution in chapter 7.1 of my LyX-math documentation:
http://wiki.lyx.org/pmwiki.php/LyX/LyXMathebefehle
regards Uwe


Re: Figures and tables stand out

2004-09-23 Thread Uwe Stöhr
Lars Olesen wrote:
The captions for the tables and figures are not standing out compared
to the rest of the text, so it is hard quickly to distinguish where
the text and the caption is. How can I change this?
Use the LaTeX-package caption.
After installing the package by your LaTeX distribution, add the line
\usepackage[options]{caption}
to the preamble. The options define the layout of the captions. Look at 
the documentation of caption for a description.

regards Uwe


Re: Figures and tables stand out

2004-09-23 Thread G. Milde
On 23.09.04, Uwe Stöhr wrote:
 Lars Olesen wrote:
 
 The captions for the tables and figures are not standing out compared
 to the rest of the text, so it is hard quickly to distinguish where
 the text and the caption is. How can I change this?
 
 Use the LaTeX-package caption.

Another option is to use the koma classes which provide a wide range of
options for the captions (read scrguide.dvi to learn more about koma script
classes).

Günter

-- 
G.Milde web.de


Re: Names in Danish

2004-09-23 Thread G. Milde
On 23.09.04, Uwe Stöhr wrote:
 Paul Smith wrote:
 
 I have three tables in my document. I use Danish. Two of the tables
 are still named in English, while the last one is named in Danish.
 
 Better adjust the default language in the LyX menu Edit - Settings - 
 Language.

If you happen to work on English and Danish documents in parallel, set the
language in the document: FormatDocumentLanguage.

(However, for ispell/aspell you might need to correct the LyX-wide setting in
EditSettings

Günter

-- 
G.Milde web.de


Re: Ispell, Lyx and Windows

2004-09-23 Thread Rob S

Now I want to choose a Danish spellchecker, but I don't know how or
where to install that language or where to find a distribution to
Windows? Can anyone help?
   

I see here
http://aspell.sourceforge.net/man-html/Supported.html
that Danish is a supported language.
 

Snce there appears to be support for Danish have a look here:
http://wiki.lyx.org/pmwiki.php/LyX/WindowsSetup
Half way down this page is a useful four stage setup of 
Aspell(spellchecking) on the Windows version of Lyx that Uwe Stohr has 
sussed out. It is important you follow all steps here, 1 - 4.

Rob S


Re: Keyboard shortcut for definition

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 08:02:30 +0200, G. Milde [EMAIL PROTECTED] wrote:
 Second hint: If defining your own bindings, do not forget to include the
 standard bindings with \bind_file

Thanks, Gunter. I had already added (to my own bind file) the line

\bind_file  cua

but not the line

\bind_file menus.bind

Paul


Wide tables

2004-09-23 Thread Lars Olesen
Hi,

Now I have made a wide table with 4 columns, but it is to wide to bee
on the page. I tried to use CTRL+ENTER to make a forced linebreak in a
heading, but it won't work in a table.

How can I for instance change the font-size in the table, or make
headings break on two lines?

-- 
Lars Olesen
E-mail-etikette http://www.larsolesen.dk/artikler/20/


Figures and tables stand out

2004-09-23 Thread Lars Olesen
The captions for the tables and figures are not standing out compared
to the rest of the text, so it is hard quickly to distinguish where
the text and the caption is. How can I change this?

-- 
Lars Olesen
E-mail-etikette http://www.larsolesen.dk/artikler/20/


Shouln't divide words

2004-09-23 Thread Lars Olesen
I don't want it to automatically divide words when printing out. I'm
using the book-template. Can I skip this part?

-- 
Lars Olesen
E-mail-etikette http://www.larsolesen.dk/artikler/20/


Re: German Umlaute ihn matrices

2004-09-23 Thread Herbert Voss
leo wrote:
I've tried to use German Umlaute (ä, ö, ü) in matrices.
With mathmod I made an matrice. In Lyx the Umlaute appear. In the dvi 
preview, they are missing- even the character a is missing if ä was 
tried. I do not have any problems with Umlaute anywhere else.
Then I've learned that in matrices it is not possible to insert ERT ? 
I've tried ERT and \a to use Umlaute but nothing happens. Even the a 
is missing in both trials.
no problem, if you use babel and ngerman (german) as language
\[ f(\mathrm{u}) \]
or, if you want it in italic
\[ f(\mathrm{\textit{u}}) \]
you can copy this code and paste it into LyX, mark it
and hit ctrl-m
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Names in Danish

2004-09-23 Thread Lars Olesen
I have three tables in my document. I use Danish. Two of the tables
are still named in English, while the last one is named in Danish.

I tried to copy the one table in the float named right to the other
location and replacing the content, but it was still named in English.

Anybody know what can cause this?

-- 
Lars Olesen
E-mail-etikette http://www.larsolesen.dk/artikler/20/


Lyx and Fedora 2 (my first post)

2004-09-23 Thread mario
Hello, 

my first post

I am trying to install Lyx on Fedora Core2. Something is missing (see
below)
Pls, advise a newbie.
Thanks  Regards mario
___
When ./configure, I get the foll0wing msg:

Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:included-libsigc
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.3.3)
  C++ Compiler flags: -O -fno-rtti -fno-exceptions
  Linker flags:
  Frontend:   xforms
libXpm version:   4.11
libforms version:
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

 The following problems have been detected by configure.
 Please check the messages below before running 'make'.
 (see the section 'Problems' in the INSTALL file)

** Cannot find libforms or libxforms. Please check that the xforms
library
   is correctly installed on your system.

** Cannot find forms.h. Please check that the forms library
   is correctly installed on your system.






Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 19:00:57 +0200, mario [EMAIL PROTECTED] wrote:
 I am trying to install Lyx on Fedora Core2. Something is missing (see
 below)

Mario,

Try the following:

./configure --with-frontend=qt

This may help.

Paul


Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread Michael . Abshoff


On Thu, 23 Sep 2004, mario wrote:

 Hello,

 my first post

 I am trying to install Lyx on Fedora Core2. Something is missing (see
 below)
 Pls, advise a newbie.
 Thanks  Regards mario
 ___
 When ./configure, I get the foll0wing msg:

 Configuration
   Host type:  i686-pc-linux-gnu
   Special build flags:included-libsigc
   C   Compiler:   gcc
   C   Compiler flags: -g -O2
   C++ Compiler:   g++ (3.3.3)
   C++ Compiler flags: -O -fno-rtti -fno-exceptions
   Linker flags:
   Frontend:   xforms
 libXpm version:   4.11
 libforms version:
   LyX binary dir: /usr/local/bin
   LyX files dir:  /usr/local/share/lyx

  The following problems have been detected by configure.
  Please check the messages below before running 'make'.
  (see the section 'Problems' in the INSTALL file)

 ** Cannot find libforms or libxforms. Please check that the xforms
 library
is correctly installed on your system.

 ** Cannot find forms.h. Please check that the forms library
is correctly installed on your system.





Hey Mario,

configure complains that it can't find forms.h, which is the header file
of the xforms libarary, the default gui for lyx. So you either have to
install the xform-library and probably its developer-package or you can
compile xforms from source. xforms-1.0 should be available from the
lyx-site.

Another possibility is compiling the qt-frontend. Just and

--with-frontend=qt

to ./configure. If it complains (i.e. about missing moc) you should
install the qt-devel package.

Questions?

Michael



Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread mario
Thanks for the prompt replies. I'll try during the weekend. 
mario


On Thu, 2004-09-23 at 19:15, [EMAIL PROTECTED]
wrote:
 On Thu, 23 Sep 2004, mario wrote:
 
  Hello,
 
  my first post
 
  I am trying to install Lyx on Fedora Core2. Something is missing (see
  below)
  Pls, advise a newbie.
  Thanks  Regards mario
  ___
  When ./configure, I get the foll0wing msg:
 
  Configuration
Host type:  i686-pc-linux-gnu
Special build flags:included-libsigc
C   Compiler:   gcc
C   Compiler flags: -g -O2
C++ Compiler:   g++ (3.3.3)
C++ Compiler flags: -O -fno-rtti -fno-exceptions
Linker flags:
Frontend:   xforms
  libXpm version:   4.11
  libforms version:
LyX binary dir: /usr/local/bin
LyX files dir:  /usr/local/share/lyx
 
   The following problems have been detected by configure.
   Please check the messages below before running 'make'.
   (see the section 'Problems' in the INSTALL file)
 
  ** Cannot find libforms or libxforms. Please check that the xforms
  library
 is correctly installed on your system.
 
  ** Cannot find forms.h. Please check that the forms library
 is correctly installed on your system.
 
 
 
 
 
 Hey Mario,
 
 configure complains that it can't find forms.h, which is the header file
 of the xforms libarary, the default gui for lyx. So you either have to
 install the xform-library and probably its developer-package or you can
 compile xforms from source. xforms-1.0 should be available from the
 lyx-site.
 
 Another possibility is compiling the qt-frontend. Just and
 
   --with-frontend=qt
 
 to ./configure. If it complains (i.e. about missing moc) you should
 install the qt-devel package.
 
 Questions?
 
 Michael
 
 



Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread José Abílio Oliveira Matos
On Thu, Sep 23, 2004 at 07:33:33PM +0200, mario wrote:
 Thanks for the prompt replies. I'll try during the weekend. 
 mario

  Notice that there are rpm's compiled for fedora core 2. I think that we
have one on our ftp site.

  If you still want to compile from source that is ok. Well I do both so...
;-)

-- 
José Abílio Matos
LyX and docbook a perfect match. :-)


Re: Names in Danish

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 16:43:56 +0200, Lars Olesen [EMAIL PROTECTED] wrote:
 I have three tables in my document. I use Danish. Two of the tables
 are still named in English, while the last one is named in Danish.
 
 I tried to copy the one table in the float named right to the other
 location and replacing the content, but it was still named in English.

Lars,

Add the following line to the preamble:

\usepackage[danish]{babel}

This may help.

Paul


Re: Wide tables

2004-09-23 Thread Paul A. Rubin
Lars Olesen wrote:
Hi,
Now I have made a wide table with 4 columns, but it is to wide to bee
on the page. I tried to use CTRL+ENTER to make a forced linebreak in a
heading, but it won't work in a table.
Not in general.  I think (not positive) that if you declare a column to 
have a fixed width, you can then break lines.
How can I for instance change the font-size in the table, or make
headings break on two lines?
To change the font, highlight the entire table, click Layout-Character, 
change the font size (upper right drop-down in the dialog window), and 
click OK.

-- Paul


French quotation marks

2004-09-23 Thread Germán Vélez
Hi,
I've been trying to use french quotation marks in my document, but when 
I generate the pdf file they were replaced with black little boxes. I 
have \usepackage{aeguill} in the preamble, and the aeguill package 
seems correctly installed.

I use LyX 1.3.4 for Mac OS X.
Any idea?
Thanks,
Germán



Re: Names in Danish

2004-09-23 Thread Uwe Stöhr
Paul Smith wrote:
I have three tables in my document. I use Danish. Two of the tables
are still named in English, while the last one is named in Danish.
I tried to copy the one table in the float named right to the other
location and replacing the content, but it was still named in English.

Add the following line to the preamble:
\usepackage[danish]{babel}
Better adjust the default language in the LyX menu Edit - Settings - 
Language.
Because LyX loads babel automatically with the default language.
(You can see that, if you export yout document as LaTeX file.)
By loading babel manually in the preamble with another language option 
than the default one, you will often get problems.

regards Uwe


Re: French quotation marks

2004-09-23 Thread Uwe Stöhr
Germán Vélez wrote:
I've been trying to use french quotation marks in my document, but when 
I generate the pdf file they were replaced with black little boxes. I 
have \usepackage{aeguill} in the preamble, and the aeguill package seems 
correctly installed.
First assure that you use the font ae for you document.
Assuming that this is the case, try to load aeguill with a font option 
(The font from where the guillemets (french quotation marks) should be 
stolen.) Under

http://wiki.lyx.org/pmwiki.php/FAQ/PDF#badFonts
I proposed to use the option [ec], but you can also try other options, 
described in the documentation of aeguill.

But the best solution is, to abandon aeguill and ae and use the latin 
modern fonts (lm). Your LaTeX distribution should offer you the 
installation of the lm fonts.
To use them in LyX, add to the preamble the line

\usepackage{lmodern}
and choose as document font standard.
regards Uwe


Re: German Umlaute ihn matrices

2004-09-23 Thread Uwe Stöhr
leo wrote:
I've tried to use German Umlaute (ä, ö, ü) in matrices.
With mathmod I made an matrice. In Lyx the Umlaute appear. In the dvi 
preview, they are missing- even the character a is missing if ä was 
tried. I do not have any problems with Umlaute anywhere else.
You'll find a solution in chapter 7.1 of my LyX-math documentation:
http://wiki.lyx.org/pmwiki.php/LyX/LyXMathebefehle
regards Uwe


Re: Figures and tables stand out

2004-09-23 Thread Uwe Stöhr
Lars Olesen wrote:
The captions for the tables and figures are not standing out compared
to the rest of the text, so it is hard quickly to distinguish where
the text and the caption is. How can I change this?
Use the LaTeX-package caption.
After installing the package by your LaTeX distribution, add the line
\usepackage[options]{caption}
to the preamble. The options define the layout of the captions. Look at 
the documentation of caption for a description.

regards Uwe


Re: Figures and tables stand out

2004-09-23 Thread G. Milde
On 23.09.04, Uwe Stöhr wrote:
 Lars Olesen wrote:
 
 The captions for the tables and figures are not standing out compared
 to the rest of the text, so it is hard quickly to distinguish where
 the text and the caption is. How can I change this?
 
 Use the LaTeX-package caption.

Another option is to use the koma classes which provide a wide range of
options for the captions (read scrguide.dvi to learn more about koma script
classes).

Günter

-- 
G.Milde web.de


Re: Names in Danish

2004-09-23 Thread G. Milde
On 23.09.04, Uwe Stöhr wrote:
 Paul Smith wrote:
 
 I have three tables in my document. I use Danish. Two of the tables
 are still named in English, while the last one is named in Danish.
 
 Better adjust the default language in the LyX menu Edit - Settings - 
 Language.

If you happen to work on English and Danish documents in parallel, set the
language in the document: FormatDocumentLanguage.

(However, for ispell/aspell you might need to correct the LyX-wide setting in
EditSettings

Günter

-- 
G.Milde web.de


Re: Ispell, Lyx and Windows

2004-09-23 Thread Rob S

Now I want to choose a Danish spellchecker, but I don't know how or
where to install that language or where to find a distribution to
Windows? Can anyone help?
   

I see here
http://aspell.sourceforge.net/man-html/Supported.html
that Danish is a supported language.
 

Snce there appears to be support for Danish have a look here:
http://wiki.lyx.org/pmwiki.php/LyX/WindowsSetup
Half way down this page is a useful four stage setup of 
Aspell(spellchecking) on the Windows version of Lyx that Uwe Stohr has 
sussed out. It is important you follow all steps here, 1 - 4.

Rob S


Re: Keyboard shortcut for definition

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 08:02:30 +0200, G. Milde <[EMAIL PROTECTED]> wrote:
> Second hint: If defining your own bindings, do not forget to include the
> standard bindings with \bind_file

Thanks, Gunter. I had already added (to my own bind file) the line

\bind_file  "cua"

but not the line

\bind_file menus.bind

Paul


Wide tables

2004-09-23 Thread Lars Olesen
Hi,

Now I have made a wide table with 4 columns, but it is to wide to bee
on the page. I tried to use CTRL+ENTER to make a forced linebreak in a
heading, but it won't work in a table.

How can I for instance change the font-size in the table, or make
headings break on two lines?

-- 
Lars Olesen
E-mail-etikette 


Figures and tables stand out

2004-09-23 Thread Lars Olesen
The captions for the tables and figures are not standing out compared
to the rest of the text, so it is hard quickly to distinguish where
the text and the caption is. How can I change this?

-- 
Lars Olesen
E-mail-etikette 


Shouln't divide words

2004-09-23 Thread Lars Olesen
I don't want it to automatically divide words when printing out. I'm
using the book-template. Can I skip this part?

-- 
Lars Olesen
E-mail-etikette 


Re: German "Umlaute" ihn matrices

2004-09-23 Thread Herbert Voss
leo wrote:
I've tried to use German Umlaute (ä, ö, ü) in matrices.
With mathmod I made an matrice. In Lyx the Umlaute appear. In the dvi 
preview, they are missing- even the character "a" is missing if ä was 
tried. I do not have any problems with Umlaute anywhere else.
Then I've learned that in matrices it is not possible to insert ERT ? 
I've tried ERT and \"a to use Umlaute but nothing happens. Even the "a" 
is missing in both trials.
no problem, if you use babel and ngerman (german) as language
\[ f(\mathrm{"u}) \]
or, if you want it in italic
\[ f(\mathrm{\textit{"u}}) \]
you can copy this code and paste it into LyX, mark it
and hit ctrl-m
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Names in Danish

2004-09-23 Thread Lars Olesen
I have three tables in my document. I use Danish. Two of the tables
are still named in English, while the last one is named in Danish.

I tried to copy the one table in the float named right to the other
location and replacing the content, but it was still named in English.

Anybody know what can cause this?

-- 
Lars Olesen
E-mail-etikette 


Lyx and Fedora 2 (my first post)

2004-09-23 Thread mario
Hello, 

my first post

I am trying to install Lyx on Fedora Core2. Something is missing (see
below)
Pls, advise a newbie.
Thanks  Regards mario
___
When ./configure, I get the foll0wing msg:

Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:included-libsigc
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.3.3)
  C++ Compiler flags: -O -fno-rtti -fno-exceptions
  Linker flags:
  Frontend:   xforms
libXpm version:   4.11
libforms version:
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

 The following problems have been detected by configure.
 Please check the messages below before running 'make'.
 (see the section 'Problems' in the INSTALL file)

** Cannot find libforms or libxforms. Please check that the xforms
library
   is correctly installed on your system.

** Cannot find forms.h. Please check that the forms library
   is correctly installed on your system.






Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 19:00:57 +0200, mario <[EMAIL PROTECTED]> wrote:
> I am trying to install Lyx on Fedora Core2. Something is missing (see
> below)

Mario,

Try the following:

./configure --with-frontend=qt

This may help.

Paul


Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread Michael . Abshoff


On Thu, 23 Sep 2004, mario wrote:

> Hello,
>
> my first post
>
> I am trying to install Lyx on Fedora Core2. Something is missing (see
> below)
> Pls, advise a newbie.
> Thanks  Regards mario
> ___
> When ./configure, I get the foll0wing msg:
>
> Configuration
>   Host type:  i686-pc-linux-gnu
>   Special build flags:included-libsigc
>   C   Compiler:   gcc
>   C   Compiler flags: -g -O2
>   C++ Compiler:   g++ (3.3.3)
>   C++ Compiler flags: -O -fno-rtti -fno-exceptions
>   Linker flags:
>   Frontend:   xforms
> libXpm version:   4.11
> libforms version:
>   LyX binary dir: /usr/local/bin
>   LyX files dir:  /usr/local/share/lyx
>
>  The following problems have been detected by configure.
>  Please check the messages below before running 'make'.
>  (see the section 'Problems' in the INSTALL file)
>
> ** Cannot find libforms or libxforms. Please check that the xforms
> library
>is correctly installed on your system.
>
> ** Cannot find forms.h. Please check that the forms library
>is correctly installed on your system.
>
>
>
>

Hey Mario,

configure complains that it can't find forms.h, which is the header file
of the xforms libarary, the default gui for lyx. So you either have to
install the xform-library and probably its developer-package or you can
compile xforms from source. xforms-1.0 should be available from the
lyx-site.

Another possibility is compiling the qt-frontend. Just and

--with-frontend=qt

to ./configure. If it complains (i.e. about missing moc) you should
install the qt-devel package.

Questions?

Michael



Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread mario
Thanks for the prompt replies. I'll try during the weekend. 
mario


On Thu, 2004-09-23 at 19:15, [EMAIL PROTECTED]
wrote:
> On Thu, 23 Sep 2004, mario wrote:
> 
> > Hello,
> >
> > my first post
> >
> > I am trying to install Lyx on Fedora Core2. Something is missing (see
> > below)
> > Pls, advise a newbie.
> > Thanks  Regards mario
> > ___
> > When ./configure, I get the foll0wing msg:
> >
> > Configuration
> >   Host type:  i686-pc-linux-gnu
> >   Special build flags:included-libsigc
> >   C   Compiler:   gcc
> >   C   Compiler flags: -g -O2
> >   C++ Compiler:   g++ (3.3.3)
> >   C++ Compiler flags: -O -fno-rtti -fno-exceptions
> >   Linker flags:
> >   Frontend:   xforms
> > libXpm version:   4.11
> > libforms version:
> >   LyX binary dir: /usr/local/bin
> >   LyX files dir:  /usr/local/share/lyx
> >
> >  The following problems have been detected by configure.
> >  Please check the messages below before running 'make'.
> >  (see the section 'Problems' in the INSTALL file)
> >
> > ** Cannot find libforms or libxforms. Please check that the xforms
> > library
> >is correctly installed on your system.
> >
> > ** Cannot find forms.h. Please check that the forms library
> >is correctly installed on your system.
> >
> >
> >
> >
> 
> Hey Mario,
> 
> configure complains that it can't find forms.h, which is the header file
> of the xforms libarary, the default gui for lyx. So you either have to
> install the xform-library and probably its developer-package or you can
> compile xforms from source. xforms-1.0 should be available from the
> lyx-site.
> 
> Another possibility is compiling the qt-frontend. Just and
> 
>   --with-frontend=qt
> 
> to ./configure. If it complains (i.e. about missing moc) you should
> install the qt-devel package.
> 
> Questions?
> 
> Michael
> 
> 



Re: Lyx and Fedora 2 (my first post)

2004-09-23 Thread José Abílio Oliveira Matos
On Thu, Sep 23, 2004 at 07:33:33PM +0200, mario wrote:
> Thanks for the prompt replies. I'll try during the weekend. 
> mario

  Notice that there are rpm's compiled for fedora core 2. I think that we
have one on our ftp site.

  If you still want to compile from source that is ok. Well I do both so...
;-)

-- 
José Abílio Matos
LyX and docbook a perfect match. :-)


Re: Names in Danish

2004-09-23 Thread Paul Smith
On Thu, 23 Sep 2004 16:43:56 +0200, Lars Olesen <[EMAIL PROTECTED]> wrote:
> I have three tables in my document. I use Danish. Two of the tables
> are still named in English, while the last one is named in Danish.
> 
> I tried to copy the one table in the float named right to the other
> location and replacing the content, but it was still named in English.

Lars,

Add the following line to the preamble:

\usepackage[danish]{babel}

This may help.

Paul


Re: Wide tables

2004-09-23 Thread Paul A. Rubin
Lars Olesen wrote:
Hi,
Now I have made a wide table with 4 columns, but it is to wide to bee
on the page. I tried to use CTRL+ENTER to make a forced linebreak in a
heading, but it won't work in a table.
Not in general.  I think (not positive) that if you declare a column to 
have a fixed width, you can then break lines.
How can I for instance change the font-size in the table, or make
headings break on two lines?
To change the font, highlight the entire table, click Layout->Character, 
change the font size (upper right drop-down in the dialog window), and 
click OK.

-- Paul


French quotation marks

2004-09-23 Thread Germán Vélez
Hi,
I've been trying to use french quotation marks in my document, but when 
I generate the pdf file they were replaced with black little boxes. I 
have \usepackage{aeguill} in the preamble, and the aeguill package 
seems correctly installed.

I use LyX 1.3.4 for Mac OS X.
Any idea?
Thanks,
Germán



Re: Names in Danish

2004-09-23 Thread Uwe Stöhr
Paul Smith wrote:
I have three tables in my document. I use Danish. Two of the tables
are still named in English, while the last one is named in Danish.
I tried to copy the one table in the float named right to the other
location and replacing the content, but it was still named in English.

Add the following line to the preamble:
\usepackage[danish]{babel}
Better adjust the default language in the LyX menu Edit -> Settings -> 
Language.
Because LyX loads babel automatically with the default language.
(You can see that, if you export yout document as LaTeX file.)
By loading babel manually in the preamble with another language option 
than the default one, you will often get problems.

regards Uwe


Re: French quotation marks

2004-09-23 Thread Uwe Stöhr
Germán Vélez wrote:
I've been trying to use french quotation marks in my document, but when 
I generate the pdf file they were replaced with black little boxes. I 
have \usepackage{aeguill} in the preamble, and the aeguill package seems 
correctly installed.
First assure that you use the font ae for you document.
Assuming that this is the case, try to load aeguill with a font option 
(The font from where the guillemets (french quotation marks) should be 
"stolen".) Under

http://wiki.lyx.org/pmwiki.php/FAQ/PDF#badFonts
I proposed to use the option [ec], but you can also try other options, 
described in the documentation of aeguill.

But the best solution is, to abandon aeguill and ae and use the latin 
modern fonts (lm). Your LaTeX distribution should offer you the 
installation of the lm fonts.
To use them in LyX, add to the preamble the line

\usepackage{lmodern}
and choose as document font "standard".
regards Uwe


Re: German "Umlaute" ihn matrices

2004-09-23 Thread Uwe Stöhr
leo wrote:
I've tried to use German Umlaute (ä, ö, ü) in matrices.
With mathmod I made an matrice. In Lyx the Umlaute appear. In the dvi 
preview, they are missing- even the character "a" is missing if ä was 
tried. I do not have any problems with Umlaute anywhere else.
You'll find a solution in chapter 7.1 of my LyX-math documentation:
http://wiki.lyx.org/pmwiki.php/LyX/LyXMathebefehle
regards Uwe


Re: Figures and tables stand out

2004-09-23 Thread Uwe Stöhr
Lars Olesen wrote:
The captions for the tables and figures are not standing out compared
to the rest of the text, so it is hard quickly to distinguish where
the text and the caption is. How can I change this?
Use the LaTeX-package "caption".
After installing the package by your LaTeX distribution, add the line
\usepackage[options]{caption}
to the preamble. The options define the layout of the captions. Look at 
the documentation of "caption" for a description.

regards Uwe


Re: Figures and tables stand out

2004-09-23 Thread G. Milde
On 23.09.04, Uwe Stöhr wrote:
> Lars Olesen wrote:
> 
> >The captions for the tables and figures are not standing out compared
> >to the rest of the text, so it is hard quickly to distinguish where
> >the text and the caption is. How can I change this?
> 
> Use the LaTeX-package "caption".

Another option is to use the koma classes which provide a wide range of
options for the captions (read scrguide.dvi to learn more about koma script
classes).

Günter

-- 
G.Milde web.de


Re: Names in Danish

2004-09-23 Thread G. Milde
On 23.09.04, Uwe Stöhr wrote:
> Paul Smith wrote:
> 
> >>I have three tables in my document. I use Danish. Two of the tables
> >>are still named in English, while the last one is named in Danish.
 
> Better adjust the default language in the LyX menu Edit -> Settings -> 
> Language.

If you happen to work on English and Danish documents in parallel, set the
language in the document: Format>Document>Language.

(However, for ispell/aspell you might need to correct the LyX-wide setting in
Edit>Settings

Günter

-- 
G.Milde web.de