Re: Character styles: inlining a local layout format

2007-04-30 Thread Jürgen Spitzmüller
Hellmut Weber wrote:
 Hi list,
 i have created an new format in my personal layouts folder for the
 papers i produce.

 Here it is:

 # 2007-04-29 Hw, frame-boxed code-parts
 Style Fboxed_Code
   CopyStyle  Paragraph
   LatexType  Command
   LatexName  fboxedcode
   TopSep 0.2

   Preamble
 \newcommand{\fboxedcode}[1]{
   \fbox{\texttt{\small%
 #1%
 } }% texttt fbox
   }
 EndPreamble
   End

 It works as expected changing the font, the size of the contents and
 putting a frame around it.
 BUT: To use this i have to create a new paragraph in LyX. So the framed
 box for my piece of code is put in a new paragraph in the output too.
 Is there a possibility to have the box INLINE in my text (as I can do
 e.g. with ERT) without referring to ERT?

use character styles:

CharStyle Fboxed_Code
LatexType Command
LatexName fboxedcode
LabelFont
  Family  Roman
  Color   blue
EndFont
Preamble
   \newcommand{\fboxedcode}[1]{
 \fbox{\texttt{\small%
 #1%
 } }% texttt fbox
   }
   EndPreamble
End

You can select them by Insert-Character Styles.

 Thanks in advance

 Greetings from Munich

 Hellmut

Jürgen


Re: MiKTeX and Aspell Problems in Lyx 1.5.0 beta2 windows installer

2007-04-30 Thread colden
Paul A. Rubin schrieb:
 It may be that LyX automatically looks for Aspell in the Documents
 and Settings tree for the currently logged on user, and not in the
 All Users tree.
 
 No, currently aspell is installed in the All Users folder which is
 btw. a bug.
 
 regards Uwe

This is true for the installers provided by berlios. The installers on
lyx.org (ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows/) do allow to
choose to install just for the current user. I went ahead and tried this
and now I get a different error when spellchecking in lyx 1.5.b2:

(translated German) The spellchecking Program could not be started. The
file C:\Dokumente und
Einstellungen\CURRENT_USER\Anwendungsdaten\Aspell\Data\iso-8859-1.cset
can not be opened for reading.

This is no surprise, as the folder Data does not exist there. However
I finally did manage to get spellchecking to work by copying the folder
C:\Dokumente und Einstellungen\All
Users.WINDOWS\Anwendungsdaten\Aspell\Dictionaries which contained
iso-8859-1.cset to C:\Dokumente und
Einstellungen\CURRENT_USER\Anwendungsdaten\Aspell\ and renaming it to
Data.

So at least on my machine it does not seem possible to get a running Lyx
1.5.0. beta2 out of the box by just using the provided installer from
lyx.org on a clean winxp system (by clean I mean a system which has had
lyx 1.4.4. installed and working but everything related to
lyx1.4.4/miktex/aspell/imagemagic/gsview etc. was uninstalled prior to
the 1.5.b2 installation).

The miktex problem is still hazy to me, because it was downloaded and
installed during the lyx installation but lyx somehow did not seem to
realize it has happened, because After finishing the miktexinstallation
and returning to the lyx installer, the lyxinstaller says that miktex
was not installed properly.

The other (aspell) problem is actually two problems: during installation
the dictionaries can not be downloaded by the installer (404 error).
This might be due to a wrong url in the lyxinstaller. When installing
aspell6 dictionaries manually afterwards, the other problem occurs (see
above), which probably is caused by lyx expecting different paths then
aspell actually resides in.

PS.
Just for curiosity, what are the philosophies behind the two different
windows installers (the one found on the lyx.org ftp and the one from
berlios)


Error converting to loadable format

2007-04-30 Thread Valter Filipe Silva

Hello,


I have a problem with my Lyx 1.5 Beta2 under Windows.
This message appear in the place of the figure (.eps):
Error converting to loadable format
Any help?
Thanks in advance


Valter

--
-
Valter Filipe Silva
[EMAIL PROTECTED]

Departamento de Electrónica e Telecomunicações
Escola Superior de Tecnologia e Gestão de Águeda
Universidade de Aveiro
3810-193 Aveiro



\iint in Kluiwer

2007-04-30 Thread Julio Rojas

Hi, I'm trying to do an article using the Kluiwer class.
I tried to compile it and the following error is presented:

LaTeX Error: Command \iint already defined.
...d{\iint}{\DOTSI\protect\MultiIntegral{2}}

Your command was ignored.
Type  I command return  to replace it with another command,
or  return  to continue without it.

LaTeX Error: Command \iint already defined.
...{\iiint}{\DOTSI\protect\MultiIntegral{3}}

Your command was ignored.
Type  I command return  to replace it with another command,
or  return  to continue without it.

These are shown in a line with a numbered equation.

Any idea on what is happening?


--
-
Julio Rojas
[EMAIL PROTECTED]


Re: \iint in Kluiwer

2007-04-30 Thread Richard Heck

Well, that command is defined in amsmath.sty. If it's also defined in
the Kluwer class, or in some other style you're including, you'll get
multiple definitions.

rh

Julio Rojas wrote:
 Hi, I'm trying to do an article using the Kluiwer class.
 I tried to compile it and the following error is presented:

 LaTeX Error: Command \iint already defined.
 ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 LaTeX Error: Command \iint already defined.
 ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 These are shown in a line with a numbered equation.

 Any idea on what is happening?




-- 
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: \iint in Kluiwer

2007-04-30 Thread Julio Rojas

Yup, it seems to be a problem with conflicting dfinitions between AMS
and Kluwer. I found a piece of code that, if someone tells me how can
I modify, could help solving this problem:

\usepackage{savesym}
\usepackage{amsmath}
\savesymbol{iint}
\usepackage{txfonts}
\restoresymbol{TXF}{iint}

This saves iint before loading txfonts, only I'm not using
txfonts in my document.

I compiled the document with TeXnic and even with the errors a good
PDF was generated.

I'm attaching a sample document in this email so you can check the problems.

Thx for your help.




On 4/30/07, Richard Heck [EMAIL PROTECTED] wrote:


Well, that command is defined in amsmath.sty. If it's also defined in
the Kluwer class, or in some other style you're including, you'll get
multiple definitions.

rh

Julio Rojas wrote:
 Hi, I'm trying to do an article using the Kluiwer class.
 I tried to compile it and the following error is presented:

 LaTeX Error: Command \iint already defined.
 ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 LaTeX Error: Command \iint already defined.
 ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 These are shown in a line with a numbered equation.

 Any idea on what is happening?




