Re: a box around text on multiple pages

2010-05-27 Thread Guenter Milde
On 2010-05-26, [Ricardo Rodriguez] eBioTIC. wrote:
 Thanks!

 Uwe Stöhr wrote:

 Shaded boxes are in general able to split across pages. The other 
 boxes are not, except of those types where the Allow page breaks is 
 enabled.

 regards Uwe

 Sorry if I seam, or I am!, a bit pigheaded but, please, why are there 
 boxes where Allow page breaks can be enable and other where it can't?

Because 
* some boxes (e.g. shaded ones) always allow page breaks (and you must
put them in another box to inhibit page breaks), 

* others require special latex code to allow them, and

* (most probably) some boxes never allow page breaks because they only
  exist to keep content on one page.

To see what happens behind the scenes, you can enable the source
view (ViewSource) and play with the settings.

Günter



Re: a box around text on multiple pages

2010-05-27 Thread Uwe Stöhr

Am 26.05.2010 23:16, schrieb [Ricardo Rodriguez] eBioTIC.:


Shaded boxes are in general able to split across pages. The other
boxes are not, except of those types where the Allow page breaks is
enabled.


Sorry if I seam, or I am!, a bit pigheaded but, please, why are there
boxes where Allow page breaks can be enable and other where it can't?


Because these are different types of boxes provided by different 
LaTeX-packages. Some packages have this option, some not.
I nevertheless don't understand your confusion: If this option is enable 
in LyX its exists for the current box type, otherwise not.


regards Uwe


Re: Subversion Revision in LyX Document

2010-05-27 Thread Rainer Dorsch
Am Wednesday 26 May 2010 23:20:48 schrieb Julien Rioux:
 On 26/05/2010 1:17 PM, Rainer Dorsch wrote:
  Hello,
 
  we maintain our LyX document in subversion. From time to time, I
  distribute a pdf. I would like to include the subversion revision number
  in the document. Is there a easy way to do that?
 
  Thanks
  Rainer

 In the preamble:
 \usepackage{svn}
 \SVN $Revision$

 In the document, inside a TeX code box:
 \SVNRevision

 See also this thread:
 http://www.mail-archive.com/lyx-users@lists.lyx.org/msg78371.html

 and:
 http://jtauber.com/blog/2006/03/28/subversion_keywords_in_latex_documents/

Thanks, worked well for me.

For some reason \SVNRevision produces an empty string with texlive 
2007.dfsg.2-1~lenny2 in Debian 5.0, but works as expected in the upcoming 
Debian 6.0 testing release.

Rainer

-- 
Rainer Dorsch
Lärchenstr. 6
D-72135 Dettenhausen
07157-734133
jabber: rdor...@jabber.org
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/


Wrap of long strings

2010-05-27 Thread Rainer Dorsch
Hello,

in some parts of a document I have texts with long words (e.g. directory 
names, etc.), which I want to wrap whenever I reach \textwidth (even in the 
middle of a word). Has anybody a suggestion how to do that efficiently for a 
limited small parts in a document? I would even be happy to just mark the 
word, that it can be broken up at any place

Thanks,
Rainer
-- 
Rainer Dorsch
Lärchenstr. 6
D-72135 Dettenhausen
07157-734133
jabber: rdor...@jabber.org
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/


true raw Latex commands in math mode

2010-05-27 Thread Matthias Blaicher
Hallo,

I am using LyX with Sweave to directly access R in my LyX document.
This all works great but there is a tiny thing bugging me a lot:

There is the sweave LaTeX command \Sexpr{ foo } which allows you to
directly insert the content of foo into the document. Let's say there
is a variable foo_bar then I can access foo_bar by inserting an ERT
\Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
always wants to escape the underscore to \Sexpr{foo_{b}ar} .

So how can I insert true raw ERT commands in math mode or is this
perhaps even not possible?

Thanks for your help!

Matthias


Re: Wrap of long strings

2010-05-27 Thread Liviu Andronic
On 5/27/10, Rainer Dorsch rdor...@web.de wrote:
  in some parts of a document I have texts with long words (e.g. directory
  names, etc.), which I want to wrap whenever I reach \textwidth (even in the
  middle of a word). Has anybody a suggestion how to do that efficiently for a
  limited small parts in a document? I would even be happy to just mark the
  word, that it can be broken up at any place

One thing to is Insert  Formatting  Hyphenation point, which will be
used if needed.
Liviu


Re: true raw Latex commands in math mode

2010-05-27 Thread Paul Rubin
Matthias Blaicher blaicher at googlemail.com writes:

 There is the sweave LaTeX command \Sexpr{ foo } which allows you to
 directly insert the content of foo into the document. Let's say there
 is a variable foo_bar then I can access foo_bar by inserting an ERT
 \Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
 always wants to escape the underscore to \Sexpr{foo_{b}ar} .
 
 So how can I insert true raw ERT commands in math mode or is this
 perhaps even not possible?

I don't know that there is any way to use an underscore as part of a variable
name and have it survive math mode.  Here's a workaround:

In ERT: \def\temp{\Sexpr{foo_bar}}
In math inset:  $blah blah \temp blah blah$

/Paul





Re: true raw Latex commands in math mode

2010-05-27 Thread Richard Heck

On 05/27/2010 09:57 AM, Matthias Blaicher wrote:

Hallo,

I am using LyX with Sweave to directly access R in my LyX document.
This all works great but there is a tiny thing bugging me a lot:

There is the sweave LaTeX command \Sexpr{ foo } which allows you to
directly insert the content of foo into the document. Let's say there
is a variable foo_bar then I can access foo_bar by inserting an ERT
\Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
always wants to escape the underscore to \Sexpr{foo_{b}ar} .

So how can I insert true raw ERT commands in math mode or is this
perhaps even not possible?

   
This makes sense, in that _ is always interpreted as subscript in 
mathmode. Does it work if you do: \Sexpr{foo\_bar}?


Richard



Re: problem adding a module Lyx 2.0 Alpha3

2010-05-27 Thread Richard Heck

On 05/27/2010 07:02 AM, Artimess wrote:

Hi Richard,

Here is my lxymodules.lst, sending it as an attachment.  I deleted 
this afterward, I no longer get the error message, but the module I 
defined is not recognized neither.

Any suggestions?


Silly me. The problem is the quotes in the module description:

#DescriptionBegin
#Adds a float for Code Listing.
#DescriptionEnd

which messes up the parsing. So remove the quotes and you will be fine.

rh



Re: Wrap of long strings

2010-05-27 Thread Michael Reed
On Thursday 27 May 2010 13:05:22 Rainer Dorsch wrote:
 Hello,
 
 in some parts of a document I have texts with long words (e.g. directory
 names, etc.), which I want to wrap whenever I reach \textwidth (even in the
 middle of a word). Has anybody a suggestion how to do that efficiently for
 a limited small parts in a document? I would even be happy to just mark
 the word, that it can be broken up at any place

The insert hyperlink function has a setting for filenames, if that's any use.

-- 
http://www.unmusic.co.uk/ Michael Reed -- technology, gender and geek culture 
freelance writer. 




LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Hi list,

does there exist a LyX layout for the tRES2e.cls [1] (and its respective .sty 
files)? How long, do you (experienced users or devs) think it would take for 
an average LyX user to implement this?

Thank you, Nikos

---
[1] http://www.tandf.co.uk/journals/authors/treslatex.zip from 
http://www.tandf.co.uk/journals/authors/tresauth.asp


Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 11:41 AM, Nikos Alexandris wrote:

Hi list,

does there exist a LyX layout for the tRES2e.cls [1] (and its respective .sty
files)? How long, do you (experienced users or devs) think it would take for
an average LyX user to implement this?


This seems to be article-based, so the simple procedure described in 
Customization chapter 5 will probably get you half way there. That said, 
you probably want to add a DefaultModule line that will load 
theorems-ams, since the example tex file uses theorems. Otherwise, all 
the sty files are standard LaTeX styles which they provide for convenience.


See how the attached works.

Richard


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[tRES2e]{article (tres2)}
# 

Format 11
Input stdclass.inc

DefaultModule theorems-ams

SecNumDepth 3
TocDepth3

NoStyle Chapter
NoStyle Chapter*




Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris wrote:
  does there exist a LyX layout for the tRES2e.cls [1] (and its respective
  .sty files)? How long, do you (experienced users or devs) think it would
  take for an average LyX user to implement this?

Richard Heck: 
 This seems to be article-based, so the simple procedure described in
 Customization chapter 5 will probably get you half way there. That said,
 you probably want to add a DefaultModule line that will load
 theorems-ams, since the example tex file uses theorems. Otherwise, all
 the sty files are standard LaTeX styles which they provide for convenience.
 
 See how the attached works.

