Help with import from SPanish

2013-05-22 Thread Dr Eberhard Lisse
Hi,

I am struggling with importing a document in Spanish into LyX because I
do not know how to get the Spanish diacriticals to show in the LyX
frontend and it doesn't compile.

Here is the minimal example

\documentclass{scrartcl}
\usepackage[spanish]{babel}
\usepackage{selinput}
\SelectInputMappings{%
 aacute={á},
 ntilde={ñ},
 Euro={€}
}

\begin{document}
\section{Diagnóstico}
Durante el proceso de visitas al X, se realizó un inventario de las
características de la infraestructura de comunicaciones y acceso a
Internet y otros servicios.

\end{document}

I use LyX 2.0.6 on Mac 10.8.3 and would appreciate any advice :-)-O

el



Re: conflict between LyX and Gimp for the use of python

2013-05-22 Thread Alex Vergara Gil

On 11/05/2012 10:50 AM, Alex Vergara Gil wrote:


I have a system with windows 7 which have previously installed python
2.6 for the use of GIMP, this sofware do use python for a lot of things
so I cannot remove it from the system. I want to install LyX in this
system but when I do that all goes wrong because all the python scripts
refers to the python 2.6 already installed instead of the correct python
inside LyX


This should be fixed since a while. Please test it out by reinstalling LyX 
using the latest version.

Reopen bug
http://www.lyx.org/trac/ticket/8691
if you still have problems.

regards Uwe


Dear Uwe
This is an old message, nevertheless I have solved it by updating both GIMP 
and LyX to the newest versions so both now use the same python sources. 
Anyway if LyX still refer statically to python under it directory I see no 
reason for the conflict. I think this is an already solved bug.
Alex 



Re: AMS multilne

2013-05-22 Thread John Kane
What was it?





 From: Patrick Dupre pdu...@gmx.com
To: Patrick Dupre pdu...@gmx.com; lyx lyx-users@lists.lyx.org 
Sent: Tuesday, May 21, 2013 2:49:24 PM
Subject: Re: AMS multilne
 

OK,

I found it

 Hello,
 
 In lyx 2.0.5, I would like to insert a multline formula
 (as documented), but I cannot do it because under insert  math 
 all the first part of the options (until array environment) is
 not available.
 Do I have a package missing?
 I attached my configure.log file.
 
 Thank.
 
 ===
  Patrick DUPRÉ                                 | | email: pdu...@gmx.com
  Laboratoire de Physico-Chimie de l'Atmosphère | |
  Université du Littoral-Côte d'Opale           | |
  Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
  189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
 ===


===
Patrick DUPRÉ                                 | | email: pdu...@gmx.com
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale           | |
Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===

convert lilypond-lyx to epub

2013-05-22 Thread Jürgen Lange

Hello,

My lyx documents contain embedded lilypond code. I want to convert to epub.

Unfortunately the lilypond code isn't compiling to xhtml exporting with  
Lyx-HTML.


Are there any plans to implement this feature?

Regards
Jürgen

--


Re: disable package

2013-05-22 Thread Richard Heck

On 05/21/2013 12:36 PM, Patrick Dupre wrote:

The only soluton that I found is: never use \bm but \boldsymbol !
I would be gret if we could have more control of the header
like deactive a package !


I think there will be more GUI control over this in 2.1, but I am not 
positive.


That said, in 2.0.x, you can tell LyX not to load a package by putting 
into Local Layout (under Document Settings):


Format 35
Provides bm 1

This should work. If not, it's a bug.

Richard



Re: Line Breaks in Text Sections formatted with Local Layouts

2013-05-22 Thread Richard Heck

On 05/21/2013 02:21 PM, Stefan A. wrote:

Hi guys, I've been working with LyX and XeTeX recently to set up a
document which allows me to switch between various East Asian languages
using Text Styles. Although the Text Styles I have defined in Document
Properties - Local Layouts work well for single words or phrases, I
haven't found a way to enter line breaks in sections defined for a
certain language, and I was hoping someone here may have a suggestion on
how to achieve this. I can copy and paste text containing line breaks
from other sources and I can force line breaks using CTRL + Enter, but I
was hoping for a more elegant solution that does not involve too much
ERT. Any thoughts?


Set MultiPar 1.

Richard



Re: AMS multilne

2013-05-22 Thread Richard Heck

On 05/21/2013 02:31 PM, Patrick Dupre wrote:

Hello,

In lyx 2.0.5, I would like to insert a multline formula
(as documented), but I cannot do it because under insert  math 
all the first part of the options (until array environment) is
not available.


All of them? Including Inline formula and Display formula?

Richard



Re: convert lilypond-lyx to epub

2013-05-22 Thread Richard Heck

On 05/22/2013 11:17 AM, Jürgen Lange wrote:

Hello,

My lyx documents contain embedded lilypond code. I want to convert to 
epub.


Unfortunately the lilypond code isn't compiling to xhtml exporting 
with Lyx-HTML.


Are there any plans to implement this feature?


None of the external material gets included in XHTML output.

Can you open a bug report on trac and attach a simple file we might use 
as a testcase?


Richard



Re: conflict between LyX and Gimp for the use of python

2013-05-22 Thread Uwe Stöhr

Am 22.05.2013 16:05, schrieb Alex Vergara Gil:


This is an old message, nevertheless I have solved it by updating both GIMP and 
LyX to the newest
versions so both now use the same python sources. Anyway if LyX still refer 
statically to python
under it directory I see no reason for the conflict. I think this is an already 
solved bug.


Good to hear that this is fixed.

regards Uwe


Re: Line Breaks in Text Sections formatted with Local Layouts

2013-05-22 Thread Stefan A.
On Wed, 2013-05-22 at 11:43 -0400, Richard Heck wrote:
 On 05/21/2013 02:21 PM, Stefan A. wrote:
  [...] Although the Text Styles I have defined in Document
  Properties - Local Layouts work well for single words or phrases, I
  haven't found a way to enter line breaks in sections defined for a
  certain language, and I was hoping someone here may have a suggestion on
  how to achieve this. [...]
 
 Set MultiPar 1.
 
 Richard

Thanks, Richard, that worked perfectly! I'll post the information on
latex-community.org as well, so it's easier to find for other people who
run into the same problem.

Again, thanks a lot!

Stefan




Re: Help with import from SPanish

2013-05-22 Thread Guenter Milde
On 2013-05-22, Dr Eberhard Lisse wrote:
 Hi,

 I am struggling with importing a document in Spanish into LyX because I
 do not know how to get the Spanish diacriticals to show in the LyX
 frontend and it doesn't compile.

 Here is the minimal example

 \documentclass{scrartcl}  
 \usepackage[spanish]{babel}
 \usepackage{selinput}
 \SelectInputMappings{%
  aacute={á},
  ntilde={ñ},
  Euro={€}
 }

 \begin{document}
 \section{Diagnóstico}
 Durante el proceso de visitas al X, se realizó un inventario de las
 características de la infraestructura de comunicaciones y acceso a
 Internet y otros servicios.

 \end{document}

It seems the non-standard selinput package is not known to tex2lyx.

I see two options.

a) convert the source to standard all ASCII input using the accent macros
   
   \~n, \'a, ...
   
