Hello LyX Users: Question about asymptote package within a LyX document.

2023-04-25 Thread Enrique Comer
Hello LyX Users:
I just read the article by Justin Domke with link: 
https://justindomke.wordpress.com/2017/05/24/the-second-and-third-best-features-of-lyx-you-arent-using/.



My question is:

►How could we call the asymptote package from within a LyX document?.




For example: From Justin Domke, we can write:


\begin{tikzpicture}
\draw[red] (0,0) -- (0,1);
\draw[green] (0,1) -- (1,1);
\draw[red] (1,1) -- (1,0);
\draw[blue] (1,0) -- (0,0);
\end{tikzpicture}
and obtain the corresponding figure.
How could we prepare LyX to be able to evaluate, for example:


begin{asy}size(0,100);import geometry;triangle 
t=triangle(b=3,alpha=90,c=4);dot((0,0));draw(t);draw(rotate(90)*t,red);draw(shift((-4,0))*t,blue);draw(reflect((0,0),(1,0))*t,green);draw(slant(2)*t,magenta);
\end{asy}
and obtain the figure? (note: the example code is from the gallery in link: 
https://asymptote.sourceforge.io/gallery/triangle.asy )






►I already tested the previous asymptote code from a LyX document, with the 
LaTeX preamble including: \usepackage[inline]{asymptote}, but the result was 
the generation of PDF without errors, but also without the expected figure.





Thank you very much in advance for any pointer to answer this question.


Congratulations for supporting the use of the great editor LyX.Best 
regards,Enrique Comer

|  | Libre de virus.www.avast.com |

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Hello Problems [Windows 10, October Update, Version 1809]

2018-10-05 Thread Baris Erkus
On 03-Oct-18 8:48 PM, Baris Erkus wrote:

[cid:part1.74C7AE2A.8794DF7C@hotmail.com]

I will see if it causes any problems with my LyX 2.3.1-1.

Hello,

After installing Windows 10 October Update 1809; it caused problems with my 
graphics card and one structural analysis software. I had to re-install 
graphics drivers and that software.

When it comes to LyX, it took about 10-15 to start and it started as if it is 
freshly installed with the Wlecome to LyX page. It reset some of the 
information such as open file list. I do not have user customization on my PC 
so I do not know if those will be affected. So it may be a good idea to backup 
LyX customization if there are any.  I have tested a complicated LyX document 
and it compiled just fine. I have checked MikTeX and it works fine as well.

My recommendation is: do not to install this update if you do not need it. I 
had to do it on my PC  for some other reasons. If you really need to install 
this update , back up your LyX customization first as there is chance you may 
loose them.

BE


Hello Problems

2018-10-03 Thread Baris Erkus
[cid:part1.958945FA.4F148972@hotmail.com]

I will see if it causes any problems with my LyX 2.3.1-1.


Re: can't compile hello world document from tutorial

2013-09-01 Thread Jürgen Spitzmüller
Ross Gayler wrote:
 I deleted ~/.lyx/templates/defaults.lyx and was able to compile a simple
 document.

Good.

 I am still mystified as to how it came to be corrupted in a fresh install.
 Would you like me to investigate a little further?

It's probably difficult to track. Please let us know if the problem re-
appears.

Jürgen

 Ross




Re: can't compile hello world document from tutorial

2013-09-01 Thread Jürgen Spitzmüller
Ross Gayler wrote:
 I deleted ~/.lyx/templates/defaults.lyx and was able to compile a simple
 document.

Good.

 I am still mystified as to how it came to be corrupted in a fresh install.
 Would you like me to investigate a little further?

It's probably difficult to track. Please let us know if the problem re-
appears.

Jürgen

 Ross




Re: can't compile "hello world" document from tutorial

2013-09-01 Thread Jürgen Spitzmüller
Ross Gayler wrote:
> I deleted ~/.lyx/templates/defaults.lyx and was able to compile a simple
> document.

Good.

> I am still mystified as to how it came to be corrupted in a fresh install.
> Would you like me to investigate a little further?

It's probably difficult to track. Please let us know if the problem re-
appears.

Jürgen

> Ross




can't compile hello world document from tutorial

2013-08-31 Thread Ross Gayler
Hi,

I have freshly installed LyX (V 2.0.3, Ubuntu 13.04) and am working through
the Tutorial. I create a new document with a few words in it. When I save
it and attempt to view it I get the message Emergency stop. File ended
while scanning use of \kvsetkeys. * newfile1.tex *** (job aborted, no
legal \end found)

However, I have no problems opening, editing and viewing any of the example
documents that came with the installation.

Completely removing and re-installing the package does not help.

I presume that some preamble text that is created with the new document is
mal-formed, but I don't know what it is or why it shuld be like that for a
feeshly installed LyX.

Any suggestions?
Thanks

Ross


Re: can't compile hello world document from tutorial

2013-08-31 Thread Jürgen Spitzmüller
Ross Gayler wrote:
 I have freshly installed LyX (V 2.0.3, Ubuntu 13.04) and am working through
 the Tutorial. I create a new document with a few words in it. When I save
 it and attempt to view it I get the message Emergency stop. File ended
 while scanning use of \kvsetkeys. * newfile1.tex *** (job aborted, no
 legal \end found)
 
 However, I have no problems opening, editing and viewing any of the example
 documents that came with the installation.
 
 Completely removing and re-installing the package does not help.
 
 I presume that some preamble text that is created with the new document is
 mal-formed, but I don't know what it is or why it shuld be like that for a
 feeshly installed LyX.

Hi Ross,

this should not happen indeed. I suspect your standard template is corrupted. 
Could you check if it helps to remove the file ~/.lyx/templates/defaults.lyx 
(if this file is there)? If not, could you post here a simple file that fails?

Jürgen




can't compile hello world document from tutorial

2013-08-31 Thread Ross Gayler
Hi,

I have freshly installed LyX (V 2.0.3, Ubuntu 13.04) and am working through
the Tutorial. I create a new document with a few words in it. When I save
it and attempt to view it I get the message Emergency stop. File ended
while scanning use of \kvsetkeys. * newfile1.tex *** (job aborted, no
legal \end found)

However, I have no problems opening, editing and viewing any of the example
documents that came with the installation.

Completely removing and re-installing the package does not help.

I presume that some preamble text that is created with the new document is
mal-formed, but I don't know what it is or why it shuld be like that for a
feeshly installed LyX.

Any suggestions?
Thanks

Ross


Re: can't compile hello world document from tutorial

2013-08-31 Thread Jürgen Spitzmüller
Ross Gayler wrote:
 I have freshly installed LyX (V 2.0.3, Ubuntu 13.04) and am working through
 the Tutorial. I create a new document with a few words in it. When I save
 it and attempt to view it I get the message Emergency stop. File ended
 while scanning use of \kvsetkeys. * newfile1.tex *** (job aborted, no
 legal \end found)
 
 However, I have no problems opening, editing and viewing any of the example
 documents that came with the installation.
 
 Completely removing and re-installing the package does not help.
 
 I presume that some preamble text that is created with the new document is
 mal-formed, but I don't know what it is or why it shuld be like that for a
 feeshly installed LyX.

Hi Ross,

this should not happen indeed. I suspect your standard template is corrupted. 
Could you check if it helps to remove the file ~/.lyx/templates/defaults.lyx 
(if this file is there)? If not, could you post here a simple file that fails?

Jürgen




can't compile "hello world" document from tutorial

2013-08-31 Thread Ross Gayler
Hi,

I have freshly installed LyX (V 2.0.3, Ubuntu 13.04) and am working through
the Tutorial. I create a new document with a few words in it. When I save
it and attempt to view it I get the message "Emergency stop. File ended
while scanning use of \kvsetkeys. <*> newfile1.tex *** (job aborted, no
legal \end found)"

However, I have no problems opening, editing and viewing any of the example
documents that came with the installation.

Completely removing and re-installing the package does not help.

I presume that some preamble text that is created with the new document is
mal-formed, but I don't know what it is or why it shuld be like that for a
feeshly installed LyX.

Any suggestions?
Thanks

Ross


Re: can't compile "hello world" document from tutorial

2013-08-31 Thread Jürgen Spitzmüller
Ross Gayler wrote:
> I have freshly installed LyX (V 2.0.3, Ubuntu 13.04) and am working through
> the Tutorial. I create a new document with a few words in it. When I save
> it and attempt to view it I get the message "Emergency stop. File ended
> while scanning use of \kvsetkeys. <*> newfile1.tex *** (job aborted, no
> legal \end found)"
> 
> However, I have no problems opening, editing and viewing any of the example
> documents that came with the installation.
> 
> Completely removing and re-installing the package does not help.
> 
> I presume that some preamble text that is created with the new document is
> mal-formed, but I don't know what it is or why it shuld be like that for a
> feeshly installed LyX.

Hi Ross,

this should not happen indeed. I suspect your standard template is corrupted. 
Could you check if it helps to remove the file ~/.lyx/templates/defaults.lyx 
(if this file is there)? If not, could you post here a simple file that fails?

Jürgen




Hello Windows Branch

2011-09-13 Thread Jim Rockford
Any word on when the Windows binaries might be available for 2.0.1?  I've
been eagerly awaiting the first bug fix before installing the 2.x family.
Thanks for all your great work.

Jim


Re: Hello Windows Branch

2011-09-13 Thread Liviu Andronic
On Wed, Sep 14, 2011 at 2:03 AM, Jim Rockford jim.rockfo...@gmail.com wrote:
 Any word on when the Windows binaries might be available for 2.0.1?  I've
 been eagerly awaiting the first bug fix before installing the 2.x family.

You do have the unofficial installer provided by Uwe. [1] The official
one may or may not come soon enough.
Liviu

[1] 
https://developer.berlios.de/project/showfiles.php?group_id=5117release_id=18767


Hello Windows Branch

2011-09-13 Thread Jim Rockford
Any word on when the Windows binaries might be available for 2.0.1?  I've
been eagerly awaiting the first bug fix before installing the 2.x family.
Thanks for all your great work.

Jim


Re: Hello Windows Branch

2011-09-13 Thread Liviu Andronic
On Wed, Sep 14, 2011 at 2:03 AM, Jim Rockford jim.rockfo...@gmail.com wrote:
 Any word on when the Windows binaries might be available for 2.0.1?  I've
 been eagerly awaiting the first bug fix before installing the 2.x family.

You do have the unofficial installer provided by Uwe. [1] The official
one may or may not come soon enough.
Liviu

[1] 
https://developer.berlios.de/project/showfiles.php?group_id=5117release_id=18767


Hello Windows Branch

2011-09-13 Thread Jim Rockford
Any word on when the Windows binaries might be available for 2.0.1?  I've
been eagerly awaiting the first bug fix before installing the 2.x family.
Thanks for all your great work.

Jim


Re: Hello Windows Branch

2011-09-13 Thread Liviu Andronic
On Wed, Sep 14, 2011 at 2:03 AM, Jim Rockford  wrote:
> Any word on when the Windows binaries might be available for 2.0.1?  I've
> been eagerly awaiting the first bug fix before installing the 2.x family.
>
You do have the unofficial installer provided by Uwe. [1] The official
one may or may not come soon enough.
Liviu

[1] 
https://developer.berlios.de/project/showfiles.php?group_id=5117_id=18767


Re: Hello, trouble with language. Chapter, Capítulo

2009-06-29 Thread Ignacio García
Francisco Javier Martínez Sanchez wrote:

I had a little trouble with lyx. I wanna to create a book with chapter. So I 
select chapter. and it put:

Chapter 1


 But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx 
 put:

Capítulo 1

 Other things as Table of contents I wanna see as Índice general

 Please I'm new if you can answer me in Spanish, do it. If you can't, try 
 simple English.

You must set the document language to Spanish, in Document-Settings.

To get the Spanish by default go to Tools-Preferences-Language
setting and then Tools-Reconfigure and restart

 Spanish -
En el menú Documento-Configuración-Idioma debes poner Español, pero
para poner el español como predeterminado en todos los documentos nuevos:

 Herramientas-Preferencias-Configuración_idioma-Idioma-Idioma_predetrminado.
Después vuelve a Herramientas-Reconfigurar y reinicia LyX

Ignacio


Re: Hello, trouble with language. Chapter, Capítulo

2009-06-29 Thread Ignacio García
Francisco Javier Martínez Sanchez wrote:

I had a little trouble with lyx. I wanna to create a book with chapter. So I 
select chapter. and it put:

Chapter 1


 But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx 
 put:

Capítulo 1

 Other things as Table of contents I wanna see as Índice general

 Please I'm new if you can answer me in Spanish, do it. If you can't, try 
 simple English.

You must set the document language to Spanish, in Document-Settings.

To get the Spanish by default go to Tools-Preferences-Language
setting and then Tools-Reconfigure and restart

 Spanish -
En el menú Documento-Configuración-Idioma debes poner Español, pero
para poner el español como predeterminado en todos los documentos nuevos:

 Herramientas-Preferencias-Configuración_idioma-Idioma-Idioma_predetrminado.
Después vuelve a Herramientas-Reconfigurar y reinicia LyX

Ignacio


Re: Hello, trouble with language. Chapter, Capítulo

2009-06-29 Thread Ignacio García
Francisco Javier Martínez Sanchez wrote:

>I had a little trouble with lyx. I wanna to create a book with chapter. So I 
>select chapter. and it put:

>Chapter 1


> But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx 
> put:

>Capítulo 1

> Other things as "Table of contents" I wanna see as "Índice general"

> Please I'm new if you can answer me in Spanish, do it. If you can't, try 
> simple English.

You must set the document language to Spanish, in Document->Settings.

To get the Spanish by default go to Tools->Preferences->Language
setting and then Tools->Reconfigure and restart

 Spanish -
En el menú Documento->Configuración->Idioma debes poner Español, pero
para poner el español como predeterminado en todos los documentos nuevos:

 Herramientas->Preferencias->Configuración_idioma->Idioma->Idioma_predetrminado.
Después vuelve a Herramientas->Reconfigurar y reinicia LyX

Ignacio


Hello, trouble with language. Chapter, Capítulo

2009-06-28 Thread Francisco Javier Martínez Sanchez



I don't know anything about mailing list. I always use forums. In addition my English is very bad. I think that this is the email direction correct.I had a little trouble with lyx. I wanna to create a book with chapter. So I select chapter. and it put:Chapter 1But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx put:Capítulo 1Other things as "Table of contents" I wanna see as "Índice general" Please I'm new if you can answer me in Spanish, do it. If you can't, try simple English.Thanks, Francisco.


Re: Hello, trouble with language. Chapter, Capítulo

2009-06-28 Thread Yago
I'm so sorry for my spanish reply to Francisco to his message. I know that this 
is an english language mailing list.

Francisco, pon esto en el preámbulo de tu documento:

\addto\captionsspanish{\renewcommand{\contentsname}{\centering\bfseries\rm\Huge{\'Indice
 general}}}
\addto\captionsspanish{\renewcommand{\figurename}{Figura}}

\addto\captionsspanish{\renewcommand{\listfigurename}{Lista de Figuras}}

\addto\captionsspanish{\renewcommand{\tablename}{Tabla}}

\addto\captionsspanish{\renewcommand{\listtablename}{Lista de Tablas}}

\addto\captionsspanish{\renewcommand{\chaptername}{Cap\'itulo}}

\addto\captionsspanish{\renewcommand{\indexname}{\bfseries\Huge{\'Indice 
alfab\'etico}}}



Suponiendo que para tu documento no uses el paquete babel con la opción 
spanish. Ponlo de todas maneras, que no vendrá de menos.



Un saludo.



I'm sorry any other time.

  - Original Message - 
  From: Francisco Javier Martínez Sanchez 
  To: lyx-users@lists.lyx.org 
  Sent: Sunday, June 28, 2009 5:13 PM
  Subject: Hello, trouble with language. Chapter, Capítulo


  I don't know anything about mailing list. I always use forums. In addition my 
English is very bad. I think that this is the email direction correct.


  I had a little trouble with lyx. I wanna to create a book with chapter. So I 
select chapter. and it put:
Chapter 1



  But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx 
put:


Capítulo 1
  Other things as Table of contents I wanna see as Índice general

   Please I'm new if you can answer me in Spanish, do it. If you can't, try 
simple English.

Thanks, Francisco.







Hello, trouble with language. Chapter, Capítulo

2009-06-28 Thread Francisco Javier Martínez Sanchez



I don't know anything about mailing list. I always use forums. In addition my English is very bad. I think that this is the email direction correct.I had a little trouble with lyx. I wanna to create a book with chapter. So I select chapter. and it put:Chapter 1But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx put:Capítulo 1Other things as "Table of contents" I wanna see as "Índice general" Please I'm new if you can answer me in Spanish, do it. If you can't, try simple English.Thanks, Francisco.


Re: Hello, trouble with language. Chapter, Capítulo

2009-06-28 Thread Yago
I'm so sorry for my spanish reply to Francisco to his message. I know that this 
is an english language mailing list.

Francisco, pon esto en el preámbulo de tu documento:

\addto\captionsspanish{\renewcommand{\contentsname}{\centering\bfseries\rm\Huge{\'Indice
 general}}}
\addto\captionsspanish{\renewcommand{\figurename}{Figura}}

\addto\captionsspanish{\renewcommand{\listfigurename}{Lista de Figuras}}

\addto\captionsspanish{\renewcommand{\tablename}{Tabla}}

\addto\captionsspanish{\renewcommand{\listtablename}{Lista de Tablas}}

\addto\captionsspanish{\renewcommand{\chaptername}{Cap\'itulo}}

\addto\captionsspanish{\renewcommand{\indexname}{\bfseries\Huge{\'Indice 
alfab\'etico}}}



Suponiendo que para tu documento no uses el paquete babel con la opción 
spanish. Ponlo de todas maneras, que no vendrá de menos.



Un saludo.



I'm sorry any other time.

  - Original Message - 
  From: Francisco Javier Martínez Sanchez 
  To: lyx-users@lists.lyx.org 
  Sent: Sunday, June 28, 2009 5:13 PM
  Subject: Hello, trouble with language. Chapter, Capítulo


  I don't know anything about mailing list. I always use forums. In addition my 
English is very bad. I think that this is the email direction correct.


  I had a little trouble with lyx. I wanna to create a book with chapter. So I 
select chapter. and it put:
Chapter 1



  But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx 
put:


Capítulo 1
  Other things as Table of contents I wanna see as Índice general

   Please I'm new if you can answer me in Spanish, do it. If you can't, try 
simple English.

Thanks, Francisco.







Hello, trouble with language. Chapter, Capítulo

2009-06-28 Thread Francisco Javier Martínez Sanchez



I don't know anything about mailing list. I always use forums. In addition my English is very bad. I think that this is the email direction correct.I had a little trouble with lyx. I wanna to create a book with chapter. So I select chapter. and it put:Chapter 1But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx put:Capítulo 1Other things as "Table of contents" I wanna see as "Índice general" Please I'm new if you can answer me in Spanish, do it. If you can't, try simple English.Thanks, Francisco.


Re: Hello, trouble with language. Chapter, Capítulo

2009-06-28 Thread Yago
I'm so sorry for my spanish reply to Francisco to his message. I know that this 
is an english language mailing list.

Francisco, pon esto en el preámbulo de tu documento:

\addto\captionsspanish{\renewcommand{\contentsname}{\centering\bfseries\rm\Huge{\'Indice
 general}}}
\addto\captionsspanish{\renewcommand{\figurename}{Figura}}

\addto\captionsspanish{\renewcommand{\listfigurename}{Lista de Figuras}}

\addto\captionsspanish{\renewcommand{\tablename}{Tabla}}

\addto\captionsspanish{\renewcommand{\listtablename}{Lista de Tablas}}

\addto\captionsspanish{\renewcommand{\chaptername}{Cap\'itulo}}

\addto\captionsspanish{\renewcommand{\indexname}{\bfseries\Huge{\'Indice 
alfab\'etico}}}



Suponiendo que para tu documento no uses el paquete babel con la opción 
spanish. Ponlo de todas maneras, que no vendrá de menos.



Un saludo.



I'm sorry any other time.

  - Original Message - 
  From: Francisco Javier Martínez Sanchez 
  To: lyx-users@lists.lyx.org 
  Sent: Sunday, June 28, 2009 5:13 PM
  Subject: Hello, trouble with language. Chapter, Capítulo


  I don't know anything about mailing list. I always use forums. In addition my 
English is very bad. I think that this is the email direction correct.


  I had a little trouble with lyx. I wanna to create a book with chapter. So I 
select chapter. and it put:
Chapter 1



  But I don't wanna it put Chapter 1. As the Spanish tutorial I wanna that lyx 
put:


Capítulo 1
  Other things as "Table of contents" I wanna see as "Índice general"

   Please I'm new if you can answer me in Spanish, do it. If you can't, try 
simple English.

Thanks, Francisco.







Re: Re: [new user] hello everyone, and 2 questions..

2008-02-15 Thread assasukasse

rgheck ha scritto:
If you search the archives, you'll find a lot on this. Generally, the 
view is that title pages are best configured manually, rather than 
using LaTeX's built-in title pages.



Hello
Thanks, I will try to configure the title page by setting it standard text
This depends in part upon what document class you are using. But 
something like

   \date{}
should just set the date to an empty string.

yes i figured out by using the macro date and putting a space on it..

Where are you trying to put them?

rh


I am trying to put them in the title, I need some spaces in between the 
title words,

the setup i need to use is pretty funny:

headers and title in the middle
a picture
then on the left my name, and on the right the teachers names..
then a line and the year...

I think is best i make it as standard text!
Thanks



Re: Re: [new user] hello everyone, and 2 questions..

2008-02-15 Thread assasukasse

rgheck ha scritto:
If you search the archives, you'll find a lot on this. Generally, the 
view is that title pages are best configured manually, rather than 
using LaTeX's built-in title pages.



Hello
Thanks, I will try to configure the title page by setting it standard text
This depends in part upon what document class you are using. But 
something like

   \date{}
should just set the date to an empty string.

yes i figured out by using the macro date and putting a space on it..

Where are you trying to put them?

rh


I am trying to put them in the title, I need some spaces in between the 
title words,

the setup i need to use is pretty funny:

headers and title in the middle
a picture
then on the left my name, and on the right the teachers names..
then a line and the year...

I think is best i make it as standard text!
Thanks



Re: Re: [new user] hello everyone, and 2 questions..

2008-02-15 Thread assasukasse

rgheck ha scritto:
If you search the archives, you'll find a lot on this. Generally, the 
view is that title pages are best configured manually, rather than 
using LaTeX's built-in title pages.



Hello
Thanks, I will try to configure the title page by setting it standard text
This depends in part upon what document class you are using. But 
something like

   \date{}
should just set the date to an empty string.

yes i figured out by using the macro "date" and putting a space on it..

Where are you trying to put them?

rh


I am trying to put them in the title, I need some spaces in between the 
title words,

the setup i need to use is pretty funny:

headers and title in the middle
a picture
then on the left my name, and on the right the teachers names..
then a line and the year...

I think is best i make it as standard text!
Thanks



[new user] hello everyone, and 2 questions..

2008-02-14 Thread assasukasse

Hi everyone
i am a new user, i am writing my degree thesis in lyx since i don't want 
to use Word (the results with lyx are far better)
However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...Title works fine, but authors
 wants to put in the middle as well...I tried to use standard, but
 then they switch to the next page..this is unacceptable. So i need
 to know how can i force them to be all in the same page, or how to
 relax the restrictions on the position of text for the Author field.
  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?
  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i protect them...is this fine?

Thanks everyone!


Re: [new user] hello everyone, and 2 questions..

2008-02-14 Thread rgheck

assasukasse wrote:

Hi everyone
i am a new user, i am writing my degree thesis in lyx since i don't 
want to use Word (the results with lyx are far better)
However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...Title works fine, but authors
 wants to put in the middle as well...I tried to use standard, but
 then they switch to the next page..this is unacceptable. So i need
 to know how can i force them to be all in the same page, or how to
 relax the restrictions on the position of text for the Author field.
If you search the archives, you'll find a lot on this. Generally, the 
view is that title pages are best configured manually, rather than using 
LaTeX's built-in title pages.



  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?
This depends in part upon what document class you are using. But 
something like

   \date{}
should just set the date to an empty string.

  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i protect them...is this fine?

Where are you trying to put them?

rh



Re: [new user] hello everyone, and 2 questions..

2008-02-14 Thread Uwe Stöhr

assasukasse schrieb:

i am a new user, i am writing my degree thesis in lyx since i don't want 
to use Word (the results with lyx are far better)


First of all you need to decide what document class you use. I can recommend a koma-skript class 
because it is highly customizable. Also the memoir class is a good choice.


However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...


I wonder why you have multiple authors for your thesis. Attached is a LyX-file with an example title 
page with two authors using the koma-skript book class.



  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?


This depends on the document class you use. (this is not the case with 
koma-script)


  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i protect them...is this fine?


This should work, maybe again your document class redefines them. You could post a SMALL LyX example 
file.


regards Uwe


Title page.lyx
Description: application/lyx


[new user] hello everyone, and 2 questions..

2008-02-14 Thread assasukasse

Hi everyone
i am a new user, i am writing my degree thesis in lyx since i don't want 
to use Word (the results with lyx are far better)
However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...Title works fine, but authors
 wants to put in the middle as well...I tried to use standard, but
 then they switch to the next page..this is unacceptable. So i need
 to know how can i force them to be all in the same page, or how to
 relax the restrictions on the position of text for the Author field.
  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?
  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i protect them...is this fine?

Thanks everyone!


Re: [new user] hello everyone, and 2 questions..

2008-02-14 Thread rgheck

assasukasse wrote:

Hi everyone
i am a new user, i am writing my degree thesis in lyx since i don't 
want to use Word (the results with lyx are far better)
However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...Title works fine, but authors
 wants to put in the middle as well...I tried to use standard, but
 then they switch to the next page..this is unacceptable. So i need
 to know how can i force them to be all in the same page, or how to
 relax the restrictions on the position of text for the Author field.
If you search the archives, you'll find a lot on this. Generally, the 
view is that title pages are best configured manually, rather than using 
LaTeX's built-in title pages.



  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?
This depends in part upon what document class you are using. But 
something like

   \date{}
should just set the date to an empty string.

  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i protect them...is this fine?

Where are you trying to put them?

rh



Re: [new user] hello everyone, and 2 questions..

2008-02-14 Thread Uwe Stöhr

assasukasse schrieb:

i am a new user, i am writing my degree thesis in lyx since i don't want 
to use Word (the results with lyx are far better)


First of all you need to decide what document class you use. I can recommend a koma-skript class 
because it is highly customizable. Also the memoir class is a good choice.


However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...


I wonder why you have multiple authors for your thesis. Attached is a LyX-file with an example title 
page with two authors using the koma-skript book class.



  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?


This depends on the document class you use. (this is not the case with 
koma-script)


  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i protect them...is this fine?


This should work, maybe again your document class redefines them. You could post a SMALL LyX example 
file.


regards Uwe


Title page.lyx
Description: application/lyx


[new user] hello everyone, and 2 questions..

2008-02-14 Thread assasukasse

Hi everyone
i am a new user, i am writing my degree thesis in lyx since i don't want 
to use Word (the results with lyx are far better)
However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...Title works fine, but authors
 wants to put in the middle as well...I tried to use standard, but
 then they switch to the next page..this is unacceptable. So i need
 to know how can i force them to be all in the same page, or how to
 relax the restrictions on the position of text for the Author field.
  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?
  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i "protect" them...is this fine?

Thanks everyone!


Re: [new user] hello everyone, and 2 questions..

2008-02-14 Thread rgheck

assasukasse wrote:

Hi everyone
i am a new user, i am writing my degree thesis in lyx since i don't 
want to use Word (the results with lyx are far better)
However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...Title works fine, but authors
 wants to put in the middle as well...I tried to use standard, but
 then they switch to the next page..this is unacceptable. So i need
 to know how can i force them to be all in the same page, or how to
 relax the restrictions on the position of text for the Author field.
If you search the archives, you'll find a lot on this. Generally, the 
view is that title pages are best configured manually, rather than using 
LaTeX's built-in title pages.



  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?
This depends in part upon what document class you are using. But 
something like

   \date{}
should just set the date to an empty string.

  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i "protect" them...is this fine?

Where are you trying to put them?

rh



Re: [new user] hello everyone, and 2 questions..

2008-02-14 Thread Uwe Stöhr

assasukasse schrieb:

i am a new user, i am writing my degree thesis in lyx since i don't want 
to use Word (the results with lyx are far better)


First of all you need to decide what document class you use. I can recommend a koma-skript class 
because it is highly customizable. Also the memoir class is a good choice.


However i incurred in 3 problem that i need to solve if i want to make 
EVERYthing in lyx:


  1. I should use a particular position for the inscription of the
 first page, the title should be in the middle, and the authors
 should be on the left and right...


I wonder why you have multiple authors for your thesis. Attached is a LyX-file with an example title 
page with two authors using the koma-skript book class.



  2. I don't want the date to be added automatically at the end of
 every chapter i make, how can i remove it?


This depends on the document class you use. (this is not the case with 
koma-script)


  3. seems to me that defskip, smallskip, bigskip don't work usually
 unless i "protect" them...is this fine?


This should work, maybe again your document class redefines them. You could post a SMALL LyX example 
file.


regards Uwe


Title page.lyx
Description: application/lyx


Hello

2008-01-14 Thread Jürgen Womser-Schütz
subscribe


Hello

2008-01-14 Thread Jürgen Womser-Schütz
subscribe


Hello

2008-01-14 Thread Jürgen Womser-Schütz
subscribe


Re: Hello!

2007-01-22 Thread Hellmut Weber
Hi Steve,
I would like to take this opportunity to thank you for sharing so much
information about LyX AND to have prepared so suggestive persentations
of the info you offer.

Thank you!

Greetings from Munich

Hellmut

Dr. Hellmut Weber
Degenfeldstraße 2, D - 80803 München-Schwabing
tel (+49 89) 3081172, mobil (+49 172) 8450321
[EMAIL PROTECTED]
--

Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
-- 
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice, also useable with Windows ;-)




Re: Hello!

2007-01-22 Thread Hellmut Weber
Hi Steve,
I would like to take this opportunity to thank you for sharing so much
information about LyX AND to have prepared so suggestive persentations
of the info you offer.

Thank you!

Greetings from Munich

Hellmut

Dr. Hellmut Weber
Degenfeldstraße 2, D - 80803 München-Schwabing
tel (+49 89) 3081172, mobil (+49 172) 8450321
[EMAIL PROTECTED]
--

Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
-- 
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice, also useable with Windows ;-)




Re: Hello!

2007-01-22 Thread Hellmut Weber
Hi Steve,
I would like to take this opportunity to thank you for sharing so much
information about LyX AND to have prepared so suggestive persentations
of the info you offer.

Thank you!

Greetings from Munich

Hellmut

Dr. Hellmut Weber
Degenfeldstraße 2, D - 80803 München-Schwabing
tel (+49 89) 3081172, mobil (+49 172) 8450321
[EMAIL PROTECTED]
--

Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
-- 
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice, also useable with Windows ;-)




Re: Hello!

2007-01-21 Thread Steve Litt
On Saturday 20 January 2007 16:03, Tom Schlangen wrote:
 Hello,

 I would like to give a short introduction on myself and why I joined this
 mailing list about a week ago (only lurking so far).

 My name is Tom Schlangen and I am from Germany. My hobby is audio
 amplifiers using old electron valve technology, and some weeks ago I
 started writing a book about this theme, aimed at other valve audio DIYers.

Congratulations. You're using exactly the right software to write your book! 
I've (so far) written three self-published books in LyX.


 To start, I have two somewhat related questions:

 1) I need to use Greek letters (for example capital Omega for Ohm) outside
 formulae, within plain text. Of course I can use the math pad to insert
 them, but looking at the generated code, it reads:

 \begin_inset Formula $\Omega$
 \end_inset

 so I suspect I am doing something wrong, since I actually do not want a
 formula there (containing a single Greek character) but only a single Greek
 character. What is the correct way to do so?

I don't know what's correct or incorrect, but within either the layout file or 
the document prefix you could define a TeX command to do that for you:

\def\myomega{$\Omega$}

From then on, you'd simply need to put \myomega and the character would be 
made for you. ERT stands for Evil Red Text, a nickname for stuff you insert 
using Insert-TexCode.

I think within LyX you might be able to do something with Environments so that 
no ERT is required, but I'm not sure how to do that.


 2) Using Edit / Find  Replace (or the Ctrl-F shortcut) will bring up a box
 where you can enter what you want to find and/or replace. How to enter
 Greek characters there?

If you're putting these characters in via ERT, then on my LyX (1.4.2) LyX's 
find command searches ERT right along with regular text.

SteveT


Re: Hello!

2007-01-21 Thread Steve Litt
On Saturday 20 January 2007 16:03, Tom Schlangen wrote:
 Hello,

 I would like to give a short introduction on myself and why I joined this
 mailing list about a week ago (only lurking so far).

 My name is Tom Schlangen and I am from Germany. My hobby is audio
 amplifiers using old electron valve technology, and some weeks ago I
 started writing a book about this theme, aimed at other valve audio DIYers.

Congratulations. You're using exactly the right software to write your book! 
I've (so far) written three self-published books in LyX.


 To start, I have two somewhat related questions:

 1) I need to use Greek letters (for example capital Omega for Ohm) outside
 formulae, within plain text. Of course I can use the math pad to insert
 them, but looking at the generated code, it reads:

 \begin_inset Formula $\Omega$
 \end_inset

 so I suspect I am doing something wrong, since I actually do not want a
 formula there (containing a single Greek character) but only a single Greek
 character. What is the correct way to do so?

I don't know what's correct or incorrect, but within either the layout file or 
the document prefix you could define a TeX command to do that for you:

\def\myomega{$\Omega$}

From then on, you'd simply need to put \myomega and the character would be 
made for you. ERT stands for Evil Red Text, a nickname for stuff you insert 
using Insert-TexCode.

I think within LyX you might be able to do something with Environments so that 
no ERT is required, but I'm not sure how to do that.


 2) Using Edit / Find  Replace (or the Ctrl-F shortcut) will bring up a box
 where you can enter what you want to find and/or replace. How to enter
 Greek characters there?

If you're putting these characters in via ERT, then on my LyX (1.4.2) LyX's 
find command searches ERT right along with regular text.

SteveT


Re: Hello!

2007-01-21 Thread Steve Litt
On Saturday 20 January 2007 16:03, Tom Schlangen wrote:
> Hello,
>
> I would like to give a short introduction on myself and why I joined this
> mailing list about a week ago (only lurking so far).
>
> My name is Tom Schlangen and I am from Germany. My hobby is audio
> amplifiers using old electron valve technology, and some weeks ago I
> started writing a book about this theme, aimed at other valve audio DIYers.

Congratulations. You're using exactly the right software to write your book! 
I've (so far) written three self-published books in LyX.


> To start, I have two somewhat related questions:
>
> 1) I need to use Greek letters (for example capital Omega for Ohm) outside
> formulae, within plain text. Of course I can use the "math pad" to insert
> them, but looking at the generated code, it reads:
>
> \begin_inset Formula $\Omega$
> \end_inset
>
> so I suspect I am doing something wrong, since I actually do not want a
> formula there (containing a single Greek character) but only a single Greek
> character. What is the correct way to do so?

I don't know what's correct or incorrect, but within either the layout file or 
the document prefix you could define a TeX command to do that for you:

\def\myomega{$\Omega$}

From then on, you'd simply need to put \myomega and the character would be 
made for you. ERT stands for Evil Red Text, a nickname for stuff you insert 
using Insert->TexCode.

I think within LyX you might be able to do something with Environments so that 
no ERT is required, but I'm not sure how to do that.

>
> 2) Using Edit / Find & Replace (or the Ctrl-F shortcut) will bring up a box
> where you can enter what you want to find and/or replace. How to enter
> Greek characters there?

If you're putting these characters in via ERT, then on my LyX (1.4.2) LyX's 
find command searches ERT right along with regular text.

SteveT


Hello!

2007-01-20 Thread Tom Schlangen
Hello, 

I would like to give a short introduction on myself and why I joined this 
mailing list about a week ago (only lurking so far).

My name is Tom Schlangen and I am from Germany. My hobby is audio amplifiers 
using old electron valve technology, and some weeks ago I started writing a 
book about this theme, aimed at other valve audio DIYers. This book will 
contain a lot of formulae and schematics, and for reasons not necessary to 
explain here ;-) I am using LyX to do so. I would like to thank all developers 
of LyX for making it available to us mere users in the first place.

I am using LyX version 1.4.3-5, installed on two machines, one being a Linux 
box (Debian), the other using a W2k environment. The W2k environment is 
unavoidable for some reasons I do not want to bother you with.

During the last weeks, I explored the LyX environment, including some secondary 
literature pointed at by the LyX Wiki site, mainly dealing with graphics file 
conversions, and so on.

Still, some questions remain, and I am sure some more will come up in the 
future, possibly not being covered by the excellent help files/tutorials yet. I 
hope my questions will not be too stupid in your eyes.

To start, I have two somewhat related questions:

1) I need to use Greek letters (for example capital Omega for Ohm) outside 
formulae, within plain text. Of course I can use the math pad to insert them, 
but looking at the generated code, it reads:

\begin_inset Formula $\Omega$
\end_inset

so I suspect I am doing something wrong, since I actually do not want a formula 
there (containing a single Greek character) but only a single Greek character. 
What is the correct way to do so?

2) Using Edit / Find  Replace (or the Ctrl-F shortcut) will bring up a box 
where you can enter what you want to find and/or replace. How to enter Greek 
characters there?

Thank you very much,

  Tom
-- 



Re: Hello!

2007-01-20 Thread David L. Johnson
On Sat, 20 Jan 2007 22:03:26 +0100

 1) I need to use Greek letters (for example capital Omega for Ohm) outside 
 formulae, within plain text. Of course I can use the math pad to insert 
 them, but looking at the generated code, it reads:
 
 \begin_inset Formula $\Omega$
 \end_inset
 
 so I suspect I am doing something wrong, since I actually do not want a 
 formula there (containing a single Greek character) but only a single Greek 
 character. What is the correct way to do so?

That is the way I do that.  This is an inlined formula, not a displayed
equation taking its own line.  When I introduce a special character, I will
do it as a single character in a math environment like this.  It should
display in the output as just the Greek character.  If you have a lot of
Greek characters (say, if you are actually writing something in Greek), there
might be a better way.
 
 2) Using Edit / Find  Replace (or the Ctrl-F shortcut) will bring up a box 
 where you can enter what you want to find and/or replace. How to enter Greek 
 characters there?

I don't have a good one for that.  LyX's find/replace does not search through
the math insets (why not???), but only plain text environments.  If I am
going to do a substantial amount of search/replace editing, I will open up
the *.lyx file in a text editor, and use its find/replace.

-- 
 
David L. Johnson
 
And though I have the gift of prophecy, and understand all mysteries,  
and all knowledge; and though I have all faith, so that I could remove  
mountains, and have not charity, I am nothing. [1 Corinth. 13:2]


Re: Hello!

2007-01-20 Thread Uwe Stöhr

Tom Schlangen schrieb:


1) I need to use Greek letters (for example capital Omega for Ohm) outside formulae, 
within plain text. Of course I can use the math pad to insert them, but 
looking at the generated code, it reads:

\begin_inset Formula $\Omega$
\end_inset

so I suspect I am doing something wrong, since I actually do not want a formula 
there (containing a single Greek character) but only a single Greek character. 
What is the correct way to do so?


There are two ways:

1. the procedure you already used (type \Omega within a formula)
2. add the line
   \usepackage{textcomp}
   to your document preamble and then use the command \textohm in ERT

We're working to implement that you can insert this character directly, using for example a special 
keyboard layout or a shortcut, have a look at bug 1116:

http://bugzilla.lyx.org/show_bug.cgi?id=1116

regards Uwe


Hello!

2007-01-20 Thread Tom Schlangen
Hello, 

I would like to give a short introduction on myself and why I joined this 
mailing list about a week ago (only lurking so far).

My name is Tom Schlangen and I am from Germany. My hobby is audio amplifiers 
using old electron valve technology, and some weeks ago I started writing a 
book about this theme, aimed at other valve audio DIYers. This book will 
contain a lot of formulae and schematics, and for reasons not necessary to 
explain here ;-) I am using LyX to do so. I would like to thank all developers 
of LyX for making it available to us mere users in the first place.