Thank you Richard.

It is (if I am not wrong) article-based. I've scanned the Customisation 
chapter 5 and the question I have to answer to myself is whether I could 
invest a few hours on it and get it done or whether I am fool to assume that I 
will implement this within less than 1-2 days (in the latter case I have to 
drop this task for now).

(
Needless to say that, first, I have/want to understand why theroems-ams is 
required.
)

About the layout you posted: a title, two Section(s) with some standard text 
gives the following error:

LaTeX Error: Command \proof already defined.

Does this relate to... well, the theorems-ams module?

(using LyX 1.6.6svn under Kubuntu Lucid 64-bit)
Best regards, Nikos




Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 01:40 PM, Nikos Alexandris wrote:


It is (if I am not wrong) article-based. I've scanned the Customisation
chapter 5 and the question I have to answer to myself is whether I could
invest a few hours on it and get it done or whether I am fool to assume that I
will implement this within less than 1-2 days (in the latter case I have to
drop this task for now).

(
Needless to say that, first, I have/want to understand why theroems-ams is
required.
)

   
I thought it would be for theorems, etc, but perhaps it is not required: 
Maybe the style already defines some of these environments.



About the layout you posted: a title, two Section(s) with some standard text
gives the following error:

LaTeX Error: Command \proof already defined.

Does this relate to... well, the theorems-ams module?

   

Probably. Try removing that.

rh



Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris wrote:
  It is (if I am not wrong) article-based.

Maybe not after all... ?
[...]

Richard Heck: 
 I thought it would be for theorems, etc, but perhaps it is not required:
 Maybe the style already defines some of these environments.
 
  About the layout you posted: a title, two Section(s) with some standard
  text gives the following error:
  LaTeX Error: Command \proof already defined.

  Does this relate to... well, the theorems-ams module?

 Probably. Try removing that.

Already did so and get the same error. After looking in tRES2e.cls I see no 
line that contains the string Load and all article strings are actually 
articletype. I hope that the document does really work upon an existing 
class... (hmm?)

Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris

Nikos Alexandris wrote:
  Does this relate to... well, the theorems-ams module?

  Probably. Try removing that.

  Already did so and get the same error. After looking in tRES2e.cls I
  see no line that contains the string Load and all article strings
  are actually articletype. I hope that the document does really work
  upon an existing class... (hmm?)

Richard Heck wrote: 
 Hmm. If you look at ViewSource (Complete Source), is there anything in
 the preamble that might be loading a proof environment?

I guess so after seeing (below) the ams... stuff, right?

--%--- head of complete source --%---
\documentclass[english]{tRES2e}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{babel}
---%--

I think that tRES2e is an independent class. Does this mean the layout has to 
build from scratch?

Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 03:32 PM, Nikos Alexandris wrote:


Richard Heck wrote:
   

Hmm. If you look at ViewSource (Complete Source), is there anything in
the preamble that might be loading a proof environment?
 

I guess so after seeing (below) the ams... stuff, right?

--%--- head of complete source --%---
\documentclass[english]{tRES2e}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{babel}
---%--

   

LyX is adding these, then. Try something like:
Provides amsthm 1
Provides amsmath 1
That tells LyX it doesn't need to load these. Which precisely you need 
LyX not to load will depend upon what tRES2e loads itself.



I think that tRES2e is an independent class. Does this mean the layout has to
build from scratch?

   
No, you can still start with article, since tRES2e defines mostly 
article-like environments. The semantics doesn't matter so much as the 
syntax.


Richard



Status of internationalization of amsthm environs. in LyX

2010-05-27 Thread Rudi Gaelzer
What's the status of the internationalization effort on the theorem 
environments 
defined by the amsthm package?
I've found the following bug which seems to be still open:
http://www.lyx.org/trac/ticket/1476?id=1476

So, what should I do if I want the captions of the theorem environs. translated 
to Portuguese in LyX?

I've also found the following reply:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg73431.html
where the inc and module files were translated to Spanish.
Should I start from there and translate the same to Portuguese?

Thanks in advance.
-- 
Rudi Gaelzer
Department of Physics
Institute of Physics and Mathematics
Federal University of Pelotas
BRAZIL
Registered linux user # 153741


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Richard Heck wrote:
  Hmm. If you look at ViewSource (Complete Source), is there anything in
  the preamble that might be loading a proof environment?

Nikos Alexandris wrote: 
  I guess so after seeing (below) the ams... stuff, right?
  
  --%--- head of complete source --%---
  \documentclass[english]{tRES2e}
  \usepackage[T1]{fontenc}
  \usepackage[latin9]{inputenc}
  \usepackage{amsthm}
  \usepackage{amsmath}
  \usepackage{babel}
  ---%--

Richard Heck: 
 LyX is adding these, then. Try something like:
  Provides amsthm 1
  Provides amsmath 1
 That tells LyX it doesn't need to load these. Which precisely you need
 LyX not to load will depend upon what tRES2e loads itself.

Crazy... it compiles :D

(tres2e.layout and the a .lyx test-files attached -- as usual, the respective 
.cls and .sty files have to be made available to LaTeX)

  I think that tRES2e is an independent class. Does this mean the layout
  has to build from scratch?
 
 No, you can still start with article, since tRES2e defines mostly
 article-like environments. The semantics doesn't matter so much as the
 syntax.

Thank you so much Richard. Are there (other) things that I need to pay 
attention to?

Nikos
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[tRES2e]{article (tres2)}
# 

Format 11
Input stdclass.inc

SecNumDepth 3
TocDepth3

Provides amsthm 1
Provides amsmath 1

NoStyle Chapter
NoStyle Chapter*




testing_the_tres2e_layout.lyx
Description: application/lyx


Check speller in LyX 2.0 alpha3

2010-05-27 Thread Francisco J . Ruiz-Ruano Campaña
I have installed LyX 2.0 alpha3 in Ubuntu, but I check speller is
deactivated since I have installed it.

I have installed aspell, ispell and hunspell in spanish, but it doesn't work.

Some ideas?

Thanks.


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
On Thursday 27 of May 2010 21:58:56 Nikos Alexandris wrote:
[...] 
 Are there (other) things that I need to pay attention to?

Some comments:

I have an article based on koma-script with various nice tricks included (like 
in-line enumeration, scaled sub-tables, sub-figures and more...). I've changed 
over to tRES layout and, as expected, it gives many errors.

I started from the scratch with the content (Title, Section(s), Paragraphs and 
standard text) and still I had to revert to the default most of the settings 
to get it compile:

  - no other spacing besides Single works
  - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default works ok.
  - I have trouble to get away the _ugly_ Headings. All of the styles (even 
the default) give something problematic: the (.lyx) filename is printed on the 
very top line and about 3/4 of the page-width the line breaks and continues in 
the next with very bold underscore characters (I use them a lot when I name 
files).

When ever I have more free-time I'll try to test more. If this works out it 
could be an addition in LyX-wiki (given there are no legal issues?).

Thanks again, Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Jean-Marc Lasgouttes

Le 27 mai 10 à 22:31, Nikos Alexandris a écrit :
I started from the scratch with the content (Title, Section(s),  
Paragraphs and
standard text) and still I had to revert to the default most of the  
settings

to get it compile:

 - no other spacing besides Single works
 - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default  
works ok.


Note that for journal/conference submissions you are supposed to stick  
to the defaults

anyway... Many classes are not very tolerant to changes.

JMarc

Spurious '}'

2010-05-27 Thread Tim Cook
Hi All,

Ubuntu 10.04 LTS AMD_64

LyX version - 1.6.5

I have a document at:
http://bazaar.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/annotate/head:/specs/1.0.x/mlhim/mlhim-ref-man-1.0.0-enUS.lyx

That generates an error when exporting to PDF (pdflatex  ps2pdf):

First line of error:
Argument of \...@sect has an extra }.

The Description is:

\subsubsection

{DV\_QUANTITY Class \label{sub:DV_QUANTITY-Class}}

I've run across a `}' that doesn't seem to match anything.

For example, `\def\a#1{...}' and `\a}' would produce

this error. If you simply proceed now, the `\par' that

I've just inserted will cause me to report a runaway

argument that might be the root of the problem. But if

your `}' was spurious, just type `2' and it will go away.

Besides not being able to find the offending }.

1) What is usually the cause of this?  I  do a lot of copy/cut - paste.
2) Exactly where and when am I supposed to type a '2' to make this go
away? The description seems to make sense however I am still missing
something here.

Thanks,
Tim



-- 
***
Timothy Cook, MSc

LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook 
Skype ID == (upon request)
Academic.Edu Profile: http://uff.academia.edu/TimothyCook