b) use the standard inputenc package with an appropriate encoding, e.g.


\documentclass{scrartcl}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}

\begin{document}
\section{Diagnóstico}
Durante el proceso de visitas al X, se realizó un inventario de las
características de la infraestructura de comunicaciones y acceso a
Internet y otros servicios.

\end{document}

   
Günter   

  

   



Re: Problem with text being inserted randomly

2013-05-22 Thread Rich
On Mon, May 20, 2013 at 3:53 PM, Ingar Pareliussen Ingar.Pareliussen@dmmh
.no wrote:

 Hi

 I have never experienced that problem :). I guess it should be easy to
 fix, however, we probably need a minimal lyx file showing the problem.

 Try taking halves out and see how far you can get the text down to. (try
 removing external material as well, and remember to make a back up copy ;)
 ) If you do not want to post the resulting file to the public list you can
 email it to me and I will have a quick look at it :)

 Ingar Pareliussen

 Thanks for the reply :)

LyX is still doing this, to add to this dilemma it's decided to randomly
put a certain word which I started to write, but have since deleted
randomly in the document now. The word should not exist anywhere - it's
very specific.

I will see if i can get a smaller file (non thesis based) derived from this
file to exhibit the same behaviour so I can publicly post it for all.  Also
going to try the latest version, see if that helps...

Cheers,
Rich


Re: missing libhunspell prevents starting lyx

2013-05-22 Thread Nick Andrik
Hello guys,

I just came back from some vacation (and a cold to welcome me back :P).
I'll take a look on the hunspell issue as soon as I manage to setup
build configuration on my new computer.
I will also update the package to the recently released 2.0.6 version of lyx

ETA around a week

--
=Do-
N.AND


2013/5/18 Sven Hoexter s...@timegate.de:
 On Sat, May 18, 2013 at 08:57:28AM +0200, Liviu Andronic wrote:

 Hi,

 I'd have to investigate that myself, though I don't know the situation
 of hunspell but using enchant should be indeed the way to go.

 PS The experimental is just a tag to show that the packaging has been
 updated after a long period. No guarantees, but I think it's safe to
 try.

 Slightly different: During the freeze we try to not disturb bugfixing
 and migration to testing, so we try to avoid new upstream releases not
 targeted at the stable release in freeze, to be uploaded to unstable.
 Thus we use experimental. Usually it's a testing area for packaging
 changes, disruptive upstream changes etc.

 I'm currently waiting that someone sends a pull request or Nick start's
 to commit to the git repo so that I can review that and sponsor an
 upload to unstable. (That would even help to push that to Ubuntu if someone
 cares ...)

 Currently the LyX package from experimental might even be installable on
 wheezy but that's not recommended and not guranteed to work.
 After getting a new upstream release into unstable and testing we can
 talk about backports in case someone prepares them. I'd be willing to
 sponsor the upload but not much more.

 Sven
 --
 we live we love we learn and breathe / each breath we take makes me believe
 that we can take this road forever / if we take this road together
  [ AZ0 - Endless Roads ]


options on a document class

2013-05-22 Thread Al Niessner

Let me start with a big thanks to all of the developers and users of Lyx. I 
have been using it for nearly exclusively for 15 years or more. Ever since 
FrameMaker got purchased by Adobe I have been using Lyx.

Lyx works so well that I have never had to learn LaTeX or TeX. I have been 
through the documentation a couple of times and have been through the WIKI 
too. I almost always get my answers there, but sometimes I have to resort to 
google. In this case, they have all failed and I finally have to post. Well, 
I do not remember every posting before.

Currently I am trying to write a paper and it comes with this request:

Latex users: please use \documentclass[conference, compsocconf]{IEEEtran} 
(with option 'compsocconf').

Since Lyx works so well and I have never had to learn LaTeX, I have no idea 
what they are asking. I poked around Lyx and the documentation and have not 
convinced myself that I have found the correct thing to do.

1) Is there some place (pull down menu or dialog box) that I am supposed to 
enter this option and Lyx will do the rest?

2) If I have to do ERT, then were does the ERT go and should I start with a 
base document or the IEEE template?

3) Some other lower level trick?

Thanks in advance for any and all help.



Re: options on a document class

2013-05-22 Thread Scott Kostyshak
On Wed, May 22, 2013 at 6:09 PM, Al Niessner al.niess...@gmx.net wrote:

Hi Al,

 Currently I am trying to write a paper and it comes with this request:

 Latex users: please use \documentclass[conference, compsocconf]{IEEEtran}
 (with option 'compsocconf').

You can set the class options here:
Document Settings  Document Class  Class options.

If that doesn't work, please send to the list a minimal example:
http://wiki.lyx.org/FAQ/MinimalExample

Best,

Scott


Re: options on a document class

2013-05-22 Thread Al Niessner
Scott Kostyshak skostysh at princeton.edu writes:

 
 On Wed, May 22, 2013 at 6:09 PM, Al Niessner Al.Niessner at gmx.net 
wrote:
 
 Hi Al,
 
  Currently I am trying to write a paper and it comes with this request:
 
  Latex users: please use \documentclass[conference, compsocconf]
{IEEEtran}
  (with option 'compsocconf').
 
 You can set the class options here:
 Document Settings  Document Class  Class options.
 
 If that doesn't work, please send to the list a minimal example:
 http://wiki.lyx.org/FAQ/MinimalExample
 
 Best,
 
 Scott
 
 

Thank you very much for the prompt response.

I put [conference, compsocconf] in the custom block. I presume I need the [] 
and that conference is also an option. I have tried very hard to not learn 
LaTeX or Tex. I figured once I did that writing papers would become a 
programming exercise all of its own.




Re: options on a document class

2013-05-22 Thread Scott Kostyshak
On Wed, May 22, 2013 at 6:59 PM, Al Niessner al.niess...@gmx.net wrote:
 Scott Kostyshak skostysh at princeton.edu writes:


 On Wed, May 22, 2013 at 6:09 PM, Al Niessner Al.Niessner at gmx.net
 wrote:

 Hi Al,

  Currently I am trying to write a paper and it comes with this request:
 
  Latex users: please use \documentclass[conference, compsocconf]
 {IEEEtran}
  (with option 'compsocconf').

 You can set the class options here:
 Document Settings  Document Class  Class options.

 If that doesn't work, please send to the list a minimal example:
 http://wiki.lyx.org/FAQ/MinimalExample

 Best,

 Scott



 Thank you very much for the prompt response.

 I put [conference, compsocconf] in the custom block. I presume I need the []
 and that conference is also an option. I have tried very hard to not learn
 LaTeX or Tex. I figured once I did that writing papers would become a
 programming exercise all of its own.

You do not need the [].

Scott


Re: options on a document class

2013-05-22 Thread Al Niessner

Just tried to view the document and fixed the custom block. Seems to
working at this point. Thanks again for all of the help.

On Wed, 2013-05-22 at 18:33 -0400, Scott Kostyshak wrote:
 On Wed, May 22, 2013 at 6:09 PM, Al Niessner al.niess...@gmx.net wrote:
 
 Hi Al,
 
  Currently I am trying to write a paper and it comes with this request:
 
  Latex users: please use \documentclass[conference, compsocconf]{IEEEtran}
  (with option 'compsocconf').
 
 You can set the class options here:
 Document Settings  Document Class  Class options.
 
 If that doesn't work, please send to the list a minimal example:
 http://wiki.lyx.org/FAQ/MinimalExample
 
 Best,
 
 Scott

