Weird list environment when using French language

2001-07-04 Thread Robin Boileau

Hello,

I appreciate the fact that LyX supports many languages
(including French, my native tongue !), but it seems that
using french or frenchb messes up the itemize
environment (and maybe even lists in general...) :

i) at all depths the bullets are \normalfont\bfseries{--}
ii) no more variable line spacing according to depth

Is that the correct reason ? If yes, how can I fix it ?

I have seen a web page
(http://ymorere.multimania.com/lyx/document.html) in French
where it is said that the bullets have to be redefined in
the LaTeX preamble section (as well as the TOC depths...).

How can I do it ?

I am not familiar enough with LaTeX, and I would like to
reconstruct the same itemize environment that can be used
when english is selected in the Document Layout window
(lists look great in this case).

Please help a poor newbie who wants to check his spelling in
the right language, get correct hyphenation in his French
documents... and still use these professional looking lists
that LyX generates.

Thanks in advance,


Robin


__
Boîte aux lettres - Caramail - http://www.caramail.com




Re: Problems setting up a layout/template

2001-07-04 Thread Pete Phillips

Hi

Further to my problem with the newlfm package and layout and temnplate
files, I think I've traced the problem, but I'm not sure how to
resolve it !

I loaded the template up in lyx 1.1.5 and 1.1.6 and exported both as
latex files. A diff between them showed that 1.1.6 is adding some
babel stuff:

diff newfile-old.tex  newfile1.tex 
3c3
 \documentclass[a4paper,stdletter]{newlfm}
---
 \documentclass[a4paper,english,stdletter]{newlfm}
5a6
 \usepackage{babel}

Removing the english option and commenting out the \usepackage{babel}
allowed me to process the file.  So, 2 questions:

1 - why is the babel stuff interfering with the latex processing ? Is
there anything I can do about it ?


2 - If there is a fundamental incompatibility with the babel package,
what can I do to stop lyx using the babel functionality ? 

Pete

 Herbert == Herbert Voss [EMAIL PROTECTED] writes:


Herbert Pete Phillips wrote:
 The template comes up in Lyx, but when I try to print, I get
 the following message:
 
 Undefined control sequence.\LoadClassWithOptions {letter}% the
 control sequence at the end of the top line of your error
 message was never \def'ed. If you have misspelled it
 ... Otherwise just continue and I'll forget about whatever
 was

Herbert what happens when you comment this line in the cls-file %
Herbert \LoadClassWithOptions{letter}%

Herbert Herbert

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




Re: Problems setting up a layout/template

2001-07-04 Thread Jean-Marc Lasgouttes

 Pete == Pete Phillips [EMAIL PROTECTED] writes:

Pete 1 - why is the babel stuff interfering with the latex processing
Pete ? Is there anything I can do about it ?

Pete 2 - If there is a fundamental incompatibility with the babel
Pete package, what can I do to stop lyx using the babel functionality
Pete ?

If there is an incompatibility bteween newlfm and babel, this is
probably a bug. What is the error message? Do you have the latest
versions of newlfm and babel?

JMarc



Including literal text

2001-07-04 Thread Sheldon Hearn


Hi folks,

I'm writing a paper that defines a mass mailing system I'm designing.
The document style is article and I'm using LyX Version 1.1.6fix2.

I'd like to include an appendix that provides the SQL code that
generates the database tables that support the system.

How do I include literal text in a way similar to code or pre in
HTML and programlisting in DocBook SGML?

I can't find literal or code in the FAQ.

Thanks,
Sheldon.



Re: Problems setting up a layout/template

2001-07-04 Thread Pete Phillips

 Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

Jean-Marc If there is an incompatibility bteween newlfm and
Jean-Marc babel, this is probably a bug. What is the error
Jean-Marc message? Do you have the latest versions of newlfm and
Jean-Marc babel?

The babel I have is the one that comes with the tetex 1.0.6
distribution - 3.6.

I do have the latest newlfm, but haven't installed it yet as I wanted
to try to resolve this problem first. Looking at the changelog for 
the latest newlfm, it looks like I make have to make changes to my
layout files, and I don't want to change too many things in one go !

Pete



Re: jpeg and png images in LyX

2001-07-04 Thread Jean-Marc Lasgouttes

 Pascal == Pascal Francq [EMAIL PROTECTED] writes:

Pascal Hi, Is there possible to insert directly (without any
Pascal conversion to eps format) images in jpeg and/or png in LyX,
Pascal perhaps with a specific package? Thanks in advance. --

Not currently. You have to convert them, for example with the
'convert' command from ImageMagick.

JMarc



Re: Including literal text

2001-07-04 Thread Sheldon Hearn



On 04 Jul 2001 13:40:27 +0200, Jean-Marc Lasgouttes wrote:

 If the text is in a file, the best is to use InsertInclude and check
 'verbatim'.

Excellent, that does me nicely.  I have to convert tabs to spaces, but
that's a small price to pay for the convenience of embedding the SQL
code in an appendix.

Thanks,
Sheldon.



Re: Including literal text

2001-07-04 Thread Thomas de Grenier de Latour

Jean-Marc Lasgouttes wrote:
 
  Sheldon == Sheldon Hearn [EMAIL PROTECTED] writes:

 Sheldon I'd like to include an appendix that provides the SQL code
 Sheldon that generates the database tables that support the system.
 
 If the text is in a file, the best is to use InsertInclude and check
 'verbatim'.
 
 Otherwise, you can use the LyX-Code environment, but it is a bit
 buggy.
 

You may also use a pretty-printer for your code. It will put some
keywords in bold, etc. The SQL is supported by the  listings package.
To use it, write your latex preamble:
\usepackage{listings}
\lstloadlanguages{SQL}

Then, you just have to write in red latex mode, where you want in your
lyx article,:
\lstinputlisting[language=SQL]{yourFile.sql}

If you don't have listings installed, you can find it (with the
documentation) here:
http://www.ctan.org/tex-archive/macros/latex/contrib/supported/listings/