I am using LyX version 1.4.3-5, installed on two machines, one being a Linux 
box (Debian), the other using a W2k environment. The W2k environment is 
unavoidable for some reasons I do not want to bother you with.

During the last weeks, I explored the LyX environment, including some secondary 
literature pointed at by the LyX Wiki site, mainly dealing with graphics file 
conversions, and so on.

Still, some questions remain, and I am sure some more will come up in the 
future, possibly not being covered by the excellent help files/tutorials yet. I 
hope my questions will not be too stupid in your eyes.

To start, I have two somewhat related questions:

1) I need to use Greek letters (for example capital Omega for Ohm) outside 
formulae, within plain text. Of course I can use the math pad to insert them, 
but looking at the generated code, it reads:

\begin_inset Formula $\Omega$
\end_inset

so I suspect I am doing something wrong, since I actually do not want a formula 
there (containing a single Greek character) but only a single Greek character. 
What is the correct way to do so?

2) Using Edit / Find  Replace (or the Ctrl-F shortcut) will bring up a box 
where you can enter what you want to find and/or replace. How to enter Greek 
characters there?

Thank you very much,

  Tom
-- 



Re: Hello!

2007-01-20 Thread David L. Johnson
On Sat, 20 Jan 2007 22:03:26 +0100

 1) I need to use Greek letters (for example capital Omega for Ohm) outside 
 formulae, within plain text. Of course I can use the math pad to insert 
 them, but looking at the generated code, it reads:
 
 \begin_inset Formula $\Omega$
 \end_inset
 
 so I suspect I am doing something wrong, since I actually do not want a 
 formula there (containing a single Greek character) but only a single Greek 
 character. What is the correct way to do so?