-- 
Al Niessner

I have never found the companion that was so companionable as solitude.
- From Walden by Henry David Thoreau

The universe is indifferent, and life is brutal; however, it is man's
choice of behavior that makes them malevolent rather than benevolent.

Some will fall in love with life and drink it from a fountain
That is pouring like an avalanche coming down the mountain.
- From the song Pepper by the Butthole Surfers




Re: Example of my Footnotes not numbering

2013-05-22 Thread Gordon Watson
1. I cannot get that to work.

2. Also: How would I change your pink to HOTTER PINK?

Thanks; Gordon


On 22/05/2013, at 9:23 AM, Uwe Stöhr wrote:

 Am 22.05.2013 01:20, schrieb Gordon Watson:
 
 4. it so far looks great -- except I'm thinking it may be best to change 
 your lovely pink hyperlinks to blue!
 
 No problem, see the UserGuide, sec 6.9 PDF properties -- just add 
 linkcolor=blue to the additional options field in the document settings 
 under PDF properties.
 
 regards Uwe



Re: Example of my Footnotes not numbering

2013-05-22 Thread Uwe Stöhr

Am 23.05.2013 01:47, schrieb Gordon Watson:


1. I cannot get that to work.


What does not work?


2. Also: How would I change your pink to HOTTER PINK?


pink is the default for hyperlinks/urls.

As I wrote you can change the color as you like:


see the UserGuide, sec 6.9 PDF properties


Attached is your example file where I changed the color for urls to blue.

regards Uwe


Footnote-problem-fixed.lyx
Description: application/lyx


Re: AMS multilne

2013-05-22 Thread Uwe Stöhr

Am 21.05.2013 20:31, schrieb Patrick Dupre:


In lyx 2.0.5, I would like to insert a multline formula
(as documented), but I cannot do it because under insert  math 
all the first part of the options (until array environment) is
not available.


Move the cursor out of the formula and the menus become available. This is because you are in the 
insert menu and your are already in a formula and a formula inside a formula is not possible.

To change the style of an existing formula, use the Edit menu.

Where in the docs did you read that you should use the Insert menu? This is a bug in the 
documentation that I need to fix.


regards Uwe


Re: Example of my Footnotes not numbering

2013-05-22 Thread Gordon Watson
1. Thanks; yours works.

2. But I was adding -- as instructed :) -- linkcolor=blue-- I see that you 
added urlcolor=blue.

That also answers: What does not work?

3. You helpfully say this: pink is the default for hyperlinks/urls.

Is that what I should go with then? That is: Is pink the standard output 
expected in PDFs of good-quality technical documents?

I thought that I'd seen most with BLUE ?

Tks again; Gordon


On 23/05/2013, at 9:53 AM, Uwe Stöhr wrote:

 Am 23.05.2013 01:47, schrieb Gordon Watson:
 
 1. I cannot get that to work.
 
 What does not work?
 
 2. Also: How would I change your pink to HOTTER PINK?
 
 pink is the default for hyperlinks/urls.
 
 As I wrote you can change the color as you like:
 
 see the UserGuide, sec 6.9 PDF properties
 
 Attached is your example file where I changed the color for urls to blue.
 
 regards Uwe
 Footnote-problem-fixed.lyx



Re: Example of my Footnotes not numbering

2013-05-22 Thread Uwe Stöhr

Am 23.05.2013 02:06, schrieb Gordon Watson:


2. But I was adding -- as instructed :) -- linkcolor=blue-- I see that you added 
urlcolor=blue.


There are a few color groups you can change, e.g. also citecolor. The UserGuide for the next LyX 
version will explain the color options better.



3. You helpfully say this: pink is the default for hyperlinks/urls.

Is that what I should go with then?


No, you can decide what you like. The default, as once invented by Adobe, is to draw colored frames 
around links. But most people find this awful so that later the coloring of links became the 
de-facto standard.


regards Uwe


Re: Problem with text being inserted randomly

2013-05-22 Thread Gordon Cooper

 Hi Rich,
  I have not had that problem with Lyx, but am at present
trying to remove it - or something very similar from Libre Office.
OS is Kubuntu 13.04 but it first cropped up in 12.04. If a word, a
phrase and sometimes a whole paragraph is copied, or cut during
editing it is likely to re-appear almost anywhere in the document.

I had been blaming the clipboard software but now am reasonably
sure that it is three button mouse issue with the mouse interpreting
a scroll wheel movement as a third button click.  Perhaps it's my
fault, being too heavy handed with the mouse?

Gordon
Tauranga N.Z.



Help with import from SPanish

2013-05-22 Thread Dr Eberhard Lisse
Hi,

I am struggling with importing a document in Spanish into LyX because I
do not know how to get the Spanish diacriticals to show in the LyX
frontend and it doesn't compile.

Here is the minimal example

\documentclass{scrartcl}
\usepackage[spanish]{babel}
\usepackage{selinput}
\SelectInputMappings{%
 aacute={á},
 ntilde={ñ},
 Euro={€}
}

\begin{document}
\section{Diagnóstico}
Durante el proceso de visitas al X, se realizó un inventario de las
características de la infraestructura de comunicaciones y acceso a
Internet y otros servicios.

\end{document}

I use LyX 2.0.6 on Mac 10.8.3 and would appreciate any advice :-)-O

el



Re: conflict between LyX and Gimp for the use of python

2013-05-22 Thread Alex Vergara Gil

On 11/05/2012 10:50 AM, Alex Vergara Gil wrote:


I have a system with windows 7 which have previously installed python
2.6 for the use of GIMP, this sofware do use python for a lot of things
so I cannot remove it from the system. I want to install LyX in this
system but when I do that all goes wrong because all the python scripts
refers to the python 2.6 already installed instead of the correct python
inside LyX


This should be fixed since a while. Please test it out by reinstalling LyX 
using the latest version.

Reopen bug
http://www.lyx.org/trac/ticket/8691
if you still have problems.

regards Uwe


Dear Uwe
This is an old message, nevertheless I have solved it by updating both GIMP 
and LyX to the newest versions so both now use the same python sources. 
Anyway if LyX still refer statically to python under it directory I see no 
reason for the conflict. I think this is an already solved bug.
Alex 



Re: AMS multilne

2013-05-22 Thread John Kane
What was it?





 From: Patrick Dupre pdu...@gmx.com
To: Patrick Dupre pdu...@gmx.com; lyx lyx-users@lists.lyx.org 
Sent: Tuesday, May 21, 2013 2:49:24 PM
Subject: Re: AMS multilne
 

OK,

I found it

 Hello,
 
 In lyx 2.0.5, I would like to insert a multline formula
 (as documented), but I cannot do it because under insert  math 
 all the first part of the options (until array environment) is
 not available.
 Do I have a package missing?
 I attached my configure.log file.
 
 Thank.
 
 ===
  Patrick DUPRÉ                                 | | email: pdu...@gmx.com
  Laboratoire de Physico-Chimie de l'Atmosphère | |
  Université du Littoral-Côte d'Opale           | |
  Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
  189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
 ===