I think the lgrind package also supports SQL, and can also be found on
the CTAN.

T.



Re: Poster

2001-07-04 Thread Dekel Tsur

On Tue, Jul 03, 2001 at 12:02:13PM +0200, ABe wrote:
 Hi All,
 
 If I want to make a poster with Lyx. Is that possible or not ?
 If ya ..can you tell me ?

Yes.
See http://www.educat.hu-berlin.de/~voss/lyx/#poster



Insert sty file

2001-07-04 Thread Toommie Toommie

Hi,

Anyone know how to use/insert .sty file in Lyx?

Thanks a lot
Tom

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: Problems setting up a layout/template

2001-07-04 Thread Dekel Tsur

On Wed, Jul 04, 2001 at 10:43:35AM +0100, Pete Phillips wrote:
 2 - If there is a fundamental incompatibility with the babel package,
 what can I do to stop lyx using the babel functionality ? 

With lyx-1.1.6fix2, you can put the line
 \language_use_babel false
in ~/.lyx/preferences , and then LyX will not use babel when the language of
the document is equal to the default language (The default language can be
set in the preferences dialog, lang_opts-language tab).



Re: Insert sty file

2001-07-04 Thread Jean-Marc Lasgouttes

 Toommie == Toommie Toommie [EMAIL PROTECTED] writes:

Toommie Hi, Anyone know how to use/insert .sty file in Lyx?

You can add \usepackage{mystyle} in LayoutLaTeX Preamble. But if you
want to actually _use_ the package, you'll have to give us more info
on what you want to do...

JMarc



Changing font size in tables...

2001-07-04 Thread Saalfeld, Christoph

Hi there,

I'm trying to change the size of text in a table. To do so, I have to select
the text of each cell and then to change the font size. Is there a way to
change the size of  fonts for the whole table ?
I tried to do so (selected complete table, changed character settings), but
nothing happens.

Thank you for your answer...

Christoph



lyx 1.1.6 and polish chars

2001-07-04 Thread wojtek

how to do it?