--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto





--
-
Julio Rojas
[EMAIL PROTECTED]


Test Kluiwer.lyx
Description: application/lyx


Re: \iint in Kluiwer

2007-04-30 Thread Julio Rojas

Solution:
1- Remove automatically loading AMS in the document configuration.
2- Add the following lines to the preamble:
\let\iint\noexists
\let\iiint\noexistsb
\usepackage{amsmath}

Compiled without problems.

Thx for your help.

On 4/30/07, Julio Rojas [EMAIL PROTECTED] wrote:

Yup, it seems to be a problem with conflicting dfinitions between AMS
and Kluwer. I found a piece of code that, if someone tells me how can
I modify, could help solving this problem:

\usepackage{savesym}
\usepackage{amsmath}
\savesymbol{iint}
\usepackage{txfonts}
\restoresymbol{TXF}{iint}

This saves iint before loading txfonts, only I'm not using
txfonts in my document.

I compiled the document with TeXnic and even with the errors a good
PDF was generated.

I'm attaching a sample document in this email so you can check the problems.

Thx for your help.




On 4/30/07, Richard Heck [EMAIL PROTECTED] wrote:

 Well, that command is defined in amsmath.sty. If it's also defined in
 the Kluwer class, or in some other style you're including, you'll get
 multiple definitions.

 rh

 Julio Rojas wrote:
  Hi, I'm trying to do an article using the Kluiwer class.
  I tried to compile it and the following error is presented:
 
  LaTeX Error: Command \iint already defined.
  ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}
 
  Your command was ignored.
  Type  I command return  to replace it with another command,
  or  return  to continue without it.
 
  LaTeX Error: Command \iint already defined.
  ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}
 
  Your command was ignored.
  Type  I command return  to replace it with another command,
  or  return  to continue without it.
 
  These are shown in a line with a numbered equation.
 
  Any idea on what is happening?
 
 


 --
 ==
 Richard G Heck, Jr
 Professor of Philosophy
 Brown University
 http://frege.brown.edu/heck/
 ==
 Get my public key from http://sks.keyserver.penguin.de
 Hash: 0x1DE91F1E66FFBDEC
 Learn how to sign your email using Thunderbird and GnuPG at:
 http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto




--
-
Julio Rojas
[EMAIL PROTECTED]





--
-
Julio Rojas
[EMAIL PROTECTED]


Installation Troubles Lyx 1.4.4 - Printing

2007-04-30 Thread Bob Ferguson

My system is Windows XP Pro with all updates, Lyx 1.4.4

I managed to get Lyx on my machine, but it doesn't work. When I try to 
open a template it says Document has a missing Tex class article or 
what ever template I am trying to open. No output is possible. I have 
run recongfigure but nothing changes.


I installed from the bundle:  lyx-144-4-bundle.exe

There is no obvious way to get Lyx to recognize the printer I have, that 
is,  hp laserjet 1012. I entered that name through preferences, but no 
luck.


Any help would be appreciated.

Thanks

Bob Ferguson


Re: Error converting to loadable format

2007-04-30 Thread Uwe Stöhr

Valter Filipe Silva schrieb:


I have a problem with my Lyx 1.5 Beta2 under Windows.
This message appear in the place of the figure (.eps):
Error converting to loadable format


This problem can occur when you are using incompatible versions of Ghostscript 
and ImageMagick.
You can do this to fix:

- either update the programs to the latest versions of the programs when you 
have installed them
  separately beside LyX.
  Then check if the paths to the programs are correct in LyX'S menu Preferences - 
Paths -
  PATH_PREFIX; fix them if they are wrong.

- or deinstall the programs,
  deinstall LyX,
  reinstall LyX using the complete installer version from here:
  
https://developer.berlios.de/project/showfiles.php?group_id=5117release_id=12671

regards Uwe


Re: MiKTeX and Aspell Problems in Lyx 1.5.0 beta2 windows installer

2007-04-30 Thread Paul A. Rubin

Uwe Stöhr wrote:

Paul A. Rubin schrieb:

 It may be that LyX automatically looks for Aspell in the Documents 
and Settings tree for the currently logged on user, and not in the All 
Users tree.


No, currently aspell is installed in the All Users folder which is btw. 
a bug.




Not on my system, but I have to admit I don't recall the last time I 
installed any Aspell files.  (I thought it was with one of your earlier 
1.5.0svn installers, but maybe not.)


/Paul



1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Rodrigo Fresneda
Hello, list. Can anyone confirm this bug?

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

--  Forwarded Message  --

Description of Problem:
Whenever I try to modify a mathematical expression
inside  \left{\right}, \left[\right] or \left(\right),
like deleting a superscript I had previously added,
the mathematical expression collapses into garbage.

Steps to reproduce the problem:
1.Write \left( A \right) inside a display equation
2. Add a subscript _a to the expression, as \left( A \right)_{a}
3. Delete the subscript.

Actual Results:
The subscript is deleted, but the parenthesis aren't drawn. If the equation
 contains many characters after the subscript, they all collapse into
 something not readable.


Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Bob Lounsbury
On 4/30/07 2:02 PM, Rodrigo Fresneda [EMAIL PROTECTED] wrote:

 Hello, list. Can anyone confirm this bug?
 
 http://bugzilla.lyx.org/show_bug.cgi?id=3516
 
 --  Forwarded Message  --
 
 Description of Problem:
 Whenever I try to modify a mathematical expression
 inside  \left{\right}, \left[\right] or \left(\right),
 like deleting a superscript I had previously added,
 the mathematical expression collapses into garbage.
 
 Steps to reproduce the problem:
 1.Write \left( A \right) inside a display equation
 2. Add a subscript _a to the expression, as \left( A \right)_{a}
 3. Delete the subscript.
 
 Actual Results:
 The subscript is deleted, but the parenthesis aren't drawn. If the equation
  contains many characters after the subscript, they all collapse into
  something not readable.

Cannot confirm here. Works for me on LyX1.5.0beta2 mac.

Bob Lounsbury




Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Paul A. Rubin

Rodrigo Fresneda wrote:

Hello, list. Can anyone confirm this bug?

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

--  Forwarded Message  --

Description of Problem:
Whenever I try to modify a mathematical expression
inside  \left{\right}, \left[\right] or \left(\right),
like deleting a superscript I had previously added,
the mathematical expression collapses into garbage.