That is the way I do that.  This is an inlined formula, not a displayed
equation taking its own line.  When I introduce a special character, I will
do it as a single character in a math environment like this.  It should
display in the output as just the Greek character.  If you have a lot of
Greek characters (say, if you are actually writing something in Greek), there
might be a better way.
 
 2) Using Edit / Find  Replace (or the Ctrl-F shortcut) will bring up a box 
 where you can enter what you want to find and/or replace. How to enter Greek 
 characters there?

I don't have a good one for that.  LyX's find/replace does not search through
the math insets (why not???), but only plain text environments.  If I am
going to do a substantial amount of search/replace editing, I will open up
the *.lyx file in a text editor, and use its find/replace.

-- 
 
David L. Johnson
 
And though I have the gift of prophecy, and understand all mysteries,  
and all knowledge; and though I have all faith, so that I could remove  
mountains, and have not charity, I am nothing. [1 Corinth. 13:2]


Re: Hello!

2007-01-20 Thread Uwe Stöhr

Tom Schlangen schrieb:


1) I need to use Greek letters (for example capital Omega for Ohm) outside formulae, 
within plain text. Of course I can use the math pad to insert them, but 
looking at the generated code, it reads:

\begin_inset Formula $\Omega$
\end_inset

so I suspect I am doing something wrong, since I actually do not want a formula 
there (containing a single Greek character) but only a single Greek character. 
What is the correct way to do so?