===
Patrick DUPRÉ                                 | | email: pdu...@gmx.com
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale           | |
Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===

convert lilypond-lyx to epub

2013-05-22 Thread Jürgen Lange

Hello,

My lyx documents contain embedded lilypond code. I want to convert to epub.

Unfortunately the lilypond code isn't compiling to xhtml exporting with  
Lyx-HTML.


Are there any plans to implement this feature?

Regards
Jürgen

--


Re: disable package

2013-05-22 Thread Richard Heck

On 05/21/2013 12:36 PM, Patrick Dupre wrote:

The only soluton that I found is: never use \bm but \boldsymbol !
I would be gret if we could have more control of the header
like deactive a package !


I think there will be more GUI control over this in 2.1, but I am not 
positive.


That said, in 2.0.x, you can tell LyX not to load a package by putting 
into Local Layout (under Document Settings):


Format 35
Provides bm 1

This should work. If not, it's a bug.

Richard



Re: Line Breaks in Text Sections formatted with Local Layouts

2013-05-22 Thread Richard Heck

On 05/21/2013 02:21 PM, Stefan A. wrote:

Hi guys, I've been working with LyX and XeTeX recently to set up a
document which allows me to switch between various East Asian languages
using Text Styles. Although the Text Styles I have defined in Document
Properties - Local Layouts work well for single words or phrases, I
haven't found a way to enter line breaks in sections defined for a
certain language, and I was hoping someone here may have a suggestion on
how to achieve this. I can copy and paste text containing line breaks
from other sources and I can force line breaks using CTRL + Enter, but I
was hoping for a more elegant solution that does not involve too much
ERT. Any thoughts?


Set MultiPar 1.

Richard



Re: AMS multilne

2013-05-22 Thread Richard Heck

On 05/21/2013 02:31 PM, Patrick Dupre wrote:

Hello,

In lyx 2.0.5, I would like to insert a multline formula
(as documented), but I cannot do it because under insert  math 
all the first part of the options (until array environment) is
not available.


All of them? Including Inline formula and Display formula?

Richard



Re: convert lilypond-lyx to epub

2013-05-22 Thread Richard Heck

On 05/22/2013 11:17 AM, Jürgen Lange wrote:

Hello,

My lyx documents contain embedded lilypond code. I want to convert to 
epub.


Unfortunately the lilypond code isn't compiling to xhtml exporting 
with Lyx-HTML.


Are there any plans to implement this feature?


None of the external material gets included in XHTML output.

Can you open a bug report on trac and attach a simple file we might use 
as a testcase?


Richard



Re: conflict between LyX and Gimp for the use of python

2013-05-22 Thread Uwe Stöhr

Am 22.05.2013 16:05, schrieb Alex Vergara Gil:


This is an old message, nevertheless I have solved it by updating both GIMP and 
LyX to the newest
versions so both now use the same python sources. Anyway if LyX still refer 
statically to python
under it directory I see no reason for the conflict. I think this is an already 
solved bug.


Good to hear that this is fixed.

regards Uwe


Re: Line Breaks in Text Sections formatted with Local Layouts

2013-05-22 Thread Stefan A.
On Wed, 2013-05-22 at 11:43 -0400, Richard Heck wrote:
 On 05/21/2013 02:21 PM, Stefan A. wrote:
  [...] Although the Text Styles I have defined in Document
  Properties - Local Layouts work well for single words or phrases, I
  haven't found a way to enter line breaks in sections defined for a
  certain language, and I was hoping someone here may have a suggestion on
  how to achieve this. [...]
 
 Set MultiPar 1.
 
 Richard

Thanks, Richard, that worked perfectly! I'll post the information on
latex-community.org as well, so it's easier to find for other people who
run into the same problem.

Again, thanks a lot!

Stefan




Re: Help with import from SPanish

2013-05-22 Thread Guenter Milde
On 2013-05-22, Dr Eberhard Lisse wrote:
 Hi,

 I am struggling with importing a document in Spanish into LyX because I
 do not know how to get the Spanish diacriticals to show in the LyX
 frontend and it doesn't compile.

 Here is the minimal example

 \documentclass{scrartcl}  
 \usepackage[spanish]{babel}
 \usepackage{selinput}
 \SelectInputMappings{%
  aacute={á},
  ntilde={ñ},
  Euro={€}
 }

 \begin{document}
 \section{Diagnóstico}
 Durante el proceso de visitas al X, se realizó un inventario de las
 características de la infraestructura de comunicaciones y acceso a
 Internet y otros servicios.

 \end{document}

It seems the non-standard selinput package is not known to tex2lyx.

I see two options.

a) convert the source to standard all ASCII input using the accent macros
   
   \~n, \'a, ...
   
b) use the standard inputenc package with an appropriate encoding, e.g.


\documentclass{scrartcl}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}

\begin{document}
\section{Diagnóstico}
Durante el proceso de visitas al X, se realizó un inventario de las
características de la infraestructura de comunicaciones y acceso a
Internet y otros servicios.

\end{document}

   
Günter   

  

   



Re: Problem with text being inserted randomly

2013-05-22 Thread Rich
On Mon, May 20, 2013 at 3:53 PM, Ingar Pareliussen Ingar.Pareliussen@dmmh
.no wrote:

 Hi

 I have never experienced that problem :). I guess it should be easy to
 fix, however, we probably need a minimal lyx file showing the problem.

 Try taking halves out and see how far you can get the text down to. (try
 removing external material as well, and remember to make a back up copy ;)
 ) If you do not want to post the resulting file to the public list you can
 email it to me and I will have a quick look at it :)

 Ingar Pareliussen

 Thanks for the reply :)

LyX is still doing this, to add to this dilemma it's decided to randomly
put a certain word which I started to write, but have since deleted
randomly in the document now. The word should not exist anywhere - it's
very specific.

I will see if i can get a smaller file (non thesis based) derived from this
file to exhibit the same behaviour so I can publicly post it for all.  Also
going to try the latest version, see if that helps...

Cheers,
Rich


Re: missing libhunspell prevents starting lyx

2013-05-22 Thread Nick Andrik
Hello guys,

I just came back from some vacation (and a cold to welcome me back :P).
I'll take a look on the hunspell issue as soon as I manage to setup
build configuration on my new computer.
I will also update the package to the recently released 2.0.6 version of lyx

ETA around a week

--
=Do-
N.AND


2013/5/18 Sven Hoexter s...@timegate.de:
 On Sat, May 18, 2013 at 08:57:28AM +0200, Liviu Andronic wrote:

 Hi,

 I'd have to investigate that myself, though I don't know the situation
 of hunspell but using enchant should be indeed the way to go.

 PS The experimental is just a tag to show that the packaging has been
 updated after a long period. No guarantees, but I think it's safe to
 try.

 Slightly different: During the freeze we try to not disturb bugfixing
 and migration to testing, so we try to avoid new upstream releases not
 targeted at the stable release in freeze, to be uploaded to unstable.
 Thus we use experimental. Usually it's a testing area for packaging
 changes, disruptive upstream changes etc.

 I'm currently waiting that someone sends a pull request or Nick start's
 to commit to the git repo so that I can review that and sponsor an
 upload to unstable. (That would even help to push that to Ubuntu if someone
 cares ...)

 Currently the LyX package from experimental might even be installable on
 wheezy but that's not recommended and not guranteed to work.
 After getting a new upstream release into unstable and testing we can
 talk about backports in case someone prepares them. I'd be willing to
 sponsor the upload but not much more.

 Sven
 --
 we live we love we learn and breathe / each breath we take makes me believe
 that we can take this road forever / if we take this road together
  [ AZ0 - Endless Roads ]