You may get my Public GPG key from  popular keyservers or
from this link http://timothywayne.cook.googlepages.com/home 



signature.asc
Description: This is a digitally signed message part


Save Date vs. Print Date

2010-05-27 Thread Tim Wescott
Under the 'Article' document type, the title page will list the print 
date of a document.


But I vastly prefer to insert my own date, or to list the save date of 
the file -- it just makes more sense for tracking changes.


Is there a way to get LyX to do this? I didn't see it in the menus.

--
Tim Wescott
Wescott Design Services
Voice: 503-631-7815
Cell:  503-349-8432
http://www.wescottdesign.com




Re: Save Date vs. Print Date

2010-05-27 Thread stephen's mailinglist account
On 27 May 2010 23:30, Tim Wescott t...@wescottdesign.com wrote:
 Under the 'Article' document type, the title page will list the print date
 of a document.

 But I vastly prefer to insert my own date, or to list the save date of the
 file -- it just makes more sense for tracking changes.

 Is there a way to get LyX to do this? I didn't see it in the menus.

 --
 Tim Wescott
 Wescott Design Services
 Voice: 503-631-7815
 Cell:  503-349-8432
 http://www.wescottdesign.com




to insert your own date put
\date{my date} in the latex preamble.

-- 
Stephen


in Lyx-Code quote, double quote, and back-tic not as expected.

2010-05-27 Thread Todd Denniston
Version LyX 1.6.5 (from EPEL repository) on CentOS 5.5


Issue 1:
Am I really expecting the wrong behavior here?

Open a new LyX document (and for complete disclosure set the fonts to Palatino, 
Helvetica, Courier)
type Test and set it to type Section  ##not strictly necessary but this is 
the way I did it.
Set the type of text to LyX-Code
##paste in:
for i in `seq 1 10|awk '{print $1}'`; \
do \
  echo Counter $i; \
done

## click the view pdf button
in the PDF select the whole for loop (for to done) and paste it into a terminal.
find out that
s are ?Smart? double quotes.
's are ?Smart? quotes.
` are I have no idea.
i is i`, I assume this is due to a ligature(is that the correct word?).


As annoying as that is, I did find in the interface that I am allowed to type:
Ctrl+ to get real ASCII double quotes.
Ctrl+' to get real ASCII quotes.
no way to get a real `.
no way to get a real i.

Does anyone know how to get real back-tics (`) and i?


When I was working under Fedora Core 4 (and before) with IIRC LyX 1.4.?? I did 
not have these issues
with any text type, i.e., it did not matter where I was in any portion of the 
PDF output I could
copy and paste and get ASCII out.  It seemed to me that
Does anyone know which of the following product line upgrades would have 
changed the behavior: LyX |
LaTeX | PDFLaTeX | tetex | evince ?

I have seen OCR'ed PDFs that have ASCII text below the picture of the document, 
is there a way to
get the LyX stack to make those kind of PDFs, i.e., have a typeset version the 
gets shown  printed,
but a text version that gets copy and pasted?


Issue 2:
It is also troubling when I export to plain text and find the above ?Smart? 
transformations have
taken place in the text output.
Is there a a way to get a true export to ASCII text?


Thanks.
-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter


newfile1.lyx
Description: application/lyx


Re: Status of internationalization of amsthm environs. in LyX

2010-05-27 Thread Richard Heck

On 05/27/2010 03:39 PM, Rudi Gaelzer wrote:

What's the status of the internationalization effort on the theorem environments
defined by the amsthm package?
I've found the following bug which seems to be still open:
http://www.lyx.org/trac/ticket/1476?id=1476


LyX 2.0 contains some substantial support to i18n of theorems. So you 
might want to ask on the devel list what the status is for Portuguese.


rh



Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris:
  I started from the scratch with the content (Title, Section(s), Paragraphs
  and standard text) and still I had to revert to the default most of the
  settings to get it compile:
...
   - no other spacing besides Single works
   - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default
  works ok.

Jean-Marc Lasgouttes wrote: 
 Note that for journal/conference submissions you are supposed to stick
 to the defaults
 anyway... Many classes are not very tolerant to changes.

Right. But what about the strange top-header? Should I assume this is the way 
it is designed?

Nikos


Re: Spurious '}'

2010-05-27 Thread Uwe Stöhr

Am 27.05.2010 23:46, schrieb Tim Cook:


LyX version - 1.6.5

I have a document at:
http://bazaar.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/annotate/head:/specs/1.0.x/mlhim/mlhim-ref-man-1.0.0-enUS.lyx

That generates an error when exporting to PDF (pdflatex  ps2pdf):

First line of error:
Argument of \...@sect has an extra }.


Please send the next time a _small_ LyX example file.

The bug occurs because you sometimes set the tables as being part of the paragraph headings. 
Sometimes you also set the tables as description - which could cause problems and is senseless. To 
fix this, set the cursor in front of the tables and select the standard environment.

Attached is an excerpt of your document where I fixed this accordingly.

regards Uwe


mlhim-ref-man-1.0.0-enUS.lyx
Description: application/lyx


Re: Check speller in LyX 2.0 alpha3

2010-05-27 Thread Florian Rubach
Am 27.05.2010 22:13, schrieb Francisco J. Ruiz-Ruano Campaña:
 I have installed LyX 2.0 alpha3 in Ubuntu, but I check speller is
 deactivated since I have installed it.
 
 I have installed aspell, ispell and hunspell in spanish, but it doesn't work.
 
 Some ideas?
 
 Thanks.
 

I see the same problem with a self-compiled 2.0-dev, also on Ubuntu
(64bit). I would also very much appreciate any hints if this is fixable.

Regards,

Florian


Re: a box around text on multiple pages

2010-05-27 Thread Guenter Milde
On 2010-05-26, [Ricardo Rodriguez] eBioTIC. wrote:
 Thanks!

 Uwe Stöhr wrote:

 Shaded boxes are in general able to split across pages. The other 
 boxes are not, except of those types where the Allow page breaks is 
 enabled.

 regards Uwe

 Sorry if I seam, or I am!, a bit pigheaded but, please, why are there 
 boxes where Allow page breaks can be enable and other where it can't?

Because 
* some boxes (e.g. shaded ones) always allow page breaks (and you must
put them in another box to inhibit page breaks), 

* others require special latex code to allow them, and

* (most probably) some boxes never allow page breaks because they only
  exist to keep content on one page.

To see what happens behind the scenes, you can enable the source
view (ViewSource) and play with the settings.

Günter



Re: a box around text on multiple pages

2010-05-27 Thread Uwe Stöhr

Am 26.05.2010 23:16, schrieb [Ricardo Rodriguez] eBioTIC.:


Shaded boxes are in general able to split across pages. The other
boxes are not, except of those types where the Allow page breaks is
enabled.


Sorry if I seam, or I am!, a bit pigheaded but, please, why are there
boxes where Allow page breaks can be enable and other where it can't?


Because these are different types of boxes provided by different 
LaTeX-packages. Some packages have this option, some not.
I nevertheless don't understand your confusion: If this option is enable 
in LyX its exists for the current box type, otherwise not.


regards Uwe


Re: Subversion Revision in LyX Document

2010-05-27 Thread Rainer Dorsch
Am Wednesday 26 May 2010 23:20:48 schrieb Julien Rioux:
 On 26/05/2010 1:17 PM, Rainer Dorsch wrote:
  Hello,
 
  we maintain our LyX document in subversion. From time to time, I
  distribute a pdf. I would like to include the subversion revision number
  in the document. Is there a easy way to do that?
 
  Thanks
  Rainer

 In the preamble:
 \usepackage{svn}
 \SVN $Revision$

 In the document, inside a TeX code box:
 \SVNRevision

 See also this thread:
 http://www.mail-archive.com/lyx-users@lists.lyx.org/msg78371.html

 and:
 http://jtauber.com/blog/2006/03/28/subversion_keywords_in_latex_documents/

Thanks, worked well for me.

For some reason \SVNRevision produces an empty string with texlive 
2007.dfsg.2-1~lenny2 in Debian 5.0, but works as expected in the upcoming 
Debian 6.0 testing release.

Rainer

-- 
Rainer Dorsch
Lärchenstr. 6
D-72135 Dettenhausen
07157-734133
jabber: rdor...@jabber.org
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/


Wrap of long strings

2010-05-27 Thread Rainer Dorsch
Hello,

in some parts of a document I have texts with long words (e.g. directory 
names, etc.), which I want to wrap whenever I reach \textwidth (even in the 
middle of a word). Has anybody a suggestion how to do that efficiently for a 
limited small parts in a document? I would even be happy to just mark the 
word, that it can be broken up at any place