There are two ways:

1. the procedure you already used (type \Omega within a formula)
2. add the line
   \usepackage{textcomp}
   to your document preamble and then use the command \textohm in ERT

We're working to implement that you can insert this character directly, using for example a special 
keyboard layout or a shortcut, have a look at bug 1116:

http://bugzilla.lyx.org/show_bug.cgi?id=1116

regards Uwe


Hello!

2007-01-20 Thread Tom Schlangen
Hello, 

I would like to give a short introduction on myself and why I joined this 
mailing list about a week ago (only lurking so far).

My name is Tom Schlangen and I am from Germany. My hobby is audio amplifiers 
using old electron valve technology, and some weeks ago I started writing a 
book about this theme, aimed at other valve audio DIYers. This book will 
contain a lot of formulae and schematics, and for reasons not necessary to 
explain here ;-) I am using LyX to do so. I would like to thank all developers 
of LyX for making it available to us mere users in the first place.

I am using LyX version 1.4.3-5, installed on two machines, one being a Linux 
box (Debian), the other using a W2k environment. The W2k environment is 
unavoidable for some reasons I do not want to bother you with.

During the last weeks, I explored the LyX environment, including some secondary 
literature pointed at by the LyX Wiki site, mainly dealing with graphics file 
conversions, and so on.

Still, some questions remain, and I am sure some more will come up in the 
future, possibly not being covered by the excellent help files/tutorials yet. I 
hope my questions will not be too stupid in your eyes.

To start, I have two somewhat related questions:

1) I need to use Greek letters (for example capital Omega for Ohm) outside 
formulae, within plain text. Of course I can use the "math pad" to insert them, 
but looking at the generated code, it reads:

\begin_inset Formula $\Omega$
\end_inset

so I suspect I am doing something wrong, since I actually do not want a formula 
there (containing a single Greek character) but only a single Greek character. 
What is the correct way to do so?

2) Using Edit / Find & Replace (or the Ctrl-F shortcut) will bring up a box 
where you can enter what you want to find and/or replace. How to enter Greek 
characters there?

Thank you very much,

  Tom
-- 



Re: Hello!

2007-01-20 Thread David L. Johnson
On Sat, 20 Jan 2007 22:03:26 +0100

> 1) I need to use Greek letters (for example capital Omega for Ohm) outside 
> formulae, within plain text. Of course I can use the "math pad" to insert 
> them, but looking at the generated code, it reads:
> 
> \begin_inset Formula $\Omega$
> \end_inset
> 
> so I suspect I am doing something wrong, since I actually do not want a 
> formula there (containing a single Greek character) but only a single Greek 
> character. What is the correct way to do so?

That is the way I do that.  This is an inlined formula, not a displayed
equation taking its own line.  When I introduce a special character, I will
do it as a single character in a math environment like this.  It should
display in the output as just the Greek character.  If you have a lot of
Greek characters (say, if you are actually writing something in Greek), there
might be a better way.
> 
> 2) Using Edit / Find & Replace (or the Ctrl-F shortcut) will bring up a box 
> where you can enter what you want to find and/or replace. How to enter Greek 
> characters there?

I don't have a good one for that.  LyX's find/replace does not search through
the math insets (why not???), but only plain text environments.  If I am
going to do a substantial amount of search/replace editing, I will open up
the *.lyx file in a text editor, and use its find/replace.

-- 
 
David L. Johnson
 
And though I have the gift of prophecy, and understand all mysteries,  
and all knowledge; and though I have all faith, so that I could remove  
mountains, and have not charity, I am nothing. [1 Corinth. 13:2]


Re: Hello!

2007-01-20 Thread Uwe Stöhr

