Re: dictionary not found

2014-11-12 Thread Marcelo Acuña
hello Stephan, the problem that I have is that Lyx not recognize hunspell, and 
the hunspell path in preferences is greyed.At the present moment lyx recognize 
aspell and enchant.Aspell say that no found dictionaries, but enchant work.
The only problem is that enchant not recognize my personal dictionary.
RegardsMarcelo 

 El Miércoles, 5 de noviembre, 2014 10:31:04, Stephan Witt 
st.w...@gmx.net escribió:
   

 Am 05.11.2014 um 14:10 schrieb Marcelo Acuña marceloacu...@yahoo.com:

 I get a partial solution.
 After several attempts by uninstalling and reinstalling all translators, 
 dictionaries and libraries and recompile lyx every time, now lyx recognize 
 enchant and aspell well, which did not have before. Aspell remain saying not 
 have dictionaries but enchant work ok.
 Now I have the problem that enchant not take my personalized dictionaries.
 I put my dictionaries in home/user but enchant deletes when I start the 
 spellchecker.
 Any idea?

Marcelo,

why don't you answer my proposal to set the path in preferences? Didn't it work?

As I've said already enchant has no good support in LyX.
I cannot help you with enchant trouble shooting.
Perhaps some other user can help you.

Stephan
 
 
 
 El Martes, 4 de noviembre, 2014 16:12:04, Stephan Witt st.w...@gmx.net 
 escribió:
 
 
 
 Am 04.11.2014 um 17:27 schrieb Marcelo Acuña marceloacu...@yahoo.com:
 
 Stephan:  
  Which spell checker has a spanish dictionary?
  ispell, aspell, myspell
 
 myspell is the the only usable package in your scenario. In fact it's 
 hunspell. The debian package puts the dictionaries into /usr/share/hunspell. 
 (At least the package contents here says so: 
 https://packages.debian.org/wheezy/all/myspell-es/filelist)
 
 So you may enter the mentioned path into your preferences and see if it 
 works. 
 
 Stephan
 
 
  LyX has to be compiled with hunspell support. That's enough.
 
 Yes. I installed all lib and necesary modules for enchant and hunspell, when 
 I run ./configure I get all the messages that say enchant and hunspell are 
 ready.
 
 Marcelo
 
 El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt st.w...@gmx.net 
 escribió:
 
 
 Am 03.11.2014 um 16:19 schrieb Marcelo Acuña marceloacu...@yahoo.com:
 
  The problem with hunspell is that debian no have spanish dictionary for 
  hunspell.
 
 Then you have to grab them from other source.
 
 Which spell checker has a spanish dictionary?
 
  Plus I installed hunspell but is not recongized by lyx 2.1.x.
 
 LyX has to be compiled with hunspell support. That's enough.
 And you has to point it to the dictionaries if you have put them
 to a non-standard place (/usr/share/myspell is standard for LyX).
 
 Stephan
 
 
  El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt st.w...@gmx.net 
  escribió:
  
  
  Am 03.11.2014 um 05:41 schrieb John Coppens j...@jcoppens.com:
  
   On Sun, 2 Nov 2014 22:43:17 +0100
   Stephan Witt st.w...@gmx.net wrote:
   
   Can you try the Hunspell package, please?
   Enchant support in LyX 2.1 is not very good.
   
   I have exactly the same problem with hunspell. I compiled and installed 
   it,
   added en_US and es_ES dictionaries, and tested it on a couple of text
   files from the console - no problem.
   
   When I start it from LyX, I get the message Spellchecker has no
   dictionaries
  
  So, the dictionaries are not found.
  
  The hunspell backend is better prepared for this situation, though.
  You can open the message pane (in View menu) and enable debug messages
  for Files used by LyX. Then make sure you've enabled the Hunspell 
  checker in preferences. Now you can start the spell check and you'll see
  the files/directories LyX is looking for dictionaries in message pane.
  
   Strange: I configured Hunspell in LyX and did an strace. In the strace
   output I found:
   
   open(/usr/lib64/libhunspell-1.3.so.0, O_RDONLY|O_CLOEXEC) = 3
   read(3, 
   \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\224\0\0\0\0\0\0..., 
   832) = 832
   fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
   mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 
   0) = 0x7ff13f128000
   mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
   mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
   MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
   close(3)                                = 0
   
   open(/usr/lib64/libaspell.so.15, O_RDONLY|O_CLOEXEC) = 3
   read(3, 
   \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\\215\2\0\0\0\0\0..., 
   832) = 832
   fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
   mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 
   0) = 0x7ff13ee68000
   mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
   mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
   MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
   mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
   MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
   close(3

Re: dictionary not found

2014-11-12 Thread Marcelo Acuña
hello Stephan, the problem that I have is that Lyx not recognize hunspell, and 
the hunspell path in preferences is greyed.At the present moment lyx recognize 
aspell and enchant.Aspell say that no found dictionaries, but enchant work.
The only problem is that enchant not recognize my personal dictionary.
RegardsMarcelo 

 El Miércoles, 5 de noviembre, 2014 10:31:04, Stephan Witt 
st.w...@gmx.net escribió:
   

 Am 05.11.2014 um 14:10 schrieb Marcelo Acuña marceloacu...@yahoo.com:

 I get a partial solution.
 After several attempts by uninstalling and reinstalling all translators, 
 dictionaries and libraries and recompile lyx every time, now lyx recognize 
 enchant and aspell well, which did not have before. Aspell remain saying not 
 have dictionaries but enchant work ok.
 Now I have the problem that enchant not take my personalized dictionaries.
 I put my dictionaries in home/user but enchant deletes when I start the 
 spellchecker.
 Any idea?

Marcelo,

why don't you answer my proposal to set the path in preferences? Didn't it work?

As I've said already enchant has no good support in LyX.
I cannot help you with enchant trouble shooting.
Perhaps some other user can help you.

Stephan
 
 
 
 El Martes, 4 de noviembre, 2014 16:12:04, Stephan Witt st.w...@gmx.net 
 escribió:
 
 
 
 Am 04.11.2014 um 17:27 schrieb Marcelo Acuña marceloacu...@yahoo.com:
 
 Stephan:  
  Which spell checker has a spanish dictionary?
  ispell, aspell, myspell
 
 myspell is the the only usable package in your scenario. In fact it's 
 hunspell. The debian package puts the dictionaries into /usr/share/hunspell. 
 (At least the package contents here says so: 
 https://packages.debian.org/wheezy/all/myspell-es/filelist)
 
 So you may enter the mentioned path into your preferences and see if it 
 works. 
 
 Stephan
 
 
  LyX has to be compiled with hunspell support. That's enough.
 
 Yes. I installed all lib and necesary modules for enchant and hunspell, when 
 I run ./configure I get all the messages that say enchant and hunspell are 
 ready.
 
 Marcelo
 
 El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt st.w...@gmx.net 
 escribió:
 
 
 Am 03.11.2014 um 16:19 schrieb Marcelo Acuña marceloacu...@yahoo.com:
 
  The problem with hunspell is that debian no have spanish dictionary for 
  hunspell.
 
 Then you have to grab them from other source.
 
 Which spell checker has a spanish dictionary?
 
  Plus I installed hunspell but is not recongized by lyx 2.1.x.
 
 LyX has to be compiled with hunspell support. That's enough.
 And you has to point it to the dictionaries if you have put them
 to a non-standard place (/usr/share/myspell is standard for LyX).
 
 Stephan
 
 
  El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt st.w...@gmx.net 
  escribió:
  
  
  Am 03.11.2014 um 05:41 schrieb John Coppens j...@jcoppens.com:
  
   On Sun, 2 Nov 2014 22:43:17 +0100
   Stephan Witt st.w...@gmx.net wrote:
   
   Can you try the Hunspell package, please?
   Enchant support in LyX 2.1 is not very good.
   
   I have exactly the same problem with hunspell. I compiled and installed 
   it,
   added en_US and es_ES dictionaries, and tested it on a couple of text
   files from the console - no problem.
   
   When I start it from LyX, I get the message Spellchecker has no
   dictionaries
  
  So, the dictionaries are not found.
  
  The hunspell backend is better prepared for this situation, though.
  You can open the message pane (in View menu) and enable debug messages
  for Files used by LyX. Then make sure you've enabled the Hunspell 
  checker in preferences. Now you can start the spell check and you'll see
  the files/directories LyX is looking for dictionaries in message pane.
  
   Strange: I configured Hunspell in LyX and did an strace. In the strace
   output I found:
   
   open(/usr/lib64/libhunspell-1.3.so.0, O_RDONLY|O_CLOEXEC) = 3
   read(3, 
   \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\224\0\0\0\0\0\0..., 
   832) = 832
   fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
   mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 
   0) = 0x7ff13f128000
   mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
   mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
   MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
   close(3)                                = 0
   
   open(/usr/lib64/libaspell.so.15, O_RDONLY|O_CLOEXEC) = 3
   read(3, 
   \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\\215\2\0\0\0\0\0..., 
   832) = 832
   fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
   mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 
   0) = 0x7ff13ee68000
   mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
   mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
   MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
   mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
   MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
   close(3

Re: dictionary not found

2014-11-12 Thread Marcelo Acuña
hello Stephan, the problem that I have is that Lyx not recognize hunspell, and 
the hunspell path in preferences is greyed.At the present moment lyx recognize 
aspell and enchant.Aspell say that no found dictionaries, but enchant work.
The only problem is that enchant not recognize my personal dictionary.
RegardsMarcelo 

 El Miércoles, 5 de noviembre, 2014 10:31:04, Stephan Witt 
<st.w...@gmx.net> escribió:
   

 Am 05.11.2014 um 14:10 schrieb Marcelo Acuña <marceloacu...@yahoo.com>:

> I get a partial solution.
> After several attempts by uninstalling and reinstalling all translators, 
> dictionaries and libraries and recompile lyx every time, now lyx recognize 
> enchant and aspell well, which did not have before. Aspell remain saying not 
> have dictionaries but enchant work ok.
> Now I have the problem that enchant not take my personalized dictionaries.
> I put my dictionaries in home/user but enchant deletes when I start the 
> spellchecker.
> Any idea?

Marcelo,

why don't you answer my proposal to set the path in preferences? Didn't it work?

As I've said already enchant has no good support in LyX.
I cannot help you with enchant trouble shooting.
Perhaps some other user can help you.

Stephan
 
> 
> 
> El Martes, 4 de noviembre, 2014 16:12:04, Stephan Witt <st.w...@gmx.net> 
> escribió:
> 
> 
> 
> Am 04.11.2014 um 17:27 schrieb Marcelo Acuña <marceloacu...@yahoo.com>:
> 
>> Stephan:  
>>  "Which spell checker has a spanish dictionary?"
>>  ispell, aspell, myspell
> 
> myspell is the the only usable package in your scenario. In fact it's 
> hunspell. The debian package puts the dictionaries into /usr/share/hunspell. 
> (At least the package contents here says so: 
> https://packages.debian.org/wheezy/all/myspell-es/filelist)
> 
> So you may enter the mentioned path into your preferences and see if it 
> works. 
> 
> Stephan
> 
>> 
>>  "LyX has to be compiled with hunspell support. That's enough."
>> 
>> Yes. I installed all lib and necesary modules for enchant and hunspell, when 
>> I run ./configure I get all the messages that say enchant and hunspell are 
>> ready.
>> 
>> Marcelo
>> 
>> El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt <st.w...@gmx.net> 
>> escribió:
>> 
>> 
>> Am 03.11.2014 um 16:19 schrieb Marcelo Acuña <marceloacu...@yahoo.com>:
>> 
>> > The problem with hunspell is that debian no have spanish dictionary for 
>> > hunspell.
>> 
>> Then you have to grab them from other source.
>> 
>> Which spell checker has a spanish dictionary?
>> 
>> > Plus I installed hunspell but is not recongized by lyx 2.1.x.
>> 
>> LyX has to be compiled with hunspell support. That's enough.
>> And you has to point it to the dictionaries if you have put them
>> to a non-standard place (/usr/share/myspell is standard for LyX).
>> 
>> Stephan
>> 
>> 
>> > El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt <st.w...@gmx.net> 
>> > escribió:
>> > 
>> > 
>> > Am 03.11.2014 um 05:41 schrieb John Coppens <j...@jcoppens.com>:
>> > 
>> > > On Sun, 2 Nov 2014 22:43:17 +0100
>> > > Stephan Witt <st.w...@gmx.net> wrote:
>> > > 
>> > >> Can you try the Hunspell package, please?
>> > >> Enchant support in LyX 2.1 is not very good.
>> > > 
>> > > I have exactly the same problem with hunspell. I compiled and installed 
>> > > it,
>> > > added en_US and es_ES dictionaries, and tested it on a couple of text
>> > > files from the console - no problem.
>> > > 
>> > > When I start it from LyX, I get the message "Spellchecker has no
>> > > dictionaries"
>> > 
>> > So, the dictionaries are not found.
>> > 
>> > The hunspell backend is better prepared for this situation, though.
>> > You can open the message pane (in View menu) and enable debug messages
>> > for "Files used by LyX". Then make sure you've enabled the Hunspell 
>> > checker in preferences. Now you can start the spell check and you'll see
>> > the files/directories LyX is looking for dictionaries in message pane.
>> > 
>> > > Strange: I configured Hunspell in LyX and did an strace. In the strace
>> > > output I found:
>> > > 
>> > > open("/usr/lib64/libhunspell-1.3.so.0", O_RDONLY|O_CLOEXEC) = 3
>> > > read(3, 
>> > > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\224\0\0\

Re: dictionary not found

2014-11-05 Thread Marcelo Acuña
I get a partial solution.After several attempts by uninstalling and 
reinstalling all translators, dictionaries and libraries and recompile lyx 
every time, now lyx recognize enchant and aspell well, which did not have 
before. Aspell remain saying not have dictionaries but enchant work ok.Now I 
have the problem that enchant not take my personalized dictionaries.I put my 
dictionaries in home/user but enchant deletes when I start the spellchecker.Any 
idea? 

 El Martes, 4 de noviembre, 2014 16:12:04, Stephan Witt st.w...@gmx.net 
escribió:
   

 
Am 04.11.2014 um 17:27 schrieb Marcelo Acuña marceloacu...@yahoo.com:


Stephan:  
  Which spell checker has a spanish dictionary?  ispell, aspell, myspell


myspell is the the only usable package in your scenario. In fact it's hunspell. 
The debian package puts the dictionaries into /usr/share/hunspell. (At least 
the package contents here says so: 
https://packages.debian.org/wheezy/all/myspell-es/filelist)
So you may enter the mentioned path into your preferences and see if it works. 
Stephan

 
 LyX has to be compiled with hunspell support. That's enough.
Yes. I installed all lib and necesary modules for enchant and hunspell, when I 
run ./configure I get all the messages that say enchant and hunspell are ready.
Marcelo

  El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt st.w...@gmx.net 
escribió:
   

 Am 03.11.2014 um 16:19 schrieb Marcelo Acuña marceloacu...@yahoo.com:

 The problem with hunspell is that debian no have spanish dictionary for 
 hunspell.

Then you have to grab them from other source.

Which spell checker has a spanish dictionary?
 
 Plus I installed hunspell but is not recongized by lyx 2.1.x.

LyX has to be compiled with hunspell support. That's enough.
And you has to point it to the dictionaries if you have put them
to a non-standard place (/usr/share/myspell is standard for LyX).

Stephan

 El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt st.w...@gmx.net 
 escribió:
 
 
 Am 03.11.2014 um 05:41 schrieb John Coppens j...@jcoppens.com:
 
  On Sun, 2 Nov 2014 22:43:17 +0100
  Stephan Witt st.w...@gmx.net wrote:
  
  Can you try the Hunspell package, please?
  Enchant support in LyX 2.1 is not very good.
  
  I have exactly the same problem with hunspell. I compiled and installed it,
  added en_US and es_ES dictionaries, and tested it on a couple of text
  files from the console - no problem.
  
  When I start it from LyX, I get the message Spellchecker has no
  dictionaries
 
 So, the dictionaries are not found.
 
 The hunspell backend is better prepared for this situation, though.
 You can open the message pane (in View menu) and enable debug messages
 for Files used by LyX. Then make sure you've enabled the Hunspell 
 checker in preferences. Now you can start the spell check and you'll see
 the files/directories LyX is looking for dictionaries in message pane.
 
  Strange: I configured Hunspell in LyX and did an strace. In the strace
  output I found:
  
  open(/usr/lib64/libhunspell-1.3.so.0, O_RDONLY|O_CLOEXEC) = 3
  read(3, 
  \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\224\0\0\0\0\0\0..., 832) 
  = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
  mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
  0x7ff13f128000
  mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
  mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
  close(3)                                = 0
  
  open(/usr/lib64/libaspell.so.15, O_RDONLY|O_CLOEXEC) = 3
  read(3, 
  \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\\215\2\0\0\0\0\0..., 
  832) = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
  mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
  0x7ff13ee68000
  mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
  mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
  mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
  close(3)                                = 0
  
  Why is aspell called after hunspell?
 
 You're using LyX with backend support for more than one spell checker.
 Every spell checker comes with it's own shared library.
 These open calls are made on program startup to resolve the library function 
 addresses.
 Your strace output doesn't indicate any function call...
 
  No other hunspell directory or file is opened after this. Several
  aspell/enchant directories *are* opened. 
 
 Where? What is an enchant directory?
 
 
 Stephan
 
 


   


   

Re: dictionary not found

2014-11-05 Thread Marcelo Acuña
I get a partial solution.After several attempts by uninstalling and 
reinstalling all translators, dictionaries and libraries and recompile lyx 
every time, now lyx recognize enchant and aspell well, which did not have 
before. Aspell remain saying not have dictionaries but enchant work ok.Now I 
have the problem that enchant not take my personalized dictionaries.I put my 
dictionaries in home/user but enchant deletes when I start the spellchecker.Any 
idea? 

 El Martes, 4 de noviembre, 2014 16:12:04, Stephan Witt st.w...@gmx.net 
escribió:
   

 
Am 04.11.2014 um 17:27 schrieb Marcelo Acuña marceloacu...@yahoo.com:


Stephan:  
  Which spell checker has a spanish dictionary?  ispell, aspell, myspell


myspell is the the only usable package in your scenario. In fact it's hunspell. 
The debian package puts the dictionaries into /usr/share/hunspell. (At least 
the package contents here says so: 
https://packages.debian.org/wheezy/all/myspell-es/filelist)
So you may enter the mentioned path into your preferences and see if it works. 
Stephan

 
 LyX has to be compiled with hunspell support. That's enough.
Yes. I installed all lib and necesary modules for enchant and hunspell, when I 
run ./configure I get all the messages that say enchant and hunspell are ready.
Marcelo

  El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt st.w...@gmx.net 
escribió:
   

 Am 03.11.2014 um 16:19 schrieb Marcelo Acuña marceloacu...@yahoo.com:

 The problem with hunspell is that debian no have spanish dictionary for 
 hunspell.

Then you have to grab them from other source.

Which spell checker has a spanish dictionary?
 
 Plus I installed hunspell but is not recongized by lyx 2.1.x.

LyX has to be compiled with hunspell support. That's enough.
And you has to point it to the dictionaries if you have put them
to a non-standard place (/usr/share/myspell is standard for LyX).

Stephan

 El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt st.w...@gmx.net 
 escribió:
 
 
 Am 03.11.2014 um 05:41 schrieb John Coppens j...@jcoppens.com:
 
  On Sun, 2 Nov 2014 22:43:17 +0100
  Stephan Witt st.w...@gmx.net wrote:
  
  Can you try the Hunspell package, please?
  Enchant support in LyX 2.1 is not very good.
  
  I have exactly the same problem with hunspell. I compiled and installed it,
  added en_US and es_ES dictionaries, and tested it on a couple of text
  files from the console - no problem.
  
  When I start it from LyX, I get the message Spellchecker has no
  dictionaries
 
 So, the dictionaries are not found.
 
 The hunspell backend is better prepared for this situation, though.
 You can open the message pane (in View menu) and enable debug messages
 for Files used by LyX. Then make sure you've enabled the Hunspell 
 checker in preferences. Now you can start the spell check and you'll see
 the files/directories LyX is looking for dictionaries in message pane.
 
  Strange: I configured Hunspell in LyX and did an strace. In the strace
  output I found:
  
  open(/usr/lib64/libhunspell-1.3.so.0, O_RDONLY|O_CLOEXEC) = 3
  read(3, 
  \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\224\0\0\0\0\0\0..., 832) 
  = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
  mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
  0x7ff13f128000
  mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
  mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
  close(3)                                = 0
  
  open(/usr/lib64/libaspell.so.15, O_RDONLY|O_CLOEXEC) = 3
  read(3, 
  \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\\215\2\0\0\0\0\0..., 
  832) = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
  mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
  0x7ff13ee68000
  mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
  mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
  mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
  close(3)                                = 0
  
  Why is aspell called after hunspell?
 
 You're using LyX with backend support for more than one spell checker.
 Every spell checker comes with it's own shared library.
 These open calls are made on program startup to resolve the library function 
 addresses.
 Your strace output doesn't indicate any function call...
 
  No other hunspell directory or file is opened after this. Several
  aspell/enchant directories *are* opened. 
 
 Where? What is an enchant directory?
 
 
 Stephan
 
 


   


   

Re: dictionary not found

2014-11-05 Thread Marcelo Acuña
I get a partial solution.After several attempts by uninstalling and 
reinstalling all translators, dictionaries and libraries and recompile lyx 
every time, now lyx recognize enchant and aspell well, which did not have 
before. Aspell remain saying not have dictionaries but enchant work ok.Now I 
have the problem that enchant not take my personalized dictionaries.I put my 
dictionaries in home/user but enchant deletes when I start the spellchecker.Any 
idea? 

 El Martes, 4 de noviembre, 2014 16:12:04, Stephan Witt <st.w...@gmx.net> 
escribió:
   

 
Am 04.11.2014 um 17:27 schrieb Marcelo Acuña <marceloacu...@yahoo.com>:


Stephan:  
  "Which spell checker has a spanish dictionary?"  ispell, aspell, myspell


myspell is the the only usable package in your scenario. In fact it's hunspell. 
The debian package puts the dictionaries into /usr/share/hunspell. (At least 
the package contents here says so: 
https://packages.debian.org/wheezy/all/myspell-es/filelist)
So you may enter the mentioned path into your preferences and see if it works. 
Stephan

 
 "LyX has to be compiled with hunspell support. That's enough."
Yes. I installed all lib and necesary modules for enchant and hunspell, when I 
run ./configure I get all the messages that say enchant and hunspell are ready.
Marcelo

  El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt <st.w...@gmx.net> 
escribió:
   

 Am 03.11.2014 um 16:19 schrieb Marcelo Acuña <marceloacu...@yahoo.com>:

> The problem with hunspell is that debian no have spanish dictionary for 
> hunspell.

Then you have to grab them from other source.

Which spell checker has a spanish dictionary?
 
> Plus I installed hunspell but is not recongized by lyx 2.1.x.

LyX has to be compiled with hunspell support. That's enough.
And you has to point it to the dictionaries if you have put them
to a non-standard place (/usr/share/myspell is standard for LyX).

Stephan

> El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt <st.w...@gmx.net> 
> escribió:
> 
> 
> Am 03.11.2014 um 05:41 schrieb John Coppens <j...@jcoppens.com>:
> 
> > On Sun, 2 Nov 2014 22:43:17 +0100
> > Stephan Witt <st.w...@gmx.net> wrote:
> > 
> >> Can you try the Hunspell package, please?
> >> Enchant support in LyX 2.1 is not very good.
> > 
> > I have exactly the same problem with hunspell. I compiled and installed it,
> > added en_US and es_ES dictionaries, and tested it on a couple of text
> > files from the console - no problem.
> > 
> > When I start it from LyX, I get the message "Spellchecker has no
> > dictionaries"
> 
> So, the dictionaries are not found.
> 
> The hunspell backend is better prepared for this situation, though.
> You can open the message pane (in View menu) and enable debug messages
> for "Files used by LyX". Then make sure you've enabled the Hunspell 
> checker in preferences. Now you can start the spell check and you'll see
> the files/directories LyX is looking for dictionaries in message pane.
> 
> > Strange: I configured Hunspell in LyX and did an strace. In the strace
> > output I found:
> > 
> > open("/usr/lib64/libhunspell-1.3.so.0", O_RDONLY|O_CLOEXEC) = 3
> > read(3, 
> > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\224\0\0\0\0\0\0"..., 832) 
> > = 832
> > fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
> > mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> > 0x7ff13f128000
> > mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
> > mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
> > close(3)                                = 0
> > 
> > open("/usr/lib64/libaspell.so.15", O_RDONLY|O_CLOEXEC) = 3
> > read(3, 
> > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\\215\2\0\0\0\0\0"..., 
> > 832) = 832
> > fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
> > mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> > 0x7ff13ee68000
> > mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
> > mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
> > mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
> > close(3)                                = 0
> > 
> > Why is aspell called after hunspell?
> 
> You're using LyX with backend support for more than one spell checker.
> Every spell checker comes with it's own shared library.
> These open calls are made on program startup to resolve the library function 
> addresses.
> Your strace output doesn't indicate any function call...
> 
> > No other hunspell directory or file is opened after this. Several
> > aspell/enchant directories *are* opened. 
> 
> Where? What is an enchant directory?
> 
> 
> Stephan
> 
> 


   


   

Re: dictionary not found

2014-11-04 Thread Marcelo Acuña

Stephan:  


  Which spell checker has a spanish dictionary?

  ispell, aspell, myspell

 

 LyX has to be compiled with hunspell support. That's enough.




Yes. I installed all lib and necesary modules for enchant and hunspell, when I 
run ./configure I get all the messages that say enchant and hunspell are ready.




Marcelo




  El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt st.w...@gmx.net 
escribió:
   

 Am 03.11.2014 um 16:19 schrieb Marcelo Acuña marceloacu...@yahoo.com:

 The problem with hunspell is that debian no have spanish dictionary for 
 hunspell.

Then you have to grab them from other source.

Which spell checker has a spanish dictionary?
 
 Plus I installed hunspell but is not recongized by lyx 2.1.x.

LyX has to be compiled with hunspell support. That's enough.
And you has to point it to the dictionaries if you have put them
to a non-standard place (/usr/share/myspell is standard for LyX).

Stephan

 El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt st.w...@gmx.net 
 escribió:
 
 
 Am 03.11.2014 um 05:41 schrieb John Coppens j...@jcoppens.com:
 
  On Sun, 2 Nov 2014 22:43:17 +0100
  Stephan Witt st.w...@gmx.net wrote:
  
  Can you try the Hunspell package, please?
  Enchant support in LyX 2.1 is not very good.
  
  I have exactly the same problem with hunspell. I compiled and installed it,
  added en_US and es_ES dictionaries, and tested it on a couple of text
  files from the console - no problem.
  
  When I start it from LyX, I get the message Spellchecker has no
  dictionaries
 
 So, the dictionaries are not found.
 
 The hunspell backend is better prepared for this situation, though.
 You can open the message pane (in View menu) and enable debug messages
 for Files used by LyX. Then make sure you've enabled the Hunspell 
 checker in preferences. Now you can start the spell check and you'll see
 the files/directories LyX is looking for dictionaries in message pane.
 
  Strange: I configured Hunspell in LyX and did an strace. In the strace
  output I found:
  
  open(/usr/lib64/libhunspell-1.3.so.0, O_RDONLY|O_CLOEXEC) = 3
  read(3, 
  \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\224\0\0\0\0\0\0..., 832) 
  = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
  mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
  0x7ff13f128000
  mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
  mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
  close(3)                                = 0
  
  open(/usr/lib64/libaspell.so.15, O_RDONLY|O_CLOEXEC) = 3
  read(3, 
  \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\\215\2\0\0\0\0\0..., 
  832) = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
  mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
  0x7ff13ee68000
  mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
  mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
  mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
  close(3)                                = 0
  
  Why is aspell called after hunspell?
 
 You're using LyX with backend support for more than one spell checker.
 Every spell checker comes with it's own shared library.
 These open calls are made on program startup to resolve the library function 
 addresses.
 Your strace output doesn't indicate any function call...
 
  No other hunspell directory or file is opened after this. Several
  aspell/enchant directories *are* opened. 
 
 Where? What is an enchant directory?
 
 
 Stephan
 
 


   

Re: dictionary not found

2014-11-04 Thread Marcelo Acuña

Stephan:  


  Which spell checker has a spanish dictionary?

  ispell, aspell, myspell

 

 LyX has to be compiled with hunspell support. That's enough.




Yes. I installed all lib and necesary modules for enchant and hunspell, when I 
run ./configure I get all the messages that say enchant and hunspell are ready.




Marcelo




  El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt st.w...@gmx.net 
escribió:
   

 Am 03.11.2014 um 16:19 schrieb Marcelo Acuña marceloacu...@yahoo.com:

 The problem with hunspell is that debian no have spanish dictionary for 
 hunspell.

Then you have to grab them from other source.

Which spell checker has a spanish dictionary?
 
 Plus I installed hunspell but is not recongized by lyx 2.1.x.

LyX has to be compiled with hunspell support. That's enough.
And you has to point it to the dictionaries if you have put them
to a non-standard place (/usr/share/myspell is standard for LyX).

Stephan

 El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt st.w...@gmx.net 
 escribió:
 
 
 Am 03.11.2014 um 05:41 schrieb John Coppens j...@jcoppens.com:
 
  On Sun, 2 Nov 2014 22:43:17 +0100
  Stephan Witt st.w...@gmx.net wrote:
  
  Can you try the Hunspell package, please?
  Enchant support in LyX 2.1 is not very good.
  
  I have exactly the same problem with hunspell. I compiled and installed it,
  added en_US and es_ES dictionaries, and tested it on a couple of text
  files from the console - no problem.
  
  When I start it from LyX, I get the message Spellchecker has no
  dictionaries
 
 So, the dictionaries are not found.
 
 The hunspell backend is better prepared for this situation, though.
 You can open the message pane (in View menu) and enable debug messages
 for Files used by LyX. Then make sure you've enabled the Hunspell 
 checker in preferences. Now you can start the spell check and you'll see
 the files/directories LyX is looking for dictionaries in message pane.
 
  Strange: I configured Hunspell in LyX and did an strace. In the strace
  output I found:
  
  open(/usr/lib64/libhunspell-1.3.so.0, O_RDONLY|O_CLOEXEC) = 3
  read(3, 
  \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\224\0\0\0\0\0\0..., 832) 
  = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
  mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
  0x7ff13f128000
  mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
  mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
  close(3)                                = 0
  
  open(/usr/lib64/libaspell.so.15, O_RDONLY|O_CLOEXEC) = 3
  read(3, 
  \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\\215\2\0\0\0\0\0..., 
  832) = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
  mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
  0x7ff13ee68000
  mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
  mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
  mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
  MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
  close(3)                                = 0
  
  Why is aspell called after hunspell?
 
 You're using LyX with backend support for more than one spell checker.
 Every spell checker comes with it's own shared library.
 These open calls are made on program startup to resolve the library function 
 addresses.
 Your strace output doesn't indicate any function call...
 
  No other hunspell directory or file is opened after this. Several
  aspell/enchant directories *are* opened. 
 
 Where? What is an enchant directory?
 
 
 Stephan
 
 


   

Re: dictionary not found

2014-11-04 Thread Marcelo Acuña

Stephan:  


  "Which spell checker has a spanish dictionary?"

  ispell, aspell, myspell

 

 "LyX has to be compiled with hunspell support. That's enough."




Yes. I installed all lib and necesary modules for enchant and hunspell, when I 
run ./configure I get all the messages that say enchant and hunspell are ready.




Marcelo




  El Lunes, 3 de noviembre, 2014 12:50:05, Stephan Witt <st.w...@gmx.net> 
escribió:
   

 Am 03.11.2014 um 16:19 schrieb Marcelo Acuña <marceloacu...@yahoo.com>:

> The problem with hunspell is that debian no have spanish dictionary for 
> hunspell.

Then you have to grab them from other source.

Which spell checker has a spanish dictionary?
 
> Plus I installed hunspell but is not recongized by lyx 2.1.x.

LyX has to be compiled with hunspell support. That's enough.
And you has to point it to the dictionaries if you have put them
to a non-standard place (/usr/share/myspell is standard for LyX).

Stephan

> El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt <st.w...@gmx.net> 
> escribió:
> 
> 
> Am 03.11.2014 um 05:41 schrieb John Coppens <j...@jcoppens.com>:
> 
> > On Sun, 2 Nov 2014 22:43:17 +0100
> > Stephan Witt <st.w...@gmx.net> wrote:
> > 
> >> Can you try the Hunspell package, please?
> >> Enchant support in LyX 2.1 is not very good.
> > 
> > I have exactly the same problem with hunspell. I compiled and installed it,
> > added en_US and es_ES dictionaries, and tested it on a couple of text
> > files from the console - no problem.
> > 
> > When I start it from LyX, I get the message "Spellchecker has no
> > dictionaries"
> 
> So, the dictionaries are not found.
> 
> The hunspell backend is better prepared for this situation, though.
> You can open the message pane (in View menu) and enable debug messages
> for "Files used by LyX". Then make sure you've enabled the Hunspell 
> checker in preferences. Now you can start the spell check and you'll see
> the files/directories LyX is looking for dictionaries in message pane.
> 
> > Strange: I configured Hunspell in LyX and did an strace. In the strace
> > output I found:
> > 
> > open("/usr/lib64/libhunspell-1.3.so.0", O_RDONLY|O_CLOEXEC) = 3
> > read(3, 
> > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\224\0\0\0\0\0\0"..., 832) 
> > = 832
> > fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
> > mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> > 0x7ff13f128000
> > mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
> > mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
> > close(3)                                = 0
> > 
> > open("/usr/lib64/libaspell.so.15", O_RDONLY|O_CLOEXEC) = 3
> > read(3, 
> > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\\215\2\0\0\0\0\0"..., 
> > 832) = 832
> > fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
> > mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> > 0x7ff13ee68000
> > mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
> > mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
> > mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
> > close(3)                                = 0
> > 
> > Why is aspell called after hunspell?
> 
> You're using LyX with backend support for more than one spell checker.
> Every spell checker comes with it's own shared library.
> These open calls are made on program startup to resolve the library function 
> addresses.
> Your strace output doesn't indicate any function call...
> 
> > No other hunspell directory or file is opened after this. Several
> > aspell/enchant directories *are* opened. 
> 
> Where? What is an enchant directory?
> 
> 
> Stephan
> 
> 


   

Re: dictionary not found

2014-11-03 Thread Marcelo Acuña
The problem with hunspell is that debian no have spanish dictionary for 
hunspell.Plus I installed hunspell but is not recongized by lyx 2.1.x. 
 

 El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt st.w...@gmx.net 
escribió:
   

 Am 03.11.2014 um 05:41 schrieb John Coppens j...@jcoppens.com:

 On Sun, 2 Nov 2014 22:43:17 +0100
 Stephan Witt st.w...@gmx.net wrote:
 
 Can you try the Hunspell package, please?
 Enchant support in LyX 2.1 is not very good.
 
 I have exactly the same problem with hunspell. I compiled and installed it,
 added en_US and es_ES dictionaries, and tested it on a couple of text
 files from the console - no problem.
 
 When I start it from LyX, I get the message Spellchecker has no
 dictionaries

So, the dictionaries are not found.

The hunspell backend is better prepared for this situation, though.
You can open the message pane (in View menu) and enable debug messages
for Files used by LyX. Then make sure you've enabled the Hunspell 
checker in preferences. Now you can start the spell check and you'll see
the files/directories LyX is looking for dictionaries in message pane.

 Strange: I configured Hunspell in LyX and did an strace. In the strace
 output I found:
 
 open(/usr/lib64/libhunspell-1.3.so.0, O_RDONLY|O_CLOEXEC) = 3
 read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\224\0\0\0\0\0\0..., 
 832) = 832
 fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
 mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
 0x7ff13f128000
 mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
 mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
 close(3)                                = 0
 
 open(/usr/lib64/libaspell.so.15, O_RDONLY|O_CLOEXEC) = 3
 read(3, 
 \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\\215\2\0\0\0\0\0..., 832) 
 = 832
 fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
 mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
 0x7ff13ee68000
 mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
 mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
 mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
 close(3)                                = 0
 
 Why is aspell called after hunspell?

You're using LyX with backend support for more than one spell checker.
Every spell checker comes with it's own shared library.
These open calls are made on program startup to resolve the library function 
addresses.
Your strace output doesn't indicate any function call...

 No other hunspell directory or file is opened after this. Several
 aspell/enchant directories *are* opened. 

Where? What is an enchant directory?

Stephan

   

Re: dictionary not found

2014-11-03 Thread Marcelo Acuña
The problem with hunspell is that debian no have spanish dictionary for 
hunspell.Plus I installed hunspell but is not recongized by lyx 2.1.x. 
 

 El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt st.w...@gmx.net 
escribió:
   

 Am 03.11.2014 um 05:41 schrieb John Coppens j...@jcoppens.com:

 On Sun, 2 Nov 2014 22:43:17 +0100
 Stephan Witt st.w...@gmx.net wrote:
 
 Can you try the Hunspell package, please?
 Enchant support in LyX 2.1 is not very good.
 
 I have exactly the same problem with hunspell. I compiled and installed it,
 added en_US and es_ES dictionaries, and tested it on a couple of text
 files from the console - no problem.
 
 When I start it from LyX, I get the message Spellchecker has no
 dictionaries

So, the dictionaries are not found.

The hunspell backend is better prepared for this situation, though.
You can open the message pane (in View menu) and enable debug messages
for Files used by LyX. Then make sure you've enabled the Hunspell 
checker in preferences. Now you can start the spell check and you'll see
the files/directories LyX is looking for dictionaries in message pane.

 Strange: I configured Hunspell in LyX and did an strace. In the strace
 output I found:
 
 open(/usr/lib64/libhunspell-1.3.so.0, O_RDONLY|O_CLOEXEC) = 3
 read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\224\0\0\0\0\0\0..., 
 832) = 832
 fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
 mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
 0x7ff13f128000
 mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
 mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
 close(3)                                = 0
 
 open(/usr/lib64/libaspell.so.15, O_RDONLY|O_CLOEXEC) = 3
 read(3, 
 \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\\215\2\0\0\0\0\0..., 832) 
 = 832
 fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
 mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
 0x7ff13ee68000
 mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
 mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
 mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
 close(3)                                = 0
 
 Why is aspell called after hunspell?

You're using LyX with backend support for more than one spell checker.
Every spell checker comes with it's own shared library.
These open calls are made on program startup to resolve the library function 
addresses.
Your strace output doesn't indicate any function call...

 No other hunspell directory or file is opened after this. Several
 aspell/enchant directories *are* opened. 

Where? What is an enchant directory?

Stephan

   

Re: dictionary not found

2014-11-03 Thread Marcelo Acuña
The problem with hunspell is that debian no have spanish dictionary for 
hunspell.Plus I installed hunspell but is not recongized by lyx 2.1.x. 
 

 El Lunes, 3 de noviembre, 2014 10:23:05, Stephan Witt  
escribió:
   

 Am 03.11.2014 um 05:41 schrieb John Coppens :

> On Sun, 2 Nov 2014 22:43:17 +0100
> Stephan Witt  wrote:
> 
>> Can you try the Hunspell package, please?
>> Enchant support in LyX 2.1 is not very good.
> 
> I have exactly the same problem with hunspell. I compiled and installed it,
> added en_US and es_ES dictionaries, and tested it on a couple of text
> files from the console - no problem.
> 
> When I start it from LyX, I get the message "Spellchecker has no
> dictionaries"

So, the dictionaries are not found.

The hunspell backend is better prepared for this situation, though.
You can open the message pane (in View menu) and enable debug messages
for "Files used by LyX". Then make sure you've enabled the Hunspell 
checker in preferences. Now you can start the spell check and you'll see
the files/directories LyX is looking for dictionaries in message pane.

> Strange: I configured Hunspell in LyX and did an strace. In the strace
> output I found:
> 
> open("/usr/lib64/libhunspell-1.3.so.0", O_RDONLY|O_CLOEXEC) = 3
> read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\224\0\0\0\0\0\0"..., 
> 832) = 832
> fstat(3, {st_mode=S_IFREG|0755, st_size=985236, ...}) = 0
> mmap(NULL, 2431520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x7ff13f128000
> mprotect(0x7ff13f176000, 2093056, PROT_NONE) = 0
> mmap(0x7ff13f375000, 20480, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0x7ff13f375000
> close(3)                                = 0
> 
> open("/usr/lib64/libaspell.so.15", O_RDONLY|O_CLOEXEC) = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\\215\2\0\0\0\0\0"..., 832) 
> = 832
> fstat(3, {st_mode=S_IFREG|0755, st_size=750528, ...}) = 0
> mmap(NULL, 2878072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x7ff13ee68000
> mprotect(0x7ff13ef19000, 2093056, PROT_NONE) = 0
> mmap(0x7ff13f118000, 28672, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x7ff13f118000
> mmap(0x7ff13f11f000, 31352, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff13f11f000
> close(3)                                = 0
> 
> Why is aspell called after hunspell?

You're using LyX with backend support for more than one spell checker.
Every spell checker comes with it's own shared library.
These open calls are made on program startup to resolve the library function 
addresses.
Your strace output doesn't indicate any function call...

> No other hunspell directory or file is opened after this. Several
> aspell/enchant directories *are* opened. 

Where? What is an enchant directory?

Stephan

   

Re: dictionary not found

2014-11-02 Thread Marcelo Acuña
fail randomly  uahhh!Ok, but for me fail all times.Thanks!
 

 El Domingo, 2 de noviembre, 2014 13:19:54, John Coppens 
j...@jcoppens.com escribió:
   

 On Sat, 1 Nov 2014 15:40:56 + (UTC)
Marcelo Acuña marceloacu...@yahoo.com wrote:

 Yes, work ok.LibreOffice spellchecker work too.
  

I normally don't use spellcheckers, but I tested enchant now, and it does
seem to fail randomly. Sometimes I get the 'dictionary' problem, and
sometimes the checker just reports that all is correct...

Marcelo, I've submitted a bug report on your problem (Ticket #9318)
http://www.lyx.org/trac/ticket/9318

Let's hope for a quick reply!

John

   

Re: dictionary not found

2014-11-02 Thread Marcelo Acuña
fail randomly  uahhh!Ok, but for me fail all times.Thanks!
 

 El Domingo, 2 de noviembre, 2014 13:19:54, John Coppens 
j...@jcoppens.com escribió:
   

 On Sat, 1 Nov 2014 15:40:56 + (UTC)
Marcelo Acuña marceloacu...@yahoo.com wrote:

 Yes, work ok.LibreOffice spellchecker work too.
  

I normally don't use spellcheckers, but I tested enchant now, and it does
seem to fail randomly. Sometimes I get the 'dictionary' problem, and
sometimes the checker just reports that all is correct...

Marcelo, I've submitted a bug report on your problem (Ticket #9318)
http://www.lyx.org/trac/ticket/9318

Let's hope for a quick reply!

John

   

Re: dictionary not found

2014-11-02 Thread Marcelo Acuña
"fail randomly"  uahhh!Ok, but for me fail all times.Thanks!
 

 El Domingo, 2 de noviembre, 2014 13:19:54, John Coppens 
<j...@jcoppens.com> escribió:
   

 On Sat, 1 Nov 2014 15:40:56 +0000 (UTC)
Marcelo Acuña <marceloacu...@yahoo.com> wrote:

> Yes, work ok.LibreOffice spellchecker work too.
>  

I normally don't use spellcheckers, but I tested enchant now, and it does
seem to fail randomly. Sometimes I get the 'dictionary' problem, and
sometimes the checker just reports that all is correct...

Marcelo, I've submitted a bug report on your problem (Ticket #9318)
http://www.lyx.org/trac/ticket/9318

Let's hope for a quick reply!

John

   

Re: dictionary not found

2014-11-01 Thread Marcelo Acuña
Yes, work ok.LibreOffice spellchecker work too.
 

 El Viernes, 31 de octubre, 2014 22:39:16, John Coppens j...@jcoppens.com 
escribió:
   

 On Fri, 31 Oct 2014 19:55:09 + (UTC)
Marcelo Acuña marceloacu...@yahoo.com wrote:

 hello,  I have lyx 2.1.2 compiled in debian linux.  I can`t get that 
 spellcheckers work. I have installed all components of myspell, enchant 
 (development librarys included) and dictionarys but when I start a run of the 
 spellchcker I get a dictionary not found message. All other functions of lyx 
 work properly.
 Marcelo

Does enchant work from the command line?  
 
  enchant -l some file 

should list all the spelling errors in some file.

John

   

Re: dictionary not found

2014-11-01 Thread Marcelo Acuña
Yes, work ok.LibreOffice spellchecker work too.
 

 El Viernes, 31 de octubre, 2014 22:39:16, John Coppens j...@jcoppens.com 
escribió:
   

 On Fri, 31 Oct 2014 19:55:09 + (UTC)
Marcelo Acuña marceloacu...@yahoo.com wrote:

 hello,  I have lyx 2.1.2 compiled in debian linux.  I can`t get that 
 spellcheckers work. I have installed all components of myspell, enchant 
 (development librarys included) and dictionarys but when I start a run of the 
 spellchcker I get a dictionary not found message. All other functions of lyx 
 work properly.
 Marcelo

Does enchant work from the command line?  
 
  enchant -l some file 

should list all the spelling errors in some file.

John

   

Re: dictionary not found

2014-11-01 Thread Marcelo Acuña
Yes, work ok.LibreOffice spellchecker work too.
 

 El Viernes, 31 de octubre, 2014 22:39:16, John Coppens <j...@jcoppens.com> 
escribió:
   

 On Fri, 31 Oct 2014 19:55:09 + (UTC)
Marcelo Acuña <marceloacu...@yahoo.com> wrote:

> hello,  I have lyx 2.1.2 compiled in debian linux.  I can`t get that 
> spellcheckers work. I have installed all components of myspell, enchant 
> (development librarys included) and dictionarys but when I start a run of the 
> spellchcker I get a dictionary not found message. All other functions of lyx 
> work properly.
> Marcelo

Does enchant work from the command line?  
 
  enchant -l  

should list all the spelling errors in .

John

   

dictionary not found

2014-10-31 Thread Marcelo Acuña
hello,  I have lyx 2.1.2 compiled in debian linux.  I can`t get that 
spellcheckers work. I have installed all components of myspell, enchant 
(development librarys included) and dictionarys but when I start a run of the 
spellchcker I get a dictionary not found message. All other functions of lyx 
work properly.
Marcelo


dictionary not found

2014-10-31 Thread Marcelo Acuña
hello,  I have lyx 2.1.2 compiled in debian linux.  I can`t get that 
spellcheckers work. I have installed all components of myspell, enchant 
(development librarys included) and dictionarys but when I start a run of the 
spellchcker I get a dictionary not found message. All other functions of lyx 
work properly.
Marcelo


dictionary not found

2014-10-31 Thread Marcelo Acuña
hello,  I have lyx 2.1.2 compiled in debian linux.  I can`t get that 
spellcheckers work. I have installed all components of myspell, enchant 
(development librarys included) and dictionarys but when I start a run of the 
spellchcker I get a dictionary not found message. All other functions of lyx 
work properly.
Marcelo


compiled lyx 2.1.1 has not spellchecker

2014-09-07 Thread Marcelo Acuña
I have a computer with a fresh debian 7.6 installed, and I configured and 
compiled lyx 2.1.1 without problems, (I have installed aspell and dictionaries).
But no spell checker does not appear in the corresponding menu lyx.
How I can get it?

Marcelo


compiled lyx 2.1.1 has not spellchecker

2014-09-07 Thread Marcelo Acuña
I have a computer with a fresh debian 7.6 installed, and I configured and 
compiled lyx 2.1.1 without problems, (I have installed aspell and dictionaries).
But no spell checker does not appear in the corresponding menu lyx.
How I can get it?

Marcelo


compiled lyx 2.1.1 has not spellchecker

2014-09-07 Thread Marcelo Acuña
I have a computer with a fresh debian 7.6 installed, and I configured and 
compiled lyx 2.1.1 without problems, (I have installed aspell and dictionaries).
But no spell checker does not appear in the corresponding menu lyx.
How I can get it?

Marcelo


Re: \usepackage{flushend} on two-column documents causes misplaced footnotes

2014-08-28 Thread Marcelo Acuña
I have not problem with flushend and two columns.
Maybe the problem is caused elsewhere in the document or preamble.


Regards
Marcelo


El Jueves, 28 de agosto, 2014 12:24:03, Richard Heck rgh...@lyx.org escribió:
 


On 08/28/2014 07:11 AM, Jerry wrote:

 When I insert

 \usepackage{flushend}

 into the preamble and make the setting for two-column output, so that the 
 columns on the last page have the same length (flush end), _some_ footnotes 
 appear in embarrassingly inappropriate places, meaning, in the middle of a 
 column, surrounded above and below by normal text.

 Is this a TeX problem? Is there a known cure? Should I go to a LaTeX group 
 and ask this?

Yes, it's presumably an issue with that package.

rh

Re: \usepackage{flushend} on two-column documents causes misplaced footnotes

2014-08-28 Thread Marcelo Acuña
I have not problem with flushend and two columns.
Maybe the problem is caused elsewhere in the document or preamble.


Regards
Marcelo


El Jueves, 28 de agosto, 2014 12:24:03, Richard Heck rgh...@lyx.org escribió:
 


On 08/28/2014 07:11 AM, Jerry wrote:

 When I insert

 \usepackage{flushend}

 into the preamble and make the setting for two-column output, so that the 
 columns on the last page have the same length (flush end), _some_ footnotes 
 appear in embarrassingly inappropriate places, meaning, in the middle of a 
 column, surrounded above and below by normal text.

 Is this a TeX problem? Is there a known cure? Should I go to a LaTeX group 
 and ask this?

Yes, it's presumably an issue with that package.

rh

Re: \usepackage{flushend} on two-column documents causes misplaced footnotes

2014-08-28 Thread Marcelo Acuña
I have not problem with flushend and two columns.
Maybe the problem is caused elsewhere in the document or preamble.


Regards
Marcelo


El Jueves, 28 de agosto, 2014 12:24:03, Richard Heck  escribió:
 


On 08/28/2014 07:11 AM, Jerry wrote:

> When I insert
>
> \usepackage{flushend}
>
> into the preamble and make the setting for two-column output, so that the 
> columns on the last page have the same length ("flush end"), _some_ footnotes 
> appear in embarrassingly inappropriate places, meaning, in the middle of a 
> column, surrounded above and below by normal text.
>
> Is this a TeX problem? Is there a known cure? Should I go to a LaTeX group 
> and ask this?

Yes, it's presumably an issue with that package.

rh

Re: Lyx crashes accepting a change

2014-08-24 Thread Marcelo Acuña
upgrade to lyx 2.1.1 


Marcelo



El día viernes, 22 de agosto de 2014 0:07, Julio Rojas jcredbe...@gmail.com 
escribió:
 


Dear all,

I was working with a rather long document with changes control activated, when 
I tried to cut-and-paste one section in a different place. Then, when I 
accepted the change, Lyx crashed. I would like to post the bug, but would like 
to capture the message to a file. I am on Ubuntu using Lyx 2.1.0.

Can someone help me?

-
Julio Rojas
jcredbe...@gmail.com

Re: Lyx crashes accepting a change

2014-08-24 Thread Marcelo Acuña
upgrade to lyx 2.1.1 


Marcelo



El día viernes, 22 de agosto de 2014 0:07, Julio Rojas jcredbe...@gmail.com 
escribió:
 


Dear all,

I was working with a rather long document with changes control activated, when 
I tried to cut-and-paste one section in a different place. Then, when I 
accepted the change, Lyx crashed. I would like to post the bug, but would like 
to capture the message to a file. I am on Ubuntu using Lyx 2.1.0.

Can someone help me?

-
Julio Rojas
jcredbe...@gmail.com

Re: Lyx crashes accepting a change

2014-08-24 Thread Marcelo Acuña
upgrade to lyx 2.1.1 


Marcelo



El día viernes, 22 de agosto de 2014 0:07, Julio Rojas  
escribió:
 


Dear all,

I was working with a rather long document with changes control activated, when 
I tried to cut-and-paste one section in a different place. Then, when I 
accepted the change, Lyx crashed. I would like to post the bug, but would like 
to capture the message to a file. I am on Ubuntu using Lyx 2.1.0.

Can someone help me?

-
Julio Rojas
jcredbe...@gmail.com

I can't solve a latex message error

2014-08-20 Thread Marcelo Acuña
When I tray to compile a doc with childs I get a message that say:

Incomplete \iffalse; all text after was ignored after line 2203

but I have not idea how to relate line 2203 with my lyx doc, I think the bug is 
in a child doc but in the latex message error I have not text that aimed to any 
part.
I need help.

Marcelo


I can't solve a latex message error

2014-08-20 Thread Marcelo Acuña
When I tray to compile a doc with childs I get a message that say:

Incomplete \iffalse; all text after was ignored after line 2203

but I have not idea how to relate line 2203 with my lyx doc, I think the bug is 
in a child doc but in the latex message error I have not text that aimed to any 
part.
I need help.

Marcelo


I can't solve a latex message error

2014-08-20 Thread Marcelo Acuña
When I tray to compile a doc with childs I get a message that say:

Incomplete \iffalse; all text after was ignored after line 2203

but I have not idea how to relate line 2203 with my lyx doc, I think the bug is 
in a child doc but in the latex message error I have not text that aimed to any 
part.
I need help.

Marcelo


Re: KOMA-script book -- author is blank when I display pdf

2014-05-20 Thread Marcelo Acuña
The whole file
Marcelo

El día martes, 20 de mayo de 2014 13:39, ll...@writersglen.com 
ll...@writersglen.com escribió:
 


Hi Marcelo,

Somehow, for reasons that I don't understand, the problem resolved itself. I 
still have another of questions/problems, however, that I'll send in separate 
posts.

But one question here: 

When you ask for the file, do you truly want the whole book file or just the 
local area of source that is likely culprit for the problem at hand?

Many thanks for your response.

Lloyd 


-Original Message-
From: Marcelo Acuña marceloacu...@yahoo.com
Sent: Sunday, May 18, 2014 6:54pm
To: ll...@writersglen.com ll...@writersglen.com, lyx-users@lists.lyx.org 
lyx-users@lists.lyx.org
Subject: Re: KOMA-script book -- author is blank when I display pdf

Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, ll...@writersglen.com 
ll...@writersglen.com escribió:



Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
Author and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: KOMA-script book -- author is blank when I display pdf

2014-05-20 Thread Marcelo Acuña
Or you make a striped down version that contain the problem.
Marcelo


El día martes, 20 de mayo de 2014 13:39, ll...@writersglen.com 
ll...@writersglen.com escribió:
 


Hi Marcelo,

Somehow, for reasons that I don't understand, the problem resolved itself. I 
still have another of questions/problems, however, that I'll send in separate 
posts.

But one question here: 

When you ask for the file, do you truly want the whole book file or just the 
local area of source that is likely culprit for the problem at hand?

Many thanks for your response.

Lloyd 


-Original Message-
From: Marcelo Acuña marceloacu...@yahoo.com
Sent: Sunday, May 18, 2014 6:54pm
To: ll...@writersglen.com ll...@writersglen.com, lyx-users@lists.lyx.org 
lyx-users@lists.lyx.org
Subject: Re: KOMA-script book -- author is blank when I display pdf

Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, ll...@writersglen.com 
ll...@writersglen.com escribió:



Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
Author and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: KOMA-script book -- author is blank when I display pdf

2014-05-20 Thread Marcelo Acuña
The whole file
Marcelo

El día martes, 20 de mayo de 2014 13:39, ll...@writersglen.com 
ll...@writersglen.com escribió:
 


Hi Marcelo,

Somehow, for reasons that I don't understand, the problem resolved itself. I 
still have another of questions/problems, however, that I'll send in separate 
posts.

But one question here: 

When you ask for the file, do you truly want the whole book file or just the 
local area of source that is likely culprit for the problem at hand?

Many thanks for your response.

Lloyd 


-Original Message-
From: Marcelo Acuña marceloacu...@yahoo.com
Sent: Sunday, May 18, 2014 6:54pm
To: ll...@writersglen.com ll...@writersglen.com, lyx-users@lists.lyx.org 
lyx-users@lists.lyx.org
Subject: Re: KOMA-script book -- author is blank when I display pdf

Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, ll...@writersglen.com 
ll...@writersglen.com escribió:



Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
Author and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: KOMA-script book -- author is blank when I display pdf

2014-05-20 Thread Marcelo Acuña
Or you make a striped down version that contain the problem.
Marcelo


El día martes, 20 de mayo de 2014 13:39, ll...@writersglen.com 
ll...@writersglen.com escribió:
 


Hi Marcelo,

Somehow, for reasons that I don't understand, the problem resolved itself. I 
still have another of questions/problems, however, that I'll send in separate 
posts.

But one question here: 

When you ask for the file, do you truly want the whole book file or just the 
local area of source that is likely culprit for the problem at hand?

Many thanks for your response.

Lloyd 


-Original Message-
From: Marcelo Acuña marceloacu...@yahoo.com
Sent: Sunday, May 18, 2014 6:54pm
To: ll...@writersglen.com ll...@writersglen.com, lyx-users@lists.lyx.org 
lyx-users@lists.lyx.org
Subject: Re: KOMA-script book -- author is blank when I display pdf

Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, ll...@writersglen.com 
ll...@writersglen.com escribió:



Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
Author and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: KOMA-script book -- author is blank when I display pdf

2014-05-20 Thread Marcelo Acuña
The whole file
Marcelo

El día martes, 20 de mayo de 2014 13:39, "ll...@writersglen.com" 
<ll...@writersglen.com> escribió:
 


Hi Marcelo,

Somehow, for reasons that I don't understand, the problem resolved itself. I 
still have another of questions/problems, however, that I'll send in separate 
posts.

But one question here: 

When you ask for the file, do you truly want the whole book file or just the 
local area of source that is likely culprit for the problem at hand?

Many thanks for your response.

Lloyd 


-Original Message-
From: "Marcelo Acuña" <marceloacu...@yahoo.com>
Sent: Sunday, May 18, 2014 6:54pm
To: "ll...@writersglen.com" <ll...@writersglen.com>, "lyx-users@lists.lyx.org" 
<lyx-users@lists.lyx.org>
Subject: Re: KOMA-script book -- author is blank when I display pdf

Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, "ll...@writersglen.com" 
<ll...@writersglen.com> escribió:



Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
"Author" and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: KOMA-script book -- author is blank when I display pdf

2014-05-20 Thread Marcelo Acuña
Or you make a striped down version that contain the problem.
Marcelo


El día martes, 20 de mayo de 2014 13:39, "ll...@writersglen.com" 
<ll...@writersglen.com> escribió:
 


Hi Marcelo,

Somehow, for reasons that I don't understand, the problem resolved itself. I 
still have another of questions/problems, however, that I'll send in separate 
posts.

But one question here: 

When you ask for the file, do you truly want the whole book file or just the 
local area of source that is likely culprit for the problem at hand?

Many thanks for your response.

Lloyd 


-Original Message-
From: "Marcelo Acuña" <marceloacu...@yahoo.com>
Sent: Sunday, May 18, 2014 6:54pm
To: "ll...@writersglen.com" <ll...@writersglen.com>, "lyx-users@lists.lyx.org" 
<lyx-users@lists.lyx.org>
Subject: Re: KOMA-script book -- author is blank when I display pdf

Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, "ll...@writersglen.com" 
<ll...@writersglen.com> escribió:



Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
"Author" and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: KOMA-script book -- author is blank when I display pdf

2014-05-18 Thread Marcelo Acuña
Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, ll...@writersglen.com 
ll...@writersglen.com escribió:
 


Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
Author and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: Narrower columns (on a two column page)

2014-05-18 Thread Marcelo Acuña
You can make the margins and the space between columns more wider.
Regards
Marcelo


El día domingo, 11 de mayo de 2014 11:23, Frederick FN Noronha फ्रेड्रिक 
नोरोन्या *فريدريك نورونيا fredericknoro...@gmail.com escribió:
 


Can I somehow make my columns narrower on a two-column page.
Thanks in advance, FN

-- 

FN P +91-832-2409490 M +91-9822122436 http://goa1556.in

Re: KOMA-script book -- author is blank when I display pdf

2014-05-18 Thread Marcelo Acuña
Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, ll...@writersglen.com 
ll...@writersglen.com escribió:
 


Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
Author and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: Narrower columns (on a two column page)

2014-05-18 Thread Marcelo Acuña
You can make the margins and the space between columns more wider.
Regards
Marcelo


El día domingo, 11 de mayo de 2014 11:23, Frederick FN Noronha फ्रेड्रिक 
नोरोन्या *فريدريك نورونيا fredericknoro...@gmail.com escribió:
 


Can I somehow make my columns narrower on a two-column page.
Thanks in advance, FN

-- 

FN P +91-832-2409490 M +91-9822122436 http://goa1556.in

Re: KOMA-script book -- author is blank when I display pdf

2014-05-18 Thread Marcelo Acuña
Please, send the file. Is difficult to imagine the solution without it.
Regards
Marcelo


El día lunes, 12 de mayo de 2014 0:49, "ll...@writersglen.com" 
 escribió:
 


Hello,
 
I've selected KOMA-script book for my next work. I've marked the author as 
"Author" and have tried putting it under the title and on a new page. But 
neither case works. Title and text displays in pdf, but author doesn't.
 
Can some kind soul suggest what I'm doing wrong?
 
Many thanks,
 
LRP
 
 

*
My books:

THE GOSPEL OF ASHES
http://thegospelofashes.com

Strength is not enough. Do they have the courage 
and the cunning? Can they survive long enough to 
save the lives of millions? 

FREEIN' PANCHO
http://freeinpancho.com

A community of misfits help a troubled boy find his way 

AYA TAKEO
http://ayatakeo.com

Star-crossed love, war and power in an alternative 
universe

Available through Amazon or by request from your 
favorite bookstore


**

Re: Narrower columns (on a two column page)

2014-05-18 Thread Marcelo Acuña
You can make the margins and the space between columns more wider.
Regards
Marcelo


El día domingo, 11 de mayo de 2014 11:23, Frederick FN Noronha फ्रेड्रिक 
नोरोन्या *فريدريك نورونيا  escribió:
 


Can I somehow make my columns narrower on a two-column page.
Thanks in advance, FN

-- 

FN P +91-832-2409490 M +91-9822122436 http://goa1556.in

Re: lyx-es : a mailing list for Spanish speakers

2014-05-05 Thread Marcelo Acuña
I can't send a mail to the address lyx-es-subscr...@lists.lyx.org.
Is rejected for yahoo.
What I make bad?

Marcelo


El día viernes, 2 de mayo de 2014 18:51, Scott Kostyshak skost...@lyx.org 
escribió:
 
We've created a mailing list for users interested in communicating in
Spanish. To subscribe send a blank email to
lyx-es-subscr...@lists.lyx.org. You'll receive an email a minute
later. Reply to that email and you'll get another email confirming
that you've successfully subscribed. To send an email to the list, the
address is lyx...@lists.lyx.org.

If you decide the subscribe, feel free to send an email presenting
yourself. There's only a few of us now and the list will probably be
low-traffic.

I hope to see you there,

Scott

Re: lyx-es : a mailing list for Spanish speakers

2014-05-05 Thread Marcelo Acuña
I can't send a mail to the address lyx-es-subscr...@lists.lyx.org.
Is rejected for yahoo.
What I make bad?

Marcelo


El día viernes, 2 de mayo de 2014 18:51, Scott Kostyshak skost...@lyx.org 
escribió:
 
We've created a mailing list for users interested in communicating in
Spanish. To subscribe send a blank email to
lyx-es-subscr...@lists.lyx.org. You'll receive an email a minute
later. Reply to that email and you'll get another email confirming
that you've successfully subscribed. To send an email to the list, the
address is lyx...@lists.lyx.org.

If you decide the subscribe, feel free to send an email presenting
yourself. There's only a few of us now and the list will probably be
low-traffic.

I hope to see you there,

Scott

Re: lyx-es : a mailing list for Spanish speakers

2014-05-05 Thread Marcelo Acuña
I can't send a mail to the address lyx-es-subscr...@lists.lyx.org.
Is rejected for yahoo.
What I make bad?

Marcelo


El día viernes, 2 de mayo de 2014 18:51, Scott Kostyshak  
escribió:
 
We've created a mailing list for users interested in communicating in
Spanish. To subscribe send a blank email to
lyx-es-subscr...@lists.lyx.org. You'll receive an email a minute
later. Reply to that email and you'll get another email confirming
that you've successfully subscribed. To send an email to the list, the
address is lyx...@lists.lyx.org.

If you decide the subscribe, feel free to send an email presenting
yourself. There's only a few of us now and the list will probably be
low-traffic.

I hope to see you there,

Scott

Re: box in a float

2014-03-13 Thread Marcelo Acuña
Float have not option for box.
If I put a box without a float I get a box that interrupt the flux of text and 
get a half page in blank.
If I put a box in a float like table float get a compiler error and if I put a 
box in a figure float I get a caption like Figure Nunmber that no correspond.
I don't know how I make bad?
Regards
Marcelo





El día miércoles, 12 de marzo de 2014 9:59, Rich Shepard 
rshep...@appl-ecosys.com escribió:
 
On Tue, 11 Mar 2014, Marcelo Acuña wrote:

 Insert - Box - Frameless no put the box in a float. 

   Why not, Marcelo? I use two frameless boxes (each 45% of the text width)
with a horizontal fill between them to place two figures side-by-side in the
same float. It works well.

   I have not yet figured out how to put a caption under each one, so I write
a single caption for both underneath them.


Rich

-- 
Richard B. Shepard, Ph.D.          |      Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
www.appl-ecosys.com      Voice: 503-667-4517         Fax: 503-667-8863

Re: box in a float

2014-03-13 Thread Marcelo Acuña
Float have not option for box.
If I put a box without a float I get a box that interrupt the flux of text and 
get a half page in blank.
If I put a box in a float like table float get a compiler error and if I put a 
box in a figure float I get a caption like Figure Nunmber that no correspond.
I don't know how I make bad?
Regards
Marcelo





El día miércoles, 12 de marzo de 2014 9:59, Rich Shepard 
rshep...@appl-ecosys.com escribió:
 
On Tue, 11 Mar 2014, Marcelo Acuña wrote:

 Insert - Box - Frameless no put the box in a float. 

   Why not, Marcelo? I use two frameless boxes (each 45% of the text width)
with a horizontal fill between them to place two figures side-by-side in the
same float. It works well.

   I have not yet figured out how to put a caption under each one, so I write
a single caption for both underneath them.


Rich

-- 
Richard B. Shepard, Ph.D.          |      Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
www.appl-ecosys.com      Voice: 503-667-4517         Fax: 503-667-8863

Re: box in a float

2014-03-13 Thread Marcelo Acuña
Float have not option for box.
If I put a box without a float I get a box that interrupt the flux of text and 
get a half page in blank.
If I put a box in a float like table float get a compiler error and if I put a 
box in a figure float I get a caption like Figure Nunmber that no correspond.
I don't know how I make bad?
Regards
Marcelo





El día miércoles, 12 de marzo de 2014 9:59, Rich Shepard 
<rshep...@appl-ecosys.com> escribió:
 
On Tue, 11 Mar 2014, Marcelo Acuña wrote:

> Insert -> Box -> Frameless no put the box in a float. 

   Why not, Marcelo? I use two frameless boxes (each 45% of the text width)
with a horizontal fill between them to place two figures side-by-side in the
same float. It works well.

   I have not yet figured out how to put a caption under each one, so I write
a single caption for both underneath them.


Rich

-- 
Richard B. Shepard, Ph.D.          |      Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
www.appl-ecosys.com      Voice: 503-667-4517         Fax: 503-667-8863

Re: box in a float

2014-03-11 Thread Marcelo Acuña
Insert - Box - Frameless no put the box in a float. 



El día lunes, 10 de marzo de 2014 10:42, Rich Shepard 
rshep...@appl-ecosys.com escribió:
 
On Mon, 10 Mar 2014, Marcelo Acuña wrote:


 How to put a box in a float?

Marcelo,

   The same way you'd put on outside a float: Insert - Box - Frameless ...
etc.

Rich

-- 
Richard B. Shepard, Ph.D.          |      Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
www.appl-ecosys.com      Voice: 503-667-4517         Fax: 503-667-8863

Re: box in a float

2014-03-11 Thread Marcelo Acuña
Insert - Box - Frameless no put the box in a float. 



El día lunes, 10 de marzo de 2014 10:42, Rich Shepard 
rshep...@appl-ecosys.com escribió:
 
On Mon, 10 Mar 2014, Marcelo Acuña wrote:


 How to put a box in a float?

Marcelo,

   The same way you'd put on outside a float: Insert - Box - Frameless ...
etc.

Rich

-- 
Richard B. Shepard, Ph.D.          |      Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
www.appl-ecosys.com      Voice: 503-667-4517         Fax: 503-667-8863

Re: box in a float

2014-03-11 Thread Marcelo Acuña
Insert -> Box -> Frameless no put the box in a float. 



El día lunes, 10 de marzo de 2014 10:42, Rich Shepard 
<rshep...@appl-ecosys.com> escribió:
 
On Mon, 10 Mar 2014, Marcelo Acuña wrote:


> How to put a box in a float?

Marcelo,

   The same way you'd put on outside a float: Insert -> Box -> Frameless ...
etc.

Rich

-- 
Richard B. Shepard, Ph.D.          |      Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
www.appl-ecosys.com      Voice: 503-667-4517         Fax: 503-667-8863

box in a float

2014-03-10 Thread Marcelo Acuña
How to put a box in a float?
Marcelo


box in a float

2014-03-10 Thread Marcelo Acuña
How to put a box in a float?
Marcelo


box in a float

2014-03-10 Thread Marcelo Acuña
How to put a box in a float?
Marcelo


Re: rotate longtables in lyx

2014-02-07 Thread Marcelo Acuña
Thanks Liviu
 I download the module, put in lyx dir, go to config document   modules, add 
the module but...
How I use it?
I put in a ERT \begin{longlandscapetable} and get undefinid

Marcelo







El día martes, 4 de febrero de 2014 20:12, Liviu Andronic 
landronim...@gmail.com escribió:
 
On Tue, Feb 4, 2014 at 6:58 PM, Marcelo Acuña marceloacu...@yahoo.com wrote:
 hello
  I want rotate a longtable created in lyx and that became landscape.
  How I can get that?

http://wiki.lyx.org/Layouts/Modules#toc4

Liviu



 Thanks
 Marcelo



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail

Re: rotate longtables in lyx

2014-02-07 Thread Marcelo Acuña
Thanks Liviu
 I download the module, put in lyx dir, go to config document   modules, add 
the module but...
How I use it?
I put in a ERT \begin{longlandscapetable} and get undefinid

Marcelo







El día martes, 4 de febrero de 2014 20:12, Liviu Andronic 
landronim...@gmail.com escribió:
 
On Tue, Feb 4, 2014 at 6:58 PM, Marcelo Acuña marceloacu...@yahoo.com wrote:
 hello
  I want rotate a longtable created in lyx and that became landscape.
  How I can get that?

http://wiki.lyx.org/Layouts/Modules#toc4

Liviu



 Thanks
 Marcelo



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail

Re: rotate longtables in lyx

2014-02-07 Thread Marcelo Acuña
Thanks Liviu
 I download the module, put in lyx dir, go to config document  > modules, add 
the module but...
How I use it?
I put in a ERT \begin{longlandscapetable} and get undefinid

Marcelo







El día martes, 4 de febrero de 2014 20:12, Liviu Andronic 
<landronim...@gmail.com> escribió:
 
On Tue, Feb 4, 2014 at 6:58 PM, Marcelo Acuña <marceloacu...@yahoo.com> wrote:
> hello
>  I want rotate a longtable created in lyx and that became landscape.
>  How I can get that?
>
http://wiki.lyx.org/Layouts/Modules#toc4

Liviu



> Thanks
> Marcelo



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail

Re: thinspace too wide

2014-02-05 Thread Marcelo Acuña
OK Guenter, and, How I can redefine de narrow non-brekeable space in the 
preamble?

Marcelo





El día miércoles, 5 de febrero de 2014 13:07, Guenter Milde 
mi...@users.sf.net escribió:
 
On 2014-02-04, Jürgen Spitzmüller wrote:

 [-- Type: text/plain, Encoding: quoted-printable --]

 2014-02-04 Marcelo Acuña marceloacu...@yahoo.com:

 hello
  I want to get control over wide of thinspace.
  The present is too wide.


 The original definition is
 \def\thinspace{\kern .16667em }

 go change it in the preamble.


  Plus I want that thinspace make a hard link between parts and not be
 broken by hypenation.

 This I don't understand.

I suppose the OP is looking for a non-breaking thin space

202F    NARROW NO-BREAK SPACE
    * commonly abbreviated NNBSP
    * a narrow form of a no-break space, typically the width of a thin space or 
a mid space
    x (no-break space - 00A0)
    x (four-per-em space - 2005)
    x (thin space - 2009)
    # noBreak 0020


LyX's unicodesymbols Unicode-LaTeX conversion file says:

0x202f \\,                        \\,  # NARROW NO-BREAK SPACE

So, Marcelo, you can either input the unicode character 
or (as ERT/raw latex) the command \, 
or redefine \thinspace in the preamble to be \,

Günter

Re: thinspace too wide

2014-02-05 Thread Marcelo Acuña
OK Guenter, and, How I can redefine de narrow non-brekeable space in the 
preamble?

Marcelo





El día miércoles, 5 de febrero de 2014 13:07, Guenter Milde 
mi...@users.sf.net escribió:
 
On 2014-02-04, Jürgen Spitzmüller wrote:

 [-- Type: text/plain, Encoding: quoted-printable --]

 2014-02-04 Marcelo Acuña marceloacu...@yahoo.com:

 hello
  I want to get control over wide of thinspace.
  The present is too wide.


 The original definition is
 \def\thinspace{\kern .16667em }

 go change it in the preamble.


  Plus I want that thinspace make a hard link between parts and not be
 broken by hypenation.

 This I don't understand.

I suppose the OP is looking for a non-breaking thin space

202F    NARROW NO-BREAK SPACE
    * commonly abbreviated NNBSP
    * a narrow form of a no-break space, typically the width of a thin space or 
a mid space
    x (no-break space - 00A0)
    x (four-per-em space - 2005)
    x (thin space - 2009)
    # noBreak 0020


LyX's unicodesymbols Unicode-LaTeX conversion file says:

0x202f \\,                        \\,  # NARROW NO-BREAK SPACE

So, Marcelo, you can either input the unicode character 
or (as ERT/raw latex) the command \, 
or redefine \thinspace in the preamble to be \,

Günter

Re: thinspace too wide

2014-02-05 Thread Marcelo Acuña
OK Guenter, and, How I can redefine de narrow non-brekeable space in the 
preamble?

Marcelo





El día miércoles, 5 de febrero de 2014 13:07, Guenter Milde 
<mi...@users.sf.net> escribió:
 
On 2014-02-04, Jürgen Spitzmüller wrote:

> [-- Type: text/plain, Encoding: quoted-printable --]

> 2014-02-04 Marcelo Acuña <marceloacu...@yahoo.com>:

>> hello
>>  I want to get control over wide of thinspace.
>>  The present is too wide.


> The original definition is
> \def\thinspace{\kern .16667em }

> go change it in the preamble.


>>  Plus I want that thinspace make a hard link between parts and not be
>> broken by hypenation.

> This I don't understand.

I suppose the OP is looking for a non-breaking thin space

202F    NARROW NO-BREAK SPACE
    * commonly abbreviated NNBSP
    * a narrow form of a no-break space, typically the width of a thin space or 
a mid space
    x (no-break space - 00A0)
    x (four-per-em space - 2005)
    x (thin space - 2009)
    #  0020


LyX's "unicodesymbols" Unicode->LaTeX conversion file says:

0x202f "\\,"                      "" "" "\\," "" # NARROW NO-BREAK SPACE

So, Marcelo, you can either input the unicode character 
or (as ERT/raw latex) the command \, 
or redefine \thinspace in the preamble to be \,

Günter

thinspace too wide

2014-02-04 Thread Marcelo Acuña
hello
 I want to get control over wide of thinspace.
 The present is too wide.
 Plus I want that thinspace make a hard link between parts and not be broken by 
hypenation.
 Thanks

Marcelo


rotate longtables in lyx

2014-02-04 Thread Marcelo Acuña
hello
 I want rotate a longtable created in lyx and that became landscape.
 How I can get that?

Thanks
Marcelo


thinspace too wide

2014-02-04 Thread Marcelo Acuña
hello
 I want to get control over wide of thinspace.
 The present is too wide.
 Plus I want that thinspace make a hard link between parts and not be broken by 
hypenation.
 Thanks

Marcelo


rotate longtables in lyx

2014-02-04 Thread Marcelo Acuña
hello
 I want rotate a longtable created in lyx and that became landscape.
 How I can get that?

Thanks
Marcelo


thinspace too wide

2014-02-04 Thread Marcelo Acuña
hello
 I want to get control over wide of thinspace.
 The present is too wide.
 Plus I want that thinspace make a hard link between parts and not be broken by 
hypenation.
 Thanks

Marcelo


rotate longtables in lyx

2014-02-04 Thread Marcelo Acuña
hello
 I want rotate a longtable created in lyx and that became landscape.
 How I can get that?

Thanks
Marcelo


Re: Footnotes question...

2012-09-20 Thread Marcelo Acuña


The problem in the footnotes is produced by defining flushleft paragraph that 
is assigned to the content of the footnote.
You can see it making click on a footnote and with View  View Source.

If you put it like normal the problem disappears.
You can control the format of the footnote with other commands that do not 
cause this problem.
I use koma-script and I know nothing of memoir, so I can not say exactly how to 
do it
Luck!


 
Marcelo Acuña
    visitá mi sitio web http://www.aleph-uno.com.ar
==




Re: Footnotes question...

2012-09-20 Thread Marcelo Acuña


The problem in the footnotes is produced by defining flushleft paragraph that 
is assigned to the content of the footnote.
You can see it making click on a footnote and with View  View Source.

If you put it like normal the problem disappears.
You can control the format of the footnote with other commands that do not 
cause this problem.
I use koma-script and I know nothing of memoir, so I can not say exactly how to 
do it
Luck!


 
Marcelo Acuña
    visitá mi sitio web http://www.aleph-uno.com.ar
==




Re: Footnotes question...

2012-09-20 Thread Marcelo Acuña


The problem in the footnotes is produced by defining flushleft paragraph that 
is assigned to the content of the footnote.
You can see it making click on a footnote and with View > View Source.

If you put it like normal the problem disappears.
You can control the format of the footnote with other commands that do not 
cause this problem.
I use koma-script and I know nothing of memoir, so I can not say exactly how to 
do it
Luck!


 
Marcelo Acuña
    visitá mi sitio web http://www.aleph-uno.com.ar
==




Re: Footnotes question...

2012-09-18 Thread Marcelo Acuña


http://www.flickr.com/photos/fn-goa/8000701085/in/photostream
Dear all: The URL above shows a couple of footnotes which have a lot
of unnecessary white space between them. Can you please help me with a
hint on how this could be sorted out? Many thanks, FN

Do all footnotes are displayed in this way?
Anyway, it would be necessary to review the source code to see if was 
accidentally introduced some strange command.
Use view source can help.

Marcelo


Re: Footnotes question...

2012-09-18 Thread Marcelo Acuña


http://www.flickr.com/photos/fn-goa/8000701085/in/photostream
Dear all: The URL above shows a couple of footnotes which have a lot
of unnecessary white space between them. Can you please help me with a
hint on how this could be sorted out? Many thanks, FN

Do all footnotes are displayed in this way?
Anyway, it would be necessary to review the source code to see if was 
accidentally introduced some strange command.
Use view source can help.

Marcelo


Re: Footnotes question...

2012-09-18 Thread Marcelo Acuña


>http://www.flickr.com/photos/fn-goa/8000701085/in/photostream
>Dear all: The URL above shows a couple of footnotes which have a lot
>of unnecessary white space between them. Can you please help me with a
>hint on how this could be sorted out? Many thanks, FN

Do all footnotes are displayed in this way?
Anyway, it would be necessary to review the source code to see if was 
accidentally introduced some strange command.
Use "view source" can help.

Marcelo


Re: headers with fancy option are repeated beyond TOC

2012-08-31 Thread Marcelo Acuña
  I start new book with koma-script and option fancy headings.

  I put TOC after dedication and noted that headers are printed in page
 of Introduction.
  How I can solve this problem?

The best advice is probably to read the fancy headings documentation. :-)
With that said when I use koma-script I defined the headings for normal
pages and also for empty style pages by enclosing the definition on
\fancypagestyle . [...]

Excuse me, I will try to explain the problem better.
I have title page, TOC, a chapter*, and then, chapters.
In  Document  Settings I selected koma-script book and in Page 
Style  Headings and Footer Style I left Default option.

When I compile I can see:

page 1: Title and author page
page 2: blank
page 3: TOC
page 4: first page of Introducction
page 5: second page of Introducction BUT IN HEADERS APPEARS Contents

This is the problem.

Marcelo

Re: headers with fancy option are repeated beyond TOC

2012-08-31 Thread Marcelo Acuña
  I start new book with koma-script and option fancy headings.

  I put TOC after dedication and noted that headers are printed in page
 of Introduction.
  How I can solve this problem?

The best advice is probably to read the fancy headings documentation. :-)
With that said when I use koma-script I defined the headings for normal
pages and also for empty style pages by enclosing the definition on
\fancypagestyle . [...]

Excuse me, I will try to explain the problem better.
I have title page, TOC, a chapter*, and then, chapters.
In  Document  Settings I selected koma-script book and in Page 
Style  Headings and Footer Style I left Default option.

When I compile I can see:

page 1: Title and author page
page 2: blank
page 3: TOC
page 4: first page of Introducction
page 5: second page of Introducction BUT IN HEADERS APPEARS Contents

This is the problem.

Marcelo

Re: headers with fancy option are repeated beyond TOC

2012-08-31 Thread Marcelo Acuña
>>  I start new book with koma-script and option fancy headings.

>>  I put TOC after dedication and noted that headers are printed in page
>> of Introduction.
>>  How I can solve this problem?

>The best advice is probably to read the fancy headings documentation. :-)
>With that said when I use koma-script I defined the headings for normal
>pages and also for "empty" style pages by enclosing the definition on
>\fancypagestyle . [...]

Excuse me, I will try to explain the problem better.
I have title page, TOC, a chapter*, and then, chapters.
In > Document > Settings I selected koma-script book and in Page 
Style > Headings and Footer Style I left "Default" option.

When I "compile" I can see:

page 1: Title and author page
page 2: blank
page 3: TOC
page 4: first page of Introducction
page 5: second page of Introducction BUT IN HEADERS APPEARS "Contents"

This is the problem.

Marcelo

headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

Re: float border in latex

2012-08-28 Thread Marcelo Acuña


I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)


Hi,
 you can put a float for a minbox and then put the table into the minibox.
 In minibox setting you can choose the border.

Marcelo


Re: float border in latex

2012-08-28 Thread Marcelo Acuña


I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)


Hi,
 you can put a float for a minbox and then put the table into the minibox.
 In minibox setting you can choose the border.

Marcelo


Re: float border in latex

2012-08-28 Thread Marcelo Acuña


>I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)
>

Hi,
 you can put a float for a minbox and then put the table into the minibox.
 In minibox setting you can choose the border.

Marcelo


Re: Adjusting vertical space between picture and caption of a sub-figure

2012-07-10 Thread Marcelo Acuña
How can one adjust the vertical space between the picture and the

caption in a float sub-figure? In my case, I would like to increase
such vertical space.


Insert  Formatting  Vertical Space

Marcelo


Re: Adjusting vertical space between picture and caption of a sub-figure

2012-07-10 Thread Marcelo Acuña
How can one adjust the vertical space between the picture and the

caption in a float sub-figure? In my case, I would like to increase
such vertical space.


Insert  Formatting  Vertical Space

Marcelo


Re: Adjusting vertical space between picture and caption of a sub-figure

2012-07-10 Thread Marcelo Acuña
>How can one adjust the vertical space between the picture and the

>caption in a float sub-figure? In my case, I would like to increase
>such vertical space.


Insert > Formatting > Vertical Space

Marcelo


Re: Dimensions too large + minibox problems (LaTeX errors)

2012-07-08 Thread Marcelo Acuña
Dimensions too large is a nightmare for me.
This error appears when I change font size and I can't resolve it.

Marcelo

Re: Dimensions too large + minibox problems (LaTeX errors)

2012-07-08 Thread Marcelo Acuña
Dimensions too large is a nightmare for me.
This error appears when I change font size and I can't resolve it.

Marcelo

Re: Dimensions too large + minibox problems (LaTeX errors)

2012-07-08 Thread Marcelo Acuña
Dimensions too large is a nightmare for me.
This error appears when I change font size and I can't resolve it.

Marcelo

Re: Resume Tables

2012-07-07 Thread Marcelo Acuña


[...] Marcelo, your idea is perfect, except for the fact that the environment 
is shared by the whole line. I can work around that by manually changing the 
text style, though.

[...]

I don't understand what is the problem.
Before send the post I make an example for me and that work correctly.

Regards
Marcelo

hf-example.lyx
Description: application/lyx


Re: Resume Tables

2012-07-07 Thread Marcelo Acuña


[...] Marcelo, your idea is perfect, except for the fact that the environment 
is shared by the whole line. I can work around that by manually changing the 
text style, though.

[...]

I don't understand what is the problem.
Before send the post I make an example for me and that work correctly.

Regards
Marcelo

hf-example.lyx
Description: application/lyx


Re: Resume & Tables

2012-07-07 Thread Marcelo Acuña


[...] Marcelo, your idea is perfect, except for the fact that the environment 
is shared by the whole line. I can work around that by manually changing the 
text style, though.

[...]

I don't understand what is the problem.
Before send the post I make an example for me and that work correctly.

Regards
Marcelo

hf-example.lyx
Description: application/lyx


Re: Resume Tables

2012-07-06 Thread Marcelo Acuña
I am trying to rewrite my resume in LyX. I attached my old resume which I made 
with Google docs.


However I didn't find any way to have two columns where one can easily write 
some arbitrary text in one column on the same height as some text in the 
other column. I did this for achievements and dates in my old resume; you can 
see that each date is vertically aligned with the corresponding achievement.

It's seems to me that you can easily make this with Insert  Formatting  
Horizontal Space  Horizontal Fill

Bachelor of Science: Honours Mathematics  Computer Science -- Horizontal Fill 
-- 2006 - 2010
Item 1
Item 2
Item 3 --- Horizontal fill --  2003

Marcelo

Re: Resume Tables

2012-07-06 Thread Marcelo Acuña
I am trying to rewrite my resume in LyX. I attached my old resume which I made 
with Google docs.


However I didn't find any way to have two columns where one can easily write 
some arbitrary text in one column on the same height as some text in the 
other column. I did this for achievements and dates in my old resume; you can 
see that each date is vertically aligned with the corresponding achievement.

It's seems to me that you can easily make this with Insert  Formatting  
Horizontal Space  Horizontal Fill

Bachelor of Science: Honours Mathematics  Computer Science -- Horizontal Fill 
-- 2006 - 2010
Item 1
Item 2
Item 3 --- Horizontal fill --  2003

Marcelo

Re: Resume & Tables

2012-07-06 Thread Marcelo Acuña
>I am trying to rewrite my resume in LyX. I attached my old resume which I made 
>with Google docs.

>
>However I didn't find any way to have two columns where one can easily write 
>some arbitrary text in one column on >the same height as some text in the 
>other column. I did this for achievements and dates in my old resume; you can 
>see >that each date is vertically aligned with the corresponding achievement.

It's seems to me that you can easily make this with Insert > Formatting > 
Horizontal Space > Horizontal Fill

Bachelor of Science: Honours Mathematics & Computer Science <-- Horizontal Fill 
--> 2006 - 2010
Item 1
Item 2
Item 3 <--- Horizontal fill -->  2003

Marcelo

Re: how to fix spacing

2012-06-26 Thread Marcelo Acuña
 On 2012-06-24, Hady Ariwibowo Teguh wrote:


 I have problem in spacing between chapter name and paragraph and
 chapter number and chapter name.

titlesec package allow to you to make all customize that you want.
Marcelo


Re: how to fix spacing

2012-06-26 Thread Marcelo Acuña
 On 2012-06-24, Hady Ariwibowo Teguh wrote:


 I have problem in spacing between chapter name and paragraph and
 chapter number and chapter name.

titlesec package allow to you to make all customize that you want.
Marcelo


Re: how to fix spacing

2012-06-26 Thread Marcelo Acuña
> On 2012-06-24, Hady Ariwibowo Teguh wrote:


>> I have problem in spacing between "chapter name and paragraph" and
>> "chapter number and chapter name".

titlesec package allow to you to make all customize that you want.
Marcelo


Re: Ubuntu users -- can you replicate this?

2012-06-12 Thread Marcelo Acuña
I'm trying to fix a couple of bugs that others haven't been able to replicate. 
Could you please let me know if you observe the same behavior as I do?


(1)
in the edit menu when you see Find and Replace (quick) ... is the F 
underlined? Or does the underscore appear before the F ?


F is underlined. I have ubuntu 12.04, lyx 2.0.3.

Marcelo

  1   2   3   4   5   6   7   8   9   10   >