Thanks,
Rainer
-- 
Rainer Dorsch
Lärchenstr. 6
D-72135 Dettenhausen
07157-734133
jabber: rdor...@jabber.org
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/


true raw Latex commands in math mode

2010-05-27 Thread Matthias Blaicher
Hallo,

I am using LyX with Sweave to directly access R in my LyX document.
This all works great but there is a tiny thing bugging me a lot:

There is the sweave LaTeX command \Sexpr{ foo } which allows you to
directly insert the content of foo into the document. Let's say there
is a variable foo_bar then I can access foo_bar by inserting an ERT
\Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
always wants to escape the underscore to \Sexpr{foo_{b}ar} .

So how can I insert true raw ERT commands in math mode or is this
perhaps even not possible?

Thanks for your help!

Matthias


Re: Wrap of long strings

2010-05-27 Thread Liviu Andronic
On 5/27/10, Rainer Dorsch rdor...@web.de wrote:
  in some parts of a document I have texts with long words (e.g. directory
  names, etc.), which I want to wrap whenever I reach \textwidth (even in the
  middle of a word). Has anybody a suggestion how to do that efficiently for a
  limited small parts in a document? I would even be happy to just mark the
  word, that it can be broken up at any place

One thing to is Insert  Formatting  Hyphenation point, which will be
used if needed.
Liviu


Re: true raw Latex commands in math mode

2010-05-27 Thread Paul Rubin
Matthias Blaicher blaicher at googlemail.com writes:

 There is the sweave LaTeX command \Sexpr{ foo } which allows you to
 directly insert the content of foo into the document. Let's say there
 is a variable foo_bar then I can access foo_bar by inserting an ERT
 \Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
 always wants to escape the underscore to \Sexpr{foo_{b}ar} .
 
 So how can I insert true raw ERT commands in math mode or is this
 perhaps even not possible?

I don't know that there is any way to use an underscore as part of a variable
name and have it survive math mode.  Here's a workaround:

In ERT: \def\temp{\Sexpr{foo_bar}}
In math inset:  $blah blah \temp blah blah$

/Paul





Re: true raw Latex commands in math mode

2010-05-27 Thread Richard Heck

On 05/27/2010 09:57 AM, Matthias Blaicher wrote:

Hallo,

I am using LyX with Sweave to directly access R in my LyX document.
This all works great but there is a tiny thing bugging me a lot:

There is the sweave LaTeX command \Sexpr{ foo } which allows you to
directly insert the content of foo into the document. Let's say there
is a variable foo_bar then I can access foo_bar by inserting an ERT
\Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
always wants to escape the underscore to \Sexpr{foo_{b}ar} .

So how can I insert true raw ERT commands in math mode or is this
perhaps even not possible?

   
This makes sense, in that _ is always interpreted as subscript in 
mathmode. Does it work if you do: \Sexpr{foo\_bar}?


Richard



Re: problem adding a module Lyx 2.0 Alpha3

2010-05-27 Thread Richard Heck

On 05/27/2010 07:02 AM, Artimess wrote:

Hi Richard,

Here is my lxymodules.lst, sending it as an attachment.  I deleted 
this afterward, I no longer get the error message, but the module I 
defined is not recognized neither.

Any suggestions?


Silly me. The problem is the quotes in the module description:

#DescriptionBegin
#Adds a float for Code Listing.
#DescriptionEnd

which messes up the parsing. So remove the quotes and you will be fine.

rh



Re: Wrap of long strings

2010-05-27 Thread Michael Reed
On Thursday 27 May 2010 13:05:22 Rainer Dorsch wrote:
 Hello,
 
 in some parts of a document I have texts with long words (e.g. directory
 names, etc.), which I want to wrap whenever I reach \textwidth (even in the
 middle of a word). Has anybody a suggestion how to do that efficiently for
 a limited small parts in a document? I would even be happy to just mark
 the word, that it can be broken up at any place

The insert hyperlink function has a setting for filenames, if that's any use.

-- 
http://www.unmusic.co.uk/ Michael Reed -- technology, gender and geek culture 
freelance writer. 




LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Hi list,

does there exist a LyX layout for the tRES2e.cls [1] (and its respective .sty 
files)? How long, do you (experienced users or devs) think it would take for 
an average LyX user to implement this?

Thank you, Nikos

---
[1] http://www.tandf.co.uk/journals/authors/treslatex.zip from 
http://www.tandf.co.uk/journals/authors/tresauth.asp


Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 11:41 AM, Nikos Alexandris wrote:

Hi list,

does there exist a LyX layout for the tRES2e.cls [1] (and its respective .sty
files)? How long, do you (experienced users or devs) think it would take for
an average LyX user to implement this?


This seems to be article-based, so the simple procedure described in 
Customization chapter 5 will probably get you half way there. That said, 
you probably want to add a DefaultModule line that will load 
theorems-ams, since the example tex file uses theorems. Otherwise, all 
the sty files are standard LaTeX styles which they provide for convenience.


See how the attached works.

Richard


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[tRES2e]{article (tres2)}
# 

Format 11
Input stdclass.inc

DefaultModule theorems-ams

SecNumDepth 3
TocDepth3

NoStyle Chapter
NoStyle Chapter*




Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris wrote:
  does there exist a LyX layout for the tRES2e.cls [1] (and its respective
  .sty files)? How long, do you (experienced users or devs) think it would
  take for an average LyX user to implement this?

Richard Heck: 
 This seems to be article-based, so the simple procedure described in
 Customization chapter 5 will probably get you half way there. That said,
 you probably want to add a DefaultModule line that will load
 theorems-ams, since the example tex file uses theorems. Otherwise, all
 the sty files are standard LaTeX styles which they provide for convenience.
 
 See how the attached works.

Thank you Richard.

It is (if I am not wrong) article-based. I've scanned the Customisation 
chapter 5 and the question I have to answer to myself is whether I could 
invest a few hours on it and get it done or whether I am fool to assume that I 
will implement this within less than 1-2 days (in the latter case I have to 
drop this task for now).

(
Needless to say that, first, I have/want to understand why theroems-ams is 
required.
)

About the layout you posted: a title, two Section(s) with some standard text 
gives the following error:

LaTeX Error: Command \proof already defined.

Does this relate to... well, the theorems-ams module?

(using LyX 1.6.6svn under Kubuntu Lucid 64-bit)
Best regards, Nikos




Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 01:40 PM, Nikos Alexandris wrote:


It is (if I am not wrong) article-based. I've scanned the Customisation
chapter 5 and the question I have to answer to myself is whether I could
invest a few hours on it and get it done or whether I am fool to assume that I
will implement this within less than 1-2 days (in the latter case I have to
drop this task for now).

(
Needless to say that, first, I have/want to understand why theroems-ams is
required.
)

   
I thought it would be for theorems, etc, but perhaps it is not required: 
Maybe the style already defines some of these environments.



About the layout you posted: a title, two Section(s) with some standard text
gives the following error:

LaTeX Error: Command \proof already defined.

Does this relate to... well, the theorems-ams module?

   

Probably. Try removing that.

rh



Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris wrote:
  It is (if I am not wrong) article-based.

Maybe not after all... ?
[...]

Richard Heck: 
 I thought it would be for theorems, etc, but perhaps it is not required:
 Maybe the style already defines some of these environments.
 
  About the layout you posted: a title, two Section(s) with some standard
  text gives the following error:
  LaTeX Error: Command \proof already defined.

  Does this relate to... well, the theorems-ams module?

 Probably. Try removing that.

Already did so and get the same error. After looking in tRES2e.cls I see no 
line that contains the string Load and all article strings are actually 
articletype. I hope that the document does really work upon an existing 
class... (hmm?)

Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris

Nikos Alexandris wrote:
  Does this relate to... well, the theorems-ams module?

  Probably. Try removing that.

  Already did so and get the same error. After looking in tRES2e.cls I
  see no line that contains the string Load and all article strings
  are actually articletype. I hope that the document does really work
  upon an existing class... (hmm?)

Richard Heck wrote: 
 Hmm. If you look at ViewSource (Complete Source), is there anything in
 the preamble that might be loading a proof environment?

I guess so after seeing (below) the ams... stuff, right?

--%--- head of complete source --%---
\documentclass[english]{tRES2e}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{babel}
---%--

I think that tRES2e is an independent class. Does this mean the layout has to 
build from scratch?

Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 03:32 PM, Nikos Alexandris wrote:


Richard Heck wrote:
   

Hmm. If you look at ViewSource (Complete Source), is there anything in
the preamble that might be loading a proof environment?
 

I guess so after seeing (below) the ams... stuff, right?

--%--- head of complete source --%---
\documentclass[english]{tRES2e}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{babel}
---%--

   