options on a document class

2013-05-22 Thread Al Niessner

Let me start with a big thanks to all of the developers and users of Lyx. I 
have been using it for nearly exclusively for 15 years or more. Ever since 
FrameMaker got purchased by Adobe I have been using Lyx.

Lyx works so well that I have never had to learn LaTeX or TeX. I have been 
through the documentation a couple of times and have been through the WIKI 
too. I almost always get my answers there, but sometimes I have to resort to 
google. In this case, they have all failed and I finally have to post. Well, 
I do not remember every posting before.

Currently I am trying to write a paper and it comes with this request:

Latex users: please use \documentclass[conference, compsocconf]{IEEEtran} 
(with option 'compsocconf').

Since Lyx works so well and I have never had to learn LaTeX, I have no idea 
what they are asking. I poked around Lyx and the documentation and have not 
convinced myself that I have found the correct thing to do.

1) Is there some place (pull down menu or dialog box) that I am supposed to 
enter this option and Lyx will do the rest?

2) If I have to do ERT, then were does the ERT go and should I start with a 
base document or the IEEE template?

3) Some other lower level trick?

Thanks in advance for any and all help.



Re: options on a document class

2013-05-22 Thread Scott Kostyshak
On Wed, May 22, 2013 at 6:09 PM, Al Niessner al.niess...@gmx.net wrote:

Hi Al,

 Currently I am trying to write a paper and it comes with this request:

 Latex users: please use \documentclass[conference, compsocconf]{IEEEtran}
 (with option 'compsocconf').

You can set the class options here:
Document Settings  Document Class  Class options.

If that doesn't work, please send to the list a minimal example:
http://wiki.lyx.org/FAQ/MinimalExample

Best,

Scott


Re: options on a document class

2013-05-22 Thread Al Niessner
Scott Kostyshak skostysh at princeton.edu writes:

 
 On Wed, May 22, 2013 at 6:09 PM, Al Niessner Al.Niessner at gmx.net 
wrote:
 
 Hi Al,
 
  Currently I am trying to write a paper and it comes with this request:
 
  Latex users: please use \documentclass[conference, compsocconf]
{IEEEtran}
  (with option 'compsocconf').
 
 You can set the class options here:
 Document Settings  Document Class  Class options.
 
 If that doesn't work, please send to the list a minimal example:
 http://wiki.lyx.org/FAQ/MinimalExample
 
 Best,
 
 Scott
 
 

Thank you very much for the prompt response.

I put [conference, compsocconf] in the custom block. I presume I need the [] 
and that conference is also an option. I have tried very hard to not learn 
LaTeX or Tex. I figured once I did that writing papers would become a 
programming exercise all of its own.




Re: options on a document class

2013-05-22 Thread Scott Kostyshak
On Wed, May 22, 2013 at 6:59 PM, Al Niessner al.niess...@gmx.net wrote:
 Scott Kostyshak skostysh at princeton.edu writes:


 On Wed, May 22, 2013 at 6:09 PM, Al Niessner Al.Niessner at gmx.net
 wrote:

 Hi Al,

  Currently I am trying to write a paper and it comes with this request:
 
  Latex users: please use \documentclass[conference, compsocconf]
 {IEEEtran}
  (with option 'compsocconf').

 You can set the class options here:
 Document Settings  Document Class  Class options.

 If that doesn't work, please send to the list a minimal example:
 http://wiki.lyx.org/FAQ/MinimalExample

 Best,

 Scott



 Thank you very much for the prompt response.

 I put [conference, compsocconf] in the custom block. I presume I need the []
 and that conference is also an option. I have tried very hard to not learn
 LaTeX or Tex. I figured once I did that writing papers would become a
 programming exercise all of its own.

You do not need the [].

Scott


Re: options on a document class

2013-05-22 Thread Al Niessner

Just tried to view the document and fixed the custom block. Seems to
working at this point. Thanks again for all of the help.

On Wed, 2013-05-22 at 18:33 -0400, Scott Kostyshak wrote:
 On Wed, May 22, 2013 at 6:09 PM, Al Niessner al.niess...@gmx.net wrote:
 
 Hi Al,
 
  Currently I am trying to write a paper and it comes with this request:
 
  Latex users: please use \documentclass[conference, compsocconf]{IEEEtran}
  (with option 'compsocconf').
 
 You can set the class options here:
 Document Settings  Document Class  Class options.
 
 If that doesn't work, please send to the list a minimal example:
 http://wiki.lyx.org/FAQ/MinimalExample
 
 Best,
 
 Scott

-- 
Al Niessner

I have never found the companion that was so companionable as solitude.
- From Walden by Henry David Thoreau

The universe is indifferent, and life is brutal; however, it is man's
choice of behavior that makes them malevolent rather than benevolent.

Some will fall in love with life and drink it from a fountain
That is pouring like an avalanche coming down the mountain.
- From the song Pepper by the Butthole Surfers




Re: Example of my Footnotes not numbering

2013-05-22 Thread Gordon Watson
1. I cannot get that to work.

2. Also: How would I change your pink to HOTTER PINK?

Thanks; Gordon


On 22/05/2013, at 9:23 AM, Uwe Stöhr wrote:

 Am 22.05.2013 01:20, schrieb Gordon Watson:
 
 4. it so far looks great -- except I'm thinking it may be best to change 
 your lovely pink hyperlinks to blue!
 
 No problem, see the UserGuide, sec 6.9 PDF properties -- just add 
 linkcolor=blue to the additional options field in the document settings 
 under PDF properties.
 
 regards Uwe



Re: Example of my Footnotes not numbering

2013-05-22 Thread Uwe Stöhr

Am 23.05.2013 01:47, schrieb Gordon Watson:


1. I cannot get that to work.


What does not work?


2. Also: How would I change your pink to HOTTER PINK?


pink is the default for hyperlinks/urls.

As I wrote you can change the color as you like:


see the UserGuide, sec 6.9 PDF properties


Attached is your example file where I changed the color for urls to blue.

regards Uwe


Footnote-problem-fixed.lyx
Description: application/lyx


Re: AMS multilne

2013-05-22 Thread Uwe Stöhr

Am 21.05.2013 20:31, schrieb Patrick Dupre:


In lyx 2.0.5, I would like to insert a multline formula
(as documented), but I cannot do it because under insert  math 
all the first part of the options (until array environment) is
not available.


Move the cursor out of the formula and the menus become available. This is because you are in the 
insert menu and your are already in a formula and a formula inside a formula is not possible.

To change the style of an existing formula, use the Edit menu.

Where in the docs did you read that you should use the Insert menu? This is a bug in the 
documentation that I need to fix.


regards Uwe


Re: Example of my Footnotes not numbering