i have already working both polish (iso-8859-2) fonts and keyboard
but in lyx alt-character doesn't work




Re: Latex document

2001-07-04 Thread Ramin Yasdi

I installed the CV-Lyx as is instructed by  Mr. Lasgouttes. But in the example I
don't see
any extra features which can not be done in a regular Lyx article document.

Do I miss anything ?
+
Remzi Seker wrote:

 Yes, you can. You are lucky, Mr. Lasgouttes just released his cv class.. You
 can get it from (if the url didn't change!) at:

 http://www-rocq.inria.fr/~lasgoutt/lyx/cv-1.5.tar.gz

 Cheers R

 On Tuesday 03 July 2001 15:29, ray p wrote:
  I'm sorry if this has been asked a million times but I've so far been
  unable to find any documentation on how to do this and searching the
  archive gave me nothing so if there is something out there please point me
  at it. I have a latex document (to create a resume) That I would like to
  edit with Lyx is this possible and if so how would I do it. Also does
  anybody know of a good resume template for Lyx and how to use it in version
  1.1.5fix2-1 (This is the Debian package if by chance that matters) Once
  again thanks much.

 
 Content-Type: application/pgp-signature; charset=us-ascii;
 name=Attachment: 1
 Content-Transfer-Encoding: 7bit
 Content-Description:
 




Weird list environment when using French language

2001-07-04 Thread Robin Boileau

Hello,

I appreciate the fact that LyX supports many languages
(including French, my native tongue !), but it seems that
using french or frenchb messes up the itemize
environment (and maybe even lists in general...) :

i) at all depths the bullets are \normalfont\bfseries{--}
ii) no more variable line spacing according to depth

Is that the correct reason ? If yes, how can I fix it ?