Steps to reproduce the problem:
1.Write \left( A \right) inside a display equation
2. Add a subscript _a to the expression, as \left( A \right)_{a}
3. Delete the subscript.

Actual Results:
The subscript is deleted, but the parenthesis aren't drawn. If the equation
 contains many characters after the subscript, they all collapse into
 something not readable.



I tried both 1.4.4 and 1.5.0beta2 (on Win XP) and could not reproduce 
it.  When you delete the subscript, do you descend down to the level of 
the subscript to delete it, or do you highlight the subscript from the 
base level of the formula?  The reason I ask is that when I do the 
latter, the closing parenthesis also gets selected (and deleted, if I'm 
not careful).


/Paul



Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Rodrigo Fresneda
Hi. What I do is descend down to the level of the subscript, so that when it 
is deleted, I am left with a little blue box holding the position of the 
subscript. The problem happens when I leave this little blue box: the 
parenthesis is deleted and the cursor appears elsewhere. This wouldn´t 
be a big deal if some of the mathematical terms following the parenthesis 
wouldn't collapse together.
I compiled lyx-1.5 beta 2 on a debian (etch) amd64 machine.
thanks,
rodrigo.


On Monday 30 April 2007 17:39, Paul A. Rubin wrote:
 Rodrigo Fresneda wrote:
  Hello, list. Can anyone confirm this bug?
 
  http://bugzilla.lyx.org/show_bug.cgi?id=3516
 
  --  Forwarded Message  --
 
  Description of Problem:
  Whenever I try to modify a mathematical expression
  inside  \left{\right}, \left[\right] or \left(\right),
  like deleting a superscript I had previously added,
  the mathematical expression collapses into garbage.
 
  Steps to reproduce the problem:
  1.Write \left( A \right) inside a display equation
  2. Add a subscript _a to the expression, as \left( A \right)_{a}
  3. Delete the subscript.
 
  Actual Results:
  The subscript is deleted, but the parenthesis aren't drawn. If the
  equation contains many characters after the subscript, they all collapse
  into something not readable.

 I tried both 1.4.4 and 1.5.0beta2 (on Win XP) and could not reproduce
 it.  When you delete the subscript, do you descend down to the level of
 the subscript to delete it, or do you highlight the subscript from the
 base level of the formula?  The reason I ask is that when I do the
 latter, the closing parenthesis also gets selected (and deleted, if I'm
 not careful).

 /Paul


Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Paul A. Rubin

Rodrigo Fresneda wrote:
Hi. What I do is descend down to the level of the subscript, so that when it 
is deleted, I am left with a little blue box holding the position of the 
subscript. The problem happens when I leave this little blue box: the 
parenthesis is deleted and the cursor appears elsewhere. This wouldn´t 
be a big deal if some of the mathematical terms following the parenthesis 
wouldn't collapse together.

I compiled lyx-1.5 beta 2 on a debian (etch) amd64 machine.
thanks,
rodrigo.


Sounds like you're doing the deletion correctly.  The blue subscript 
inset should evaporate when you exit leaving it empty, but nothing else 
should be affected.  Can't reproduce it here, though.


/Paul



elsart author issues

2007-04-30 Thread Robert Gordon

Hi,

I've got a problem that I can't imagine is unique or unsoved, but I couldn't 
find an adequate solution in the archives - so could someone help?


All I'm trying to do is start writing a journal article with elsart 
(starting with the elsart.lyx template). I have two authors. I want them to 
appear on the same line, but I want different label properties for each (eg 
email for the first author, plus corresponding author flag).