Tom Schlangen schrieb:


1) I need to use Greek letters (for example capital Omega for Ohm) outside formulae, 
within plain text. Of course I can use the "math pad" to insert them, but 
looking at the generated code, it reads:

\begin_inset Formula $\Omega$
\end_inset

so I suspect I am doing something wrong, since I actually do not want a formula 
there (containing a single Greek character) but only a single Greek character. 
What is the correct way to do so?


There are two ways:

1. the procedure you already used (type \Omega within a formula)
2. add the line
   \usepackage{textcomp}
   to your document preamble and then use the command \textohm in ERT

We're working to implement that you can insert this character directly, using for example a special 
keyboard layout or a shortcut, have a look at bug 1116:

http://bugzilla.lyx.org/show_bug.cgi?id=1116

regards Uwe


hello!

2006-10-23 Thread Luxirom

for my first not-empty message i have allready a question
(hope this is the right place)

i use lyx on mac (newest) and pdflatex - function opens the pdf in  
safari,

not in preview

that works, but is odd...

can i change that

regards
lux


Re: hello!

2006-10-23 Thread Lorenzo Paulatto
Luxirom ha scritto:
 for my first not-empty message i have allready a question
 (hope this is the right place)
 
 i use lyx on mac (newest) and pdflatex - function opens the pdf in safari,
 not in preview
 
 that works, but is odd...
 
 can i change that

Yes, you can. Look in the preferences or in the user manual.

-- 
Lorenzo `paulatz' Paulatto
Trieste

``Grandissima mi par l'inezia di coloro che vorrebbero che Iddio avesse
fatto l'universo più proporzionato alla piccola capacità del lor discorso.''
 --Galileo Galilei (Opere VII)


Re: hello!

2006-10-23 Thread Bennett Helm

On Oct 23, 2006, at 5:21 PM, Luxirom wrote:


for my first not-empty message i have allready a question
(hope this is the right place)

i use lyx on mac (newest) and pdflatex - function opens the pdf in  
safari,

not in preview

that works, but is odd...

can i change that


Yes. There is a bug involving the interaction between LyX and the  
Finder. Two things you can do here; if the first thing doesn't work  
on its own, try the second as well.


1. From within the Finder, select any .pdf file. Do File  Get  
Info... and change the Open with: drop-down list to something other  
than Preview, and then select Preview again. Then click on the  
Change all... button (confirming that you want to do this from the  
dialog that pops up). Now when you view your .lyx document as PDF, it  
should open in Preview. If this doesn't work, also do the following:


2. Within LyX, select LyX  Preferences  File Formats  PDF. In the  
Viewer field, enter open (without the quotes), click on the  
Modify button and then on the Save button. Now this should fix  
your LyX problem.


Bennett


hello!

2006-10-23 Thread Luxirom

for my first not-empty message i have allready a question
(hope this is the right place)

i use lyx on mac (newest) and pdflatex - function opens the pdf in  
safari,

not in preview

that works, but is odd...

can i change that

regards
lux


Re: hello!

2006-10-23 Thread Lorenzo Paulatto
Luxirom ha scritto:
 for my first not-empty message i have allready a question
 (hope this is the right place)
 
 i use lyx on mac (newest) and pdflatex - function opens the pdf in safari,
 not in preview
 
 that works, but is odd...
 
 can i change that

Yes, you can. Look in the preferences or in the user manual.

-- 
Lorenzo `paulatz' Paulatto
Trieste

``Grandissima mi par l'inezia di coloro che vorrebbero che Iddio avesse
fatto l'universo più proporzionato alla piccola capacità del lor discorso.''
 --Galileo Galilei (Opere VII)


Re: hello!

2006-10-23 Thread Bennett Helm

On Oct 23, 2006, at 5:21 PM, Luxirom wrote:


for my first not-empty message i have allready a question
(hope this is the right place)

i use lyx on mac (newest) and pdflatex - function opens the pdf in  
safari,

not in preview

that works, but is odd...

can i change that


Yes. There is a bug involving the interaction between LyX and the  
Finder. Two things you can do here; if the first thing doesn't work  
on its own, try the second as well.


1. From within the Finder, select any .pdf file. Do File  Get  
Info... and change the Open with: drop-down list to something other  
than Preview, and then select Preview again. Then click on the  
Change all... button (confirming that you want to do this from the  
dialog that pops up). Now when you view your .lyx document as PDF, it  
should open in Preview. If this doesn't work, also do the following:


2. Within LyX, select LyX  Preferences  File Formats  PDF. In the  
Viewer field, enter open (without the quotes), click on the  
Modify button and then on the Save button. Now this should fix  
your LyX problem.


Bennett


hello!

2006-10-23 Thread Luxirom

for my first not-empty message i have allready a question
(hope this is the right place)

i use lyx on mac (newest) and pdflatex - function opens the pdf in  
safari,

not in preview

that works, but is odd...

can i change that

regards
lux


Re: hello!

2006-10-23 Thread Lorenzo Paulatto
Luxirom ha scritto:
> for my first not-empty message i have allready a question
> (hope this is the right place)
> 
> i use lyx on mac (newest) and pdflatex - function opens the pdf in safari,
> not in preview
> 
> that works, but is odd...
> 
> can i change that

Yes, you can. Look in the preferences or in the user manual.