I have seen a web page
(http://ymorere.multimania.com/lyx/document.html) in French
where it is said that the bullets have to be redefined in
the LaTeX preamble section (as well as the TOC depths...).

How can I do it ?

I am not familiar enough with LaTeX, and I would like to
reconstruct the same itemize environment that can be used
when english is selected in the Document Layout window
(lists look great in this case).

Please help a poor newbie who wants to check his spelling in
the right language, get correct hyphenation in his French
documents... and still use these professional looking lists
that LyX generates.

Thanks in advance,


Robin


__
Boîte aux lettres - Caramail - http://www.caramail.com




Re: Problems setting up a layout/template

2001-07-04 Thread Pete Phillips

Hi

Further to my problem with the newlfm package and layout and temnplate
files, I think I've traced the problem, but I'm not sure how to
resolve it !

I loaded the template up in lyx 1.1.5 and 1.1.6 and exported both as
latex files. A diff between them showed that 1.1.6 is adding some
babel stuff:

diff newfile-old.tex  newfile1.tex 
3c3
 \documentclass[a4paper,stdletter]{newlfm}
---
 \documentclass[a4paper,english,stdletter]{newlfm}
5a6
 \usepackage{babel}

Removing the english option and commenting out the \usepackage{babel}
allowed me to process the file.  So, 2 questions:

1 - why is the babel stuff interfering with the latex processing ? Is
there anything I can do about it ?


2 - If there is a fundamental incompatibility with the babel package,
what can I do to stop lyx using the babel functionality ? 

Pete

 Herbert == Herbert Voss [EMAIL PROTECTED] writes:


Herbert Pete Phillips wrote:
 The template comes up in Lyx, but when I try to print, I get
 the following message:
 
 Undefined control sequence.\LoadClassWithOptions {letter}% the
 control sequence at the end of the top line of your error
 message was never \def'ed. If you have misspelled it
 ... Otherwise just continue and I'll forget about whatever
 was

Herbert what happens when you comment this line in the cls-file %
Herbert \LoadClassWithOptions{letter}%

Herbert Herbert

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




Re: Problems setting up a layout/template

2001-07-04 Thread Jean-Marc Lasgouttes

 Pete == Pete Phillips [EMAIL PROTECTED] writes:

Pete 1 - why is the babel stuff interfering with the latex processing
Pete ? Is there anything I can do about it ?

Pete 2 - If there is a fundamental incompatibility with the babel
Pete package, what can I do to stop lyx using the babel functionality
Pete ?

If there is an incompatibility bteween newlfm and babel, this is
probably a bug. What is the error message? Do you have the latest
versions of newlfm and babel?

JMarc



Including literal text

2001-07-04 Thread Sheldon Hearn


Hi folks,

I'm writing a paper that defines a mass mailing system I'm designing.
The document style is article and I'm using LyX Version 1.1.6fix2.

I'd like to include an appendix that provides the SQL code that
generates the database tables that support the system.

How do I include literal text in a way similar to code or pre in
HTML and programlisting in DocBook SGML?

I can't find literal or code in the FAQ.

Thanks,
Sheldon.



Re: Problems setting up a layout/template

2001-07-04 Thread Pete Phillips

 Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

Jean-Marc If there is an incompatibility bteween newlfm and
Jean-Marc babel, this is probably a bug. What is the error
Jean-Marc message? Do you have the latest versions of newlfm and
Jean-Marc babel?

The babel I have is the one that comes with the tetex 1.0.6
distribution - 3.6.

I do have the latest newlfm, but haven't installed it yet as I wanted
to try to resolve this problem first. Looking at the changelog for 
the latest newlfm, it looks like I make have to make changes to my
layout files, and I don't want to change too many things in one go !

Pete



Re: jpeg and png images in LyX

2001-07-04 Thread Jean-Marc Lasgouttes

 Pascal == Pascal Francq [EMAIL PROTECTED] writes:

Pascal Hi, Is there possible to insert directly (without any
Pascal conversion to eps format) images in jpeg and/or png in LyX,
Pascal perhaps with a specific package? Thanks in advance. --

Not currently. You have to convert them, for example with the
'convert' command from ImageMagick.

JMarc



Re: Including literal text

2001-07-04 Thread Sheldon Hearn



On 04 Jul 2001 13:40:27 +0200, Jean-Marc Lasgouttes wrote:

 If the text is in a file, the best is to use InsertInclude and check
 'verbatim'.

Excellent, that does me nicely.  I have to convert tabs to spaces, but
that's a small price to pay for the convenience of embedding the SQL
code in an appendix.

Thanks,
Sheldon.



Re: Including literal text

2001-07-04 Thread Thomas de Grenier de Latour

Jean-Marc Lasgouttes wrote:
 
  Sheldon == Sheldon Hearn [EMAIL PROTECTED] writes:

 Sheldon I'd like to include an appendix that provides the SQL code
 Sheldon that generates the database tables that support the system.
 
 If the text is in a file, the best is to use InsertInclude and check
 'verbatim'.
 
 Otherwise, you can use the LyX-Code environment, but it is a bit
 buggy.
 

You may also use a pretty-printer for your code. It will put some
keywords in bold, etc. The SQL is supported by the  listings package.
To use it, write your latex preamble:
\usepackage{listings}
\lstloadlanguages{SQL}

Then, you just have to write in red latex mode, where you want in your
lyx article,:
\lstinputlisting[language=SQL]{yourFile.sql}

If you don't have listings installed, you can find it (with the
documentation) here:
http://www.ctan.org/tex-archive/macros/latex/contrib/supported/listings/

I think the lgrind package also supports SQL, and can also be found on
the CTAN.

T.



Re: Poster

2001-07-04 Thread Dekel Tsur

On Tue, Jul 03, 2001 at 12:02:13PM +0200, ABe wrote:
 Hi All,
 
 If I want to make a poster with Lyx. Is that possible or not ?
 If ya ..can you tell me ?

Yes.
See http://www.educat.hu-berlin.de/~voss/lyx/#poster



Insert sty file

2001-07-04 Thread Toommie Toommie

Hi,

Anyone know how to use/insert .sty file in Lyx?

Thanks a lot
Tom

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: Problems setting up a layout/template

2001-07-04 Thread Dekel Tsur