I've picked up the tip of using StandardInTitle in the elsart.layout file 
(see http://www.mail-archive.com/lyx-users@lists.lyx.org/msg26379.html ) but 
I still haven't managed to fix it the problem.


I'm on version 1.4.4

I don't suppose someone has a 1 author template they could email me where 
one author is the corresponding author?


regards

Rob

_
Consigue aquí las mejores y mas recientes ofertas de trabajo en América 
Latina y USA: http://latam.msn.com/empleos/




Re: Character styles: inlining a local layout format

2007-04-30 Thread Jürgen Spitzmüller
Hellmut Weber wrote:
 Hi list,
 i have created an new format in my personal layouts folder for the
 papers i produce.

 Here it is:

 # 2007-04-29 Hw, frame-boxed code-parts
 Style Fboxed_Code
   CopyStyle  Paragraph
   LatexType  Command
   LatexName  fboxedcode
   TopSep 0.2

   Preamble
 \newcommand{\fboxedcode}[1]{
   \fbox{\texttt{\small%
 #1%
 } }% texttt fbox
   }
 EndPreamble
   End

 It works as expected changing the font, the size of the contents and
 putting a frame around it.
 BUT: To use this i have to create a new paragraph in LyX. So the framed
 box for my piece of code is put in a new paragraph in the output too.
 Is there a possibility to have the box INLINE in my text (as I can do
 e.g. with ERT) without referring to ERT?

use character styles:

CharStyle Fboxed_Code
LatexType Command
LatexName fboxedcode
LabelFont
  Family  Roman
  Color   blue
EndFont
Preamble
   \newcommand{\fboxedcode}[1]{
 \fbox{\texttt{\small%
 #1%
 } }% texttt fbox
   }
   EndPreamble
End

You can select them by Insert-Character Styles.

 Thanks in advance

 Greetings from Munich

 Hellmut

Jürgen


Re: MiKTeX and Aspell Problems in Lyx 1.5.0 beta2 windows installer

2007-04-30 Thread colden
Paul A. Rubin schrieb:
 It may be that LyX automatically looks for Aspell in the Documents
 and Settings tree for the currently logged on user, and not in the
 All Users tree.
 
 No, currently aspell is installed in the All Users folder which is
 btw. a bug.
 
 regards Uwe

This is true for the installers provided by berlios. The installers on
lyx.org (ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows/) do allow to
choose to install just for the current user. I went ahead and tried this
and now I get a different error when spellchecking in lyx 1.5.b2:

(translated German) The spellchecking Program could not be started. The
file C:\Dokumente und
Einstellungen\CURRENT_USER\Anwendungsdaten\Aspell\Data\iso-8859-1.cset
can not be opened for reading.

This is no surprise, as the folder Data does not exist there. However
I finally did manage to get spellchecking to work by copying the folder
C:\Dokumente und Einstellungen\All
Users.WINDOWS\Anwendungsdaten\Aspell\Dictionaries which contained
iso-8859-1.cset to C:\Dokumente und
Einstellungen\CURRENT_USER\Anwendungsdaten\Aspell\ and renaming it to
Data.

So at least on my machine it does not seem possible to get a running Lyx
1.5.0. beta2 out of the box by just using the provided installer from
lyx.org on a clean winxp system (by clean I mean a system which has had
lyx 1.4.4. installed and working but everything related to
lyx1.4.4/miktex/aspell/imagemagic/gsview etc. was uninstalled prior to
the 1.5.b2 installation).

The miktex problem is still hazy to me, because it was downloaded and
installed during the lyx installation but lyx somehow did not seem to
realize it has happened, because After finishing the miktexinstallation
and returning to the lyx installer, the lyxinstaller says that miktex
was not installed properly.

The other (aspell) problem is actually two problems: during installation
the dictionaries can not be downloaded by the installer (404 error).
This might be due to a wrong url in the lyxinstaller. When installing
aspell6 dictionaries manually afterwards, the other problem occurs (see
above), which probably is caused by lyx expecting different paths then
aspell actually resides in.

PS.
Just for curiosity, what are the philosophies behind the two different
windows installers (the one found on the lyx.org ftp and the one from
berlios)


Error converting to loadable format

2007-04-30 Thread Valter Filipe Silva

Hello,


I have a problem with my Lyx 1.5 Beta2 under Windows.
This message appear in the place of the figure (.eps):
Error converting to loadable format
Any help?
Thanks in advance


Valter

--
-
Valter Filipe Silva
[EMAIL PROTECTED]

Departamento de Electrónica e Telecomunicações
Escola Superior de Tecnologia e Gestão de Águeda
Universidade de Aveiro
3810-193 Aveiro



\iint in Kluiwer

2007-04-30 Thread Julio Rojas

Hi, I'm trying to do an article using the Kluiwer class.
I tried to compile it and the following error is presented:

LaTeX Error: Command \iint already defined.
...d{\iint}{\DOTSI\protect\MultiIntegral{2}}

Your command was ignored.
Type  I command return  to replace it with another command,
or  return  to continue without it.

LaTeX Error: Command \iint already defined.
...{\iiint}{\DOTSI\protect\MultiIntegral{3}}

Your command was ignored.
Type  I command return  to replace it with another command,
or  return  to continue without it.

These are shown in a line with a numbered equation.

Any idea on what is happening?


--
-
Julio Rojas
[EMAIL PROTECTED]


Re: \iint in Kluiwer

2007-04-30 Thread Richard Heck

Well, that command is defined in amsmath.sty. If it's also defined in
the Kluwer class, or in some other style you're including, you'll get
multiple definitions.

rh

Julio Rojas wrote:
 Hi, I'm trying to do an article using the Kluiwer class.
 I tried to compile it and the following error is presented:

 LaTeX Error: Command \iint already defined.
 ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 LaTeX Error: Command \iint already defined.
 ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 These are shown in a line with a numbered equation.

 Any idea on what is happening?




-- 
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: \iint in Kluiwer

2007-04-30 Thread Julio Rojas

Yup, it seems to be a problem with conflicting dfinitions between AMS
and Kluwer. I found a piece of code that, if someone tells me how can
I modify, could help solving this problem:

\usepackage{savesym}
\usepackage{amsmath}
\savesymbol{iint}
\usepackage{txfonts}
\restoresymbol{TXF}{iint}

This saves iint before loading txfonts, only I'm not using
txfonts in my document.

I compiled the document with TeXnic and even with the errors a good
PDF was generated.

I'm attaching a sample document in this email so you can check the problems.

Thx for your help.




On 4/30/07, Richard Heck [EMAIL PROTECTED] wrote:


Well, that command is defined in amsmath.sty. If it's also defined in
the Kluwer class, or in some other style you're including, you'll get
multiple definitions.

rh

Julio Rojas wrote:
 Hi, I'm trying to do an article using the Kluiwer class.
 I tried to compile it and the following error is presented:

 LaTeX Error: Command \iint already defined.
 ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 LaTeX Error: Command \iint already defined.
 ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 These are shown in a line with a numbered equation.

 Any idea on what is happening?




--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto





--
-
Julio Rojas
[EMAIL PROTECTED]


Test Kluiwer.lyx
Description: application/lyx


Re: \iint in Kluiwer

2007-04-30 Thread Julio Rojas

Solution:
1- Remove automatically loading AMS in the document configuration.
2- Add the following lines to the preamble:
\let\iint\noexists
\let\iiint\noexistsb
\usepackage{amsmath}

Compiled without problems.

Thx for your help.

On 4/30/07, Julio Rojas [EMAIL PROTECTED] wrote:

Yup, it seems to be a problem with conflicting dfinitions between AMS
and Kluwer. I found a piece of code that, if someone tells me how can
I modify, could help solving this problem:

\usepackage{savesym}
\usepackage{amsmath}
\savesymbol{iint}
\usepackage{txfonts}
\restoresymbol{TXF}{iint}

This saves iint before loading txfonts, only I'm not using
txfonts in my document.

I compiled the document with TeXnic and even with the errors a good
PDF was generated.

I'm attaching a sample document in this email so you can check the problems.

Thx for your help.




On 4/30/07, Richard Heck [EMAIL PROTECTED] wrote:

 Well, that command is defined in amsmath.sty. If it's also defined in
 the Kluwer class, or in some other style you're including, you'll get
 multiple definitions.

 rh

 Julio Rojas wrote:
  Hi, I'm trying to do an article using the Kluiwer class.
  I tried to compile it and the following error is presented:
 
  LaTeX Error: Command \iint already defined.
  ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}
 
  Your command was ignored.
  Type  I command return  to replace it with another command,
  or  return  to continue without it.
 
  LaTeX Error: Command \iint already defined.
  ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}
 
  Your command was ignored.
  Type  I command return  to replace it with another command,
  or  return  to continue without it.
 
  These are shown in a line with a numbered equation.
 
  Any idea on what is happening?
 
 


 --
 ==
 Richard G Heck, Jr
 Professor of Philosophy
 Brown University
 http://frege.brown.edu/heck/
 ==
 Get my public key from http://sks.keyserver.penguin.de
 Hash: 0x1DE91F1E66FFBDEC
 Learn how to sign your email using Thunderbird and GnuPG at:
 http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto




--
-
Julio Rojas
[EMAIL PROTECTED]