-- 
Lorenzo `paulatz' Paulatto
Trieste

``Grandissima mi par l'inezia di coloro che vorrebbero che Iddio avesse
fatto l'universo più proporzionato alla piccola capacità del lor discorso.''
 --Galileo Galilei (Opere VII)


Re: hello!

2006-10-23 Thread Bennett Helm

On Oct 23, 2006, at 5:21 PM, Luxirom wrote:


for my first not-empty message i have allready a question
(hope this is the right place)

i use lyx on mac (newest) and pdflatex - function opens the pdf in  
safari,

not in preview

that works, but is odd...

can i change that


Yes. There is a bug involving the interaction between LyX and the  
Finder. Two things you can do here; if the first thing doesn't work  
on its own, try the second as well.


1. From within the Finder, select any .pdf file. Do File > Get  
Info... and change the "Open with:" drop-down list to something other  
than Preview, and then select Preview again. Then click on the  
"Change all..." button (confirming that you want to do this from the  
dialog that pops up). Now when you view your .lyx document as PDF, it  
should open in Preview. If this doesn't work, also do the following:


2. Within LyX, select LyX > Preferences > File Formats > PDF. In the  
Viewer field, enter "open" (without the quotes), click on the  
"Modify" button and then on the "Save" button. Now this should fix  
your LyX problem.


Bennett


Hello.

2005-12-11 Thread Robert Jakobson
I am new to LyX and I do not know hot to setup it to work in my field of
study.
So my question would be. 
How does install Devanagari and Tibetan font processing on LyX.
Could anyone give a detailed instructions?

Thank you for Your kindness...
robert jakobson.



Hello.

2005-12-11 Thread Robert Jakobson
I am new to LyX and I do not know hot to setup it to work in my field of
study.
So my question would be. 
How does install Devanagari and Tibetan font processing on LyX.
Could anyone give a detailed instructions?

Thank you for Your kindness...
robert jakobson.



Hello.

2005-12-11 Thread Robert Jakobson
I am new to LyX and I do not know hot to setup it to work in my field of
study.
So my question would be. 
How does install Devanagari and Tibetan font processing on LyX.
Could anyone give a detailed instructions?

Thank you for Your kindness...
robert jakobson.



Re: Hello LyX list - Getting my University to adopt LyX - CAS integration

2005-01-15 Thread Andre Poenitz
On Tue, Jan 11, 2005 at 03:30:27PM +, Luke Stutters wrote:
 Hello everyone - I have just subscribed to this LyX user list after 
 using LyX to complete (amongst other things) my final year Maths project.
 
 LyX is a fantastic piece of software and I have been trying to encourage 
  staff and students at my University (Portsmouth) to adopt it. However, 
 the University runs a centralised Novell network so it would have to be 
 the Win32 port and anything interesting like fonts or libraries would 
 have to be installed at runtime, Novell-style. Does anyone have any 
 experience in doing this which might make this easier for the Uni 
 computer people?
 
 A feature which would do a great deal to persuade people to start using 
 LyX would be the integration of a CAS like Maple or Matlab (the two used 
 most here at Portsmouth). I have no idea how hard this would be to 
 implement but I have seen other programs which talk to Maple and Matlab 
 so an interface must exist.
 
 If LyX was linked up to such a CAS, this would be a big step on the way 
 to introducing a 'Maths spell checker'. A feature which could try to 
 highlight inconsistencies in lines of algebra working would be a great 
 incentive for both staff and students to adopt LyX.

There is a preliminary version of such integration availbale in LyX.
Browse through the archives for more details.

Andre'


Re: Hello LyX list - Getting my University to adopt LyX - CAS integration

2005-01-15 Thread Andre Poenitz
On Tue, Jan 11, 2005 at 03:30:27PM +, Luke Stutters wrote:
 Hello everyone - I have just subscribed to this LyX user list after 
 using LyX to complete (amongst other things) my final year Maths project.
 
 LyX is a fantastic piece of software and I have been trying to encourage 
  staff and students at my University (Portsmouth) to adopt it. However, 
 the University runs a centralised Novell network so it would have to be 
 the Win32 port and anything interesting like fonts or libraries would 
 have to be installed at runtime, Novell-style. Does anyone have any 
 experience in doing this which might make this easier for the Uni 
 computer people?
 
 A feature which would do a great deal to persuade people to start using 
 LyX would be the integration of a CAS like Maple or Matlab (the two used 
 most here at Portsmouth). I have no idea how hard this would be to 
 implement but I have seen other programs which talk to Maple and Matlab 
 so an interface must exist.
 
 If LyX was linked up to such a CAS, this would be a big step on the way 
 to introducing a 'Maths spell checker'. A feature which could try to 
 highlight inconsistencies in lines of algebra working would be a great 
 incentive for both staff and students to adopt LyX.

There is a preliminary version of such integration availbale in LyX.
Browse through the archives for more details.

Andre'


Re: Hello LyX list - Getting my University to adopt LyX - CAS integration

2005-01-15 Thread Andre Poenitz
On Tue, Jan 11, 2005 at 03:30:27PM +, Luke Stutters wrote:
> Hello everyone - I have just subscribed to this LyX user list after 
> using LyX to complete (amongst other things) my final year Maths project.
> 
> LyX is a fantastic piece of software and I have been trying to encourage 
>  staff and students at my University (Portsmouth) to adopt it. However, 
> the University runs a centralised Novell network so it would have to be 
> the Win32 port and anything interesting like fonts or libraries would 
> have to be installed at runtime, Novell-style. Does anyone have any 
> experience in doing this which might make this easier for the Uni 
> computer people?
> 
> A feature which would do a great deal to persuade people to start using 
> LyX would be the integration of a CAS like Maple or Matlab (the two used 
> most here at Portsmouth). I have no idea how hard this would be to 
> implement but I have seen other programs which talk to Maple and Matlab 
> so an interface must exist.
> 
> If LyX was linked up to such a CAS, this would be a big step on the way 
> to introducing a 'Maths spell checker'. A feature which could try to 
> highlight inconsistencies in lines of algebra working would be a great 
> incentive for both staff and students to adopt LyX.

There is a preliminary version of such integration availbale in LyX.
Browse through the archives for more details.

Andre'


Hello LyX list - Getting my University to adopt LyX - CAS integration

2005-01-11 Thread Luke Stutters
Hello everyone - I have just subscribed to this LyX user list after 
using LyX to complete (amongst other things) my final year Maths project.

LyX is a fantastic piece of software and I have been trying to encourage 
 staff and students at my University (Portsmouth) to adopt it. However, 
the University runs a centralised Novell network so it would have to be 
the Win32 port and anything interesting like fonts or libraries would 
have to be installed at runtime, Novell-style. Does anyone have any 
experience in doing this which might make this easier for the Uni 
computer people?

A feature which would do a great deal to persuade people to start using 
LyX would be the integration of a CAS like Maple or Matlab (the two used 
most here at Portsmouth). I have no idea how hard this would be to 
implement but I have seen other programs which talk to Maple and Matlab 
so an interface must exist.

If LyX was linked up to such a CAS, this would be a big step on the way 
to introducing a 'Maths spell checker'. A feature which could try to 
highlight inconsistencies in lines of algebra working would be a great 
incentive for both staff and students to adopt LyX.

--
Luke Stutters


Hello LyX list - Getting my University to adopt LyX - CAS integration

2005-01-11 Thread Luke Stutters
Hello everyone - I have just subscribed to this LyX user list after 
using LyX to complete (amongst other things) my final year Maths project.

LyX is a fantastic piece of software and I have been trying to encourage 
 staff and students at my University (Portsmouth) to adopt it. However, 
the University runs a centralised Novell network so it would have to be 
the Win32 port and anything interesting like fonts or libraries would 
have to be installed at runtime, Novell-style. Does anyone have any 
experience in doing this which might make this easier for the Uni 
computer people?

A feature which would do a great deal to persuade people to start using 
LyX would be the integration of a CAS like Maple or Matlab (the two used 
most here at Portsmouth). I have no idea how hard this would be to 
implement but I have seen other programs which talk to Maple and Matlab 
so an interface must exist.

If LyX was linked up to such a CAS, this would be a big step on the way 
to introducing a 'Maths spell checker'. A feature which could try to 
highlight inconsistencies in lines of algebra working would be a great 
incentive for both staff and students to adopt LyX.

--
Luke Stutters


Hello LyX list - Getting my University to adopt LyX - CAS integration

2005-01-11 Thread Luke Stutters
Hello everyone - I have just subscribed to this LyX user list after 
using LyX to complete (amongst other things) my final year Maths project.

LyX is a fantastic piece of software and I have been trying to encourage 
 staff and students at my University (Portsmouth) to adopt it. However, 
the University runs a centralised Novell network so it would have to be 
the Win32 port and anything interesting like fonts or libraries would 
have to be installed at runtime, Novell-style. Does anyone have any 
experience in doing this which might make this easier for the Uni 
computer people?

A feature which would do a great deal to persuade people to start using 
LyX would be the integration of a CAS like Maple or Matlab (the two used 
most here at Portsmouth). I have no idea how hard this would be to 
implement but I have seen other programs which talk to Maple and Matlab 
so an interface must exist.

If LyX was linked up to such a CAS, this would be a big step on the way 
to introducing a 'Maths spell checker'. A feature which could try to 
highlight inconsistencies in lines of algebra working would be a great 
incentive for both staff and students to adopt LyX.

--
Luke Stutters


Re: Hello and 3 questions

2004-08-10 Thread Renato Gomes Damas
Hi every body,

Mr. Omma did some questions and thought the one dobt remains..
How can I put all bibliography together at the end when I have a master file with 
several include file ?
That is my dobt too.

Some body know to do it please share with us.

best regards,

Renato Damas.

On Thursday 05 August 2004 14:01, Henrik Nilsen Omma wrote:
 Hello everyone,
 
 I've been using LyX for a few months, but this is my first posting to 
 the list. I'm writing a Ph.D. thesis in physics of about 150 pages in 
 7-8 chapters plus appendices, etc. There are obviously lots of 
 equations, images, and figures. I've made 1 file for each chapter to 
 keep it manageable and a master file with include statements. I only 
 want one bibliography at the end. I also use BibTex and NatBib. And now 
 I have some questions :)  (I apologise if these have been asked here before)
 
 1. How can I do appendix style numbering?
 I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
 worked out that I can use ERT: \setcounter{page}{1} and found a 
 description opf how to do roman numerals for the TOC, but how do you 
 prefix the number with an 'A-'?)
 
 2. How to make line spacing different for different sections?
 The thesis needs to be double spaced, but that looks really silly in the 
 table of contents and bibliography. How do I specify single spacing for 
 those sections?
 
 3. Language problems:
 When I paste a block from one document to another, I sometimes get blue 
 underline, which I've read signifies a foreign language. I can turn off 
 the notification in the Preferences, but I still get the error message:
 'Package babel Error: You haven't loaded the option english yet.
  [EMAIL PROTECTED]' I have selected English in Document settings 
 and preferences.
 Ideas?
  
  Any help is appreciated.
  
  Thanks,
  
 Henrik
 


Re: Hello and 3 questions

2004-08-10 Thread Renato Gomes Damas
Hi every body,

Mr. Omma did some questions and thought the one dobt remains..
How can I put all bibliography together at the end when I have a master file with 
several include file ?
That is my dobt too.

Some body know to do it please share with us.

best regards,

Renato Damas.

On Thursday 05 August 2004 14:01, Henrik Nilsen Omma wrote:
 Hello everyone,
 
 I've been using LyX for a few months, but this is my first posting to 
 the list. I'm writing a Ph.D. thesis in physics of about 150 pages in 
 7-8 chapters plus appendices, etc. There are obviously lots of 
 equations, images, and figures. I've made 1 file for each chapter to 
 keep it manageable and a master file with include statements. I only 
 want one bibliography at the end. I also use BibTex and NatBib. And now 
 I have some questions :)  (I apologise if these have been asked here before)
 
 1. How can I do appendix style numbering?
 I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
 worked out that I can use ERT: \setcounter{page}{1} and found a 
 description opf how to do roman numerals for the TOC, but how do you 
 prefix the number with an 'A-'?)
 
 2. How to make line spacing different for different sections?
 The thesis needs to be double spaced, but that looks really silly in the 
 table of contents and bibliography. How do I specify single spacing for 
 those sections?
 
 3. Language problems:
 When I paste a block from one document to another, I sometimes get blue 
 underline, which I've read signifies a foreign language. I can turn off 
 the notification in the Preferences, but I still get the error message:
 'Package babel Error: You haven't loaded the option english yet.
  [EMAIL PROTECTED]' I have selected English in Document settings 
 and preferences.
 Ideas?
  
  Any help is appreciated.
  
  Thanks,
  
 Henrik
 


Re: Hello and 3 questions

2004-08-10 Thread Renato Gomes Damas
Hi every body,

Mr. Omma did some questions and thought the one dobt remains..
How can I put all bibliography together at the end when I have a master file with 
several include file ?
That is my dobt too.

Some body know to do it please share with us.

best regards,

Renato Damas.

On Thursday 05 August 2004 14:01, Henrik Nilsen Omma wrote:
 Hello everyone,
 
 I've been using LyX for a few months, but this is my first posting to 
 the list. I'm writing a Ph.D. thesis in physics of about 150 pages in 
 7-8 chapters plus appendices, etc. There are obviously lots of 
 equations, images, and figures. I've made 1 file for each chapter to 
 keep it manageable and a master file with include statements. I only 
 want one bibliography at the end. I also use BibTex and NatBib. And now 
 I have some questions :)  (I apologise if these have been asked here before)
 
 1. How can I do appendix style numbering?
 I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
 worked out that I can use ERT: \setcounter{page}{1} and found a 
 description opf how to do roman numerals for the TOC, but how do you 
 prefix the number with an 'A-'?)
 
 2. How to make line spacing different for different sections?
 The thesis needs to be double spaced, but that looks really silly in the 
 table of contents and bibliography. How do I specify single spacing for 
 those sections?
 
 3. Language problems:
 When I paste a block from one document to another, I sometimes get blue 
 underline, which I've read signifies a foreign language. I can turn off 
 the notification in the Preferences, but I still get the error message:
 'Package babel Error: You haven't loaded the option english yet.
  [EMAIL PROTECTED]' I have selected English in Document settings 
 and preferences.
 Ideas?
  
  Any help is appreciated.
  
  Thanks,
  
 Henrik
 


Re: Hello and 3 questions

2004-08-06 Thread Georg Baum
Henrik Nilsen Omma wrote:

 2. How to make line spacing different for different sections?
 The thesis needs to be double spaced, but that looks really silly in the
 table of contents and bibliography. How do I specify single spacing for
 those sections?

See attached.

 3. Language problems:
 When I paste a block from one document to another, I sometimes get blue
 underline, which I've read signifies a foreign language. I can turn off
 the notification in the Preferences, but I still get the error message:
 'Package babel Error: You haven't loaded the option english yet.
  [EMAIL PROTECTED]' I have selected English in Document settings
 and preferences.
 Ideas?

This should not happen, because lyx should select the correct babel options.
Can you send a minimal example file showing this behaviour?
If the pasted text is not really in a foreign language, mark it and then
reset the language in Format-Character.


Georg


doublespacing.lyx
Description: application/lyx


Re: Hello and 3 questions

2004-08-06 Thread Herbert Voss
Henrik Nilsen Omma wrote:
1. How can I do appendix style numbering?
I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
worked out that I can use ERT: \setcounter{page}{1} and found a 
description opf how to do roman numerals for the TOC, but how do you 
prefix the number with an 'A-'?)
write into the preamble
\renewcommand\appendix{\par
  \setcounter{chapter}{0}%
  \setcounter{section}{0}%
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]@chapter}%
  \gdef\thesection{\thechapter-\arabic{section}}%
}
Herbert



Re: Hello and 3 questions

2004-08-06 Thread Henrik Nilsen Omma
Georg Baum wrote:
See attached.
 

Thanks :)

This should not happen, because lyx should select the correct babel 
options.
Can you send a minimal example file showing this behaviour?
If the pasted text is not really in a foreign language, mark it and then
reset the language in Format-Character.
Ah, thanks. Resetting the language works.  I'm attaching two files 
anyway in case someone wants to debug the problem further. Try pasting 
something from chapter 5 to chapter 6 and try a DVI view to see the 
problem. (using LyX 1.3.3-win32)

(Herbert: thanks for the appendix numbering code)
- Henrik
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass mythesis
\begin_preamble

% REF MACROS 

\def\apj{ApJ}
\def\mnras{MNRAS}
\def\apjl{ApJL}
\def\aap{A\A}




 LAYOUT %%
\raggedbottom
\end_preamble
\language british
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize 12
\spacing other 1.50 
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 1
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 1.25in
\topmargin 1.6in
\rightmargin 0.8in
\bottommargin 1in
\headsep 0.6in
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle uheadings

\layout Chapter

Results, part I
\layout Standard

This chapter is a first look at the experimental results starting with a
 description of the raw data generated by the simulations and the data reduction
 and analysis routines used to extract useful scientific information.
 We also examine the first stage of the simulation, the cooling phase during
 the first 300 Myrs, which is identical for all simulations.
\layout Section

The raw data
\layout Standard


\noun on 
Enzo
\noun default 
 stores the main grid data in industry standard NCSA Hierarchical Data Format
 (HDF)
\begin_inset Foot
collapsed true

\layout Standard

See 
\family typewriter 
http://hdf.ncsa.uiuc.edu
\family default 
 for details.
\end_inset 

.
 These files contain the 11? variables listed in table X, and some meta
 data, such as variable names.
 The HDF format is valuable because the date can be read directly by standard
 visualisation programs like HDFLook and IDL
\begin_inset Foot
collapsed true

\layout Standard

See: 
\family typewriter 
http://daac.gsfc.nasa.gov/MODIS/HDFLook/
\family default 
 and 
\family typewriter 
http://www.rsinc.com/idl/
\family default 
.
\end_inset 

.
 The raw data can therefore be studied directly as the simulation progresses
 to ensure that it develops as expected.
 However, each grid in the grid structure is stored in a separate HDF file,
 and with several thousand such grids it is impractrical to analyse this
 data directly.
 Viewing any one grid file only gives a low resolution view of the domain
 or a high resolution view of a very small region.
 To be scientifically useful, the data is reduced in a number of ways.
 Enzo includes as standard data reduction routines for producing 3-dimensional
 extractions, 2-dimensional projections, and 1-dimensional vectors averaged
 over radial shells.
 A fourth reduction tool was developed during this project to extract an
 arbitrary set of point samples from the domain.
\the_end
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass mythesis2
\begin_preamble

% REF MACROS 

\def\apj{ApJ}
\def\mnras{MNRAS}
\def\apjl{ApJL}


\end_preamble
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing onehalf 
\papersize a4paper
\paperpackage widemarginsa4
\use_geometry 0
\use_amsmath 0
\use_natbib 1
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Chapter

Discussion
\layout Section

Previous simulations
\layout Standard

Churazov etal.
 
\begin_inset LatexCommand \cite{Churazov_etal_2001}

\end_inset 

 performed the first significant numerical bubble experiment in 2000.
 The setup was modeled on the M87 galaxy and its surroundings, based on
 ROSAT data by Nulsen and Böhringer 
\begin_inset LatexCommand \cite{NulsenBohringer_1995}

\end_inset 

, with typical densities of 0.02 
\begin_inset Formula $\textrm{cm}^{-3}$
\end_inset 

 and temperatures of 2 keV.
 The simulations were 2-dimensional with medium resolution at 
\begin_inset Formula $200^{2}$
\end_inset 

 cells, and rotational symetry was chosen about an axis parallel with the
 gravitational force.
 The computational domain was limited, reaching out 51kpc from the cluster
 core.
 A 2-dimensional gravitational potential and temperature profile were selected,
 and a corresponding density gradient was constructed in hydrostatic 

Re: Hello and 3 questions

2004-08-06 Thread Georg Baum
Henrik Nilsen Omma wrote:

 Ah, thanks. Resetting the language works.  I'm attaching two files
 anyway in case someone wants to debug the problem further. Try pasting
 something from chapter 5 to chapter 6 and try a DVI view to see the
 problem. (using LyX 1.3.3-win32)

Chapter 5 uses the document class mythesis, chapter 6 uses mythesis2. I
don't have either of them, so I changed the class to article, and
everything went fine (lyx 1.3.5cvs on linux). I get the blue underlines,
because the language is different, but the latex output works.
I guess it has something to do with the .layout files of your thesis
classes. BTW, you should use the same class for all parts of the doument.


Georg




Re: Hello and 3 questions

2004-08-06 Thread Georg Baum
Henrik Nilsen Omma wrote:

 2. How to make line spacing different for different sections?
 The thesis needs to be double spaced, but that looks really silly in the
 table of contents and bibliography. How do I specify single spacing for
 those sections?

See attached.

 3. Language problems:
 When I paste a block from one document to another, I sometimes get blue
 underline, which I've read signifies a foreign language. I can turn off
 the notification in the Preferences, but I still get the error message:
 'Package babel Error: You haven't loaded the option english yet.
  [EMAIL PROTECTED]' I have selected English in Document settings
 and preferences.
 Ideas?

This should not happen, because lyx should select the correct babel options.
Can you send a minimal example file showing this behaviour?
If the pasted text is not really in a foreign language, mark it and then
reset the language in Format-Character.


Georg


doublespacing.lyx
Description: application/lyx


Re: Hello and 3 questions

2004-08-06 Thread Herbert Voss
Henrik Nilsen Omma wrote:
1. How can I do appendix style numbering?
I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
worked out that I can use ERT: \setcounter{page}{1} and found a 
description opf how to do roman numerals for the TOC, but how do you 
prefix the number with an 'A-'?)
write into the preamble
\renewcommand\appendix{\par
  \setcounter{chapter}{0}%
  \setcounter{section}{0}%
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]@chapter}%
  \gdef\thesection{\thechapter-\arabic{section}}%
}
Herbert



Re: Hello and 3 questions

2004-08-06 Thread Henrik Nilsen Omma
Georg Baum wrote:
See attached.
 

Thanks :)

This should not happen, because lyx should select the correct babel 
options.
Can you send a minimal example file showing this behaviour?
If the pasted text is not really in a foreign language, mark it and then
reset the language in Format-Character.
Ah, thanks. Resetting the language works.  I'm attaching two files 
anyway in case someone wants to debug the problem further. Try pasting 
something from chapter 5 to chapter 6 and try a DVI view to see the 
problem. (using LyX 1.3.3-win32)

(Herbert: thanks for the appendix numbering code)
- Henrik
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass mythesis
\begin_preamble

% REF MACROS 

\def\apj{ApJ}
\def\mnras{MNRAS}
\def\apjl{ApJL}
\def\aap{A\A}




 LAYOUT %%
\raggedbottom
\end_preamble
\language british
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize 12
\spacing other 1.50 
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 1
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 1.25in
\topmargin 1.6in
\rightmargin 0.8in
\bottommargin 1in
\headsep 0.6in
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle uheadings

\layout Chapter

Results, part I
\layout Standard

This chapter is a first look at the experimental results starting with a
 description of the raw data generated by the simulations and the data reduction
 and analysis routines used to extract useful scientific information.
 We also examine the first stage of the simulation, the cooling phase during
 the first 300 Myrs, which is identical for all simulations.
\layout Section

The raw data
\layout Standard


\noun on 
Enzo
\noun default 
 stores the main grid data in industry standard NCSA Hierarchical Data Format
 (HDF)
\begin_inset Foot
collapsed true

\layout Standard

See 
\family typewriter 
http://hdf.ncsa.uiuc.edu
\family default 
 for details.
\end_inset 

.
 These files contain the 11? variables listed in table X, and some meta
 data, such as variable names.
 The HDF format is valuable because the date can be read directly by standard
 visualisation programs like HDFLook and IDL
\begin_inset Foot
collapsed true

\layout Standard

See: 
\family typewriter 
http://daac.gsfc.nasa.gov/MODIS/HDFLook/
\family default 
 and 
\family typewriter 
http://www.rsinc.com/idl/
\family default 
.
\end_inset 

.
 The raw data can therefore be studied directly as the simulation progresses
 to ensure that it develops as expected.
 However, each grid in the grid structure is stored in a separate HDF file,
 and with several thousand such grids it is impractrical to analyse this
 data directly.
 Viewing any one grid file only gives a low resolution view of the domain
 or a high resolution view of a very small region.
 To be scientifically useful, the data is reduced in a number of ways.
 Enzo includes as standard data reduction routines for producing 3-dimensional
 extractions, 2-dimensional projections, and 1-dimensional vectors averaged
 over radial shells.
 A fourth reduction tool was developed during this project to extract an
 arbitrary set of point samples from the domain.
\the_end
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass mythesis2
\begin_preamble

% REF MACROS 

\def\apj{ApJ}
\def\mnras{MNRAS}
\def\apjl{ApJL}


\end_preamble
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing onehalf 
\papersize a4paper
\paperpackage widemarginsa4
\use_geometry 0
\use_amsmath 0
\use_natbib 1
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Chapter

Discussion
\layout Section

Previous simulations
\layout Standard

Churazov etal.
 
\begin_inset LatexCommand \cite{Churazov_etal_2001}

\end_inset 

 performed the first significant numerical bubble experiment in 2000.
 The setup was modeled on the M87 galaxy and its surroundings, based on
 ROSAT data by Nulsen and Böhringer 
\begin_inset LatexCommand \cite{NulsenBohringer_1995}

\end_inset 

, with typical densities of 0.02 
\begin_inset Formula $\textrm{cm}^{-3}$
\end_inset 

 and temperatures of 2 keV.
 The simulations were 2-dimensional with medium resolution at 
\begin_inset Formula $200^{2}$
\end_inset 

 cells, and rotational symetry was chosen about an axis parallel with the
 gravitational force.
 The computational domain was limited, reaching out 51kpc from the cluster
 core.
 A 2-dimensional gravitational potential and temperature profile were selected,
 and a corresponding density gradient was constructed in hydrostatic 

Re: Hello and 3 questions

2004-08-06 Thread Georg Baum
Henrik Nilsen Omma wrote:

 Ah, thanks. Resetting the language works.  I'm attaching two files
 anyway in case someone wants to debug the problem further. Try pasting
 something from chapter 5 to chapter 6 and try a DVI view to see the
 problem. (using LyX 1.3.3-win32)

Chapter 5 uses the document class mythesis, chapter 6 uses mythesis2. I
don't have either of them, so I changed the class to article, and
everything went fine (lyx 1.3.5cvs on linux). I get the blue underlines,
because the language is different, but the latex output works.
I guess it has something to do with the .layout files of your thesis
classes. BTW, you should use the same class for all parts of the doument.


Georg




Re: Hello and 3 questions

2004-08-06 Thread Georg Baum
Henrik Nilsen Omma wrote:

> 2. How to make line spacing different for different sections?
> The thesis needs to be double spaced, but that looks really silly in the
> table of contents and bibliography. How do I specify single spacing for
> those sections?

See attached.

> 3. Language problems:
> When I paste a block from one document to another, I sometimes get blue
> underline, which I've read signifies a foreign language. I can turn off
> the notification in the Preferences, but I still get the error message:
> 'Package babel Error: You haven't loaded the option english yet.
>  [EMAIL PROTECTED]' I have selected English in Document settings
> and preferences.
> Ideas?

This should not happen, because lyx should select the correct babel options.
Can you send a minimal example file showing this behaviour?
If the pasted text is not really in a foreign language, mark it and then
reset the language in Format->Character.


Georg


doublespacing.lyx
Description: application/lyx


Re: Hello and 3 questions

2004-08-06 Thread Herbert Voss
Henrik Nilsen Omma wrote:
1. How can I do appendix style numbering?
I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
worked out that I can use ERT: \setcounter{page}{1} and found a 
description opf how to do roman numerals for the TOC, but how do you 
prefix the number with an 'A-'?)
write into the preamble
\renewcommand\appendix{\par
  \setcounter{chapter}{0}%
  \setcounter{section}{0}%
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]@chapter}%
  \gdef\thesection{\thechapter-\arabic{section}}%
}
Herbert



Re: Hello and 3 questions

2004-08-06 Thread Henrik Nilsen Omma
Georg Baum wrote:
See attached.
 

Thanks :)
<>
This should not happen, because lyx should select the correct babel 
options.
Can you send a minimal example file showing this behaviour?
If the pasted text is not really in a foreign language, mark it and then
reset the language in Format->Character.
Ah, thanks. Resetting the language works.  I'm attaching two files 
anyway in case someone wants to debug the problem further. Try pasting 
something from chapter 5 to chapter 6 and try a DVI view to see the 
problem. (using LyX 1.3.3-win32)

(Herbert: thanks for the appendix numbering code)
- Henrik
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass mythesis
\begin_preamble

% REF MACROS 

\def\apj{ApJ}
\def\mnras{MNRAS}
\def\apjl{ApJL}
\def\aap{A\}




 LAYOUT %%
\raggedbottom
\end_preamble
\language british
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize 12
\spacing other 1.50 
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 1
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 1.25in
\topmargin 1.6in
\rightmargin 0.8in
\bottommargin 1in
\headsep 0.6in
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle uheadings

\layout Chapter

Results, part I
\layout Standard

This chapter is a first look at the experimental results starting with a
 description of the raw data generated by the simulations and the data reduction
 and analysis routines used to extract useful scientific information.
 We also examine the first stage of the simulation, the cooling phase during
 the first 300 Myrs, which is identical for all simulations.
\layout Section

The raw data
\layout Standard


\noun on 
Enzo
\noun default 
 stores the main grid data in industry standard NCSA Hierarchical Data Format
 (HDF)
\begin_inset Foot
collapsed true

\layout Standard

See 
\family typewriter 
http://hdf.ncsa.uiuc.edu
\family default 
 for details.
\end_inset 

.
 These files contain the 11? variables listed in table X, and some meta
 data, such as variable names.
 The HDF format is valuable because the date can be read directly by standard
 visualisation programs like HDFLook and IDL
\begin_inset Foot
collapsed true

\layout Standard

See: 
\family typewriter 
http://daac.gsfc.nasa.gov/MODIS/HDFLook/
\family default 
 and 
\family typewriter 
http://www.rsinc.com/idl/
\family default 
.
\end_inset 

.
 The raw data can therefore be studied directly as the simulation progresses
 to ensure that it develops as expected.
 However, each grid in the grid structure is stored in a separate HDF file,
 and with several thousand such grids it is impractrical to analyse this
 data directly.
 Viewing any one grid file only gives a low resolution view of the domain
 or a high resolution view of a very small region.
 To be scientifically useful, the data is reduced in a number of ways.
 Enzo includes as standard data reduction routines for producing 3-dimensional
 extractions, 2-dimensional projections, and 1-dimensional vectors averaged
 over radial shells.
 A fourth reduction tool was developed during this project to extract an
 arbitrary set of point samples from the domain.
\the_end
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass mythesis2
\begin_preamble

% REF MACROS 

\def\apj{ApJ}
\def\mnras{MNRAS}
\def\apjl{ApJL}


\end_preamble
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing onehalf 
\papersize a4paper
\paperpackage widemarginsa4
\use_geometry 0
\use_amsmath 0
\use_natbib 1
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Chapter

Discussion
\layout Section

Previous simulations
\layout Standard

Churazov etal.
 
\begin_inset LatexCommand \cite{Churazov_etal_2001}

\end_inset 

 performed the first significant numerical bubble experiment in 2000.
 The setup was modeled on the M87 galaxy and its surroundings, based on
 ROSAT data by Nulsen and Böhringer 
\begin_inset LatexCommand \cite{Nulsen_1995}

\end_inset 

, with typical densities of 0.02 
\begin_inset Formula $\textrm{cm}^{-3}$
\end_inset 

 and temperatures of 2 keV.
 The simulations were 2-dimensional with medium resolution at 
\begin_inset Formula $200^{2}$
\end_inset 

 cells, and rotational symetry was chosen about an axis parallel with the
 gravitational force.
 The computational domain was limited, reaching out 51kpc from the cluster
 core.
 A 2-dimensional gravitational potential and temperature profile were selected,
 and a corresponding density gradient was constructed in hydrostatic equlibrium.

Re: Hello and 3 questions

2004-08-06 Thread Georg Baum
Henrik Nilsen Omma wrote:

> Ah, thanks. Resetting the language works.  I'm attaching two files
> anyway in case someone wants to debug the problem further. Try pasting
> something from chapter 5 to chapter 6 and try a DVI view to see the
> problem. (using LyX 1.3.3-win32)

Chapter 5 uses the document class mythesis, chapter 6 uses mythesis2. I
don't have either of them, so I changed the class to article, and
everything went fine (lyx 1.3.5cvs on linux). I get the blue underlines,
because the language is different, but the latex output works.
I guess it has something to do with the .layout files of your thesis
classes. BTW, you should use the same class for all parts of the doument.


Georg




Hello and 3 questions

2004-08-05 Thread Henrik Nilsen Omma
Hello everyone,
I've been using LyX for a few months, but this is my first posting to 
the list. I'm writing a Ph.D. thesis in physics of about 150 pages in 
7-8 chapters plus appendices, etc. There are obviously lots of 
equations, images, and figures. I've made 1 file for each chapter to 
keep it manageable and a master file with include statements. I only 
want one bibliography at the end. I also use BibTex and NatBib. And now 
I have some questions :)  (I apologise if these have been asked here before)

1. How can I do appendix style numbering?
I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
worked out that I can use ERT: \setcounter{page}{1} and found a 
description opf how to do roman numerals for the TOC, but how do you 
prefix the number with an 'A-'?)

2. How to make line spacing different for different sections?
The thesis needs to be double spaced, but that looks really silly in the 
table of contents and bibliography. How do I specify single spacing for 
those sections?

3. Language problems:
When I paste a block from one document to another, I sometimes get blue 
underline, which I've read signifies a foreign language. I can turn off 
the notification in the Preferences, but I still get the error message:
'Package babel Error: You haven't loaded the option english yet.
[EMAIL PROTECTED]' I have selected English in Document settings 
and preferences.
Ideas?

Any help is appreciated.
Thanks,
   Henrik


Hello and 3 questions

2004-08-05 Thread Henrik Nilsen Omma
Hello everyone,
I've been using LyX for a few months, but this is my first posting to 
the list. I'm writing a Ph.D. thesis in physics of about 150 pages in 
7-8 chapters plus appendices, etc. There are obviously lots of 
equations, images, and figures. I've made 1 file for each chapter to 
keep it manageable and a master file with include statements. I only 
want one bibliography at the end. I also use BibTex and NatBib. And now 
I have some questions :)  (I apologise if these have been asked here before)

1. How can I do appendix style numbering?
I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
worked out that I can use ERT: \setcounter{page}{1} and found a 
description opf how to do roman numerals for the TOC, but how do you 
prefix the number with an 'A-'?)

2. How to make line spacing different for different sections?
The thesis needs to be double spaced, but that looks really silly in the 
table of contents and bibliography. How do I specify single spacing for 
those sections?

3. Language problems:
When I paste a block from one document to another, I sometimes get blue 
underline, which I've read signifies a foreign language. I can turn off 
the notification in the Preferences, but I still get the error message:
'Package babel Error: You haven't loaded the option english yet.
[EMAIL PROTECTED]' I have selected English in Document settings 
and preferences.
Ideas?

Any help is appreciated.
Thanks,
   Henrik


Hello and 3 questions

2004-08-05 Thread Henrik Nilsen Omma
Hello everyone,
I've been using LyX for a few months, but this is my first posting to 
the list. I'm writing a Ph.D. thesis in physics of about 150 pages in 
7-8 chapters plus appendices, etc. There are obviously lots of 
equations, images, and figures. I've made 1 file for each chapter to 
keep it manageable and a master file with include statements. I only 
want one bibliography at the end. I also use BibTex and NatBib. And now 
I have some questions :)  (I apologise if these have been asked here before)

1. How can I do appendix style numbering?
I'd like to number the appendix pages as A-1, A-2, B-1, B-2, etc.  (I've 
worked out that I can use ERT: \setcounter{page}{1} and found a 
description opf how to do roman numerals for the TOC, but how do you 
prefix the number with an 'A-'?)

2. How to make line spacing different for different sections?
The thesis needs to be double spaced, but that looks really silly in the 
table of contents and bibliography. How do I specify single spacing for 
those sections?

3. Language problems:
When I paste a block from one document to another, I sometimes get blue 
underline, which I've read signifies a foreign language. I can turn off 
the notification in the Preferences, but I still get the error message:
'Package babel Error: You haven't loaded the option english yet.
[EMAIL PROTECTED]' I have selected English in Document settings 
and preferences.
Ideas?

Any help is appreciated.
Thanks,
   Henrik


Hello

2003-01-30 Thread Xavier Denis
Hello



Hello

2003-01-30 Thread Xavier Denis
Hello



Hello

2003-01-30 Thread Xavier Denis
Hello



Re: hello! BibTeX style packages LyX information request

2002-09-26 Thread Dekel Tsur

On Wed, Sep 25, 2002 at 08:26:13PM +0100, Carlo F. wrote:
 I'm quite new to BibteX file and Style files. Using Bibview I can
 produce bib-file and import them in Lyx. My problem is that I would

You can try using a more recent tool like gbib or pybliographic.

 1) How can I properly install packages downloaded from CTAN? Or at
 least, Where can I found really effective explanations about it
 (possibly, short/quick but detailed and mostly accurate)? I have not

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages+wherefiles

 root privileges. I would like to put all my LyX and TeX, LaTeX, BibTeX
 personal stuff on my home directory. I have to create something similar
 to the TDS in texmf in my home? And then which program I have to run for

Put the files in ~/texmf/

 let TeteX know my personal stuff? The style I need is Harvard style with
 Authors names and year as tags in the main text and without brackets.
 e.g. ' Yu and Raju (2002)'and not '[Yu and Raju (2002)]'. I would like
 to use a style, if anyone exsists, avoiding insertion of tex code in
 LyX.

Use natbib. In lyx 1.1.6, you need to add
  \usepakcage{natbib}
to the preamble, and then select the plainnat bib style in the Bibtex inset
dialog.



Re: hello! BibTeX style packages LyX information request

2002-09-26 Thread Dekel Tsur

On Wed, Sep 25, 2002 at 08:26:13PM +0100, Carlo F. wrote:
 I'm quite new to BibteX file and Style files. Using Bibview I can
 produce bib-file and import them in Lyx. My problem is that I would

You can try using a more recent tool like gbib or pybliographic.

 1) How can I properly install packages downloaded from CTAN? Or at
 least, Where can I found really effective explanations about it
 (possibly, short/quick but detailed and mostly accurate)? I have not

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages+wherefiles

 root privileges. I would like to put all my LyX and TeX, LaTeX, BibTeX
 personal stuff on my home directory. I have to create something similar
 to the TDS in texmf in my home? And then which program I have to run for

Put the files in ~/texmf/

 let TeteX know my personal stuff? The style I need is Harvard style with
 Authors names and year as tags in the main text and without brackets.
 e.g. ' Yu and Raju (2002)'and not '[Yu and Raju (2002)]'. I would like
 to use a style, if anyone exsists, avoiding insertion of tex code in
 LyX.

Use natbib. In lyx 1.1.6, you need to add
  \usepakcage{natbib}
to the preamble, and then select the plainnat bib style in the Bibtex inset
dialog.



Re: hello! BibTeX style packages & LyX information request

2002-09-26 Thread Dekel Tsur

On Wed, Sep 25, 2002 at 08:26:13PM +0100, Carlo F. wrote:
> I'm quite new to BibteX file and Style files. Using Bibview I can
> produce bib-file and import them in Lyx. My problem is that I would

You can try using a more recent tool like gbib or pybliographic.

> 1) How can I properly install packages downloaded from CTAN? Or at
> least, Where can I found really effective explanations about it
> (possibly, short/quick but detailed and mostly accurate)? I have not

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages+wherefiles

> root privileges. I would like to put all my LyX and TeX, LaTeX, BibTeX
> personal stuff on my home directory. I have to create something similar
> to the TDS in texmf in my home? And then which program I have to run for

Put the files in ~/texmf/

> let TeteX know my personal stuff? The style I need is Harvard style with
> Authors names and year as tags in the main text and without brackets.
> e.g. ' Yu and Raju (2002)'and not '[Yu and Raju (2002)]'. I would like
> to use a style, if anyone exsists, avoiding insertion of tex code in
> LyX.

Use natbib. In lyx 1.1.6, you need to add
  \usepakcage{natbib}
to the preamble, and then select the plainnat bib style in the Bibtex inset
dialog.



hello! BibTeX style packages LyX information request

2002-09-25 Thread Carlo F.

Hello everybody.
I'm using LyX LyX 1.1.6 fix 4 in Gnu/Linux, Debian distr.( I know, is
not the last one, but I'm not one of the network administrators).
I'm quite new to BibteX file and Style files. Using Bibview I can
produce bib-file and import them in Lyx. My problem is that I would
like/I need to use styles different from plain, alpha and the others 
standard.

1) How can I properly install packages downloaded from CTAN? Or at
least, Where can I found really effective explanations about it
(possibly, short/quick but detailed and mostly accurate)? I have not
root privileges. I would like to put all my LyX and TeX, LaTeX, BibTeX
personal stuff on my home directory. I have to create something similar
to the TDS in texmf in my home? And then which program I have to run for
let TeteX know my personal stuff? The style I need is Harvard style with
Authors names and year as tags in the main text and without brackets.
e.g. ' Yu and Raju (2002)'and not '[Yu and Raju (2002)]'. I would like
to use a style, if anyone exsists, avoiding insertion of tex code in
LyX.

2) And then for using 1) in LyX ? How can I do or where I have to
look/read?
  
I look forward to hear from you
Bye
Carlo 







  1   2   >