On Wed, Jul 04, 2001 at 10:43:35AM +0100, Pete Phillips wrote:
 2 - If there is a fundamental incompatibility with the babel package,
 what can I do to stop lyx using the babel functionality ? 

With lyx-1.1.6fix2, you can put the line
 \language_use_babel false
in ~/.lyx/preferences , and then LyX will not use babel when the language of
the document is equal to the default language (The default language can be
set in the preferences dialog, lang_opts-language tab).



Re: Insert sty file

2001-07-04 Thread Jean-Marc Lasgouttes

 Toommie == Toommie Toommie [EMAIL PROTECTED] writes:

Toommie Hi, Anyone know how to use/insert .sty file in Lyx?

You can add \usepackage{mystyle} in LayoutLaTeX Preamble. But if you
want to actually _use_ the package, you'll have to give us more info
on what you want to do...

JMarc



Changing font size in tables...

2001-07-04 Thread Saalfeld, Christoph

Hi there,

I'm trying to change the size of text in a table. To do so, I have to select
the text of each cell and then to change the font size. Is there a way to
change the size of  fonts for the whole table ?
I tried to do so (selected complete table, changed character settings), but
nothing happens.

Thank you for your answer...

Christoph



lyx 1.1.6 and polish chars

2001-07-04 Thread wojtek

how to do it?

i have already working both polish (iso-8859-2) fonts and keyboard
but in lyx alt-character doesn't work




Re: Latex document

2001-07-04 Thread Ramin Yasdi

I installed the CV-Lyx as is instructed by  Mr. Lasgouttes. But in the example I
don't see
any extra features which can not be done in a regular Lyx article document.

Do I miss anything ?
+
Remzi Seker wrote:

 Yes, you can. You are lucky, Mr. Lasgouttes just released his cv class.. You
 can get it from (if the url didn't change!) at:

 http://www-rocq.inria.fr/~lasgoutt/lyx/cv-1.5.tar.gz

 Cheers R

 On Tuesday 03 July 2001 15:29, ray p wrote:
  I'm sorry if this has been asked a million times but I've so far been
  unable to find any documentation on how to do this and searching the
  archive gave me nothing so if there is something out there please point me
  at it. I have a latex document (to create a resume) That I would like to
  edit with Lyx is this possible and if so how would I do it. Also does
  anybody know of a good resume template for Lyx and how to use it in version
  1.1.5fix2-1 (This is the Debian package if by chance that matters) Once
  again thanks much.

 
 Content-Type: application/pgp-signature; charset=us-ascii;
 name=Attachment: 1
 Content-Transfer-Encoding: 7bit
 Content-Description:
 




Weird list environment when using "French" language

2001-07-04 Thread Robin Boileau

Hello,

I appreciate the fact that LyX supports many languages
(including French, my native tongue !), but it seems that
using "french" or "frenchb" messes up the itemize
environment (and maybe even lists in general...) :

i) at all depths the bullets are "\normalfont\bfseries{--}"
ii) no more variable line spacing according to depth

Is that the correct reason ? If yes, how can I fix it ?