--
-
Julio Rojas
[EMAIL PROTECTED]


Installation Troubles Lyx 1.4.4 - Printing

2007-04-30 Thread Bob Ferguson

My system is Windows XP Pro with all updates, Lyx 1.4.4

I managed to get Lyx on my machine, but it doesn't work. When I try to 
open a template it says Document has a missing Tex class article or 
what ever template I am trying to open. No output is possible. I have 
run recongfigure but nothing changes.


I installed from the bundle:  lyx-144-4-bundle.exe

There is no obvious way to get Lyx to recognize the printer I have, that 
is,  hp laserjet 1012. I entered that name through preferences, but no 
luck.


Any help would be appreciated.

Thanks

Bob Ferguson


Re: Error converting to loadable format

2007-04-30 Thread Uwe Stöhr

Valter Filipe Silva schrieb:


I have a problem with my Lyx 1.5 Beta2 under Windows.
This message appear in the place of the figure (.eps):
Error converting to loadable format


This problem can occur when you are using incompatible versions of Ghostscript 
and ImageMagick.
You can do this to fix:

- either update the programs to the latest versions of the programs when you 
have installed them
  separately beside LyX.
  Then check if the paths to the programs are correct in LyX'S menu Preferences - 
Paths -
  PATH_PREFIX; fix them if they are wrong.

- or deinstall the programs,
  deinstall LyX,
  reinstall LyX using the complete installer version from here:
  
https://developer.berlios.de/project/showfiles.php?group_id=5117release_id=12671

regards Uwe


Re: MiKTeX and Aspell Problems in Lyx 1.5.0 beta2 windows installer

2007-04-30 Thread Paul A. Rubin

Uwe Stöhr wrote:

Paul A. Rubin schrieb:

 It may be that LyX automatically looks for Aspell in the Documents 
and Settings tree for the currently logged on user, and not in the All 
Users tree.


No, currently aspell is installed in the All Users folder which is btw. 
a bug.




Not on my system, but I have to admit I don't recall the last time I 
installed any Aspell files.  (I thought it was with one of your earlier 
1.5.0svn installers, but maybe not.)


/Paul



1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Rodrigo Fresneda
Hello, list. Can anyone confirm this bug?

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

--  Forwarded Message  --

Description of Problem:
Whenever I try to modify a mathematical expression
inside  \left{\right}, \left[\right] or \left(\right),
like deleting a superscript I had previously added,
the mathematical expression collapses into garbage.

Steps to reproduce the problem:
1.Write \left( A \right) inside a display equation
2. Add a subscript _a to the expression, as \left( A \right)_{a}
3. Delete the subscript.

Actual Results:
The subscript is deleted, but the parenthesis aren't drawn. If the equation
 contains many characters after the subscript, they all collapse into
 something not readable.


Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Bob Lounsbury
On 4/30/07 2:02 PM, Rodrigo Fresneda [EMAIL PROTECTED] wrote:

 Hello, list. Can anyone confirm this bug?
 
 http://bugzilla.lyx.org/show_bug.cgi?id=3516
 
 --  Forwarded Message  --
 
 Description of Problem:
 Whenever I try to modify a mathematical expression
 inside  \left{\right}, \left[\right] or \left(\right),
 like deleting a superscript I had previously added,
 the mathematical expression collapses into garbage.
 
 Steps to reproduce the problem:
 1.Write \left( A \right) inside a display equation
 2. Add a subscript _a to the expression, as \left( A \right)_{a}
 3. Delete the subscript.
 
 Actual Results:
 The subscript is deleted, but the parenthesis aren't drawn. If the equation
  contains many characters after the subscript, they all collapse into
  something not readable.

Cannot confirm here. Works for me on LyX1.5.0beta2 mac.

Bob Lounsbury




Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Paul A. Rubin

Rodrigo Fresneda wrote:

Hello, list. Can anyone confirm this bug?

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

--  Forwarded Message  --

Description of Problem:
Whenever I try to modify a mathematical expression
inside  \left{\right}, \left[\right] or \left(\right),
like deleting a superscript I had previously added,
the mathematical expression collapses into garbage.

Steps to reproduce the problem:
1.Write \left( A \right) inside a display equation
2. Add a subscript _a to the expression, as \left( A \right)_{a}
3. Delete the subscript.

Actual Results:
The subscript is deleted, but the parenthesis aren't drawn. If the equation
 contains many characters after the subscript, they all collapse into
 something not readable.



I tried both 1.4.4 and 1.5.0beta2 (on Win XP) and could not reproduce 
it.  When you delete the subscript, do you descend down to the level of 
the subscript to delete it, or do you highlight the subscript from the 
base level of the formula?  The reason I ask is that when I do the 
latter, the closing parenthesis also gets selected (and deleted, if I'm 
not careful).


/Paul



Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Rodrigo Fresneda
Hi. What I do is descend down to the level of the subscript, so that when it 
is deleted, I am left with a little blue box holding the position of the 
subscript. The problem happens when I leave this little blue box: the 
parenthesis is deleted and the cursor appears elsewhere. This wouldn´t 
be a big deal if some of the mathematical terms following the parenthesis 
wouldn't collapse together.
I compiled lyx-1.5 beta 2 on a debian (etch) amd64 machine.
thanks,
rodrigo.


On Monday 30 April 2007 17:39, Paul A. Rubin wrote:
 Rodrigo Fresneda wrote:
  Hello, list. Can anyone confirm this bug?
 
  http://bugzilla.lyx.org/show_bug.cgi?id=3516
 
  --  Forwarded Message  --
 
  Description of Problem:
  Whenever I try to modify a mathematical expression
  inside  \left{\right}, \left[\right] or \left(\right),
  like deleting a superscript I had previously added,
  the mathematical expression collapses into garbage.
 
  Steps to reproduce the problem:
  1.Write \left( A \right) inside a display equation
  2. Add a subscript _a to the expression, as \left( A \right)_{a}
  3. Delete the subscript.
 
  Actual Results:
  The subscript is deleted, but the parenthesis aren't drawn. If the
  equation contains many characters after the subscript, they all collapse
  into something not readable.

 I tried both 1.4.4 and 1.5.0beta2 (on Win XP) and could not reproduce
 it.  When you delete the subscript, do you descend down to the level of
 the subscript to delete it, or do you highlight the subscript from the
 base level of the formula?  The reason I ask is that when I do the
 latter, the closing parenthesis also gets selected (and deleted, if I'm
 not careful).

 /Paul


Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Paul A. Rubin