LyX is adding these, then. Try something like:
Provides amsthm 1
Provides amsmath 1
That tells LyX it doesn't need to load these. Which precisely you need 
LyX not to load will depend upon what tRES2e loads itself.



I think that tRES2e is an independent class. Does this mean the layout has to
build from scratch?

   
No, you can still start with article, since tRES2e defines mostly 
article-like environments. The semantics doesn't matter so much as the 
syntax.


Richard



Status of internationalization of amsthm environs. in LyX

2010-05-27 Thread Rudi Gaelzer
What's the status of the internationalization effort on the theorem 
environments 
defined by the amsthm package?
I've found the following bug which seems to be still open:
http://www.lyx.org/trac/ticket/1476?id=1476

So, what should I do if I want the captions of the theorem environs. translated 
to Portuguese in LyX?

I've also found the following reply:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg73431.html
where the inc and module files were translated to Spanish.
Should I start from there and translate the same to Portuguese?

Thanks in advance.
-- 
Rudi Gaelzer
Department of Physics
Institute of Physics and Mathematics
Federal University of Pelotas
BRAZIL
Registered linux user # 153741


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Richard Heck wrote:
  Hmm. If you look at ViewSource (Complete Source), is there anything in
  the preamble that might be loading a proof environment?

Nikos Alexandris wrote: 
  I guess so after seeing (below) the ams... stuff, right?
  
  --%--- head of complete source --%---
  \documentclass[english]{tRES2e}
  \usepackage[T1]{fontenc}
  \usepackage[latin9]{inputenc}
  \usepackage{amsthm}
  \usepackage{amsmath}
  \usepackage{babel}
  ---%--

Richard Heck: 
 LyX is adding these, then. Try something like:
  Provides amsthm 1
  Provides amsmath 1
 That tells LyX it doesn't need to load these. Which precisely you need
 LyX not to load will depend upon what tRES2e loads itself.

Crazy... it compiles :D

(tres2e.layout and the a .lyx test-files attached -- as usual, the respective 
.cls and .sty files have to be made available to LaTeX)

  I think that tRES2e is an independent class. Does this mean the layout
  has to build from scratch?
 
 No, you can still start with article, since tRES2e defines mostly
 article-like environments. The semantics doesn't matter so much as the
 syntax.

Thank you so much Richard. Are there (other) things that I need to pay 
attention to?

Nikos
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[tRES2e]{article (tres2)}
# 

Format 11
Input stdclass.inc

SecNumDepth 3
TocDepth3

Provides amsthm 1
Provides amsmath 1

NoStyle Chapter
NoStyle Chapter*




testing_the_tres2e_layout.lyx
Description: application/lyx


Check speller in LyX 2.0 alpha3

2010-05-27 Thread Francisco J . Ruiz-Ruano Campaña
I have installed LyX 2.0 alpha3 in Ubuntu, but I check speller is
deactivated since I have installed it.

I have installed aspell, ispell and hunspell in spanish, but it doesn't work.

Some ideas?

Thanks.


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
On Thursday 27 of May 2010 21:58:56 Nikos Alexandris wrote:
[...] 
 Are there (other) things that I need to pay attention to?

Some comments:

I have an article based on koma-script with various nice tricks included (like 
in-line enumeration, scaled sub-tables, sub-figures and more...). I've changed 
over to tRES layout and, as expected, it gives many errors.

I started from the scratch with the content (Title, Section(s), Paragraphs and 
standard text) and still I had to revert to the default most of the settings 
to get it compile:

  - no other spacing besides Single works
  - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default works ok.
  - I have trouble to get away the _ugly_ Headings. All of the styles (even 
the default) give something problematic: the (.lyx) filename is printed on the 
very top line and about 3/4 of the page-width the line breaks and continues in 
the next with very bold underscore characters (I use them a lot when I name 
files).

When ever I have more free-time I'll try to test more. If this works out it 
could be an addition in LyX-wiki (given there are no legal issues?).

Thanks again, Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Jean-Marc Lasgouttes

Le 27 mai 10 à 22:31, Nikos Alexandris a écrit :
I started from the scratch with the content (Title, Section(s),  
Paragraphs and
standard text) and still I had to revert to the default most of the  
settings

to get it compile:

 - no other spacing besides Single works
 - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default  
works ok.


Note that for journal/conference submissions you are supposed to stick  
to the defaults

anyway... Many classes are not very tolerant to changes.

JMarc

Spurious '}'

2010-05-27 Thread Tim Cook
Hi All,

Ubuntu 10.04 LTS AMD_64

LyX version - 1.6.5

I have a document at:
http://bazaar.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/annotate/head:/specs/1.0.x/mlhim/mlhim-ref-man-1.0.0-enUS.lyx

That generates an error when exporting to PDF (pdflatex  ps2pdf):

First line of error:
Argument of \...@sect has an extra }.

The Description is:

\subsubsection

{DV\_QUANTITY Class \label{sub:DV_QUANTITY-Class}}

I've run across a `}' that doesn't seem to match anything.

For example, `\def\a#1{...}' and `\a}' would produce

this error. If you simply proceed now, the `\par' that

I've just inserted will cause me to report a runaway

argument that might be the root of the problem. But if

your `}' was spurious, just type `2' and it will go away.

Besides not being able to find the offending }.

1) What is usually the cause of this?  I  do a lot of copy/cut - paste.
2) Exactly where and when am I supposed to type a '2' to make this go
away? The description seems to make sense however I am still missing
something here.

Thanks,
Tim



-- 
***
Timothy Cook, MSc

LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook 
Skype ID == (upon request)
Academic.Edu Profile: http://uff.academia.edu/TimothyCook

You may get my Public GPG key from  popular keyservers or
from this link http://timothywayne.cook.googlepages.com/home 



signature.asc
Description: This is a digitally signed message part


Save Date vs. Print Date

2010-05-27 Thread Tim Wescott
Under the 'Article' document type, the title page will list the print 
date of a document.


But I vastly prefer to insert my own date, or to list the save date of 
the file -- it just makes more sense for tracking changes.


Is there a way to get LyX to do this? I didn't see it in the menus.

--
Tim Wescott
Wescott Design Services
Voice: 503-631-7815
Cell:  503-349-8432
http://www.wescottdesign.com




Re: Save Date vs. Print Date

2010-05-27 Thread stephen's mailinglist account
On 27 May 2010 23:30, Tim Wescott t...@wescottdesign.com wrote:
 Under the 'Article' document type, the title page will list the print date
 of a document.

 But I vastly prefer to insert my own date, or to list the save date of the
 file -- it just makes more sense for tracking changes.

 Is there a way to get LyX to do this? I didn't see it in the menus.

 --
 Tim Wescott
 Wescott Design Services
 Voice: 503-631-7815
 Cell:  503-349-8432
 http://www.wescottdesign.com




to insert your own date put
\date{my date} in the latex preamble.

-- 
Stephen


in Lyx-Code quote, double quote, and back-tic not as expected.

2010-05-27 Thread Todd Denniston
Version LyX 1.6.5 (from EPEL repository) on CentOS 5.5


Issue 1:
Am I really expecting the wrong behavior here?

Open a new LyX document (and for complete disclosure set the fonts to Palatino, 
Helvetica, Courier)
type Test and set it to type Section  ##not strictly necessary but this is 
the way I did it.
Set the type of text to LyX-Code
##paste in:
for i in `seq 1 10|awk '{print $1}'`; \
do \
  echo Counter $i; \
done

## click the view pdf button
in the PDF select the whole for loop (for to done) and paste it into a terminal.
find out that
s are ?Smart? double quotes.
's are ?Smart? quotes.
` are I have no idea.
i is i`, I assume this is due to a ligature(is that the correct word?).


As annoying as that is, I did find in the interface that I am allowed to type:
Ctrl+ to get real ASCII double quotes.
Ctrl+' to get real ASCII quotes.
no way to get a real `.
no way to get a real i.

Does anyone know how to get real back-tics (`) and i?


When I was working under Fedora Core 4 (and before) with IIRC LyX 1.4.?? I did 
not have these issues
with any text type, i.e., it did not matter where I was in any portion of the 
PDF output I could
copy and paste and get ASCII out.  It seemed to me that
Does anyone know which of the following product line upgrades would have 
changed the behavior: LyX |
LaTeX | PDFLaTeX | tetex | evince ?

I have seen OCR'ed PDFs that have ASCII text below the picture of the document, 
is there a way to
get the LyX stack to make those kind of PDFs, i.e., have a typeset version the 
gets shown  printed,
but a text version that gets copy and pasted?


Issue 2:
It is also troubling when I export to plain text and find the above ?Smart? 
transformations have
taken place in the text output.
Is there a a way to get a true export to ASCII text?