I have seen a web page
(http://ymorere.multimania.com/lyx/document.html) in French
where it is said that the bullets have to be redefined in
the LaTeX preamble section (as well as the TOC depths...).

How can I do it ?

I am not familiar enough with LaTeX, and I would like to
"reconstruct" the same itemize environment that can be used
when "english" is selected in the "Document Layout" window
(lists look great in this case).

Please help a poor newbie who wants to check his spelling in
the right language, get correct hyphenation in his French
documents... and still use these professional looking lists
that LyX generates.

Thanks in advance,


Robin


__
Boîte aux lettres - Caramail - http://www.caramail.com




Re: Problems setting up a layout/template

2001-07-04 Thread Pete Phillips

Hi

Further to my problem with the newlfm package and layout and temnplate
files, I think I've traced the problem, but I'm not sure how to
resolve it !

I loaded the template up in lyx 1.1.5 and 1.1.6 and exported both as
latex files. A diff between them showed that 1.1.6 is adding some
babel stuff:

diff newfile-old.tex  newfile1.tex 
3c3
< \documentclass[a4paper,stdletter]{newlfm}
---
> \documentclass[a4paper,english,stdletter]{newlfm}
5a6
> \usepackage{babel}

Removing the english option and commenting out the \usepackage{babel}
allowed me to process the file.  So, 2 questions:

1 - why is the babel stuff interfering with the latex processing ? Is
there anything I can do about it ?


2 - If there is a fundamental incompatibility with the babel package,
what can I do to stop lyx using the babel functionality ? 

Pete

> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:


Herbert> Pete Phillips wrote:
>> The template comes up in Lyx, but when I try to print, I get
>> the following message:
>> 
>> Undefined control sequence.\LoadClassWithOptions {letter}% the
>> control sequence at the end of the top line of your error
>> message was never \def'ed. If you have misspelled it
>> ... Otherwise just continue and I'll forget about whatever
>> was

Herbert> what happens when you comment this line in the cls-file %
Herbert> \LoadClassWithOptions{letter}%

Herbert> Herbert

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




Re: Problems setting up a layout/template

2001-07-04 Thread Jean-Marc Lasgouttes

> "Pete" == Pete Phillips <[EMAIL PROTECTED]> writes:

Pete> 1 - why is the babel stuff interfering with the latex processing
Pete> ? Is there anything I can do about it ?

Pete> 2 - If there is a fundamental incompatibility with the babel
Pete> package, what can I do to stop lyx using the babel functionality
Pete> ?

If there is an incompatibility bteween newlfm and babel, this is
probably a bug. What is the error message? Do you have the latest
versions of newlfm and babel?

JMarc



Including literal text

2001-07-04 Thread Sheldon Hearn


Hi folks,

I'm writing a paper that defines a mass mailing system I'm designing.
The document style is "article" and I'm using LyX Version 1.1.6fix2.

I'd like to include an appendix that provides the SQL code that
generates the database tables that support the system.

How do I include literal text in a way similar to  or  in
HTML and  in DocBook SGML?

I can't find "literal" or "code" in the FAQ.

Thanks,
Sheldon.



Re: Problems setting up a layout/template

2001-07-04 Thread Pete Phillips

> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

Jean-Marc> If there is an incompatibility bteween newlfm and
Jean-Marc> babel, this is probably a bug. What is the error
Jean-Marc> message? Do you have the latest versions of newlfm and
Jean-Marc> babel?

The babel I have is the one that comes with the tetex 1.0.6
distribution - 3.6.

I do have the latest newlfm, but haven't installed it yet as I wanted
to try to resolve this problem first. Looking at the changelog for 
the latest newlfm, it looks like I make have to make changes to my
layout files, and I don't want to change too many things in one go !

Pete



Re: jpeg and png images in LyX

2001-07-04 Thread Jean-Marc Lasgouttes

> "Pascal" == Pascal Francq <[EMAIL PROTECTED]> writes:

Pascal> Hi, Is there possible to insert directly (without any
Pascal> conversion to eps format) images in jpeg and/or png in LyX,
Pascal> perhaps with a specific package? Thanks in advance. --

Not currently. You have to convert them, for example with the
'convert' command from ImageMagick.

JMarc



Re: Including literal text

2001-07-04 Thread Sheldon Hearn



On 04 Jul 2001 13:40:27 +0200, Jean-Marc Lasgouttes wrote:

> If the text is in a file, the best is to use Insert>Include and check
> 'verbatim'.

Excellent, that does me nicely.  I have to convert tabs to spaces, but
that's a small price to pay for the convenience of embedding the SQL
code in an appendix.

Thanks,
Sheldon.



Re: Including literal text

2001-07-04 Thread Thomas de Grenier de Latour

Jean-Marc Lasgouttes wrote:
> 
> > "Sheldon" == Sheldon Hearn <[EMAIL PROTECTED]> writes:
>
> Sheldon> I'd like to include an appendix that provides the SQL code
> Sheldon> that generates the database tables that support the system.
> 
> If the text is in a file, the best is to use Insert>Include and check
> 'verbatim'.
> 
> Otherwise, you can use the LyX-Code environment, but it is a bit
> buggy.
> 

You may also use a pretty-printer for your code. It will put some
keywords in bold, etc. The SQL is supported by the  "listings" package.
To use it, write your latex preamble:
\usepackage{listings}
\lstloadlanguages{SQL}

Then, you just have to write in red latex mode, where you want in your
lyx article,:
\lstinputlisting[language=SQL]{yourFile.sql}

If you don't have "listings" installed, you can find it (with the
documentation) here:
http://www.ctan.org/tex-archive/macros/latex/contrib/supported/listings/