Rodrigo Fresneda wrote:
Hi. What I do is descend down to the level of the subscript, so that when it 
is deleted, I am left with a little blue box holding the position of the 
subscript. The problem happens when I leave this little blue box: the 
parenthesis is deleted and the cursor appears elsewhere. This wouldn´t 
be a big deal if some of the mathematical terms following the parenthesis 
wouldn't collapse together.

I compiled lyx-1.5 beta 2 on a debian (etch) amd64 machine.
thanks,
rodrigo.


Sounds like you're doing the deletion correctly.  The blue subscript 
inset should evaporate when you exit leaving it empty, but nothing else 
should be affected.  Can't reproduce it here, though.


/Paul



elsart author issues

2007-04-30 Thread Robert Gordon

Hi,

I've got a problem that I can't imagine is unique or unsoved, but I couldn't 
find an adequate solution in the archives - so could someone help?


All I'm trying to do is start writing a journal article with elsart 
(starting with the elsart.lyx template). I have two authors. I want them to 
appear on the same line, but I want different label properties for each (eg 
email for the first author, plus corresponding author flag).


I've picked up the tip of using StandardInTitle in the elsart.layout file 
(see http://www.mail-archive.com/lyx-users@lists.lyx.org/msg26379.html ) but 
I still haven't managed to fix it the problem.


I'm on version 1.4.4

I don't suppose someone has a 1 author template they could email me where 
one author is the corresponding author?


regards

Rob

_
Consigue aquí las mejores y mas recientes ofertas de trabajo en América 
Latina y USA: http://latam.msn.com/empleos/




Re: Character styles: inlining a local layout format

2007-04-30 Thread Jürgen Spitzmüller
Hellmut Weber wrote:
> Hi list,
> i have created an new format in my personal layouts folder for the
> papers i produce.
>
> Here it is:
>
> # 2007-04-29 Hw, frame-boxed code-parts
> Style Fboxed_Code
>   CopyStyle  Paragraph
>   LatexType  Command
>   LatexName  fboxedcode
>   TopSep 0.2
>
>   Preamble
> \newcommand{\fboxedcode}[1]{
>   \fbox{\texttt{\small%
> #1%
> } }% texttt fbox
>   }
> EndPreamble
>   End
>
> It works as expected changing the font, the size of the contents and
> putting a frame around it.
> BUT: To use this i have to create a new paragraph in LyX. So the framed
> box for my piece of code is put in a new paragraph in the output too.
> Is there a possibility to have the box INLINE in my text (as I can do
> e.g. with ERT) without referring to ERT?

use character styles:

CharStyle Fboxed_Code
LatexType Command
LatexName fboxedcode
LabelFont
  Family  Roman
  Color   blue
EndFont
Preamble
   \newcommand{\fboxedcode}[1]{
 \fbox{\texttt{\small%
 #1%
 } }% texttt fbox
   }
   EndPreamble
End

You can select them by Insert->Character Styles.

> Thanks in advance
>
> Greetings from Munich
>
> Hellmut

Jürgen


Re: MiKTeX and Aspell Problems in Lyx 1.5.0 beta2 windows installer

2007-04-30 Thread colden
Paul A. Rubin schrieb:
>> It may be that LyX automatically looks for Aspell in the Documents
>> and Settings tree for the currently logged on user, and not in the
>> All Users tree.
> 
> No, currently aspell is installed in the All Users folder which is
> btw. a bug.
> 
> regards Uwe

This is true for the installers provided by berlios. The installers on
lyx.org (ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows/) do allow to
choose to install just for the current user. I went ahead and tried this
and now I get a different error when spellchecking in lyx 1.5.b2:

(translated German) The spellchecking Program could not be started. The
file "C:\Dokumente und
Einstellungen\CURRENT_USER\Anwendungsdaten\Aspell\Data\iso-8859-1.cset"
can not be opened for reading.

This is no surprise, as the folder "Data" does not exist there. However
I finally did manage to get spellchecking to work by copying the folder
"C:\Dokumente und Einstellungen\All
Users.WINDOWS\Anwendungsdaten\Aspell\Dictionaries" which contained
"iso-8859-1.cset" to "C:\Dokumente und
Einstellungen\CURRENT_USER\Anwendungsdaten\Aspell\" and renaming it to
"Data".

So at least on my machine it does not seem possible to get a running Lyx
1.5.0. beta2 out of the box by just using the provided installer from
lyx.org on a clean winxp system (by clean I mean a system which has had
lyx 1.4.4. installed and working but everything related to
lyx1.4.4/miktex/aspell/imagemagic/gsview etc. was uninstalled prior to
the 1.5.b2 installation).

The miktex problem is still hazy to me, because it was downloaded and
installed during the lyx installation but lyx somehow did not seem to
realize it has happened, because After finishing the miktexinstallation
and returning to the lyx installer, the lyxinstaller says that miktex
was not installed properly.

The other (aspell) problem is actually two problems: during installation
the dictionaries can not be downloaded by the installer (404 error).
This might be due to a wrong url in the lyxinstaller. When installing
aspell6 dictionaries manually afterwards, the other problem occurs (see
above), which probably is caused by lyx expecting different paths then
aspell actually resides in.

PS.
Just for curiosity, what are the philosophies behind the two different
windows installers (the one found on the lyx.org ftp and the one from
berlios)


Error converting to loadable format

2007-04-30 Thread Valter Filipe Silva

Hello,


I have a problem with my Lyx 1.5 Beta2 under Windows.
This message appear in the place of the figure (.eps):
"Error converting to loadable format"
Any help?
Thanks in advance


Valter

--
-
Valter Filipe Silva
[EMAIL PROTECTED]

Departamento de Electrónica e Telecomunicações
Escola Superior de Tecnologia e Gestão de Águeda
Universidade de Aveiro
3810-193 Aveiro



\iint in Kluiwer

2007-04-30 Thread Julio Rojas

Hi, I'm trying to do an article using the Kluiwer class.
I tried to compile it and the following error is presented:

LaTeX Error: Command \iint already defined.
...d{\iint}{\DOTSI\protect\MultiIntegral{2}}

Your command was ignored.
Type  Ito replace it with another command,
orto continue without it.

LaTeX Error: Command \iint already defined.
...{\iiint}{\DOTSI\protect\MultiIntegral{3}}

Your command was ignored.
Type  Ito replace it with another command,
orto continue without it.

These are shown in a line with a numbered equation.

Any idea on what is happening?


--
-
Julio Rojas
[EMAIL PROTECTED]


Re: \iint in Kluiwer

2007-04-30 Thread Richard Heck

Well, that command is defined in amsmath.sty. If it's also defined in
the Kluwer class, or in some other style you're including, you'll get
multiple definitions.

rh

Julio Rojas wrote:
> Hi, I'm trying to do an article using the Kluiwer class.
> I tried to compile it and the following error is presented:
>
> LaTeX Error: Command \iint already defined.
> ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}
>
> Your command was ignored.
> Type  Ito replace it with another command,
> orto continue without it.
>
> LaTeX Error: Command \iint already defined.
> ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}
>
> Your command was ignored.
> Type  Ito replace it with another command,
> orto continue without it.
>
> These are shown in a line with a numbered equation.
>
> Any idea on what is happening?
>
>