Thanks.
-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter


newfile1.lyx
Description: application/lyx


Re: Status of internationalization of amsthm environs. in LyX

2010-05-27 Thread Richard Heck

On 05/27/2010 03:39 PM, Rudi Gaelzer wrote:

What's the status of the internationalization effort on the theorem environments
defined by the amsthm package?
I've found the following bug which seems to be still open:
http://www.lyx.org/trac/ticket/1476?id=1476


LyX 2.0 contains some substantial support to i18n of theorems. So you 
might want to ask on the devel list what the status is for Portuguese.


rh



Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris:
  I started from the scratch with the content (Title, Section(s), Paragraphs
  and standard text) and still I had to revert to the default most of the
  settings to get it compile:
...
   - no other spacing besides Single works
   - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default
  works ok.

Jean-Marc Lasgouttes wrote: 
 Note that for journal/conference submissions you are supposed to stick
 to the defaults
 anyway... Many classes are not very tolerant to changes.

Right. But what about the strange top-header? Should I assume this is the way 
it is designed?

Nikos


Re: Spurious '}'

2010-05-27 Thread Uwe Stöhr

Am 27.05.2010 23:46, schrieb Tim Cook:


LyX version - 1.6.5

I have a document at:
http://bazaar.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/annotate/head:/specs/1.0.x/mlhim/mlhim-ref-man-1.0.0-enUS.lyx

That generates an error when exporting to PDF (pdflatex  ps2pdf):

First line of error:
Argument of \...@sect has an extra }.


Please send the next time a _small_ LyX example file.

The bug occurs because you sometimes set the tables as being part of the paragraph headings. 
Sometimes you also set the tables as description - which could cause problems and is senseless. To 
fix this, set the cursor in front of the tables and select the standard environment.

Attached is an excerpt of your document where I fixed this accordingly.

regards Uwe


mlhim-ref-man-1.0.0-enUS.lyx
Description: application/lyx


Re: Check speller in LyX 2.0 alpha3

2010-05-27 Thread Florian Rubach
Am 27.05.2010 22:13, schrieb Francisco J. Ruiz-Ruano Campaña:
 I have installed LyX 2.0 alpha3 in Ubuntu, but I check speller is
 deactivated since I have installed it.
 
 I have installed aspell, ispell and hunspell in spanish, but it doesn't work.
 
 Some ideas?
 
 Thanks.
 

I see the same problem with a self-compiled 2.0-dev, also on Ubuntu
(64bit). I would also very much appreciate any hints if this is fixable.

Regards,

Florian


Re: a box around text on multiple pages

2010-05-27 Thread Guenter Milde
On 2010-05-26, [Ricardo Rodriguez] eBioTIC. wrote:
> Thanks!

> Uwe Stöhr wrote:

>> Shaded boxes are in general able to split across pages. The other 
>> boxes are not, except of those types where the "Allow page breaks" is 
>> enabled.

>> regards Uwe

> Sorry if I seam, or I am!, a bit pigheaded but, please, why are there 
> boxes where "Allow page breaks" can be enable and other where it can't?

Because 
* some boxes (e.g. shaded ones) always allow page breaks (and you must
put them in another box to inhibit page breaks), 

* others require special latex code to allow them, and

* (most probably) some boxes never allow page breaks because they only
  exist to keep content on one page.

To see what happens "behind the scenes", you can enable the source
view (View>Source) and play with the settings.

Günter



Re: a box around text on multiple pages

2010-05-27 Thread Uwe Stöhr

Am 26.05.2010 23:16, schrieb [Ricardo Rodriguez] eBioTIC.:


Shaded boxes are in general able to split across pages. The other
boxes are not, except of those types where the "Allow page breaks" is
enabled.


Sorry if I seam, or I am!, a bit pigheaded but, please, why are there
boxes where "Allow page breaks" can be enable and other where it can't?


Because these are different types of boxes provided by different 
LaTeX-packages. Some packages have this option, some not.
I nevertheless don't understand your confusion: If this option is enable 
in LyX its exists for the current box type, otherwise not.


regards Uwe


Re: Subversion Revision in LyX Document

2010-05-27 Thread Rainer Dorsch
Am Wednesday 26 May 2010 23:20:48 schrieb Julien Rioux:
> On 26/05/2010 1:17 PM, Rainer Dorsch wrote:
> > Hello,
> >
> > we maintain our LyX document in subversion. From time to time, I
> > distribute a pdf. I would like to include the subversion revision number
> > in the document. Is there a easy way to do that?
> >
> > Thanks
> > Rainer
>
> In the preamble:
> \usepackage{svn}
> \SVN $Revision$
>
> In the document, inside a TeX code box:
> \SVNRevision
>
> See also this thread:
> http://www.mail-archive.com/lyx-users@lists.lyx.org/msg78371.html
>
> and:
> http://jtauber.com/blog/2006/03/28/subversion_keywords_in_latex_documents/

Thanks, worked well for me.

For some reason \SVNRevision produces an empty string with texlive 
2007.dfsg.2-1~lenny2 in Debian 5.0, but works as expected in the upcoming 
Debian 6.0 testing release.

Rainer

-- 
Rainer Dorsch
Lärchenstr. 6
D-72135 Dettenhausen
07157-734133
jabber: rdor...@jabber.org
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/


Wrap of long strings

2010-05-27 Thread Rainer Dorsch
Hello,

in some parts of a document I have texts with long words (e.g. directory 
names, etc.), which I want to wrap whenever I reach \textwidth (even in the 
middle of a word). Has anybody a suggestion how to do that efficiently for a 
limited small parts in a document? I would even be happy to just mark the 
word, that it can be broken up at any place

Thanks,
Rainer
-- 
Rainer Dorsch
Lärchenstr. 6
D-72135 Dettenhausen
07157-734133
jabber: rdor...@jabber.org
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/


true raw Latex commands in math mode

2010-05-27 Thread Matthias Blaicher
Hallo,

I am using LyX with Sweave to directly access R in my LyX document.
This all works great but there is a tiny thing bugging me a lot:

There is the sweave LaTeX command \Sexpr{ foo } which allows you to
directly insert the content of foo into the document. Let's say there
is a variable foo_bar then I can access foo_bar by inserting an ERT
\Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
always wants to escape the underscore to \Sexpr{foo_{b}ar} .

So how can I insert true raw ERT commands in math mode or is this
perhaps even not possible?

Thanks for your help!

Matthias


Re: Wrap of long strings

2010-05-27 Thread Liviu Andronic
On 5/27/10, Rainer Dorsch  wrote:
>  in some parts of a document I have texts with long words (e.g. directory
>  names, etc.), which I want to wrap whenever I reach \textwidth (even in the
>  middle of a word). Has anybody a suggestion how to do that efficiently for a
>  limited small parts in a document? I would even be happy to just mark the
>  word, that it can be broken up at any place
>
One thing to is Insert > Formatting > Hyphenation point, which will be
used if needed.
Liviu


Re: true raw Latex commands in math mode

2010-05-27 Thread Paul Rubin
Matthias Blaicher  googlemail.com> writes:

> There is the sweave LaTeX command \Sexpr{ foo } which allows you to
> directly insert the content of foo into the document. Let's say there
> is a variable foo_bar then I can access foo_bar by inserting an ERT
> \Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
> always wants to escape the underscore to \Sexpr{foo_{b}ar} .
> 
> So how can I insert true raw ERT commands in math mode or is this
> perhaps even not possible?

I don't know that there is any way to use an underscore as part of a variable
name and have it survive math mode.  Here's a workaround:

In ERT: \def\temp{\Sexpr{foo_bar}}
In math inset:  $blah blah \temp blah blah$

/Paul





Re: true raw Latex commands in math mode

2010-05-27 Thread Richard Heck

On 05/27/2010 09:57 AM, Matthias Blaicher wrote:

Hallo,

I am using LyX with Sweave to directly access R in my LyX document.
This all works great but there is a tiny thing bugging me a lot:

There is the sweave LaTeX command \Sexpr{ foo } which allows you to
directly insert the content of foo into the document. Let's say there
is a variable foo_bar then I can access foo_bar by inserting an ERT
\Sexpr{foo_bar}. This works fine in text but NOT in math mode. It
always wants to escape the underscore to \Sexpr{foo_{b}ar} .

So how can I insert true raw ERT commands in math mode or is this
perhaps even not possible?

   
This makes sense, in that _ is always interpreted as subscript in 
mathmode. Does it work if you do: \Sexpr{foo\_bar}?


Richard



Re: problem adding a module Lyx 2.0 Alpha3

2010-05-27 Thread Richard Heck

On 05/27/2010 07:02 AM, Artimess wrote:

Hi Richard,

Here is my lxymodules.lst, sending it as an attachment.  I deleted 
this afterward, I no longer get the error message, but the module I 
defined is not recognized neither.

Any suggestions?


Silly me. The problem is the quotes in the module description:

#DescriptionBegin
#Adds a float for "Code Listing".
#DescriptionEnd

which messes up the parsing. So remove the quotes and you will be fine.

rh



Re: Wrap of long strings

2010-05-27 Thread Michael Reed
On Thursday 27 May 2010 13:05:22 Rainer Dorsch wrote:
> Hello,
> 
> in some parts of a document I have texts with long words (e.g. directory
> names, etc.), which I want to wrap whenever I reach \textwidth (even in the
> middle of a word). Has anybody a suggestion how to do that efficiently for
> a limited small parts in a document? I would even be happy to just mark
> the word, that it can be broken up at any place

The insert hyperlink function has a setting for filenames, if that's any use.

-- 
http://www.unmusic.co.uk/ Michael Reed -- technology, gender and geek culture 
freelance writer. 




LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Hi list,

does there exist a LyX layout for the tRES2e.cls [1] (and its respective .sty 
files)? How long, do you (experienced users or devs) think it would take for 
an average LyX user to implement this?

Thank you, Nikos

---
[1]  from 



Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 11:41 AM, Nikos Alexandris wrote:

Hi list,

does there exist a LyX layout for the tRES2e.cls [1] (and its respective .sty
files)? How long, do you (experienced users or devs) think it would take for
an average LyX user to implement this?


This seems to be article-based, so the simple procedure described in 
Customization chapter 5 will probably get you half way there. That said, 
you probably want to add a DefaultModule line that will load 
theorems-ams, since the example tex file uses theorems. Otherwise, all 
the sty files are standard LaTeX styles which they provide for convenience.


See how the attached works.

Richard


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[tRES2e]{article (tres2)}
# 

Format 11
Input stdclass.inc

DefaultModule theorems-ams

SecNumDepth 3
TocDepth3

NoStyle Chapter
NoStyle Chapter*




Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris wrote:
> > does there exist a LyX layout for the tRES2e.cls [1] (and its respective
> > .sty files)? How long, do you (experienced users or devs) think it would
> > take for an average LyX user to implement this?

Richard Heck: 
> This seems to be article-based, so the simple procedure described in
> Customization chapter 5 will probably get you half way there. That said,
> you probably want to add a DefaultModule line that will load
> theorems-ams, since the example tex file uses theorems. Otherwise, all
> the sty files are standard LaTeX styles which they provide for convenience.
> 
> See how the attached works.

Thank you Richard.

It is (if I am not wrong) article-based. I've scanned the "Customisation 
chapter 5" and the question I have to answer to myself is whether I could 
invest a few hours on it and get it done or whether I am fool to assume that I 
will implement this within less than 1-2 days (in the latter case I have to 
drop this task for now).

(
Needless to say that, first, I have/want to understand why "theroems-ams" is 
required.
)

About the layout you posted: a title, two Section(s) with some standard text 
gives the following error:

"LaTeX Error: Command \proof already defined."

Does this relate to... well, the "theorems-ams" module?

(using LyX 1.6.6svn under Kubuntu Lucid 64-bit)
Best regards, Nikos




Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 01:40 PM, Nikos Alexandris wrote:


It is (if I am not wrong) article-based. I've scanned the "Customisation
chapter 5" and the question I have to answer to myself is whether I could
invest a few hours on it and get it done or whether I am fool to assume that I
will implement this within less than 1-2 days (in the latter case I have to
drop this task for now).

(
Needless to say that, first, I have/want to understand why "theroems-ams" is
required.
)

   
I thought it would be for theorems, etc, but perhaps it is not required: 
Maybe the style already defines some of these environments.



About the layout you posted: a title, two Section(s) with some standard text
gives the following error:

"LaTeX Error: Command \proof already defined."

Does this relate to... well, the "theorems-ams" module?

   

Probably. Try removing that.

rh



Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris wrote:
> > It is (if I am not wrong) article-based.

Maybe not after all... ?
[...]

Richard Heck: 
> I thought it would be for theorems, etc, but perhaps it is not required:
> Maybe the style already defines some of these environments.
 
> > About the layout you posted: a title, two Section(s) with some standard
> > text gives the following error:
> > "LaTeX Error: Command \proof already defined."

> > Does this relate to... well, the "theorems-ams" module?

> Probably. Try removing that.

Already did so and get the same error. After looking in "tRES2e.cls" I see no 
line that contains the string "Load" and all "article" strings are actually 
"articletype". I hope that the document does really work upon an existing 
class... (hmm?)

Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris

Nikos Alexandris wrote:
> >>> Does this relate to... well, the "theorems-ams" module?

> >> Probably. Try removing that.

> > Already did so and get the same error. After looking in "tRES2e.cls" I
> > see no line that contains the string "Load" and all "article" strings
> > are actually "articletype". I hope that the document does really work
> > upon an existing class... (hmm?)

Richard Heck wrote: 
> Hmm. If you look at View>Source (Complete Source), is there anything in
> the preamble that might be loading a proof environment?

I guess so after seeing (below) the "ams..." stuff, right?

--%<--- head of complete source --%<---
\documentclass[english]{tRES2e}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{babel}
--->%--

I think that tRES2e is an independent class. Does this mean the layout has to 
build from scratch?

Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Richard Heck

On 05/27/2010 03:32 PM, Nikos Alexandris wrote:


Richard Heck wrote:
   

Hmm. If you look at View>Source (Complete Source), is there anything in
the preamble that might be loading a proof environment?
 

I guess so after seeing (below) the "ams..." stuff, right?

--%<--- head of complete source --%<---
\documentclass[english]{tRES2e}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{babel}
--->%--

   

LyX is adding these, then. Try something like:
Provides amsthm 1
Provides amsmath 1
That tells LyX it doesn't need to load these. Which precisely you need 
LyX not to load will depend upon what tRES2e loads itself.



I think that tRES2e is an independent class. Does this mean the layout has to
build from scratch?

   
No, you can still start with article, since tRES2e defines mostly 
article-like environments. The semantics doesn't matter so much as the 
syntax.


Richard



Status of internationalization of amsthm environs. in LyX

2010-05-27 Thread Rudi Gaelzer
What's the status of the internationalization effort on the theorem 
environments 
defined by the amsthm package?
I've found the following bug which seems to be still open:
http://www.lyx.org/trac/ticket/1476?id=1476

So, what should I do if I want the captions of the theorem environs. translated 
to Portuguese in LyX?

I've also found the following reply:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg73431.html
where the inc and module files were translated to Spanish.
Should I start from there and translate the same to Portuguese?

Thanks in advance.
-- 
Rudi Gaelzer
Department of Physics
Institute of Physics and Mathematics
Federal University of Pelotas
BRAZIL
Registered linux user # 153741


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Richard Heck wrote:
> >> Hmm. If you look at View>Source (Complete Source), is there anything in
> >> the preamble that might be loading a proof environment?

Nikos Alexandris wrote: 
> > I guess so after seeing (below) the "ams..." stuff, right?
> > 
> > --%<--- head of complete source --%<---
> > \documentclass[english]{tRES2e}
> > \usepackage[T1]{fontenc}
> > \usepackage[latin9]{inputenc}
> > \usepackage{amsthm}
> > \usepackage{amsmath}
> > \usepackage{babel}
> > --->%--

Richard Heck: 
> LyX is adding these, then. Try something like:
>  Provides amsthm 1
>  Provides amsmath 1
> That tells LyX it doesn't need to load these. Which precisely you need
> LyX not to load will depend upon what tRES2e loads itself.

Crazy... it compiles :D

(tres2e.layout and the a .lyx test-files attached -- as usual, the respective 
.cls and .sty files have to be made available to LaTeX)

> > I think that tRES2e is an independent class. Does this mean the layout
> > has to build from scratch?
 
> No, you can still start with article, since tRES2e defines mostly
> article-like environments. The semantics doesn't matter so much as the
> syntax.

Thank you so much Richard. Are there (other) things that I need to pay 
attention to?

Nikos
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[tRES2e]{article (tres2)}
# 

Format 11
Input stdclass.inc

SecNumDepth 3
TocDepth3

Provides amsthm 1
Provides amsmath 1

NoStyle Chapter
NoStyle Chapter*




testing_the_tres2e_layout.lyx
Description: application/lyx


Check speller in LyX 2.0 alpha3

2010-05-27 Thread Francisco J . Ruiz-Ruano Campaña
I have installed LyX 2.0 alpha3 in Ubuntu, but I check speller is
deactivated since I have installed it.