2013-05-22 Thread Gordon Watson
1. Thanks; yours works.

2. But I was adding -- as instructed :) -- linkcolor=blue-- I see that you 
added urlcolor=blue.

That also answers: What does not work?

3. You helpfully say this: pink is the default for hyperlinks/urls.

Is that what I should go with then? That is: Is pink the standard output 
expected in PDFs of good-quality technical documents?

I thought that I'd seen most with BLUE ?

Tks again; Gordon


On 23/05/2013, at 9:53 AM, Uwe Stöhr wrote:

 Am 23.05.2013 01:47, schrieb Gordon Watson:
 
 1. I cannot get that to work.
 
 What does not work?
 
 2. Also: How would I change your pink to HOTTER PINK?
 
 pink is the default for hyperlinks/urls.
 
 As I wrote you can change the color as you like:
 
 see the UserGuide, sec 6.9 PDF properties
 
 Attached is your example file where I changed the color for urls to blue.
 
 regards Uwe
 Footnote-problem-fixed.lyx



Re: Example of my Footnotes not numbering

2013-05-22 Thread Uwe Stöhr

Am 23.05.2013 02:06, schrieb Gordon Watson:


2. But I was adding -- as instructed :) -- linkcolor=blue-- I see that you added 
urlcolor=blue.


There are a few color groups you can change, e.g. also citecolor. The UserGuide for the next LyX 
version will explain the color options better.



3. You helpfully say this: pink is the default for hyperlinks/urls.

Is that what I should go with then?


No, you can decide what you like. The default, as once invented by Adobe, is to draw colored frames 
around links. But most people find this awful so that later the coloring of links became the 
de-facto standard.


regards Uwe


Re: Problem with text being inserted randomly

2013-05-22 Thread Gordon Cooper

 Hi Rich,
  I have not had that problem with Lyx, but am at present
trying to remove it - or something very similar from Libre Office.
OS is Kubuntu 13.04 but it first cropped up in 12.04. If a word, a
phrase and sometimes a whole paragraph is copied, or cut during
editing it is likely to re-appear almost anywhere in the document.

I had been blaming the clipboard software but now am reasonably
sure that it is three button mouse issue with the mouse interpreting
a scroll wheel movement as a third button click.  Perhaps it's my
fault, being too heavy handed with the mouse?

Gordon
Tauranga N.Z.



Help with import from SPanish

2013-05-22 Thread Dr Eberhard Lisse
Hi,

I am struggling with importing a document in Spanish into LyX because I
do not know how to get the Spanish diacriticals to show in the LyX
frontend and it doesn't compile.

Here is the minimal example

\documentclass{scrartcl}
\usepackage[spanish]{babel}
\usepackage{selinput}
\SelectInputMappings{%
 aacute={á},
 ntilde={ñ},
 Euro={€}
}

\begin{document}
\section{Diagnóstico}
Durante el proceso de visitas al X, se realizó un inventario de las
características de la infraestructura de comunicaciones y acceso a
Internet y otros servicios.

\end{document}

I use LyX 2.0.6 on Mac 10.8.3 and would appreciate any advice :-)-O

el



Re: conflict between LyX and Gimp for the use of python

2013-05-22 Thread Alex Vergara Gil

On 11/05/2012 10:50 AM, Alex Vergara Gil wrote:


I have a system with windows 7 which have previously installed python
2.6 for the use of GIMP, this sofware do use python for a lot of things
so I cannot remove it from the system. I want to install LyX in this
system but when I do that all goes wrong because all the python scripts
refers to the python 2.6 already installed instead of the correct python
inside LyX


This should be fixed since a while. Please test it out by reinstalling LyX 
using the latest version.

Reopen bug
http://www.lyx.org/trac/ticket/8691
if you still have problems.

regards Uwe


Dear Uwe
This is an old message, nevertheless I have solved it by updating both GIMP 
and LyX to the newest versions so both now use the same python sources. 
Anyway if LyX still refer statically to python under it directory I see no 
reason for the conflict. I think this is an already solved bug.
Alex 



Re: AMS multilne

2013-05-22 Thread John Kane
What was it?





 From: Patrick Dupre 
To: Patrick Dupre ; lyx  
Sent: Tuesday, May 21, 2013 2:49:24 PM
Subject: Re: AMS multilne
 

OK,

I found it

> Hello,
> 
> In lyx 2.0.5, I would like to insert a multline formula
> (as documented), but I cannot do it because under insert > math >
> all the first part of the options (until array environment) is
> not available.
> Do I have a package missing?
> I attached my configure.log file.
> 
> Thank.
> 
> ===
>  Patrick DUPRÉ                                 | | email: pdu...@gmx.com
>  Laboratoire de Physico-Chimie de l'Atmosphère | |
>  Université du Littoral-Côte d'Opale           | |
>  Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
>  189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
> ===


===
Patrick DUPRÉ                                 | | email: pdu...@gmx.com
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale           | |
Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===

convert lilypond-lyx to epub

2013-05-22 Thread Jürgen Lange

Hello,

My lyx documents contain embedded lilypond code. I want to convert to epub.

Unfortunately the lilypond code isn't compiling to xhtml exporting with  
Lyx-HTML.


Are there any plans to implement this feature?

Regards
Jürgen

--


Re: disable package

2013-05-22 Thread Richard Heck

On 05/21/2013 12:36 PM, Patrick Dupre wrote:

The only soluton that I found is: never use \bm but \boldsymbol !
I would be gret if we could have more control of the header
like deactive a package !


I think there will be more GUI control over this in 2.1, but I am not 
positive.


That said, in 2.0.x, you can tell LyX not to load a package by putting 
into Local Layout (under Document> Settings):


Format 35
Provides bm 1

This should work. If not, it's a bug.

Richard



Re: Line Breaks in Text Sections formatted with Local Layouts

2013-05-22 Thread Richard Heck

On 05/21/2013 02:21 PM, Stefan A. wrote:

Hi guys, I've been working with LyX and XeTeX recently to set up a
document which allows me to switch between various East Asian languages
using Text Styles. Although the Text Styles I have defined in Document
Properties -> Local Layouts work well for single words or phrases, I
haven't found a way to enter line breaks in sections defined for a
certain language, and I was hoping someone here may have a suggestion on
how to achieve this. I can copy and paste text containing line breaks
from other sources and I can force line breaks using CTRL + Enter, but I
was hoping for a more elegant solution that does not involve too much
ERT. Any thoughts?


Set "MultiPar 1".

Richard



Re: AMS multilne

2013-05-22 Thread Richard Heck

On 05/21/2013 02:31 PM, Patrick Dupre wrote:

Hello,

In lyx 2.0.5, I would like to insert a multline formula
(as documented), but I cannot do it because under insert > math >
all the first part of the options (until array environment) is
not available.


All of them? Including "Inline formula" and "Display formula"?

Richard



Re: convert lilypond-lyx to epub

2013-05-22 Thread Richard Heck

On 05/22/2013 11:17 AM, Jürgen Lange wrote:

Hello,

My lyx documents contain embedded lilypond code. I want to convert to 
epub.


Unfortunately the lilypond code isn't compiling to xhtml exporting 
with Lyx-HTML.


Are there any plans to implement this feature?