-- 
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: \iint in Kluiwer

2007-04-30 Thread Julio Rojas

Yup, it seems to be a problem with conflicting dfinitions between AMS
and Kluwer. I found a piece of code that, if someone tells me how can
I modify, could help solving this problem:

\usepackage{savesym}
\usepackage{amsmath}
\savesymbol{iint}
\usepackage{txfonts}
\restoresymbol{TXF}{iint}

This saves "iint" before loading "txfonts", only I'm not using
"txfonts" in my document.

I compiled the document with TeXnic and even with the errors a good
PDF was generated.

I'm attaching a sample document in this email so you can check the problems.

Thx for your help.




On 4/30/07, Richard Heck <[EMAIL PROTECTED]> wrote:


Well, that command is defined in amsmath.sty. If it's also defined in
the Kluwer class, or in some other style you're including, you'll get
multiple definitions.

rh

Julio Rojas wrote:
> Hi, I'm trying to do an article using the Kluiwer class.
> I tried to compile it and the following error is presented:
>
> LaTeX Error: Command \iint already defined.
> ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}
>
> Your command was ignored.
> Type  Ito replace it with another command,
> orto continue without it.
>
> LaTeX Error: Command \iint already defined.
> ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}
>
> Your command was ignored.
> Type  Ito replace it with another command,
> orto continue without it.
>
> These are shown in a line with a numbered equation.
>
> Any idea on what is happening?
>
>


--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto





--
-
Julio Rojas
[EMAIL PROTECTED]


Test Kluiwer.lyx
Description: application/lyx


Re: \iint in Kluiwer

2007-04-30 Thread Julio Rojas

Solution:
1- Remove automatically loading AMS in the document configuration.
2- Add the following lines to the preamble:
\let\iint\noexists
\let\iiint\noexistsb
\usepackage{amsmath}

Compiled without problems.

Thx for your help.

On 4/30/07, Julio Rojas <[EMAIL PROTECTED]> wrote:

Yup, it seems to be a problem with conflicting dfinitions between AMS
and Kluwer. I found a piece of code that, if someone tells me how can
I modify, could help solving this problem:

\usepackage{savesym}
\usepackage{amsmath}
\savesymbol{iint}
\usepackage{txfonts}
\restoresymbol{TXF}{iint}

This saves "iint" before loading "txfonts", only I'm not using
"txfonts" in my document.

I compiled the document with TeXnic and even with the errors a good
PDF was generated.

I'm attaching a sample document in this email so you can check the problems.

Thx for your help.




On 4/30/07, Richard Heck <[EMAIL PROTECTED]> wrote:
>
> Well, that command is defined in amsmath.sty. If it's also defined in
> the Kluwer class, or in some other style you're including, you'll get
> multiple definitions.
>
> rh
>
> Julio Rojas wrote:
> > Hi, I'm trying to do an article using the Kluiwer class.
> > I tried to compile it and the following error is presented:
> >
> > LaTeX Error: Command \iint already defined.
> > ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}
> >
> > Your command was ignored.
> > Type  Ito replace it with another command,
> > orto continue without it.
> >
> > LaTeX Error: Command \iint already defined.
> > ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}
> >
> > Your command was ignored.
> > Type  Ito replace it with another command,
> > orto continue without it.
> >
> > These are shown in a line with a numbered equation.
> >
> > Any idea on what is happening?
> >
> >
>
>
> --
> ==
> Richard G Heck, Jr
> Professor of Philosophy
> Brown University
> http://frege.brown.edu/heck/
> ==
> Get my public key from http://sks.keyserver.penguin.de
> Hash: 0x1DE91F1E66FFBDEC
> Learn how to sign your email using Thunderbird and GnuPG at:
> http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto
>
>


--
-
Julio Rojas
[EMAIL PROTECTED]





--
-
Julio Rojas
[EMAIL PROTECTED]


Installation Troubles Lyx 1.4.4 - Printing

2007-04-30 Thread Bob Ferguson

My system is Windows XP Pro with all updates, Lyx 1.4.4

I managed to get Lyx on my machine, but it doesn't work. When I try to 
open a template it says "Document has a missing Tex class article" or 
what ever template I am trying to open. No output is possible. I have 
run recongfigure but nothing changes.


I installed from the bundle:  lyx-144-4-bundle.exe

There is no obvious way to get Lyx to recognize the printer I have, that 
is,  hp laserjet 1012. I entered that name through preferences, but no 
luck.


Any help would be appreciated.

Thanks

Bob Ferguson


Re: Error converting to loadable format

2007-04-30 Thread Uwe Stöhr

Valter Filipe Silva schrieb:


I have a problem with my Lyx 1.5 Beta2 under Windows.
This message appear in the place of the figure (.eps):
"Error converting to loadable format"


This problem can occur when you are using incompatible versions of Ghostscript 
and ImageMagick.
You can do this to fix:

- either update the programs to the latest versions of the programs when you 
have installed them
  separately beside LyX.
  Then check if the paths to the programs are correct in LyX'S menu Preferences -> 
Paths ->
  PATH_PREFIX; fix them if they are wrong.

- or deinstall the programs,
  deinstall LyX,
  reinstall LyX using the complete installer version from here:
  
https://developer.berlios.de/project/showfiles.php?group_id=5117_id=12671

regards Uwe


Re: MiKTeX and Aspell Problems in Lyx 1.5.0 beta2 windows installer

2007-04-30 Thread Paul A. Rubin

Uwe Stöhr wrote:

Paul A. Rubin schrieb:

 It may be that LyX automatically looks for Aspell in the Documents 
and Settings tree for the currently logged on user, and not in the All 
Users tree.


No, currently aspell is installed in the All Users folder which is btw. 
a bug.




Not on my system, but I have to admit I don't recall the last time I 
installed any Aspell files.  (I thought it was with one of your earlier 
1.5.0svn installers, but maybe not.)


/Paul



1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Rodrigo Fresneda
Hello, list. Can anyone confirm this bug?

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

--  Forwarded Message  --

Description of Problem:
Whenever I try to modify a mathematical expression
inside  \left{\right}, \left[\right] or \left(\right),
like deleting a superscript I had previously added,
the mathematical expression collapses into garbage.

Steps to reproduce the problem:
1.Write \left( A \right) inside a display equation
2. Add a subscript _a to the expression, as \left( A \right)_{a}
3. Delete the subscript.

Actual Results:
The subscript is deleted, but the parenthesis aren't drawn. If the equation
 contains many characters after the subscript, they all collapse into
 something not readable.


Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Bob Lounsbury
On 4/30/07 2:02 PM, "Rodrigo Fresneda" <[EMAIL PROTECTED]> wrote:

> Hello, list. Can anyone confirm this bug?
> 
> http://bugzilla.lyx.org/show_bug.cgi?id=3516
> 
> --  Forwarded Message  --
> 
> Description of Problem:
> Whenever I try to modify a mathematical expression
> inside  \left{\right}, \left[\right] or \left(\right),
> like deleting a superscript I had previously added,
> the mathematical expression collapses into garbage.
> 
> Steps to reproduce the problem:
> 1.Write \left( A \right) inside a display equation
> 2. Add a subscript _a to the expression, as \left( A \right)_{a}
> 3. Delete the subscript.
> 
> Actual Results:
> The subscript is deleted, but the parenthesis aren't drawn. If the equation
>  contains many characters after the subscript, they all collapse into
>  something not readable.

Cannot confirm here. Works for me on LyX1.5.0beta2 mac.

Bob Lounsbury




Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Paul A. Rubin

Rodrigo Fresneda wrote:

Hello, list. Can anyone confirm this bug?

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

--  Forwarded Message  --

Description of Problem:
Whenever I try to modify a mathematical expression
inside  \left{\right}, \left[\right] or \left(\right),
like deleting a superscript I had previously added,
the mathematical expression collapses into garbage.

Steps to reproduce the problem:
1.Write \left( A \right) inside a display equation
2. Add a subscript _a to the expression, as \left( A \right)_{a}
3. Delete the subscript.

Actual Results:
The subscript is deleted, but the parenthesis aren't drawn. If the equation
 contains many characters after the subscript, they all collapse into
 something not readable.



I tried both 1.4.4 and 1.5.0beta2 (on Win XP) and could not reproduce 
it.  When you delete the subscript, do you descend down to the level of 
the subscript to delete it, or do you highlight the subscript from the 
base level of the formula?  The reason I ask is that when I do the 
latter, the closing parenthesis also gets selected (and deleted, if I'm 
not careful).


/Paul



Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Rodrigo Fresneda
Hi. What I do is descend down to the level of the subscript, so that when it 
is deleted, I am left with a little blue box holding the position of the 
subscript. The problem happens when I leave this little blue box: the 
parenthesis is deleted and the cursor appears elsewhere. This wouldn´t 
be a big deal if some of the mathematical terms following the parenthesis 
wouldn't collapse together.
I compiled lyx-1.5 beta 2 on a debian (etch) amd64 machine.
thanks,
rodrigo.


On Monday 30 April 2007 17:39, Paul A. Rubin wrote:
> Rodrigo Fresneda wrote:
> > Hello, list. Can anyone confirm this bug?
> >
> > http://bugzilla.lyx.org/show_bug.cgi?id=3516
> >
> > --  Forwarded Message  --
> >
> > Description of Problem:
> > Whenever I try to modify a mathematical expression
> > inside  \left{\right}, \left[\right] or \left(\right),
> > like deleting a superscript I had previously added,
> > the mathematical expression collapses into garbage.
> >
> > Steps to reproduce the problem:
> > 1.Write \left( A \right) inside a display equation
> > 2. Add a subscript _a to the expression, as \left( A \right)_{a}
> > 3. Delete the subscript.
> >
> > Actual Results:
> > The subscript is deleted, but the parenthesis aren't drawn. If the
> > equation contains many characters after the subscript, they all collapse
> > into something not readable.
>
> I tried both 1.4.4 and 1.5.0beta2 (on Win XP) and could not reproduce
> it.  When you delete the subscript, do you descend down to the level of
> the subscript to delete it, or do you highlight the subscript from the
> base level of the formula?  The reason I ask is that when I do the
> latter, the closing parenthesis also gets selected (and deleted, if I'm
> not careful).
>
> /Paul


Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Paul A. Rubin

Rodrigo Fresneda wrote:
Hi. What I do is descend down to the level of the subscript, so that when it 
is deleted, I am left with a little blue box holding the position of the 
subscript. The problem happens when I leave this little blue box: the 
parenthesis is deleted and the cursor appears elsewhere. This wouldn´t 
be a big deal if some of the mathematical terms following the parenthesis 
wouldn't collapse together.

I compiled lyx-1.5 beta 2 on a debian (etch) amd64 machine.
thanks,
rodrigo.


Sounds like you're doing the deletion correctly.  The blue subscript 
inset should evaporate when you exit leaving it empty, but nothing else 
should be affected.  Can't reproduce it here, though.


/Paul



elsart author issues

2007-04-30 Thread Robert Gordon

Hi,

I've got a problem that I can't imagine is unique or unsoved, but I couldn't 
find an adequate solution in the archives - so could someone help?


All I'm trying to do is start writing a journal article with elsart 
(starting with the elsart.lyx template). I have two authors. I want them to 
appear on the same line, but I want different label properties for each (eg 
email for the first author, plus corresponding author flag).


I've picked up the tip of using StandardInTitle in the elsart.layout file 
(see http://www.mail-archive.com/lyx-users@lists.lyx.org/msg26379.html ) but 
I still haven't managed to fix it the problem.


I'm on version 1.4.4

I don't suppose someone has a >1 author template they could email me where 
one author is the corresponding author?


regards

Rob

_
Consigue aquí las mejores y mas recientes ofertas de trabajo en América 
Latina y USA: http://latam.msn.com/empleos/