I have installed aspell, ispell and hunspell in spanish, but it doesn't work.

Some ideas?

Thanks.


Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
On Thursday 27 of May 2010 21:58:56 Nikos Alexandris wrote:
[...] 
> Are there (other) things that I need to pay attention to?

Some comments:

I have an article based on koma-script with various nice tricks included (like 
in-line enumeration, scaled sub-tables, sub-figures and more...). I've changed 
over to tRES layout and, as expected, it gives many errors.

I started from the scratch with the content (Title, Section(s), Paragraphs and 
standard text) and still I had to revert to the default most of the settings 
to get it compile:

  - no other spacing besides "Single" works
  - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default works ok.
  - I have trouble to get away the _ugly_ Headings. All of the styles (even 
the default) give something problematic: the (.lyx) filename is printed on the 
very top line and about 3/4 of the page-width the line breaks and continues in 
the next with very bold underscore characters (I use them a lot when I name 
files).

When ever I have more free-time I'll try to test more. If this works out it 
could be an addition in LyX-wiki (given there are no legal issues?).

Thanks again, Nikos


Re: LyX layout for tRES?

2010-05-27 Thread Jean-Marc Lasgouttes

Le 27 mai 10 à 22:31, Nikos Alexandris a écrit :
I started from the scratch with the content (Title, Section(s),  
Paragraphs and
standard text) and still I had to revert to the default most of the  
settings

to get it compile:

 - no other spacing besides "Single" works
 - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default  
works ok.


Note that for journal/conference submissions you are supposed to stick  
to the defaults

anyway... Many classes are not very tolerant to changes.

JMarc

Spurious '}'

2010-05-27 Thread Tim Cook
Hi All,

Ubuntu 10.04 LTS AMD_64

LyX version - 1.6.5

I have a document at:
http://bazaar.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/annotate/head:/specs/1.0.x/mlhim/mlhim-ref-man-1.0.0-enUS.lyx

That generates an error when exporting to PDF (pdflatex & ps2pdf):

First line of error:
Argument of \...@sect has an extra }.

The Description is:

\subsubsection

{DV\_QUANTITY Class \label{sub:DV_QUANTITY-Class}}

I've run across a `}' that doesn't seem to match anything.

For example, `\def\a#1{...}' and `\a}' would produce

this error. If you simply proceed now, the `\par' that

I've just inserted will cause me to report a runaway

argument that might be the root of the problem. But if

your `}' was spurious, just type `2' and it will go away.

Besides not being able to find the offending }.

1) What is usually the cause of this?  I  do a lot of copy/cut - paste.
2) Exactly where and when am I supposed to type a '2' to make this go
away? The description seems to make sense however I am still missing
something here.

Thanks,
Tim



-- 
***
Timothy Cook, MSc

LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook 
Skype ID == (upon request)
Academic.Edu Profile: http://uff.academia.edu/TimothyCook

You may get my Public GPG key from  popular keyservers or
from this link http://timothywayne.cook.googlepages.com/home 



signature.asc
Description: This is a digitally signed message part


Save Date vs. Print Date

2010-05-27 Thread Tim Wescott
Under the 'Article' document type, the title page will list the print 
date of a document.


But I vastly prefer to insert my own date, or to list the save date of 
the file -- it just makes more sense for tracking changes.


Is there a way to get LyX to do this? I didn't see it in the menus.

--
Tim Wescott
Wescott Design Services
Voice: 503-631-7815
Cell:  503-349-8432
http://www.wescottdesign.com




Re: Save Date vs. Print Date

2010-05-27 Thread stephen's mailinglist account
On 27 May 2010 23:30, Tim Wescott  wrote:
> Under the 'Article' document type, the title page will list the print date
> of a document.
>
> But I vastly prefer to insert my own date, or to list the save date of the
> file -- it just makes more sense for tracking changes.
>
> Is there a way to get LyX to do this? I didn't see it in the menus.
>
> --
> Tim Wescott
> Wescott Design Services
> Voice: 503-631-7815
> Cell:  503-349-8432
> http://www.wescottdesign.com
>
>
>

to insert your own date put
\date{my date} in the latex preamble.

-- 
Stephen


in Lyx-Code quote, double quote, and back-tic not as expected.

2010-05-27 Thread Todd Denniston
Version LyX 1.6.5 (from EPEL repository) on CentOS 5.5


Issue 1:
Am I really expecting the wrong behavior here?

Open a new LyX document (and for complete disclosure set the fonts to Palatino, 
Helvetica, Courier)
type "Test" and set it to type Section  ##not strictly necessary but this is 
the way I did it.
Set the type of text to LyX-Code
##paste in:
for i in `seq 1 10|awk '{print $1}'`; \
do \
  echo "Counter $i"; \
done

## click the view pdf button
in the PDF select the whole for loop (for to done) and paste it into a terminal.
find out that
"s are ?Smart? double quotes.
's are ?Smart? quotes.
` are I have no idea.
i is i`, I assume this is due to a ligature(is that the correct word?).


As annoying as that is, I did find in the interface that I am allowed to type:
Ctrl+" to get real ASCII double quotes.
Ctrl+' to get real ASCII quotes.
no way to get a real `.
no way to get a real i.

Does anyone know how to get real back-tics (`) and i?


When I was working under Fedora Core 4 (and before) with IIRC LyX 1.4.?? I did 
not have these issues
with any text type, i.e., it did not matter where I was in any portion of the 
PDF output I could
copy and paste and get ASCII out.  It seemed to me that
Does anyone know which of the following product line upgrades would have 
changed the behavior: LyX |
LaTeX | PDFLaTeX | tetex | evince ?

I have seen OCR'ed PDFs that have ASCII text below the picture of the document, 
is there a way to
get the LyX stack to make those kind of PDFs, i.e., have a typeset version the 
gets shown & printed,
but a text version that gets copy and pasted?


Issue 2:
It is also troubling when I export to "plain text" and find the above ?Smart? 
transformations have
taken place in the text output.
Is there a a way to get a true export to "ASCII text"?


Thanks.
-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter


newfile1.lyx
Description: application/lyx


Re: Status of internationalization of amsthm environs. in LyX

2010-05-27 Thread Richard Heck

On 05/27/2010 03:39 PM, Rudi Gaelzer wrote:

What's the status of the internationalization effort on the theorem environments
defined by the amsthm package?
I've found the following bug which seems to be still open:
http://www.lyx.org/trac/ticket/1476?id=1476


LyX 2.0 contains some substantial support to i18n of theorems. So you 
might want to ask on the devel list what the status is for Portuguese.


rh



Re: LyX layout for tRES?

2010-05-27 Thread Nikos Alexandris
Nikos Alexandris:
> > I started from the scratch with the content (Title, Section(s), Paragraphs
> > and standard text) and still I had to revert to the default most of the
> > settings to get it compile:
...
> >  - no other spacing besides "Single" works
> >  - Page Margins when set to custom 2, 2, 2, 2 are a mess. Default
> > works ok.

Jean-Marc Lasgouttes wrote: 
> Note that for journal/conference submissions you are supposed to stick
> to the defaults
> anyway... Many classes are not very tolerant to changes.

Right. But what about the strange top-header? Should I assume this is the way 
it is designed?

Nikos


Re: Spurious '}'

2010-05-27 Thread Uwe Stöhr

Am 27.05.2010 23:46, schrieb Tim Cook:


LyX version - 1.6.5

I have a document at:
http://bazaar.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/annotate/head:/specs/1.0.x/mlhim/mlhim-ref-man-1.0.0-enUS.lyx

That generates an error when exporting to PDF (pdflatex&  ps2pdf):

First line of error:
Argument of \...@sect has an extra }.


Please send the next time a _small_ LyX example file.

The bug occurs because you sometimes set the tables as being part of the paragraph headings. 
Sometimes you also set the tables as description - which could cause problems and is senseless. To 
fix this, set the cursor in front of the tables and select the standard environment.

Attached is an excerpt of your document where I fixed this accordingly.

regards Uwe


mlhim-ref-man-1.0.0-enUS.lyx
Description: application/lyx


Re: Check speller in LyX 2.0 alpha3

2010-05-27 Thread Florian Rubach
Am 27.05.2010 22:13, schrieb Francisco J. Ruiz-Ruano Campaña:
> I have installed LyX 2.0 alpha3 in Ubuntu, but I check speller is
> deactivated since I have installed it.
> 
> I have installed aspell, ispell and hunspell in spanish, but it doesn't work.
> 
> Some ideas?
> 
> Thanks.
> 

I see the same problem with a self-compiled 2.0-dev, also on Ubuntu
(64bit). I would also very much appreciate any hints if this is fixable.

Regards,

Florian