I think the "lgrind" package also supports SQL, and can also be found on
the CTAN.

T.



Re: Poster

2001-07-04 Thread Dekel Tsur

On Tue, Jul 03, 2001 at 12:02:13PM +0200, ABe wrote:
> Hi All,
> 
> If I want to make a poster with Lyx. Is that possible or not ?
> If ya ..can you tell me ?

Yes.
See http://www.educat.hu-berlin.de/~voss/lyx/#poster



Insert sty file

2001-07-04 Thread Toommie Toommie

Hi,

Anyone know how to use/insert .sty file in Lyx?

Thanks a lot
Tom

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: Problems setting up a layout/template

2001-07-04 Thread Dekel Tsur

On Wed, Jul 04, 2001 at 10:43:35AM +0100, Pete Phillips wrote:
> 2 - If there is a fundamental incompatibility with the babel package,
> what can I do to stop lyx using the babel functionality ? 

With lyx-1.1.6fix2, you can put the line
 \language_use_babel "false"
in ~/.lyx/preferences , and then LyX will not use babel when the language of
the document is equal to the default language (The default language can be
set in the preferences dialog, lang_opts->language tab).



Re: Insert sty file

2001-07-04 Thread Jean-Marc Lasgouttes

> "Toommie" == Toommie Toommie <[EMAIL PROTECTED]> writes:

Toommie> Hi, Anyone know how to use/insert .sty file in Lyx?

You can add \usepackage{mystyle} in Layout>LaTeX Preamble. But if you
want to actually _use_ the package, you'll have to give us more info
on what you want to do...

JMarc



Changing font size in tables...

2001-07-04 Thread Saalfeld, Christoph

Hi there,

I'm trying to change the size of text in a table. To do so, I have to select
the text of each cell and then to change the font size. Is there a way to
change the size of  fonts for the whole table ?
I tried to do so (selected complete table, changed character settings), but
nothing happens.

Thank you for your answer...

Christoph



lyx 1.1.6 and polish chars

2001-07-04 Thread wojtek

how to do it?

i have already working both polish (iso-8859-2) fonts and keyboard
but in lyx alt-character doesn't work




Re: Latex document

2001-07-04 Thread Ramin Yasdi

I installed the CV-Lyx as is instructed by  Mr. Lasgouttes. But in the example I
don't see
any extra features which can not be done in a regular Lyx article document.

Do I miss anything ?
+
Remzi Seker wrote:

> Yes, you can. You are lucky, Mr. Lasgouttes just released his cv class.. You
> can get it from (if the url didn't change!) at:
>
> http://www-rocq.inria.fr/~lasgoutt/lyx/cv-1.5.tar.gz
>
> Cheers R

> On Tuesday 03 July 2001 15:29, ray p wrote:
> > I'm sorry if this has been asked a million times but I've so far been
> > unable to find any documentation on how to do this and searching the
> > archive gave me nothing so if there is something out there please point me
> > at it. I have a latex document (to create a resume) That I would like to
> > edit with Lyx is this possible and if so how would I do it. Also does
> > anybody know of a good resume template for Lyx and how to use it in version
> > 1.1.5fix2-1 (This is the Debian package if by chance that matters) Once
> > again thanks much.
>
> 
> Content-Type: application/pgp-signature; charset="us-ascii";
> name="Attachment: 1"
> Content-Transfer-Encoding: 7bit
> Content-Description:
>