None of the "external" material gets included in XHTML output.

Can you open a bug report on trac and attach a simple file we might use 
as a testcase?


Richard



Re: conflict between LyX and Gimp for the use of python

2013-05-22 Thread Uwe Stöhr

Am 22.05.2013 16:05, schrieb Alex Vergara Gil:


This is an old message, nevertheless I have solved it by updating both GIMP and 
LyX to the newest
versions so both now use the same python sources. Anyway if LyX still refer 
statically to python
under it directory I see no reason for the conflict. I think this is an already 
solved bug.


Good to hear that this is fixed.

regards Uwe


Re: Line Breaks in Text Sections formatted with Local Layouts

2013-05-22 Thread Stefan A.
On Wed, 2013-05-22 at 11:43 -0400, Richard Heck wrote:
> On 05/21/2013 02:21 PM, Stefan A. wrote:
> > [...] Although the Text Styles I have defined in Document
> > Properties -> Local Layouts work well for single words or phrases, I
> > haven't found a way to enter line breaks in sections defined for a
> > certain language, and I was hoping someone here may have a suggestion on
> > how to achieve this. [...]
> 
> Set "MultiPar 1".
> 
> Richard

Thanks, Richard, that worked perfectly! I'll post the information on
latex-community.org as well, so it's easier to find for other people who
run into the same problem.

Again, thanks a lot!

Stefan




Re: Help with import from SPanish

2013-05-22 Thread Guenter Milde
On 2013-05-22, Dr Eberhard Lisse wrote:
> Hi,

> I am struggling with importing a document in Spanish into LyX because I
> do not know how to get the Spanish diacriticals to show in the LyX
> frontend and it doesn't compile.

> Here is the minimal example

> \documentclass{scrartcl}  
> \usepackage[spanish]{babel}
> \usepackage{selinput}
> \SelectInputMappings{%
>  aacute={á},
>  ntilde={ñ},
>  Euro={€}
> }

> \begin{document}
> \section{Diagnóstico}
> Durante el proceso de visitas al X, se realizó un inventario de las
> características de la infraestructura de comunicaciones y acceso a
> Internet y otros servicios.

> \end{document}

It seems the non-standard "selinput" package is not known to tex2lyx.

I see two options.

a) convert the source to standard all ASCII input using the accent macros
   
   \~n, \'a, ...
   
b) use the standard inputenc package with an appropriate encoding, e.g.


\documentclass{scrartcl}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}

\begin{document}
\section{Diagnóstico}
Durante el proceso de visitas al X, se realizó un inventario de las
características de la infraestructura de comunicaciones y acceso a
Internet y otros servicios.

\end{document}

   
Günter   

  

   



Re: Problem with text being inserted randomly

2013-05-22 Thread Rich
On Mon, May 20, 2013 at 3:53 PM, Ingar Pareliussen  wrote:

> Hi
>
> I have never experienced that problem :). I guess it should be easy to
> fix, however, we probably need a minimal lyx file showing the problem.
>
> Try taking halves out and see how far you can get the text down to. (try
> removing external material as well, and remember to make a back up copy ;)
> ) If you do not want to post the resulting file to the public list you can
> email it to me and I will have a quick look at it :)
>
> Ingar Pareliussen
>
> Thanks for the reply :)

LyX is still doing this, to add to this dilemma it's decided to randomly
put a certain word which I started to write, but have since deleted
randomly in the document now. The word should not exist anywhere - it's
very specific.

I will see if i can get a smaller file (non thesis based) derived from this
file to exhibit the same behaviour so I can publicly post it for all.  Also
going to try the latest version, see if that helps...

Cheers,
Rich


Re: missing libhunspell prevents starting lyx

2013-05-22 Thread Nick Andrik
Hello guys,

I just came back from some vacation (and a cold to welcome me back :P).
I'll take a look on the hunspell issue as soon as I manage to setup
build configuration on my new computer.
I will also update the package to the recently released 2.0.6 version of lyx

ETA around a week

--
=Do-
N.AND


2013/5/18 Sven Hoexter :
> On Sat, May 18, 2013 at 08:57:28AM +0200, Liviu Andronic wrote:
>
> Hi,
>
> I'd have to investigate that myself, though I don't know the situation
> of hunspell but using enchant should be indeed the way to go.
>
>> PS The experimental is just a tag to show that the packaging has been
>> updated after a long period. No guarantees, but I think it's safe to
>> try.
>
> Slightly different: During the freeze we try to not disturb bugfixing
> and migration to testing, so we try to avoid new upstream releases not
> targeted at the stable release in freeze, to be uploaded to unstable.
> Thus we use experimental. Usually it's a testing area for packaging
> changes, disruptive upstream changes etc.
>
> I'm currently waiting that someone sends a pull request or Nick start's
> to commit to the git repo so that I can review that and sponsor an
> upload to unstable. (That would even help to push that to Ubuntu if someone
> cares ...)
>
> Currently the LyX package from experimental might even be installable on
> wheezy but that's not recommended and not guranteed to work.
> After getting a new upstream release into unstable and testing we can
> talk about backports in case someone prepares them. I'd be willing to
> sponsor the upload but not much more.
>
> Sven
> --
> we live we love we learn and breathe / each breath we take makes me believe
> that we can take this road forever / if we take this road together
>  [ AZ0 - Endless Roads ]


options on a document class

2013-05-22 Thread Al Niessner

Let me start with a big thanks to all of the developers and users of Lyx. I 
have been using it for nearly exclusively for 15 years or more. Ever since 
FrameMaker got purchased by Adobe I have been using Lyx.

Lyx works so well that I have never had to learn LaTeX or TeX. I have been 
through the documentation a couple of times and have been through the WIKI 
too. I almost always get my answers there, but sometimes I have to resort to 
google. In this case, they have all failed and I finally have to post. Well, 
I do not remember every posting before.

Currently I am trying to write a paper and it comes with this request:

Latex users: please use \documentclass[conference, compsocconf]{IEEEtran} 
(with option 'compsocconf').

Since Lyx works so well and I have never had to learn LaTeX, I have no idea 
what they are asking. I poked around Lyx and the documentation and have not 
convinced myself that I have found the correct thing to do.

1) Is there some place (pull down menu or dialog box) that I am supposed to 
enter this option and Lyx will do the rest?

2) If I have to do ERT, then were does the ERT go and should I start with a 
base document or the IEEE template?

3) Some other lower level trick?

Thanks in advance for any and all help.



Re: options on a document class

2013-05-22 Thread Scott Kostyshak
On Wed, May 22, 2013 at 6:09 PM, Al Niessner  wrote:

Hi Al,

> Currently I am trying to write a paper and it comes with this request:
>
> Latex users: please use \documentclass[conference, compsocconf]{IEEEtran}
> (with option 'compsocconf').

You can set the class options here:
Document Settings > Document Class > Class options.

If that doesn't work, please send to the list a minimal example:
http://wiki.lyx.org/FAQ/MinimalExample

Best,

Scott


Re: options on a document class

2013-05-22 Thread Al Niessner
Scott Kostyshak  princeton.edu> writes:

> 
> On Wed, May 22, 2013 at 6:09 PM, Al Niessner  gmx.net> 
wrote:
> 
> Hi Al,
> 
> > Currently I am trying to write a paper and it comes with this request:
> >
> > Latex users: please use \documentclass[conference, compsocconf]
{IEEEtran}
> > (with option 'compsocconf').
> 
> You can set the class options here:
> Document Settings > Document Class > Class options.
> 
> If that doesn't work, please send to the list a minimal example:
> http://wiki.lyx.org/FAQ/MinimalExample
> 
> Best,
> 
> Scott
> 
> 

Thank you very much for the prompt response.

I put [conference, compsocconf] in the custom block. I presume I need the [] 
and that conference is also an option. I have tried very hard to not learn 
LaTeX or Tex. I figured once I did that writing papers would become a 
programming exercise all of its own.




Re: options on a document class

2013-05-22 Thread Scott Kostyshak
On Wed, May 22, 2013 at 6:59 PM, Al Niessner  wrote:
> Scott Kostyshak  princeton.edu> writes:
>
>>
>> On Wed, May 22, 2013 at 6:09 PM, Al Niessner  gmx.net>
> wrote:
>>
>> Hi Al,
>>
>> > Currently I am trying to write a paper and it comes with this request:
>> >
>> > Latex users: please use \documentclass[conference, compsocconf]
> {IEEEtran}
>> > (with option 'compsocconf').
>>
>> You can set the class options here:
>> Document Settings > Document Class > Class options.
>>
>> If that doesn't work, please send to the list a minimal example:
>> http://wiki.lyx.org/FAQ/MinimalExample
>>
>> Best,
>>
>> Scott
>>
>>
>
> Thank you very much for the prompt response.
>
> I put [conference, compsocconf] in the custom block. I presume I need the []
> and that conference is also an option. I have tried very hard to not learn
> LaTeX or Tex. I figured once I did that writing papers would become a
> programming exercise all of its own.

You do not need the [].

Scott


Re: options on a document class

2013-05-22 Thread Al Niessner

Just tried to view the document and fixed the custom block. Seems to
working at this point. Thanks again for all of the help.

On Wed, 2013-05-22 at 18:33 -0400, Scott Kostyshak wrote:
> On Wed, May 22, 2013 at 6:09 PM, Al Niessner  wrote:
> 
> Hi Al,
> 
> > Currently I am trying to write a paper and it comes with this request:
> >
> > Latex users: please use \documentclass[conference, compsocconf]{IEEEtran}
> > (with option 'compsocconf').
> 
> You can set the class options here:
> Document Settings > Document Class > Class options.
> 
> If that doesn't work, please send to the list a minimal example:
> http://wiki.lyx.org/FAQ/MinimalExample
> 
> Best,
> 
> Scott

-- 
Al Niessner

I have never found the companion that was so companionable as solitude.
- From Walden by Henry David Thoreau

The universe is indifferent, and life is brutal; however, it is man's
choice of behavior that makes them malevolent rather than benevolent.

Some will fall in love with life and drink it from a fountain
That is pouring like an avalanche coming down the mountain.
- From the song Pepper by the Butthole Surfers




Re: Example of my Footnotes not numbering

2013-05-22 Thread Gordon Watson
1. I cannot get that to work.

2. Also: How would I change your "pink" to "HOTTER PINK"?

Thanks; Gordon


On 22/05/2013, at 9:23 AM, Uwe Stöhr wrote:

> Am 22.05.2013 01:20, schrieb Gordon Watson:
> 
>> 4. it so far looks great -- except I'm thinking it may be best to change 
>> your lovely pink hyperlinks to blue!
> 
> No problem, see the UserGuide, sec 6.9 "PDF properties" -- just add 
> "linkcolor=blue" to the additional options field in the document settings 
> under PDF properties.
> 
> regards Uwe



Re: Example of my Footnotes not numbering

2013-05-22 Thread Uwe Stöhr

Am 23.05.2013 01:47, schrieb Gordon Watson:


1. I cannot get that to work.


What does not work?


2. Also: How would I change your "pink" to "HOTTER PINK"?


pink is the default for hyperlinks/urls.

As I wrote you can change the color as you like:


see the UserGuide, sec 6.9 "PDF properties"


Attached is your example file where I changed the color for urls to blue.

regards Uwe


Footnote-problem-fixed.lyx
Description: application/lyx


Re: AMS multilne

2013-05-22 Thread Uwe Stöhr

Am 21.05.2013 20:31, schrieb Patrick Dupre:


In lyx 2.0.5, I would like to insert a multline formula
(as documented), but I cannot do it because under insert > math >
all the first part of the options (until array environment) is
not available.


Move the cursor out of the formula and the menus become available. This is because you are in the 
insert menu and your are already in a formula and a formula inside a formula is not possible.

To change the style of an existing formula, use the Edit menu.

Where in the docs did you read that you should use the Insert menu? This is a bug in the 
documentation that I need to fix.


regards Uwe


Re: Example of my Footnotes not numbering

2013-05-22 Thread Gordon Watson
1. Thanks; yours works.

2. But I was adding -- as instructed :) -- "linkcolor=blue"-- I see that you 
added "urlcolor=blue".

That also answers: "What does not work?"

3. You helpfully say this: pink is the default for hyperlinks/urls.

Is that what I should go with then? That is: Is pink the standard output 
expected in PDFs of good-quality technical documents?

I thought that I'd seen most with BLUE ?

Tks again; Gordon


On 23/05/2013, at 9:53 AM, Uwe Stöhr wrote:

> Am 23.05.2013 01:47, schrieb Gordon Watson:
> 
>> 1. I cannot get that to work.
> 
> What does not work?
> 
>> 2. Also: How would I change your "pink" to "HOTTER PINK"?
> 
> pink is the default for hyperlinks/urls.
> 
> As I wrote you can change the color as you like:
> 
>>> see the UserGuide, sec 6.9 "PDF properties"
> 
> Attached is your example file where I changed the color for urls to blue.
> 
> regards Uwe
> 



Re: Example of my Footnotes not numbering

2013-05-22 Thread Uwe Stöhr

Am 23.05.2013 02:06, schrieb Gordon Watson:


2. But I was adding -- as instructed :) -- "linkcolor=blue"-- I see that you added 
"urlcolor=blue".


There are a few color groups you can change, e.g. also "citecolor". The UserGuide for the next LyX 
version will explain the color options better.



3. You helpfully say this: pink is the default for hyperlinks/urls.

Is that what I should go with then?


No, you can decide what you like. The default, as once invented by Adobe, is to draw colored frames 
around links. But most people find this awful so that later the coloring of links became the 
de-facto standard.


regards Uwe


Re: Problem with text being inserted randomly

2013-05-22 Thread Gordon Cooper

 Hi Rich,
  I have not had that problem with Lyx, but am at present
trying to remove it - or something very similar from Libre Office.
OS is Kubuntu 13.04 but it first cropped up in 12.04. If a word, a
phrase and sometimes a whole paragraph is copied, or cut during
editing it is likely to re-appear almost anywhere in the document.

I had been blaming the clipboard software but now am reasonably
sure that it is three button mouse issue with the mouse interpreting
a scroll wheel movement as a third button click.  Perhaps it's my
fault, being too heavy handed with the mouse?

Gordon
Tauranga N.Z.