Komascript: changing parameters in stdlayouts.inc to vary parskip

2010-03-17 Thread Richard Brown
I'm using komascript book, which if I understand aright calls stdlayouts.inc
to get its basic parameters.

In one of the environments, (verse) i want a different vertical space
between every line of the poems. I think each poem line is defined as a
separate paragraph. So I decided to change parskip in stdlayouts.inc for the
verse environmment. I put

Style Verse
# LaTeX type is first dynamic because of LaTeX implementation.
# In LyX this does not make sense.
Category  MainText
LatexType Environment
LatexName verse
MarginFirst_Dynamic
NextNoIndent  1
LeftMargin
LabelIndent   
ParSkip   0.05
TopSep0.7
BottomSep 0.7
ParSep0.3
Align Block
AlignPossible Block, Left
LabelType No_Label
End

But nothing happens, nothing at all. The original values I changed from were

ParSkip 0.4
ParSep 0.5

Where is my logic wrong?


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Alex Fernandez
Hi João,

On Wed, Mar 17, 2010 at 1:40 AM, Uwe Stöhr uwesto...@web.de wrote:
 Am 17.03.2010 01:14, schrieb João Maia e Silva:

 Now, one new comers question! how do you communicate with the outside
 world, without using the pdf? the rtf converter is not that bad, but
 with my experience, I'm failing to integrate the images on the text as
 well as the bibliography (the references label goes on the text, but not
 on the end of the doc)

 I propose to use eLyXer
 http://www.nongnu.org/elyxer/
 to convert your LyX file into HTML. Almost all office programs are able to
 import HTML.

Yes, just be sure to run eLyXer with the --html flag, either
standalone or changing the converter line from within LyX:
  Tools  Preferences  External formats  Converters  LyX to HTML  Converter:
just add the --html option as the first one:
  elyxer.py --html --directory $$r $$i $$o
or
  python -m elyxer.py --html --directory $$r $$i $$o

In fact, I don't see why eLyXer should not be the default Word
exporter. Uwe, do you think it would be worthwhile to send a patch to
that effect?

Alex.


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Julio Rojas
Dear Alex. That might be a good idea, but I think elyxer needs to
mature a little bit more before turning it into the default converter
for  MS Word. For example, it doesn't handle math macros at all, which
I use constantly. For more simpler documents it's fine, I think.

Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 8:39 AM, Alex Fernandez ely...@gmail.com wrote:
 Hi João,

 On Wed, Mar 17, 2010 at 1:40 AM, Uwe Stöhr uwesto...@web.de wrote:
 Am 17.03.2010 01:14, schrieb João Maia e Silva:

 Now, one new comers question! how do you communicate with the outside
 world, without using the pdf? the rtf converter is not that bad, but
 with my experience, I'm failing to integrate the images on the text as
 well as the bibliography (the references label goes on the text, but not
 on the end of the doc)

 I propose to use eLyXer
 http://www.nongnu.org/elyxer/
 to convert your LyX file into HTML. Almost all office programs are able to
 import HTML.

 Yes, just be sure to run eLyXer with the --html flag, either
 standalone or changing the converter line from within LyX:
  Tools  Preferences  External formats  Converters  LyX to HTML  
 Converter:
 just add the --html option as the first one:
  elyxer.py --html --directory $$r $$i $$o
 or
  python -m elyxer.py --html --directory $$r $$i $$o

 In fact, I don't see why eLyXer should not be the default Word
 exporter. Uwe, do you think it would be worthwhile to send a patch to
 that effect?

 Alex.



Re: Spell checker

2010-03-17 Thread Julio Rojas
Dear Marshall, I tried every possible trick with Aspell and
CocoAspell, to no avail. The work, but it's like the dictionary is
empty. A very bad experience.

There are not enough testers and developers using MacOS X and I think
we lag behind in usability. Right now I don't have enough time, But I
hope this changes my mid year.

Until then, I hope someone gets to the solution. Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman ma...@uri.edu wrote:

 I have the same problem on a Mac (Leopard), and I do have admin. privileges.

    Marsh Feldman

 On 2:59 PM, Daniel Ng wrote:

 Hi all



 I have downloaded the latest version of Lyx for windows and having
 troubles
 installing the spell checker function on my windows 7 machine. I installed
 Aspell on to my computer and found that the spell checker still fails to
 work. I also have obtained the latest English dictionaries and placed them
 under Aspell program data under folders data and dictionary and still
 obtain
 errors while using lyx.



 The current error that I obtain when trying to use the spell checker is 
 Spellchecker cannot be loaded,
 C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
 reading

 I have searched on google, Lyx, Aspell, wiki documents  and found nothing.
 During this time of trying to actually solve this problem, there is a
 clear
 lack of documentation for installing Aspell and installing the dictionary
 files for windows as the program is more Linux orientated.



 As other guides state you should copy the dictionaries into the Aspell
 directory, is this correct? Other guides in linux state you should compile
 these dictionaries. So I am currently confused on what i am suppose to do.



 Is there any chance of someone providing a  step by step instructions for
 installing Aspell and dictionaries on to lyx for windows? Or providing
 information in correcting my problem.





 Thanks



 Daniel








 --
 Dr. Marshall Feldman, PhD
 Director of Research and Academic Affairs
 CUSR Logo
 Center for Urban Studies and Research
 The University of Rhode Island
 email: marsh @ uri .edu (remove spaces)


     Contact Information:


       Kingston:

 202 Hart House
 Charles T. Schmidt Labor Research Center
 The University of Rhode Island
 36 Upper College Road
 Kingston, RI 02881-0815
 tel. (401) 874-5953:
 fax: (401) 874-5511


       Providence:

 206E Shepard Building
 URI Feinstein Providence Campus
 80 Washington Street
 Providence, RI 02903-1819
 tel. (401) 277-5218
 fax: (401) 277-5464



Re: Spell checker

2010-03-17 Thread Micha Feigin
I initially had the same problem on linux. If I recall correctly, when I
compiled lyx 2 for the first time I didn't have the aspell development files
installed (libaspell-dev package under debian) so the configuration run didn't
find it and compiled lyx without aspell support.

I later installed it and recompiled but I also had to delete the .lyx-2.0 user
directory and let lyx reconfigure for it to enable spell support. A simple
reconfigure wasn't enough.

I am seeing two small problems with the inline spell checker though
1. It's leaving around some of the red wigly lines, they are not fully cleaned
up properly when not needed any more
2. It won't work inside some of the inset (lyx note comes to mind, don't recall
about others) as it's popping up the inset menu instead of the spell menu. The
two menus should be combined

On Wed, 17 Mar 2010 10:27:50 +0100
Julio Rojas jcredbe...@gmail.com wrote:

 Dear Marshall, I tried every possible trick with Aspell and
 CocoAspell, to no avail. The work, but it's like the dictionary is
 empty. A very bad experience.
 
 There are not enough testers and developers using MacOS X and I think
 we lag behind in usability. Right now I don't have enough time, But I
 hope this changes my mid year.
 
 Until then, I hope someone gets to the solution. Best regards.
 -
 Julio Rojas
 jcredbe...@gmail.com
 
 
 
 On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman ma...@uri.edu wrote:
 
  I have the same problem on a Mac (Leopard), and I do have admin. privileges.
 
     Marsh Feldman
 
  On 2:59 PM, Daniel Ng wrote:
 
  Hi all
 
 
 
  I have downloaded the latest version of Lyx for windows and having
  troubles
  installing the spell checker function on my windows 7 machine. I installed
  Aspell on to my computer and found that the spell checker still fails to
  work. I also have obtained the latest English dictionaries and placed them
  under Aspell program data under folders data and dictionary and still
  obtain
  errors while using lyx.
 
 
 
  The current error that I obtain when trying to use the spell checker is 
  Spellchecker cannot be loaded,
  C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
  reading
 
  I have searched on google, Lyx, Aspell, wiki documents  and found nothing.
  During this time of trying to actually solve this problem, there is a
  clear
  lack of documentation for installing Aspell and installing the dictionary
  files for windows as the program is more Linux orientated.
 
 
 
  As other guides state you should copy the dictionaries into the Aspell
  directory, is this correct? Other guides in linux state you should compile
  these dictionaries. So I am currently confused on what i am suppose to do.
 
 
 
  Is there any chance of someone providing a  step by step instructions for
  installing Aspell and dictionaries on to lyx for windows? Or providing
  information in correcting my problem.
 
 
 
 
 
  Thanks
 
 
 
  Daniel
 
 
 
 
 
 
 
 
  --
  Dr. Marshall Feldman, PhD
  Director of Research and Academic Affairs
  CUSR Logo
  Center for Urban Studies and Research
  The University of Rhode Island
  email: marsh @ uri .edu (remove spaces)
 
 
      Contact Information:
 
 
        Kingston:
 
  202 Hart House
  Charles T. Schmidt Labor Research Center
  The University of Rhode Island
  36 Upper College Road
  Kingston, RI 02881-0815
  tel. (401) 874-5953:
  fax: (401) 874-5511
 
 
        Providence:
 
  206E Shepard Building
  URI Feinstein Providence Campus
  80 Washington Street
  Providence, RI 02903-1819
  tel. (401) 277-5218
  fax: (401) 277-5464
 
 


Re: Spell checker

2010-03-17 Thread E Tunc

Dear All,
It might not sound professional, but try removing all the Lyx files and 
update Miktex, then install LyX again...

Hope it helps...
Regards,
Esra

--On 17 March 2010 12:40 +0200 Micha Feigin mi...@post.tau.ac.il wrote:


I initially had the same problem on linux. If I recall correctly, when I
compiled lyx 2 for the first time I didn't have the aspell development
files installed (libaspell-dev package under debian) so the configuration
run didn't find it and compiled lyx without aspell support.

I later installed it and recompiled but I also had to delete the .lyx-2.0
user directory and let lyx reconfigure for it to enable spell support. A
simple reconfigure wasn't enough.

I am seeing two small problems with the inline spell checker though
1. It's leaving around some of the red wigly lines, they are not fully
cleaned up properly when not needed any more
2. It won't work inside some of the inset (lyx note comes to mind, don't
recall about others) as it's popping up the inset menu instead of the
spell menu. The two menus should be combined

On Wed, 17 Mar 2010 10:27:50 +0100
Julio Rojas jcredbe...@gmail.com wrote:


Dear Marshall, I tried every possible trick with Aspell and
CocoAspell, to no avail. The work, but it's like the dictionary is
empty. A very bad experience.

There are not enough testers and developers using MacOS X and I think
we lag behind in usability. Right now I don't have enough time, But I
hope this changes my mid year.

Until then, I hope someone gets to the solution. Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman ma...@uri.edu wrote:

 I have the same problem on a Mac (Leopard), and I do have admin.
 privileges.

    Marsh Feldman

 On 2:59 PM, Daniel Ng wrote:

 Hi all



 I have downloaded the latest version of Lyx for windows and having
 troubles
 installing the spell checker function on my windows 7 machine. I
 installed Aspell on to my computer and found that the spell checker
 still fails to work. I also have obtained the latest English
 dictionaries and placed them under Aspell program data under folders
 data and dictionary and still obtain
 errors while using lyx.



 The current error that I obtain when trying to use the spell checker
 is  Spellchecker cannot be loaded,
 C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
 reading

 I have searched on google, Lyx, Aspell, wiki documents  and found
 nothing. During this time of trying to actually solve this problem,
 there is a clear
 lack of documentation for installing Aspell and installing the
 dictionary files for windows as the program is more Linux orientated.



 As other guides state you should copy the dictionaries into the Aspell
 directory, is this correct? Other guides in linux state you should
 compile these dictionaries. So I am currently confused on what i am
 suppose to do.



 Is there any chance of someone providing a  step by step
 instructions for installing Aspell and dictionaries on to lyx for
 windows? Or providing information in correcting my problem.





 Thanks



 Daniel








 --
 Dr. Marshall Feldman, PhD
 Director of Research and Academic Affairs
 CUSR Logo
 Center for Urban Studies and Research
 The University of Rhode Island
 email: marsh @ uri .edu (remove spaces)


     Contact Information:


       Kingston:

 202 Hart House
 Charles T. Schmidt Labor Research Center
 The University of Rhode Island
 36 Upper College Road
 Kingston, RI 02881-0815
 tel. (401) 874-5953:
 fax: (401) 874-5511


       Providence:

 206E Shepard Building
 URI Feinstein Providence Campus
 80 Washington Street
 Providence, RI 02903-1819
 tel. (401) 277-5218
 fax: (401) 277-5464






--
E Tunc
ee...@bristol.ac.uk


Re: Typesetting poetry

2010-03-17 Thread Richard Brown
Thanks for that Steve. I followed your tutorials, and learned a fair
amount: but in the end I found that the new environment I had made had
knock-on effects on the paragraphs surrounding those where I applied it-
effects I couldn't explain or remove. I hope there's a simpler way.



Re: Koma-script question

2010-03-17 Thread stefano franchi
For future reference (and thanks to Peter Flynn of the Latex user group),
using absolute instead of relative font sizes plus the selectfont command
solves the problem:

\addtokomafont{caption}{fontsize{8}{10}\selectfont}

It smacks a bit of finger painting, but works well.

S.


On Tue, Mar 16, 2010 at 9:52 AM, stefano franchi 
fran...@philosophy.tamu.edu wrote:

 I thought I would ask a Komascript question, as there seems to be several
 expert users on this forum.

 I'd like to have captions in table and figures in a smaller font size *and*
 with a correspondingly smaller leading space.
 I know I can change the font size with


 \addtokomafont{caption}{\smaller}


 in the preamble, but this command does not touch the leading space. If, for
 instance, the main document is 12pt one-half space, I end up with  ugly
 looking and space-eating  widely spaced captions.


 Does anyone know how to solve the problem? I could not find the answer in
 the Koma-script manual.



 Thanks,


 S.






 --
 __
 Stefano Franchi
 Department of Philosophy   Ph:   (1) 979 862-2211
 Texas AM University Fax: (1) 979 845-0458
 College Station, Texas, USA





-- 
__
Stefano Franchi
Department of Philosophy   Ph:   (1) 979 862-2211
Texas AM University Fax: (1) 979 845-0458
College Station, Texas, USA


Spellcheck: alternative language

2010-03-17 Thread Peter
Hi, 

I tried to install the spellcheck function in lyx on my Windows VISTA and got 
it working for the English language. But it just won't work for other languages 
although the dictionaries are installed. 
I went to Tools - Preferences - Spellchecker and I typed in the Alternative 
language field: de (for german)
Lyx found my de-common.multi file - that is for sure, since I once changed it 
to de-comm.multi and Lyx gave me an error message (as expected). 
So, typing de in the alternative language DOES have the effect that Lyx needs 
my German dictionary, but it DOES NOT have the effect that it also uses it. 
That is the problem. Lyx always uses the English dictionary no matter what I 
type in as a alternative language (I also tried it out with French and 
Spanish). 
After hours of uninstalling, installing and googling I am really frustrated. 
Could you please help me? 

Best regards

Peter



LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and created
a number of documents using the three Bera fonts.

Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
the MacTeXtras; it came with LyX 1.6.5 so I installed that also.

Now LyX doesn't see that the Bera fonts are available (they show as 'not
installed' in Documents - Settings - Fonts). If I switch back to MacTeX
2008 (which I have not uninstalled but would like too) and reconfigure LyX,
these fonts still show as not installed.

MacTeX 2008 and 2009 most definitely do come with the Bera fonts installed;
all the correct files appear to be there.

I really need to convince LyX 1.6.5 that these fonts are indeed installed
and available, as I need to re-edit some documents and have them print using
the same standards that I was already using for this series of documents.
(And yes, I did re-run 'sudo texhash', just in case, and ran the
LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)

Any suggestions would be appreciated. I haven't yet downgraded to LyX 1.6.3;
I guess that might be my next step in troubleshooting.

Thanks,

-- Rich


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 1:57 PM, Richard Talley rich.tal...@gmail.com wrote:
 I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and created
 a number of documents using the three Bera fonts.

 Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
 the MacTeXtras; it came with LyX 1.6.5 so I installed that also.

 Now LyX doesn't see that the Bera fonts are available (they show as 'not
 installed' in Documents - Settings - Fonts). If I switch back to MacTeX
 2008 (which I have not uninstalled but would like too) and reconfigure LyX,
 these fonts still show as not installed.

 MacTeX 2008 and 2009 most definitely do come with the Bera fonts installed;
 all the correct files appear to be there.

 I really need to convince LyX 1.6.5 that these fonts are indeed installed
 and available, as I need to re-edit some documents and have them print using
 the same standards that I was already using for this series of documents.
 (And yes, I did re-run 'sudo texhash', just in case, and ran the
 LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)

 Any suggestions would be appreciated. I haven't yet downgraded to LyX 1.6.3;
 I guess that might be my next step in troubleshooting.

Have you tried reconfiguring LyX? (LyX  Reconfigure) I have MacTeX
2009, and the Bera fonts are properly recognized by LyX.

BH


even numbered title page getting numbered

2010-03-17 Thread Sajjad
Hello forum,

I am working with report class and managed to configured it so  that
Abstract, Acknowledgement and each chapter starts with odd numbering page.

I have inserted clear doublepage  before each of them.


Now the even page of the Title page is also getting numbered and i do not
want that.


Any hint to remove that?


Regards
Sajjad


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
Yes, I did reconfigure LyX.  -=- Rich

On Wed, Mar 17, 2010 at 12:43 PM, BH bewih...@gmail.com wrote:

 On Wed, Mar 17, 2010 at 1:57 PM, Richard Talley rich.tal...@gmail.com
 wrote:
  I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and
 created
  a number of documents using the three Bera fonts.
 
  Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
  the MacTeXtras; it came with LyX 1.6.5 so I installed that also.
 
  Now LyX doesn't see that the Bera fonts are available (they show as 'not
  installed' in Documents - Settings - Fonts). If I switch back to MacTeX
  2008 (which I have not uninstalled but would like too) and reconfigure
 LyX,
  these fonts still show as not installed.
 
  MacTeX 2008 and 2009 most definitely do come with the Bera fonts
 installed;
  all the correct files appear to be there.
 
  I really need to convince LyX 1.6.5 that these fonts are indeed installed
  and available, as I need to re-edit some documents and have them print
 using
  the same standards that I was already using for this series of documents.
  (And yes, I did re-run 'sudo texhash', just in case, and ran the
  LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)
 
  Any suggestions would be appreciated. I haven't yet downgraded to LyX
 1.6.3;
  I guess that might be my next step in troubleshooting.

 Have you tried reconfiguring LyX? (LyX  Reconfigure) I have MacTeX
 2009, and the Bera fonts are properly recognized by LyX.

 BH



Re: even numbered title page getting numbered

2010-03-17 Thread Liviu Andronic
On Wed, Mar 17, 2010 at 6:49 PM, Sajjad dosto.wa...@gmail.com wrote:
 Hello forum,

 I am working with report class and managed to configured it so  that
 Abstract, Acknowledgement and each chapter starts with odd numbering page.

 I have inserted clear doublepage  before each of them.


 Now the even page of the Title page is also getting numbered and i do not
 want that.


 Any hint to remove that?

Perhaps this?
http://wiki.lyx.org/FAQ/Unsorted#toc3

Liviu



 Regards
 Sajjad




-- 
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: even numbered title page getting numbered

2010-03-17 Thread Sajjad
Thanks Liviu

It worked

On Wed, Mar 17, 2010 at 8:00 PM, Liviu Andronic landronim...@gmail.comwrote:

 On Wed, Mar 17, 2010 at 6:49 PM, Sajjad dosto.wa...@gmail.com wrote:
  Hello forum,
 
  I am working with report class and managed to configured it so  that
  Abstract, Acknowledgement and each chapter starts with odd numbering
 page.
 
  I have inserted clear doublepage  before each of them.
 
 
  Now the even page of the Title page is also getting numbered and i do not
  want that.
 
 
  Any hint to remove that?
 
 Perhaps this?
 http://wiki.lyx.org/FAQ/Unsorted#toc3

 Liviu


 
  Regards
  Sajjad
 



 --
 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: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley rich.tal...@gmail.com wrote:
 Yes, I did reconfigure LyX.  -=- Rich

1. What is your PATH Prefix? (LyX  Preferences  Paths  PATH Prefix)

2. From within Terminal.app, try:

kpsewhich bera.sty

Does it return the path to your installation of bera? (If not, then
it's a MacTeX issue.)

3. Again in Terminal.app, try:

/path/to/LyX.app/Contents/Resources/configure.py

(substituting the appropriate thing for /path/to -- the default
would be /Applications). Paste the output into an e-mail to the
list.

BH


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
On Wed, Mar 17, 2010 at 1:18 PM, BH bewih...@gmail.com wrote:

 On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley rich.tal...@gmail.com
 wrote:
  Yes, I did reconfigure LyX.  -=- Rich

 1. What is your PATH Prefix? (LyX  Preferences  Paths  PATH Prefix)


/usr/texbin:/usr/local/gwTeX/bin/powerpc-apple-darwin-current:/usr/local/gwTeX/bin/i386-apple-darwin-current:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/teTeX/bin/i386-apple-darwin-current:/sw/bin:/sw/sbin:/opt/local/teTeX/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/usr/sbin:/sbin




 2. From within Terminal.app, try:

 kpsewhich bera.sty

 Does it return the path to your installation of bera? (If not, then
 it's a MacTeX issue.)


Yes, it returns this:

/usr/local/texlive/2009/texmf-dist/tex/latex/bera/bera.sty



 3. Again in Terminal.app, try:

 /path/to/LyX.app/Contents/Resources/configure.py

 (substituting the appropriate thing for /path/to -- the default
 would be /Applications). Paste the output into an e-mail to the
 list.

 BH


Here's the output (same thing as appears in ~/Library/Application
Support/LyX-1.6/configure.log when I run LyX - Reconfigure).

checking for a Latex2e program...
+checking for latex...   yes
checking for a DVI postprocessing program...
+checking for pplatex...   no
checking for pLaTeX, the Japanese LaTeX...
+checking for platex...   no
checking for a Tgif viewer and editor...
+checking for tgif...   no
checking for a FIG viewer and editor...
+checking for xfig...   no
+checking for jfig3-itext.jar...   no
+checking for jfig3.jar...   no
checking for a Dia viewer and editor...
+checking for dia...   no
checking for a Grace viewer and editor...
+checking for xmgrace...   no
checking for a FEN viewer and editor...
+checking for xboard...   no
checking for a raster image viewer...
+checking for xv...   no
+checking for kview...   no
+checking for gimp-remote...   no
+checking for gimp...   no
checking for a raster image editor...
+checking for gimp-remote...   no
+checking for gimp...   no
checking for a text editor...
+checking for sensible-editor...   no
+checking for xemacs...   no
+checking for gvim...   no
+checking for kedit...   no
+checking for kwrite...   no
+checking for kate...   no
+checking for nedit...   no
+checking for gedit...   no
+checking for notepad...   no
checking for a BibTeX editor...
+checking for sensible-editor...   no
+checking for jabref...   no
+checking for JabRef...   no
+checking for pybliographic...   no
+checking for bibdesk...   no
+checking for gbib...   no
+checking for kbib...   no
+checking for kbibtex...   no
+checking for sixpack...   no
+checking for bibedit...   no
+checking for tkbibtexxemacs...   no
+checking for gvim...   no
+checking for kedit...   no
+checking for kwrite...   no
+checking for kate...   no
+checking for nedit...   no
+checking for gedit...   no
+checking for notepad...   no
checking for a Postscript previewer...
+checking for kghostview...   no
+checking for okular...   no
+checking for evince...   no
+checking for gv...   no
+checking for ghostview...   no
checking for a PDF previewer...
+checking for kpdf...   no
+checking for okular...   no
+checking for evince...   no
+checking for kghostview...   no
+checking for xpdf...   no
+checking for acrobat...   no
+checking for acroread...   no
+checking for gv...   no
+checking for ghostview...   no
checking for a DVI previewer...
+checking for xdvi...   yes
checking for an HTML previewer...
+checking for firefox...   no
+checking for mozilla...   no
+checking for netscape...   no
checking for Noteedit...
+checking for noteedit...   no
checking for an OpenDocument viewer...
+checking for swriter...   no
+checking for oowriter...   no
checking for the pdflatex program...
+checking for pdflatex...   yes
checking for a LaTeX/Noweb - LyX converter...
+checking for tex2lyx...   no
+checking for tex2lyx...   no
checking for a Noweb - LaTeX converter...
+checking for noweave...   no
checking for an HTML - LaTeX converter...
+checking for html2latex...   no
+checking for gnuhtml2latex...   no
+checking for htmltolatex...   no
+checking for java...   yes
checking for an MS Word - LaTeX converter...
+checking for wvCleanLatex...   no
checking for elyxer module...
no
checking for a LyX - HTML converter...
+checking for elyxer.py...   no
+checking for elyxer...   no
checking for a LaTeX - HTML converter...
+checking for htlatex...   yes
checking for a LaTeX - MS Word converter...
+checking for htlatex...   yes
checking for an OpenOffice.org - LaTeX converter...
+checking for w2l...   no
checking for an OpenDocument - LaTeX converter...
+checking for w2l...   no
checking for a LaTeX - Open Document converter...
+checking for oolatex...   no
+checking for mk4ht...   yes
checking for a LaTeX - RTF converter...
+checking for latex2rtf...   no
+checking for latex2rt...   no
checking for a RTF - HTML converter...
+checking for unrtf...   no
checking for a PS to PDF converter...
+checking for 

Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 3:30 PM, Richard Talley rich.tal...@gmail.com wrote:


 On Wed, Mar 17, 2010 at 1:18 PM, BH bewih...@gmail.com wrote:

 On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley rich.tal...@gmail.com
 wrote:
  Yes, I did reconfigure LyX.  -=- Rich

 1. What is your PATH Prefix? (LyX  Preferences  Paths  PATH Prefix)

 /usr/texbin:/usr/local/gwTeX/bin/powerpc-apple-darwin-current:/usr/local/gwTeX/bin/i386-apple-darwin-current:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/teTeX/bin/i386-apple-darwin-current:/sw/bin:/sw/sbin:/opt/local/teTeX/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/usr/sbin:/sbin

That's as it should be.

 2. From within Terminal.app, try:

 kpsewhich bera.sty

 Does it return the path to your installation of bera? (If not, then
 it's a MacTeX issue.)

 Yes, it returns this:
 /usr/local/texlive/2009/texmf-dist/tex/latex/bera/bera.sty

That's good.

 3. Again in Terminal.app, try:

 /path/to/LyX.app/Contents/Resources/configure.py

 (substituting the appropriate thing for /path/to -- the default
 would be /Applications). Paste the output into an e-mail to the
 list.

 Here's the output (same thing as appears in ~/Library/Application
 Support/LyX-1.6/configure.log when I run LyX - Reconfigure).

snip

 +checking for package bera [bera]... yes

This says it has found the bera fonts. So you should have access to
them in Document  Settings  Fonts. (Are you sure you don't?)

At this point, I'm baffled.

BH


I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
Hello,
 I can´t to compile lyx 1.6.5 with qt 4.6.2.
 How I can solve it?

 


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


  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Jim Rockford
I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document -- Settings -- Page Layout -- Headings Style -- empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?

Thanks,
Jim


Re: I can´ t to compile lyx

2010-03-17 Thread Pavel Sanda
Marcelo Acu?a wrote:
 Hello,
  I can´t to compile lyx 1.6.5 with qt 4.6.2.
  How I can solve it?

by fixing it? :)
seriously, when you dont report the exact error there is no way how to help.
pavel


Re: I can´t to compile lyx

2010-03-17 Thread rgheck

On 03/17/2010 07:14 PM, Pavel Sanda wrote:

Marcelo Acu?a wrote:
   

Hello,
  I can´t to compile lyx 1.6.5 with qt 4.6.2.
  How I can solve it?
 

by fixing it? :)
seriously, when you dont report the exact error there is no way how to help.

   
I can compile branch with Qt 4.6.2, so it isn't 4.6.2. What's the gcc 
version? And, as Pavel said, what's the error?


rh



Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
On Wed, Mar 17, 2010 at 2:04 PM, BH bewih...@gmail.com wrote:

 On Wed, Mar 17, 2010 at 3:30 PM, Richard Talley rich.tal...@gmail.com
 wrote:
 
  +checking for package bera [bera]... yes

 This says it has found the bera fonts. So you should have access to
 them in Document  Settings  Fonts. (Are you sure you don't?)

 At this point, I'm baffled.

 BH


Thanks for your help.

I think that the indication that the Bera fonts are not installed is just a
symptom of a deeper problem; I appear to have lost all font control. No
matter what fonts I choose, I get a pdf that has the default LaTeX fonts.
Something is badly screwed up in my TeX installation; I'm going to get rid
of it and start over.

Your comments were still useful; I learned several things about trouble
shooting my installation.

-=- Rich


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Paul Rubin
Jim Rockford jim.rockfo...@... writes:

 
 I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
 following document style setting will suppress page numbers:
 
 Document -- Settings -- Page Layout -- Headings Style -- empty
 
 However, in the single-page document (article style) that I'm currently
 working on, I still get the page number 1 at the bottom of the page when I
 generate the PDF.  Am I doing something wrong?  Are there alternative
 methods for suppressing page numbers?
 

You're doing it correctly, and it should work (works fine for me here).  You
might try View  View Source, click the option for complete source, and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than that, is
there anything funky in your preamble that might be overriding the page style
command?



RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
 Hello,
  I can´t to compile lyx 1.6.5 with qt 4.6.2.
  How I can solve it?
 
 What is the problem ?
 
 I have linux lenny and qt 4.6.2.
 When I try to compile lyx I get a message that say that moc
 is too different.
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
I have linux lenny and qt 4.6.2.
When I try to compile lyx I get a message that say
 that moc is too different.

 Then, there are still moc_*.cpp files left that were
 generated during a previous build with an older
 version of qt. 
 
 Please try clean up your sources and/or explicitly
 remove
 to moc_*.cpp files and other files generated during
 compilation.
 
 Ok. But, previous to ./configure I run make clean and get
 same error.
 Regards.
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
 Ok. But, previous to ./configure I run make clean and
 get same error.
 
 
 Maybe not everything is cleaned. 
 
 Please manually remove the following *_moc.cpp files:
 src/support/SignalSlotPrivate_moc.cpp
 Src/frontends/qt4/Action_moc.cpp
 Src/frontends/qt4/BulletsModule_moc.cpp
 Src/frontends/qt4/CustomizedWidgets_moc.cpp
 Src/frontends/qt4/EmptyTable_moc.cpp
 .. Etc.
 
 And all other files ending with _moc.cpp in the
 src/frontends/qt4/ directory.
 
 If you open one of these files you'll see the following:
 
 #error This file was generated using the moc from 4.5.1.
 It
 #error cannot be used with the include files from this
 version of Qt.
 #error (The moc has changed too much.)
 
 Which is probably the error message you get.
 
 Vincent

Yes! This is the error message.
Thanks!
Marcelo


  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Marcelo Acuña
  I'm running Lyx on Windoze 7
  (64bit).  I was under the impression that the
  following document style setting will suppress page
  numbers:
  
  Document -- Settings -- Page Layout --
  Headings Style -- empty
 
  This option supress the headers and footers.
  For page number supress you need to add on the preamble:
 \pagestyle{empty}
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Alex Fernandez
Hi Julio,

On Wed, Mar 17, 2010 at 10:16 AM, Julio Rojas jcredbe...@gmail.com wrote:
 Dear Alex. That might be a good idea, but I think elyxer needs to
 mature a little bit more before turning it into the default converter
 for  MS Word. For example, it doesn't handle math macros at all, which
 I use constantly. For more simpler documents it's fine, I think.

I used to think that macros were impossible to handle, but now I think
they can be done without excessive trouble. I am planning to support
them in the not-too-distant future. Also I have plans for creating one
page per section (with navigation links between them) and support for
MathML; both of these features are in varying stages of completion.

I will let the list know when they are ready. Today I am releasing
version 0.42, for those interested you can check out the changelog:
  http://www.nongnu.org/elyxer/changelog.html

Alex.


Re: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
  Hello,
   I can´t to compile lyx 1.6.5 with qt 4.6.2.
   How I can solve it?
 
 by fixing it? :)
 seriously, when you dont report the exact error there is no
 way how to help.
 pavel

Excuse me. When I responded to Vincent I believed to do it with copy to the 
list.
As Vincent says the error message is:
This file was generated using the moc from 4.5.1. It
cannot be used with the include files from this
version of Qt.
(The moc has changed too much.)

Before ./configure I put
make clean

my gcc is 4.3.x if my memory does not fail to me (I am not in front of my 
computer now).
Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: I can´ t to compile lyx

2010-03-17 Thread Pavel Sanda
Marcelo Acu?a wrote:
 This file was generated using the moc from 4.5.1. It

inside lyx tree:
find . -name '*moc*' | xargs rm 
pavel


Re: I can´t to compile lyx

2010-03-17 Thread rgheck

On 03/17/2010 07:48 PM, Marcelo Acuña wrote:

Ok. But, previous to ./configure I run make clean and
   

get same error.
 
   

Maybe not everything is cleaned.

Please manually remove the following *_moc.cpp files:
src/support/SignalSlotPrivate_moc.cpp
Src/frontends/qt4/Action_moc.cpp
Src/frontends/qt4/BulletsModule_moc.cpp
Src/frontends/qt4/CustomizedWidgets_moc.cpp
Src/frontends/qt4/EmptyTable_moc.cpp
.. Etc.

And all other files ending with _moc.cpp in the
src/frontends/qt4/ directory.

If you open one of these files you'll see the following:

#error This file was generated using the moc from 4.5.1.
It
#error cannot be used with the include files from this
version of Qt.
#error (The moc has changed too much.)

Which is probably the error message you get.

Vincent
 

Yes! This is the error message.

   

Try make clean  make distclean, or even try a fresh checkout.

rh



Re: BibLaTeX style: quot;{cite.0:[biblabel]} has been referenced but does not existquot; warning

2010-03-17 Thread Piero

 When the biblatex styles creates some op. cit, ibid., etc. it needs a new 
 latex run ro get the cross-references right. LyX does not understand that. 
 Maybe in the 2.0 version it is fixed, but I don't know. 

Ouch...
but how could it be that I used a some biblatex ibid. styles and it never 
gave 
me any problem, till now?
Thanks for the info.
Piero



Re: Blogging with LyX

2010-03-17 Thread Jack Desert
More progress has been made in Blogging with LyX. 

Thanks Alex for helping me discover that I had a really outdated
version of eLyXer in my original tests. The latest version of eLyXer
does an elegant job of formatting my code, so I have switched to it as
my LyX to HTML converter. You can read about my experience and
download my latest source code for LyxBlogger at 
http://letseatalready.com/2010/03/17/lyxblogger/


Short Description: 
Lyxblogger makes it very easy to publish your LyX-formatted document in
a WordPress blog or other Internet posting. It uses eLyXer to convert
your document to html, then uses Xclip to copy that html to your
clipboard for easy pasting into a new blog entry.

-Jack

-- 
~~~
Jack Desert --Writer, Entrepeneur
Author and Spokesman: www.LetsEATalready.com
Software Developer:   http://GrooveTask.org
Email: jwo...@gmail.com
WordPress, Blogspot, blog engine, paste html
~~~


Komascript: changing parameters in stdlayouts.inc to vary parskip

2010-03-17 Thread Richard Brown
I'm using komascript book, which if I understand aright calls stdlayouts.inc
to get its basic parameters.

In one of the environments, (verse) i want a different vertical space
between every line of the poems. I think each poem line is defined as a
separate paragraph. So I decided to change parskip in stdlayouts.inc for the
verse environmment. I put

Style Verse
# LaTeX type is first dynamic because of LaTeX implementation.
# In LyX this does not make sense.
Category  MainText
LatexType Environment
LatexName verse
MarginFirst_Dynamic
NextNoIndent  1
LeftMargin
LabelIndent   
ParSkip   0.05
TopSep0.7
BottomSep 0.7
ParSep0.3
Align Block
AlignPossible Block, Left
LabelType No_Label
End

But nothing happens, nothing at all. The original values I changed from were

ParSkip 0.4
ParSep 0.5

Where is my logic wrong?


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Alex Fernandez
Hi João,

On Wed, Mar 17, 2010 at 1:40 AM, Uwe Stöhr uwesto...@web.de wrote:
 Am 17.03.2010 01:14, schrieb João Maia e Silva:

 Now, one new comers question! how do you communicate with the outside
 world, without using the pdf? the rtf converter is not that bad, but
 with my experience, I'm failing to integrate the images on the text as
 well as the bibliography (the references label goes on the text, but not
 on the end of the doc)

 I propose to use eLyXer
 http://www.nongnu.org/elyxer/
 to convert your LyX file into HTML. Almost all office programs are able to
 import HTML.

Yes, just be sure to run eLyXer with the --html flag, either
standalone or changing the converter line from within LyX:
  Tools  Preferences  External formats  Converters  LyX to HTML  Converter:
just add the --html option as the first one:
  elyxer.py --html --directory $$r $$i $$o
or
  python -m elyxer.py --html --directory $$r $$i $$o

In fact, I don't see why eLyXer should not be the default Word
exporter. Uwe, do you think it would be worthwhile to send a patch to
that effect?

Alex.


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Julio Rojas
Dear Alex. That might be a good idea, but I think elyxer needs to
mature a little bit more before turning it into the default converter
for  MS Word. For example, it doesn't handle math macros at all, which
I use constantly. For more simpler documents it's fine, I think.

Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 8:39 AM, Alex Fernandez ely...@gmail.com wrote:
 Hi João,

 On Wed, Mar 17, 2010 at 1:40 AM, Uwe Stöhr uwesto...@web.de wrote:
 Am 17.03.2010 01:14, schrieb João Maia e Silva:

 Now, one new comers question! how do you communicate with the outside
 world, without using the pdf? the rtf converter is not that bad, but
 with my experience, I'm failing to integrate the images on the text as
 well as the bibliography (the references label goes on the text, but not
 on the end of the doc)

 I propose to use eLyXer
 http://www.nongnu.org/elyxer/
 to convert your LyX file into HTML. Almost all office programs are able to
 import HTML.

 Yes, just be sure to run eLyXer with the --html flag, either
 standalone or changing the converter line from within LyX:
  Tools  Preferences  External formats  Converters  LyX to HTML  
 Converter:
 just add the --html option as the first one:
  elyxer.py --html --directory $$r $$i $$o
 or
  python -m elyxer.py --html --directory $$r $$i $$o

 In fact, I don't see why eLyXer should not be the default Word
 exporter. Uwe, do you think it would be worthwhile to send a patch to
 that effect?

 Alex.



Re: Spell checker

2010-03-17 Thread Julio Rojas
Dear Marshall, I tried every possible trick with Aspell and
CocoAspell, to no avail. The work, but it's like the dictionary is
empty. A very bad experience.

There are not enough testers and developers using MacOS X and I think
we lag behind in usability. Right now I don't have enough time, But I
hope this changes my mid year.

Until then, I hope someone gets to the solution. Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman ma...@uri.edu wrote:

 I have the same problem on a Mac (Leopard), and I do have admin. privileges.

    Marsh Feldman

 On 2:59 PM, Daniel Ng wrote:

 Hi all



 I have downloaded the latest version of Lyx for windows and having
 troubles
 installing the spell checker function on my windows 7 machine. I installed
 Aspell on to my computer and found that the spell checker still fails to
 work. I also have obtained the latest English dictionaries and placed them
 under Aspell program data under folders data and dictionary and still
 obtain
 errors while using lyx.



 The current error that I obtain when trying to use the spell checker is 
 Spellchecker cannot be loaded,
 C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
 reading

 I have searched on google, Lyx, Aspell, wiki documents  and found nothing.
 During this time of trying to actually solve this problem, there is a
 clear
 lack of documentation for installing Aspell and installing the dictionary
 files for windows as the program is more Linux orientated.



 As other guides state you should copy the dictionaries into the Aspell
 directory, is this correct? Other guides in linux state you should compile
 these dictionaries. So I am currently confused on what i am suppose to do.



 Is there any chance of someone providing a  step by step instructions for
 installing Aspell and dictionaries on to lyx for windows? Or providing
 information in correcting my problem.





 Thanks



 Daniel








 --
 Dr. Marshall Feldman, PhD
 Director of Research and Academic Affairs
 CUSR Logo
 Center for Urban Studies and Research
 The University of Rhode Island
 email: marsh @ uri .edu (remove spaces)


     Contact Information:


       Kingston:

 202 Hart House
 Charles T. Schmidt Labor Research Center
 The University of Rhode Island
 36 Upper College Road
 Kingston, RI 02881-0815
 tel. (401) 874-5953:
 fax: (401) 874-5511


       Providence:

 206E Shepard Building
 URI Feinstein Providence Campus
 80 Washington Street
 Providence, RI 02903-1819
 tel. (401) 277-5218
 fax: (401) 277-5464



Re: Spell checker

2010-03-17 Thread Micha Feigin
I initially had the same problem on linux. If I recall correctly, when I
compiled lyx 2 for the first time I didn't have the aspell development files
installed (libaspell-dev package under debian) so the configuration run didn't
find it and compiled lyx without aspell support.

I later installed it and recompiled but I also had to delete the .lyx-2.0 user
directory and let lyx reconfigure for it to enable spell support. A simple
reconfigure wasn't enough.

I am seeing two small problems with the inline spell checker though
1. It's leaving around some of the red wigly lines, they are not fully cleaned
up properly when not needed any more
2. It won't work inside some of the inset (lyx note comes to mind, don't recall
about others) as it's popping up the inset menu instead of the spell menu. The
two menus should be combined

On Wed, 17 Mar 2010 10:27:50 +0100
Julio Rojas jcredbe...@gmail.com wrote:

 Dear Marshall, I tried every possible trick with Aspell and
 CocoAspell, to no avail. The work, but it's like the dictionary is
 empty. A very bad experience.
 
 There are not enough testers and developers using MacOS X and I think
 we lag behind in usability. Right now I don't have enough time, But I
 hope this changes my mid year.
 
 Until then, I hope someone gets to the solution. Best regards.
 -
 Julio Rojas
 jcredbe...@gmail.com
 
 
 
 On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman ma...@uri.edu wrote:
 
  I have the same problem on a Mac (Leopard), and I do have admin. privileges.
 
     Marsh Feldman
 
  On 2:59 PM, Daniel Ng wrote:
 
  Hi all
 
 
 
  I have downloaded the latest version of Lyx for windows and having
  troubles
  installing the spell checker function on my windows 7 machine. I installed
  Aspell on to my computer and found that the spell checker still fails to
  work. I also have obtained the latest English dictionaries and placed them
  under Aspell program data under folders data and dictionary and still
  obtain
  errors while using lyx.
 
 
 
  The current error that I obtain when trying to use the spell checker is 
  Spellchecker cannot be loaded,
  C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
  reading
 
  I have searched on google, Lyx, Aspell, wiki documents  and found nothing.
  During this time of trying to actually solve this problem, there is a
  clear
  lack of documentation for installing Aspell and installing the dictionary
  files for windows as the program is more Linux orientated.
 
 
 
  As other guides state you should copy the dictionaries into the Aspell
  directory, is this correct? Other guides in linux state you should compile
  these dictionaries. So I am currently confused on what i am suppose to do.
 
 
 
  Is there any chance of someone providing a  step by step instructions for
  installing Aspell and dictionaries on to lyx for windows? Or providing
  information in correcting my problem.
 
 
 
 
 
  Thanks
 
 
 
  Daniel
 
 
 
 
 
 
 
 
  --
  Dr. Marshall Feldman, PhD
  Director of Research and Academic Affairs
  CUSR Logo
  Center for Urban Studies and Research
  The University of Rhode Island
  email: marsh @ uri .edu (remove spaces)
 
 
      Contact Information:
 
 
        Kingston:
 
  202 Hart House
  Charles T. Schmidt Labor Research Center
  The University of Rhode Island
  36 Upper College Road
  Kingston, RI 02881-0815
  tel. (401) 874-5953:
  fax: (401) 874-5511
 
 
        Providence:
 
  206E Shepard Building
  URI Feinstein Providence Campus
  80 Washington Street
  Providence, RI 02903-1819
  tel. (401) 277-5218
  fax: (401) 277-5464
 
 


Re: Spell checker

2010-03-17 Thread E Tunc

Dear All,
It might not sound professional, but try removing all the Lyx files and 
update Miktex, then install LyX again...

Hope it helps...
Regards,
Esra

--On 17 March 2010 12:40 +0200 Micha Feigin mi...@post.tau.ac.il wrote:


I initially had the same problem on linux. If I recall correctly, when I
compiled lyx 2 for the first time I didn't have the aspell development
files installed (libaspell-dev package under debian) so the configuration
run didn't find it and compiled lyx without aspell support.

I later installed it and recompiled but I also had to delete the .lyx-2.0
user directory and let lyx reconfigure for it to enable spell support. A
simple reconfigure wasn't enough.

I am seeing two small problems with the inline spell checker though
1. It's leaving around some of the red wigly lines, they are not fully
cleaned up properly when not needed any more
2. It won't work inside some of the inset (lyx note comes to mind, don't
recall about others) as it's popping up the inset menu instead of the
spell menu. The two menus should be combined

On Wed, 17 Mar 2010 10:27:50 +0100
Julio Rojas jcredbe...@gmail.com wrote:


Dear Marshall, I tried every possible trick with Aspell and
CocoAspell, to no avail. The work, but it's like the dictionary is
empty. A very bad experience.

There are not enough testers and developers using MacOS X and I think
we lag behind in usability. Right now I don't have enough time, But I
hope this changes my mid year.

Until then, I hope someone gets to the solution. Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman ma...@uri.edu wrote:

 I have the same problem on a Mac (Leopard), and I do have admin.
 privileges.

    Marsh Feldman

 On 2:59 PM, Daniel Ng wrote:

 Hi all



 I have downloaded the latest version of Lyx for windows and having
 troubles
 installing the spell checker function on my windows 7 machine. I
 installed Aspell on to my computer and found that the spell checker
 still fails to work. I also have obtained the latest English
 dictionaries and placed them under Aspell program data under folders
 data and dictionary and still obtain
 errors while using lyx.



 The current error that I obtain when trying to use the spell checker
 is  Spellchecker cannot be loaded,
 C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
 reading

 I have searched on google, Lyx, Aspell, wiki documents  and found
 nothing. During this time of trying to actually solve this problem,
 there is a clear
 lack of documentation for installing Aspell and installing the
 dictionary files for windows as the program is more Linux orientated.



 As other guides state you should copy the dictionaries into the Aspell
 directory, is this correct? Other guides in linux state you should
 compile these dictionaries. So I am currently confused on what i am
 suppose to do.



 Is there any chance of someone providing a  step by step
 instructions for installing Aspell and dictionaries on to lyx for
 windows? Or providing information in correcting my problem.





 Thanks



 Daniel








 --
 Dr. Marshall Feldman, PhD
 Director of Research and Academic Affairs
 CUSR Logo
 Center for Urban Studies and Research
 The University of Rhode Island
 email: marsh @ uri .edu (remove spaces)


     Contact Information:


       Kingston:

 202 Hart House
 Charles T. Schmidt Labor Research Center
 The University of Rhode Island
 36 Upper College Road
 Kingston, RI 02881-0815
 tel. (401) 874-5953:
 fax: (401) 874-5511


       Providence:

 206E Shepard Building
 URI Feinstein Providence Campus
 80 Washington Street
 Providence, RI 02903-1819
 tel. (401) 277-5218
 fax: (401) 277-5464






--
E Tunc
ee...@bristol.ac.uk


Re: Typesetting poetry

2010-03-17 Thread Richard Brown
Thanks for that Steve. I followed your tutorials, and learned a fair
amount: but in the end I found that the new environment I had made had
knock-on effects on the paragraphs surrounding those where I applied it-
effects I couldn't explain or remove. I hope there's a simpler way.



Re: Koma-script question

2010-03-17 Thread stefano franchi
For future reference (and thanks to Peter Flynn of the Latex user group),
using absolute instead of relative font sizes plus the selectfont command
solves the problem:

\addtokomafont{caption}{fontsize{8}{10}\selectfont}

It smacks a bit of finger painting, but works well.

S.


On Tue, Mar 16, 2010 at 9:52 AM, stefano franchi 
fran...@philosophy.tamu.edu wrote:

 I thought I would ask a Komascript question, as there seems to be several
 expert users on this forum.

 I'd like to have captions in table and figures in a smaller font size *and*
 with a correspondingly smaller leading space.
 I know I can change the font size with


 \addtokomafont{caption}{\smaller}


 in the preamble, but this command does not touch the leading space. If, for
 instance, the main document is 12pt one-half space, I end up with  ugly
 looking and space-eating  widely spaced captions.


 Does anyone know how to solve the problem? I could not find the answer in
 the Koma-script manual.



 Thanks,


 S.






 --
 __
 Stefano Franchi
 Department of Philosophy   Ph:   (1) 979 862-2211
 Texas AM University Fax: (1) 979 845-0458
 College Station, Texas, USA





-- 
__
Stefano Franchi
Department of Philosophy   Ph:   (1) 979 862-2211
Texas AM University Fax: (1) 979 845-0458
College Station, Texas, USA


Spellcheck: alternative language

2010-03-17 Thread Peter
Hi, 

I tried to install the spellcheck function in lyx on my Windows VISTA and got 
it working for the English language. But it just won't work for other languages 
although the dictionaries are installed. 
I went to Tools - Preferences - Spellchecker and I typed in the Alternative 
language field: de (for german)
Lyx found my de-common.multi file - that is for sure, since I once changed it 
to de-comm.multi and Lyx gave me an error message (as expected). 
So, typing de in the alternative language DOES have the effect that Lyx needs 
my German dictionary, but it DOES NOT have the effect that it also uses it. 
That is the problem. Lyx always uses the English dictionary no matter what I 
type in as a alternative language (I also tried it out with French and 
Spanish). 
After hours of uninstalling, installing and googling I am really frustrated. 
Could you please help me? 

Best regards

Peter



LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and created
a number of documents using the three Bera fonts.

Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
the MacTeXtras; it came with LyX 1.6.5 so I installed that also.

Now LyX doesn't see that the Bera fonts are available (they show as 'not
installed' in Documents - Settings - Fonts). If I switch back to MacTeX
2008 (which I have not uninstalled but would like too) and reconfigure LyX,
these fonts still show as not installed.

MacTeX 2008 and 2009 most definitely do come with the Bera fonts installed;
all the correct files appear to be there.

I really need to convince LyX 1.6.5 that these fonts are indeed installed
and available, as I need to re-edit some documents and have them print using
the same standards that I was already using for this series of documents.
(And yes, I did re-run 'sudo texhash', just in case, and ran the
LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)

Any suggestions would be appreciated. I haven't yet downgraded to LyX 1.6.3;
I guess that might be my next step in troubleshooting.

Thanks,

-- Rich


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 1:57 PM, Richard Talley rich.tal...@gmail.com wrote:
 I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and created
 a number of documents using the three Bera fonts.

 Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
 the MacTeXtras; it came with LyX 1.6.5 so I installed that also.

 Now LyX doesn't see that the Bera fonts are available (they show as 'not
 installed' in Documents - Settings - Fonts). If I switch back to MacTeX
 2008 (which I have not uninstalled but would like too) and reconfigure LyX,
 these fonts still show as not installed.

 MacTeX 2008 and 2009 most definitely do come with the Bera fonts installed;
 all the correct files appear to be there.

 I really need to convince LyX 1.6.5 that these fonts are indeed installed
 and available, as I need to re-edit some documents and have them print using
 the same standards that I was already using for this series of documents.
 (And yes, I did re-run 'sudo texhash', just in case, and ran the
 LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)

 Any suggestions would be appreciated. I haven't yet downgraded to LyX 1.6.3;
 I guess that might be my next step in troubleshooting.

Have you tried reconfiguring LyX? (LyX  Reconfigure) I have MacTeX
2009, and the Bera fonts are properly recognized by LyX.

BH


even numbered title page getting numbered

2010-03-17 Thread Sajjad
Hello forum,

I am working with report class and managed to configured it so  that
Abstract, Acknowledgement and each chapter starts with odd numbering page.

I have inserted clear doublepage  before each of them.


Now the even page of the Title page is also getting numbered and i do not
want that.


Any hint to remove that?


Regards
Sajjad


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
Yes, I did reconfigure LyX.  -=- Rich

On Wed, Mar 17, 2010 at 12:43 PM, BH bewih...@gmail.com wrote:

 On Wed, Mar 17, 2010 at 1:57 PM, Richard Talley rich.tal...@gmail.com
 wrote:
  I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and
 created
  a number of documents using the three Bera fonts.
 
  Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
  the MacTeXtras; it came with LyX 1.6.5 so I installed that also.
 
  Now LyX doesn't see that the Bera fonts are available (they show as 'not
  installed' in Documents - Settings - Fonts). If I switch back to MacTeX
  2008 (which I have not uninstalled but would like too) and reconfigure
 LyX,
  these fonts still show as not installed.
 
  MacTeX 2008 and 2009 most definitely do come with the Bera fonts
 installed;
  all the correct files appear to be there.
 
  I really need to convince LyX 1.6.5 that these fonts are indeed installed
  and available, as I need to re-edit some documents and have them print
 using
  the same standards that I was already using for this series of documents.
  (And yes, I did re-run 'sudo texhash', just in case, and ran the
  LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)
 
  Any suggestions would be appreciated. I haven't yet downgraded to LyX
 1.6.3;
  I guess that might be my next step in troubleshooting.

 Have you tried reconfiguring LyX? (LyX  Reconfigure) I have MacTeX
 2009, and the Bera fonts are properly recognized by LyX.

 BH



Re: even numbered title page getting numbered

2010-03-17 Thread Liviu Andronic
On Wed, Mar 17, 2010 at 6:49 PM, Sajjad dosto.wa...@gmail.com wrote:
 Hello forum,

 I am working with report class and managed to configured it so  that
 Abstract, Acknowledgement and each chapter starts with odd numbering page.

 I have inserted clear doublepage  before each of them.


 Now the even page of the Title page is also getting numbered and i do not
 want that.


 Any hint to remove that?

Perhaps this?
http://wiki.lyx.org/FAQ/Unsorted#toc3

Liviu



 Regards
 Sajjad




-- 
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: even numbered title page getting numbered

2010-03-17 Thread Sajjad
Thanks Liviu

It worked

On Wed, Mar 17, 2010 at 8:00 PM, Liviu Andronic landronim...@gmail.comwrote:

 On Wed, Mar 17, 2010 at 6:49 PM, Sajjad dosto.wa...@gmail.com wrote:
  Hello forum,
 
  I am working with report class and managed to configured it so  that
  Abstract, Acknowledgement and each chapter starts with odd numbering
 page.
 
  I have inserted clear doublepage  before each of them.
 
 
  Now the even page of the Title page is also getting numbered and i do not
  want that.
 
 
  Any hint to remove that?
 
 Perhaps this?
 http://wiki.lyx.org/FAQ/Unsorted#toc3

 Liviu


 
  Regards
  Sajjad
 



 --
 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: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley rich.tal...@gmail.com wrote:
 Yes, I did reconfigure LyX.  -=- Rich

1. What is your PATH Prefix? (LyX  Preferences  Paths  PATH Prefix)

2. From within Terminal.app, try:

kpsewhich bera.sty

Does it return the path to your installation of bera? (If not, then
it's a MacTeX issue.)

3. Again in Terminal.app, try:

/path/to/LyX.app/Contents/Resources/configure.py

(substituting the appropriate thing for /path/to -- the default
would be /Applications). Paste the output into an e-mail to the
list.

BH


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
On Wed, Mar 17, 2010 at 1:18 PM, BH bewih...@gmail.com wrote:

 On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley rich.tal...@gmail.com
 wrote:
  Yes, I did reconfigure LyX.  -=- Rich

 1. What is your PATH Prefix? (LyX  Preferences  Paths  PATH Prefix)


/usr/texbin:/usr/local/gwTeX/bin/powerpc-apple-darwin-current:/usr/local/gwTeX/bin/i386-apple-darwin-current:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/teTeX/bin/i386-apple-darwin-current:/sw/bin:/sw/sbin:/opt/local/teTeX/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/usr/sbin:/sbin




 2. From within Terminal.app, try:

 kpsewhich bera.sty

 Does it return the path to your installation of bera? (If not, then
 it's a MacTeX issue.)


Yes, it returns this:

/usr/local/texlive/2009/texmf-dist/tex/latex/bera/bera.sty



 3. Again in Terminal.app, try:

 /path/to/LyX.app/Contents/Resources/configure.py

 (substituting the appropriate thing for /path/to -- the default
 would be /Applications). Paste the output into an e-mail to the
 list.

 BH


Here's the output (same thing as appears in ~/Library/Application
Support/LyX-1.6/configure.log when I run LyX - Reconfigure).

checking for a Latex2e program...
+checking for latex...   yes
checking for a DVI postprocessing program...
+checking for pplatex...   no
checking for pLaTeX, the Japanese LaTeX...
+checking for platex...   no
checking for a Tgif viewer and editor...
+checking for tgif...   no
checking for a FIG viewer and editor...
+checking for xfig...   no
+checking for jfig3-itext.jar...   no
+checking for jfig3.jar...   no
checking for a Dia viewer and editor...
+checking for dia...   no
checking for a Grace viewer and editor...
+checking for xmgrace...   no
checking for a FEN viewer and editor...
+checking for xboard...   no
checking for a raster image viewer...
+checking for xv...   no
+checking for kview...   no
+checking for gimp-remote...   no
+checking for gimp...   no
checking for a raster image editor...
+checking for gimp-remote...   no
+checking for gimp...   no
checking for a text editor...
+checking for sensible-editor...   no
+checking for xemacs...   no
+checking for gvim...   no
+checking for kedit...   no
+checking for kwrite...   no
+checking for kate...   no
+checking for nedit...   no
+checking for gedit...   no
+checking for notepad...   no
checking for a BibTeX editor...
+checking for sensible-editor...   no
+checking for jabref...   no
+checking for JabRef...   no
+checking for pybliographic...   no
+checking for bibdesk...   no
+checking for gbib...   no
+checking for kbib...   no
+checking for kbibtex...   no
+checking for sixpack...   no
+checking for bibedit...   no
+checking for tkbibtexxemacs...   no
+checking for gvim...   no
+checking for kedit...   no
+checking for kwrite...   no
+checking for kate...   no
+checking for nedit...   no
+checking for gedit...   no
+checking for notepad...   no
checking for a Postscript previewer...
+checking for kghostview...   no
+checking for okular...   no
+checking for evince...   no
+checking for gv...   no
+checking for ghostview...   no
checking for a PDF previewer...
+checking for kpdf...   no
+checking for okular...   no
+checking for evince...   no
+checking for kghostview...   no
+checking for xpdf...   no
+checking for acrobat...   no
+checking for acroread...   no
+checking for gv...   no
+checking for ghostview...   no
checking for a DVI previewer...
+checking for xdvi...   yes
checking for an HTML previewer...
+checking for firefox...   no
+checking for mozilla...   no
+checking for netscape...   no
checking for Noteedit...
+checking for noteedit...   no
checking for an OpenDocument viewer...
+checking for swriter...   no
+checking for oowriter...   no
checking for the pdflatex program...
+checking for pdflatex...   yes
checking for a LaTeX/Noweb - LyX converter...
+checking for tex2lyx...   no
+checking for tex2lyx...   no
checking for a Noweb - LaTeX converter...
+checking for noweave...   no
checking for an HTML - LaTeX converter...
+checking for html2latex...   no
+checking for gnuhtml2latex...   no
+checking for htmltolatex...   no
+checking for java...   yes
checking for an MS Word - LaTeX converter...
+checking for wvCleanLatex...   no
checking for elyxer module...
no
checking for a LyX - HTML converter...
+checking for elyxer.py...   no
+checking for elyxer...   no
checking for a LaTeX - HTML converter...
+checking for htlatex...   yes
checking for a LaTeX - MS Word converter...
+checking for htlatex...   yes
checking for an OpenOffice.org - LaTeX converter...
+checking for w2l...   no
checking for an OpenDocument - LaTeX converter...
+checking for w2l...   no
checking for a LaTeX - Open Document converter...
+checking for oolatex...   no
+checking for mk4ht...   yes
checking for a LaTeX - RTF converter...
+checking for latex2rtf...   no
+checking for latex2rt...   no
checking for a RTF - HTML converter...
+checking for unrtf...   no
checking for a PS to PDF converter...
+checking for 

Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 3:30 PM, Richard Talley rich.tal...@gmail.com wrote:


 On Wed, Mar 17, 2010 at 1:18 PM, BH bewih...@gmail.com wrote:

 On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley rich.tal...@gmail.com
 wrote:
  Yes, I did reconfigure LyX.  -=- Rich

 1. What is your PATH Prefix? (LyX  Preferences  Paths  PATH Prefix)

 /usr/texbin:/usr/local/gwTeX/bin/powerpc-apple-darwin-current:/usr/local/gwTeX/bin/i386-apple-darwin-current:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/teTeX/bin/i386-apple-darwin-current:/sw/bin:/sw/sbin:/opt/local/teTeX/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/usr/sbin:/sbin

That's as it should be.

 2. From within Terminal.app, try:

 kpsewhich bera.sty

 Does it return the path to your installation of bera? (If not, then
 it's a MacTeX issue.)

 Yes, it returns this:
 /usr/local/texlive/2009/texmf-dist/tex/latex/bera/bera.sty

That's good.

 3. Again in Terminal.app, try:

 /path/to/LyX.app/Contents/Resources/configure.py

 (substituting the appropriate thing for /path/to -- the default
 would be /Applications). Paste the output into an e-mail to the
 list.

 Here's the output (same thing as appears in ~/Library/Application
 Support/LyX-1.6/configure.log when I run LyX - Reconfigure).

snip

 +checking for package bera [bera]... yes

This says it has found the bera fonts. So you should have access to
them in Document  Settings  Fonts. (Are you sure you don't?)

At this point, I'm baffled.

BH


I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
Hello,
 I can´t to compile lyx 1.6.5 with qt 4.6.2.
 How I can solve it?

 


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


  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Jim Rockford
I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document -- Settings -- Page Layout -- Headings Style -- empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?

Thanks,
Jim


Re: I can´ t to compile lyx

2010-03-17 Thread Pavel Sanda
Marcelo Acu?a wrote:
 Hello,
  I can´t to compile lyx 1.6.5 with qt 4.6.2.
  How I can solve it?

by fixing it? :)
seriously, when you dont report the exact error there is no way how to help.
pavel


Re: I can´t to compile lyx

2010-03-17 Thread rgheck

On 03/17/2010 07:14 PM, Pavel Sanda wrote:

Marcelo Acu?a wrote:
   

Hello,
  I can´t to compile lyx 1.6.5 with qt 4.6.2.
  How I can solve it?
 

by fixing it? :)
seriously, when you dont report the exact error there is no way how to help.

   
I can compile branch with Qt 4.6.2, so it isn't 4.6.2. What's the gcc 
version? And, as Pavel said, what's the error?


rh



Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
On Wed, Mar 17, 2010 at 2:04 PM, BH bewih...@gmail.com wrote:

 On Wed, Mar 17, 2010 at 3:30 PM, Richard Talley rich.tal...@gmail.com
 wrote:
 
  +checking for package bera [bera]... yes

 This says it has found the bera fonts. So you should have access to
 them in Document  Settings  Fonts. (Are you sure you don't?)

 At this point, I'm baffled.

 BH


Thanks for your help.

I think that the indication that the Bera fonts are not installed is just a
symptom of a deeper problem; I appear to have lost all font control. No
matter what fonts I choose, I get a pdf that has the default LaTeX fonts.
Something is badly screwed up in my TeX installation; I'm going to get rid
of it and start over.

Your comments were still useful; I learned several things about trouble
shooting my installation.

-=- Rich


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Paul Rubin
Jim Rockford jim.rockfo...@... writes:

 
 I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
 following document style setting will suppress page numbers:
 
 Document -- Settings -- Page Layout -- Headings Style -- empty
 
 However, in the single-page document (article style) that I'm currently
 working on, I still get the page number 1 at the bottom of the page when I
 generate the PDF.  Am I doing something wrong?  Are there alternative
 methods for suppressing page numbers?
 

You're doing it correctly, and it should work (works fine for me here).  You
might try View  View Source, click the option for complete source, and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than that, is
there anything funky in your preamble that might be overriding the page style
command?



RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
 Hello,
  I can´t to compile lyx 1.6.5 with qt 4.6.2.
  How I can solve it?
 
 What is the problem ?
 
 I have linux lenny and qt 4.6.2.
 When I try to compile lyx I get a message that say that moc
 is too different.
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
I have linux lenny and qt 4.6.2.
When I try to compile lyx I get a message that say
 that moc is too different.

 Then, there are still moc_*.cpp files left that were
 generated during a previous build with an older
 version of qt. 
 
 Please try clean up your sources and/or explicitly
 remove
 to moc_*.cpp files and other files generated during
 compilation.
 
 Ok. But, previous to ./configure I run make clean and get
 same error.
 Regards.
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
 Ok. But, previous to ./configure I run make clean and
 get same error.
 
 
 Maybe not everything is cleaned. 
 
 Please manually remove the following *_moc.cpp files:
 src/support/SignalSlotPrivate_moc.cpp
 Src/frontends/qt4/Action_moc.cpp
 Src/frontends/qt4/BulletsModule_moc.cpp
 Src/frontends/qt4/CustomizedWidgets_moc.cpp
 Src/frontends/qt4/EmptyTable_moc.cpp
 .. Etc.
 
 And all other files ending with _moc.cpp in the
 src/frontends/qt4/ directory.
 
 If you open one of these files you'll see the following:
 
 #error This file was generated using the moc from 4.5.1.
 It
 #error cannot be used with the include files from this
 version of Qt.
 #error (The moc has changed too much.)
 
 Which is probably the error message you get.
 
 Vincent

Yes! This is the error message.
Thanks!
Marcelo


  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Marcelo Acuña
  I'm running Lyx on Windoze 7
  (64bit).  I was under the impression that the
  following document style setting will suppress page
  numbers:
  
  Document -- Settings -- Page Layout --
  Headings Style -- empty
 
  This option supress the headers and footers.
  For page number supress you need to add on the preamble:
 \pagestyle{empty}
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Alex Fernandez
Hi Julio,

On Wed, Mar 17, 2010 at 10:16 AM, Julio Rojas jcredbe...@gmail.com wrote:
 Dear Alex. That might be a good idea, but I think elyxer needs to
 mature a little bit more before turning it into the default converter
 for  MS Word. For example, it doesn't handle math macros at all, which
 I use constantly. For more simpler documents it's fine, I think.

I used to think that macros were impossible to handle, but now I think
they can be done without excessive trouble. I am planning to support
them in the not-too-distant future. Also I have plans for creating one
page per section (with navigation links between them) and support for
MathML; both of these features are in varying stages of completion.

I will let the list know when they are ready. Today I am releasing
version 0.42, for those interested you can check out the changelog:
  http://www.nongnu.org/elyxer/changelog.html

Alex.


Re: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
  Hello,
   I can´t to compile lyx 1.6.5 with qt 4.6.2.
   How I can solve it?
 
 by fixing it? :)
 seriously, when you dont report the exact error there is no
 way how to help.
 pavel

Excuse me. When I responded to Vincent I believed to do it with copy to the 
list.
As Vincent says the error message is:
This file was generated using the moc from 4.5.1. It
cannot be used with the include files from this
version of Qt.
(The moc has changed too much.)

Before ./configure I put
make clean

my gcc is 4.3.x if my memory does not fail to me (I am not in front of my 
computer now).
Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: I can´ t to compile lyx

2010-03-17 Thread Pavel Sanda
Marcelo Acu?a wrote:
 This file was generated using the moc from 4.5.1. It

inside lyx tree:
find . -name '*moc*' | xargs rm 
pavel


Re: I can´t to compile lyx

2010-03-17 Thread rgheck

On 03/17/2010 07:48 PM, Marcelo Acuña wrote:

Ok. But, previous to ./configure I run make clean and
   

get same error.
 
   

Maybe not everything is cleaned.

Please manually remove the following *_moc.cpp files:
src/support/SignalSlotPrivate_moc.cpp
Src/frontends/qt4/Action_moc.cpp
Src/frontends/qt4/BulletsModule_moc.cpp
Src/frontends/qt4/CustomizedWidgets_moc.cpp
Src/frontends/qt4/EmptyTable_moc.cpp
.. Etc.

And all other files ending with _moc.cpp in the
src/frontends/qt4/ directory.

If you open one of these files you'll see the following:

#error This file was generated using the moc from 4.5.1.
It
#error cannot be used with the include files from this
version of Qt.
#error (The moc has changed too much.)

Which is probably the error message you get.

Vincent
 

Yes! This is the error message.

   

Try make clean  make distclean, or even try a fresh checkout.

rh



Re: BibLaTeX style: quot;{cite.0:[biblabel]} has been referenced but does not existquot; warning

2010-03-17 Thread Piero

 When the biblatex styles creates some op. cit, ibid., etc. it needs a new 
 latex run ro get the cross-references right. LyX does not understand that. 
 Maybe in the 2.0 version it is fixed, but I don't know. 

Ouch...
but how could it be that I used a some biblatex ibid. styles and it never 
gave 
me any problem, till now?
Thanks for the info.
Piero



Re: Blogging with LyX

2010-03-17 Thread Jack Desert
More progress has been made in Blogging with LyX. 

Thanks Alex for helping me discover that I had a really outdated
version of eLyXer in my original tests. The latest version of eLyXer
does an elegant job of formatting my code, so I have switched to it as
my LyX to HTML converter. You can read about my experience and
download my latest source code for LyxBlogger at 
http://letseatalready.com/2010/03/17/lyxblogger/


Short Description: 
Lyxblogger makes it very easy to publish your LyX-formatted document in
a WordPress blog or other Internet posting. It uses eLyXer to convert
your document to html, then uses Xclip to copy that html to your
clipboard for easy pasting into a new blog entry.

-Jack

-- 
~~~
Jack Desert --Writer, Entrepeneur
Author and Spokesman: www.LetsEATalready.com
Software Developer:   http://GrooveTask.org
Email: jwo...@gmail.com
WordPress, Blogspot, blog engine, paste html
~~~


Komascript: changing parameters in stdlayouts.inc to vary parskip

2010-03-17 Thread Richard Brown
I'm using komascript book, which if I understand aright calls stdlayouts.inc
to get its basic parameters.

In one of the environments, (verse) i want a different vertical space
between every line of the poems. I think each poem line is defined as a
separate paragraph. So I decided to change parskip in stdlayouts.inc for the
verse environmment. I put

Style Verse
# LaTeX type is first dynamic because of LaTeX implementation.
# In LyX this does not make sense.
Category  MainText
LatexType Environment
LatexName verse
MarginFirst_Dynamic
NextNoIndent  1
LeftMargin
LabelIndent   
ParSkip   0.05
TopSep0.7
BottomSep 0.7
ParSep0.3
Align Block
AlignPossible Block, Left
LabelType No_Label
End

But nothing happens, nothing at all. The original values I changed from were

ParSkip 0.4
ParSep 0.5

Where is my logic wrong?


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Alex Fernandez
Hi João,

On Wed, Mar 17, 2010 at 1:40 AM, Uwe Stöhr  wrote:
> Am 17.03.2010 01:14, schrieb João Maia e Silva:
>
>> Now, one new comers question! how do you communicate with the outside
>> world, without using the pdf? the rtf converter is not that bad, but
>> with my experience, I'm failing to integrate the images on the text as
>> well as the bibliography (the references label goes on the text, but not
>> on the end of the doc)
>
> I propose to use eLyXer
> http://www.nongnu.org/elyxer/
> to convert your LyX file into HTML. Almost all office programs are able to
> import HTML.

Yes, just be sure to run eLyXer with the --html flag, either
standalone or changing the converter line from within LyX:
  Tools > Preferences > External formats > Converters > LyX to HTML > Converter:
just add the --html option as the first one:
  elyxer.py --html --directory $$r $$i $$o
or
  python -m elyxer.py --html --directory $$r $$i $$o

In fact, I don't see why eLyXer should not be the default Word
exporter. Uwe, do you think it would be worthwhile to send a patch to
that effect?

Alex.


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Julio Rojas
Dear Alex. That might be a good idea, but I think elyxer needs to
mature a little bit more before turning it into the default converter
for  MS Word. For example, it doesn't handle math macros at all, which
I use constantly. For more simpler documents it's fine, I think.

Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 8:39 AM, Alex Fernandez  wrote:
> Hi João,
>
> On Wed, Mar 17, 2010 at 1:40 AM, Uwe Stöhr  wrote:
>> Am 17.03.2010 01:14, schrieb João Maia e Silva:
>>
>>> Now, one new comers question! how do you communicate with the outside
>>> world, without using the pdf? the rtf converter is not that bad, but
>>> with my experience, I'm failing to integrate the images on the text as
>>> well as the bibliography (the references label goes on the text, but not
>>> on the end of the doc)
>>
>> I propose to use eLyXer
>> http://www.nongnu.org/elyxer/
>> to convert your LyX file into HTML. Almost all office programs are able to
>> import HTML.
>
> Yes, just be sure to run eLyXer with the --html flag, either
> standalone or changing the converter line from within LyX:
>  Tools > Preferences > External formats > Converters > LyX to HTML > 
> Converter:
> just add the --html option as the first one:
>  elyxer.py --html --directory $$r $$i $$o
> or
>  python -m elyxer.py --html --directory $$r $$i $$o
>
> In fact, I don't see why eLyXer should not be the default Word
> exporter. Uwe, do you think it would be worthwhile to send a patch to
> that effect?
>
> Alex.
>


Re: Spell checker

2010-03-17 Thread Julio Rojas
Dear Marshall, I tried every possible trick with Aspell and
CocoAspell, to no avail. The work, but it's like the dictionary is
empty. A very bad experience.

There are not enough testers and developers using MacOS X and I think
we lag behind in usability. Right now I don't have enough time, But I
hope this changes my mid year.

Until then, I hope someone gets to the solution. Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman  wrote:
>
> I have the same problem on a Mac (Leopard), and I do have admin. privileges.
>
>    Marsh Feldman
>
> On 2:59 PM, Daniel Ng wrote:
>>
>> Hi all
>>
>>
>>
>> I have downloaded the latest version of Lyx for windows and having
>> troubles
>> installing the spell checker function on my windows 7 machine. I installed
>> Aspell on to my computer and found that the spell checker still fails to
>> work. I also have obtained the latest English dictionaries and placed them
>> under Aspell program data under folders data and dictionary and still
>> obtain
>> errors while using lyx.
>>
>>
>>
>> The current error that I obtain when trying to use the spell checker is "
>> Spellchecker cannot be loaded,
>> C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
>> reading"
>>
>> I have searched on google, Lyx, Aspell, wiki documents  and found nothing.
>> During this time of trying to actually solve this problem, there is a
>> clear
>> lack of documentation for installing Aspell and installing the dictionary
>> files for windows as the program is more Linux orientated.
>>
>>
>>
>> As other guides state you should copy the dictionaries into the Aspell
>> directory, is this correct? Other guides in linux state you should compile
>> these dictionaries. So I am currently confused on what i am suppose to do.
>>
>>
>>
>> Is there any chance of someone providing a  step by step instructions for
>> installing Aspell and dictionaries on to lyx for windows? Or providing
>> information in correcting my problem.
>>
>>
>>
>>
>>
>> Thanks
>>
>>
>>
>> Daniel
>>
>>
>>
>>
>>
>>
>>
>
> --
> Dr. Marshall Feldman, PhD
> Director of Research and Academic Affairs
> CUSR Logo
> Center for Urban Studies and Research
> The University of Rhode Island
> email: marsh @ uri .edu (remove spaces)
>
>
>     Contact Information:
>
>
>       Kingston:
>
> 202 Hart House
> Charles T. Schmidt Labor Research Center
> The University of Rhode Island
> 36 Upper College Road
> Kingston, RI 02881-0815
> tel. (401) 874-5953:
> fax: (401) 874-5511
>
>
>       Providence:
>
> 206E Shepard Building
> URI Feinstein Providence Campus
> 80 Washington Street
> Providence, RI 02903-1819
> tel. (401) 277-5218
> fax: (401) 277-5464
>


Re: Spell checker

2010-03-17 Thread Micha Feigin
I initially had the same problem on linux. If I recall correctly, when I
compiled lyx 2 for the first time I didn't have the aspell development files
installed (libaspell-dev package under debian) so the configuration run didn't
find it and compiled lyx without aspell support.

I later installed it and recompiled but I also had to delete the .lyx-2.0 user
directory and let lyx reconfigure for it to enable spell support. A simple
reconfigure wasn't enough.

I am seeing two small problems with the inline spell checker though
1. It's leaving around some of the red wigly lines, they are not fully cleaned
up properly when not needed any more
2. It won't work inside some of the inset (lyx note comes to mind, don't recall
about others) as it's popping up the inset menu instead of the spell menu. The
two menus should be combined

On Wed, 17 Mar 2010 10:27:50 +0100
Julio Rojas  wrote:

> Dear Marshall, I tried every possible trick with Aspell and
> CocoAspell, to no avail. The work, but it's like the dictionary is
> empty. A very bad experience.
> 
> There are not enough testers and developers using MacOS X and I think
> we lag behind in usability. Right now I don't have enough time, But I
> hope this changes my mid year.
> 
> Until then, I hope someone gets to the solution. Best regards.
> -
> Julio Rojas
> jcredbe...@gmail.com
> 
> 
> 
> On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman  wrote:
> >
> > I have the same problem on a Mac (Leopard), and I do have admin. privileges.
> >
> >    Marsh Feldman
> >
> > On 2:59 PM, Daniel Ng wrote:
> >>
> >> Hi all
> >>
> >>
> >>
> >> I have downloaded the latest version of Lyx for windows and having
> >> troubles
> >> installing the spell checker function on my windows 7 machine. I installed
> >> Aspell on to my computer and found that the spell checker still fails to
> >> work. I also have obtained the latest English dictionaries and placed them
> >> under Aspell program data under folders data and dictionary and still
> >> obtain
> >> errors while using lyx.
> >>
> >>
> >>
> >> The current error that I obtain when trying to use the spell checker is "
> >> Spellchecker cannot be loaded,
> >> C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
> >> reading"
> >>
> >> I have searched on google, Lyx, Aspell, wiki documents  and found nothing.
> >> During this time of trying to actually solve this problem, there is a
> >> clear
> >> lack of documentation for installing Aspell and installing the dictionary
> >> files for windows as the program is more Linux orientated.
> >>
> >>
> >>
> >> As other guides state you should copy the dictionaries into the Aspell
> >> directory, is this correct? Other guides in linux state you should compile
> >> these dictionaries. So I am currently confused on what i am suppose to do.
> >>
> >>
> >>
> >> Is there any chance of someone providing a  step by step instructions for
> >> installing Aspell and dictionaries on to lyx for windows? Or providing
> >> information in correcting my problem.
> >>
> >>
> >>
> >>
> >>
> >> Thanks
> >>
> >>
> >>
> >> Daniel
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> > --
> > Dr. Marshall Feldman, PhD
> > Director of Research and Academic Affairs
> > CUSR Logo
> > Center for Urban Studies and Research
> > The University of Rhode Island
> > email: marsh @ uri .edu (remove spaces)
> >
> >
> >     Contact Information:
> >
> >
> >       Kingston:
> >
> > 202 Hart House
> > Charles T. Schmidt Labor Research Center
> > The University of Rhode Island
> > 36 Upper College Road
> > Kingston, RI 02881-0815
> > tel. (401) 874-5953:
> > fax: (401) 874-5511
> >
> >
> >       Providence:
> >
> > 206E Shepard Building
> > URI Feinstein Providence Campus
> > 80 Washington Street
> > Providence, RI 02903-1819
> > tel. (401) 277-5218
> > fax: (401) 277-5464
> >
> 


Re: Spell checker

2010-03-17 Thread E Tunc

Dear All,
It might not sound professional, but try removing all the Lyx files and 
update Miktex, then install LyX again...

Hope it helps...
Regards,
Esra

--On 17 March 2010 12:40 +0200 Micha Feigin  wrote:


I initially had the same problem on linux. If I recall correctly, when I
compiled lyx 2 for the first time I didn't have the aspell development
files installed (libaspell-dev package under debian) so the configuration
run didn't find it and compiled lyx without aspell support.

I later installed it and recompiled but I also had to delete the .lyx-2.0
user directory and let lyx reconfigure for it to enable spell support. A
simple reconfigure wasn't enough.

I am seeing two small problems with the inline spell checker though
1. It's leaving around some of the red wigly lines, they are not fully
cleaned up properly when not needed any more
2. It won't work inside some of the inset (lyx note comes to mind, don't
recall about others) as it's popping up the inset menu instead of the
spell menu. The two menus should be combined

On Wed, 17 Mar 2010 10:27:50 +0100
Julio Rojas  wrote:


Dear Marshall, I tried every possible trick with Aspell and
CocoAspell, to no avail. The work, but it's like the dictionary is
empty. A very bad experience.

There are not enough testers and developers using MacOS X and I think
we lag behind in usability. Right now I don't have enough time, But I
hope this changes my mid year.

Until then, I hope someone gets to the solution. Best regards.
-
Julio Rojas
jcredbe...@gmail.com



On Wed, Mar 17, 2010 at 1:49 AM, Marshall Feldman  wrote:
>
> I have the same problem on a Mac (Leopard), and I do have admin.
> privileges.
>
>    Marsh Feldman
>
> On 2:59 PM, Daniel Ng wrote:
>>
>> Hi all
>>
>>
>>
>> I have downloaded the latest version of Lyx for windows and having
>> troubles
>> installing the spell checker function on my windows 7 machine. I
>> installed Aspell on to my computer and found that the spell checker
>> still fails to work. I also have obtained the latest English
>> dictionaries and placed them under Aspell program data under folders
>> data and dictionary and still obtain
>> errors while using lyx.
>>
>>
>>
>> The current error that I obtain when trying to use the spell checker
>> is " Spellchecker cannot be loaded,
>> C:\programdata\aspell\Dictionaries/en-common.rws cannot be opened for
>> reading"
>>
>> I have searched on google, Lyx, Aspell, wiki documents  and found
>> nothing. During this time of trying to actually solve this problem,
>> there is a clear
>> lack of documentation for installing Aspell and installing the
>> dictionary files for windows as the program is more Linux orientated.
>>
>>
>>
>> As other guides state you should copy the dictionaries into the Aspell
>> directory, is this correct? Other guides in linux state you should
>> compile these dictionaries. So I am currently confused on what i am
>> suppose to do.
>>
>>
>>
>> Is there any chance of someone providing a  step by step
>> instructions for installing Aspell and dictionaries on to lyx for
>> windows? Or providing information in correcting my problem.
>>
>>
>>
>>
>>
>> Thanks
>>
>>
>>
>> Daniel
>>
>>
>>
>>
>>
>>
>>
>
> --
> Dr. Marshall Feldman, PhD
> Director of Research and Academic Affairs
> CUSR Logo
> Center for Urban Studies and Research
> The University of Rhode Island
> email: marsh @ uri .edu (remove spaces)
>
>
>     Contact Information:
>
>
>       Kingston:
>
> 202 Hart House
> Charles T. Schmidt Labor Research Center
> The University of Rhode Island
> 36 Upper College Road
> Kingston, RI 02881-0815
> tel. (401) 874-5953:
> fax: (401) 874-5511
>
>
>       Providence:
>
> 206E Shepard Building
> URI Feinstein Providence Campus
> 80 Washington Street
> Providence, RI 02903-1819
> tel. (401) 277-5218
> fax: (401) 277-5464
>





--
E Tunc
ee...@bristol.ac.uk


Re: Typesetting poetry

2010-03-17 Thread Richard Brown
Thanks for that Steve. I followed your tutorials, and learned a fair
amount: but in the end I found that the new environment I had made had
knock-on effects on the paragraphs surrounding those where I applied it-
effects I couldn't explain or remove. I hope there's a simpler way.



Re: Koma-script question

2010-03-17 Thread stefano franchi
For future reference (and thanks to Peter Flynn of the Latex user group),
using absolute instead of relative font sizes plus the selectfont command
solves the problem:

\addtokomafont{caption}{fontsize{8}{10}\selectfont}

It smacks a bit of finger painting, but works well.

S.


On Tue, Mar 16, 2010 at 9:52 AM, stefano franchi <
fran...@philosophy.tamu.edu> wrote:

> I thought I would ask a Komascript question, as there seems to be several
> expert users on this forum.
>
> I'd like to have captions in table and figures in a smaller font size *and*
> with a correspondingly smaller leading space.
> I know I can change the font size with
>
>
> \addtokomafont{caption}{\smaller}
>
>
> in the preamble, but this command does not touch the leading space. If, for
> instance, the main document is 12pt one-half space, I end up with  ugly
> looking and space-eating  widely spaced captions.
>
>
> Does anyone know how to solve the problem? I could not find the answer in
> the Koma-script manual.
>
>
>
> Thanks,
>
>
> S.
>
>
>
>
>
>
> --
> __
> Stefano Franchi
> Department of Philosophy   Ph:   (1) 979 862-2211
> Texas A University Fax: (1) 979 845-0458
> College Station, Texas, USA
>
>
>


-- 
__
Stefano Franchi
Department of Philosophy   Ph:   (1) 979 862-2211
Texas A University Fax: (1) 979 845-0458
College Station, Texas, USA


Spellcheck: alternative language

2010-03-17 Thread Peter
Hi, 

I tried to install the spellcheck function in lyx on my Windows VISTA and got 
it working for the English language. But it just won't work for other languages 
although the dictionaries are installed. 
I went to Tools - Preferences - Spellchecker and I typed in the Alternative 
language field: de (for german)
Lyx found my de-common.multi file - that is for sure, since I once changed it 
to de-comm.multi and Lyx gave me an error message (as expected). 
So, typing "de" in the alternative language DOES have the effect that Lyx needs 
my German dictionary, but it DOES NOT have the effect that it also uses it. 
That is the problem. Lyx always uses the English dictionary no matter what I 
type in as a alternative language (I also tried it out with French and 
Spanish). 
After hours of uninstalling, installing and googling I am really frustrated. 
Could you please help me? 

Best regards

Peter



LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and created
a number of documents using the three Bera fonts.

Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
the MacTeXtras; it came with LyX 1.6.5 so I installed that also.

Now LyX doesn't see that the Bera fonts are available (they show as 'not
installed' in Documents -> Settings -> Fonts). If I switch back to MacTeX
2008 (which I have not uninstalled but would like too) and reconfigure LyX,
these fonts still show as not installed.

MacTeX 2008 and 2009 most definitely do come with the Bera fonts installed;
all the correct files appear to be there.

I really need to convince LyX 1.6.5 that these fonts are indeed installed
and available, as I need to re-edit some documents and have them print using
the same standards that I was already using for this series of documents.
(And yes, I did re-run 'sudo texhash', just in case, and ran the
LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)

Any suggestions would be appreciated. I haven't yet downgraded to LyX 1.6.3;
I guess that might be my next step in troubleshooting.

Thanks,

-- Rich


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 1:57 PM, Richard Talley  wrote:
> I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and created
> a number of documents using the three Bera fonts.
>
> Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
> the MacTeXtras; it came with LyX 1.6.5 so I installed that also.
>
> Now LyX doesn't see that the Bera fonts are available (they show as 'not
> installed' in Documents -> Settings -> Fonts). If I switch back to MacTeX
> 2008 (which I have not uninstalled but would like too) and reconfigure LyX,
> these fonts still show as not installed.
>
> MacTeX 2008 and 2009 most definitely do come with the Bera fonts installed;
> all the correct files appear to be there.
>
> I really need to convince LyX 1.6.5 that these fonts are indeed installed
> and available, as I need to re-edit some documents and have them print using
> the same standards that I was already using for this series of documents.
> (And yes, I did re-run 'sudo texhash', just in case, and ran the
> LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)
>
> Any suggestions would be appreciated. I haven't yet downgraded to LyX 1.6.3;
> I guess that might be my next step in troubleshooting.

Have you tried reconfiguring LyX? (LyX > Reconfigure) I have MacTeX
2009, and the Bera fonts are properly recognized by LyX.

BH


even numbered title page getting numbered

2010-03-17 Thread Sajjad
Hello forum,

I am working with report class and managed to configured it so  that
Abstract, Acknowledgement and each chapter starts with odd numbering page.

I have inserted "clear doublepage " before each of them.


Now the even page of the Title page is also getting numbered and i do not
want that.


Any hint to remove that?


Regards
Sajjad


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
Yes, I did reconfigure LyX.  -=- Rich

On Wed, Mar 17, 2010 at 12:43 PM, BH  wrote:

> On Wed, Mar 17, 2010 at 1:57 PM, Richard Talley 
> wrote:
> > I had been running LyX 1.6.3 with MacTeX 2008 under OS X 10.5.x and
> created
> > a number of documents using the three Bera fonts.
> >
> > Recently, I downloaded, installed and updated MacTeX 2009. I also grabbed
> > the MacTeXtras; it came with LyX 1.6.5 so I installed that also.
> >
> > Now LyX doesn't see that the Bera fonts are available (they show as 'not
> > installed' in Documents -> Settings -> Fonts). If I switch back to MacTeX
> > 2008 (which I have not uninstalled but would like too) and reconfigure
> LyX,
> > these fonts still show as not installed.
> >
> > MacTeX 2008 and 2009 most definitely do come with the Bera fonts
> installed;
> > all the correct files appear to be there.
> >
> > I really need to convince LyX 1.6.5 that these fonts are indeed installed
> > and available, as I need to re-edit some documents and have them print
> using
> > the same standards that I was already using for this series of documents.
> > (And yes, I did re-run 'sudo texhash', just in case, and ran the
> > LyX-installer that comes on the LyX-1.6.5-Mac-Universal.dmg.)
> >
> > Any suggestions would be appreciated. I haven't yet downgraded to LyX
> 1.6.3;
> > I guess that might be my next step in troubleshooting.
>
> Have you tried reconfiguring LyX? (LyX > Reconfigure) I have MacTeX
> 2009, and the Bera fonts are properly recognized by LyX.
>
> BH
>


Re: even numbered title page getting numbered

2010-03-17 Thread Liviu Andronic
On Wed, Mar 17, 2010 at 6:49 PM, Sajjad  wrote:
> Hello forum,
>
> I am working with report class and managed to configured it so  that
> Abstract, Acknowledgement and each chapter starts with odd numbering page.
>
> I have inserted "clear doublepage " before each of them.
>
>
> Now the even page of the Title page is also getting numbered and i do not
> want that.
>
>
> Any hint to remove that?
>
Perhaps this?
http://wiki.lyx.org/FAQ/Unsorted#toc3

Liviu


>
> Regards
> Sajjad
>



-- 
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: even numbered title page getting numbered

2010-03-17 Thread Sajjad
Thanks Liviu

It worked

On Wed, Mar 17, 2010 at 8:00 PM, Liviu Andronic wrote:

> On Wed, Mar 17, 2010 at 6:49 PM, Sajjad  wrote:
> > Hello forum,
> >
> > I am working with report class and managed to configured it so  that
> > Abstract, Acknowledgement and each chapter starts with odd numbering
> page.
> >
> > I have inserted "clear doublepage " before each of them.
> >
> >
> > Now the even page of the Title page is also getting numbered and i do not
> > want that.
> >
> >
> > Any hint to remove that?
> >
> Perhaps this?
> http://wiki.lyx.org/FAQ/Unsorted#toc3
>
> Liviu
>
>
> >
> > Regards
> > Sajjad
> >
>
>
>
> --
> 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: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley  wrote:
> Yes, I did reconfigure LyX.  -=- Rich

1. What is your PATH Prefix? (LyX > Preferences > Paths > PATH Prefix)

2. From within Terminal.app, try:

kpsewhich bera.sty

Does it return the path to your installation of bera? (If not, then
it's a MacTeX issue.)

3. Again in Terminal.app, try:

/path/to/LyX.app/Contents/Resources/configure.py

(substituting the appropriate thing for "/path/to" -- the default
would be "/Applications"). Paste the output into an e-mail to the
list.

BH


Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
On Wed, Mar 17, 2010 at 1:18 PM, BH  wrote:

> On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley 
> wrote:
> > Yes, I did reconfigure LyX.  -=- Rich
>
> 1. What is your PATH Prefix? (LyX > Preferences > Paths > PATH Prefix)
>

/usr/texbin:/usr/local/gwTeX/bin/powerpc-apple-darwin-current:/usr/local/gwTeX/bin/i386-apple-darwin-current:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/teTeX/bin/i386-apple-darwin-current:/sw/bin:/sw/sbin:/opt/local/teTeX/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/usr/sbin:/sbin



>
> 2. From within Terminal.app, try:
>
> kpsewhich bera.sty
>
> Does it return the path to your installation of bera? (If not, then
> it's a MacTeX issue.)
>

Yes, it returns this:

/usr/local/texlive/2009/texmf-dist/tex/latex/bera/bera.sty


>
> 3. Again in Terminal.app, try:
>
> /path/to/LyX.app/Contents/Resources/configure.py
>
> (substituting the appropriate thing for "/path/to" -- the default
> would be "/Applications"). Paste the output into an e-mail to the
> list.
>
> BH
>

Here's the output (same thing as appears in ~/Library/Application
Support/LyX-1.6/configure.log when I run LyX -> Reconfigure).

checking for a Latex2e program...
+checking for "latex"...   yes
checking for a DVI postprocessing program...
+checking for "pplatex"...   no
checking for pLaTeX, the Japanese LaTeX...
+checking for "platex"...   no
checking for a Tgif viewer and editor...
+checking for "tgif"...   no
checking for a FIG viewer and editor...
+checking for "xfig"...   no
+checking for "jfig3-itext.jar"...   no
+checking for "jfig3.jar"...   no
checking for a Dia viewer and editor...
+checking for "dia"...   no
checking for a Grace viewer and editor...
+checking for "xmgrace"...   no
checking for a FEN viewer and editor...
+checking for "xboard"...   no
checking for a raster image viewer...
+checking for "xv"...   no
+checking for "kview"...   no
+checking for "gimp-remote"...   no
+checking for "gimp"...   no
checking for a raster image editor...
+checking for "gimp-remote"...   no
+checking for "gimp"...   no
checking for a text editor...
+checking for "sensible-editor"...   no
+checking for "xemacs"...   no
+checking for "gvim"...   no
+checking for "kedit"...   no
+checking for "kwrite"...   no
+checking for "kate"...   no
+checking for "nedit"...   no
+checking for "gedit"...   no
+checking for "notepad"...   no
checking for a BibTeX editor...
+checking for "sensible-editor"...   no
+checking for "jabref"...   no
+checking for "JabRef"...   no
+checking for "pybliographic"...   no
+checking for "bibdesk"...   no
+checking for "gbib"...   no
+checking for "kbib"...   no
+checking for "kbibtex"...   no
+checking for "sixpack"...   no
+checking for "bibedit"...   no
+checking for "tkbibtexxemacs"...   no
+checking for "gvim"...   no
+checking for "kedit"...   no
+checking for "kwrite"...   no
+checking for "kate"...   no
+checking for "nedit"...   no
+checking for "gedit"...   no
+checking for "notepad"...   no
checking for a Postscript previewer...
+checking for "kghostview"...   no
+checking for "okular"...   no
+checking for "evince"...   no
+checking for "gv"...   no
+checking for "ghostview"...   no
checking for a PDF previewer...
+checking for "kpdf"...   no
+checking for "okular"...   no
+checking for "evince"...   no
+checking for "kghostview"...   no
+checking for "xpdf"...   no
+checking for "acrobat"...   no
+checking for "acroread"...   no
+checking for "gv"...   no
+checking for "ghostview"...   no
checking for a DVI previewer...
+checking for "xdvi"...   yes
checking for an HTML previewer...
+checking for "firefox"...   no
+checking for "mozilla"...   no
+checking for "netscape"...   no
checking for Noteedit...
+checking for "noteedit"...   no
checking for an OpenDocument viewer...
+checking for "swriter"...   no
+checking for "oowriter"...   no
checking for the pdflatex program...
+checking for "pdflatex"...   yes
checking for a LaTeX/Noweb -> LyX converter...
+checking for "tex2lyx"...   no
+checking for "tex2lyx"...   no
checking for a Noweb -> LaTeX converter...
+checking for "noweave"...   no
checking for an HTML -> LaTeX converter...
+checking for "html2latex"...   no
+checking for "gnuhtml2latex"...   no
+checking for "htmltolatex"...   no
+checking for "java"...   yes
checking for an MS Word -> LaTeX converter...
+checking for "wvCleanLatex"...   no
checking for "elyxer module"...
no
checking for a LyX -> HTML converter...
+checking for "elyxer.py"...   no
+checking for "elyxer"...   no
checking for a LaTeX -> HTML converter...
+checking for "htlatex"...   yes
checking for a LaTeX -> MS Word converter...
+checking for "htlatex"...   yes
checking for an OpenOffice.org -> LaTeX converter...
+checking for "w2l"...   no
checking for an OpenDocument -> LaTeX converter...
+checking for "w2l"...   no
checking for a LaTeX -> Open Document converter...
+checking for "oolatex"...   no
+checking for "mk4ht"...   yes
checking for a 

Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread BH
On Wed, Mar 17, 2010 at 3:30 PM, Richard Talley  wrote:
>
>
> On Wed, Mar 17, 2010 at 1:18 PM, BH  wrote:
>>
>> On Wed, Mar 17, 2010 at 2:50 PM, Richard Talley 
>> wrote:
>> > Yes, I did reconfigure LyX.  -=- Rich
>>
>> 1. What is your PATH Prefix? (LyX > Preferences > Paths > PATH Prefix)
>
> /usr/texbin:/usr/local/gwTeX/bin/powerpc-apple-darwin-current:/usr/local/gwTeX/bin/i386-apple-darwin-current:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/teTeX/bin/i386-apple-darwin-current:/sw/bin:/sw/sbin:/opt/local/teTeX/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/usr/sbin:/sbin

That's as it should be.

>> 2. From within Terminal.app, try:
>>
>> kpsewhich bera.sty
>>
>> Does it return the path to your installation of bera? (If not, then
>> it's a MacTeX issue.)
>
> Yes, it returns this:
> /usr/local/texlive/2009/texmf-dist/tex/latex/bera/bera.sty

That's good.

>> 3. Again in Terminal.app, try:
>>
>> /path/to/LyX.app/Contents/Resources/configure.py
>>
>> (substituting the appropriate thing for "/path/to" -- the default
>> would be "/Applications"). Paste the output into an e-mail to the
>> list.
>
> Here's the output (same thing as appears in ~/Library/Application
> Support/LyX-1.6/configure.log when I run LyX -> Reconfigure).



> +checking for package bera [bera]... yes

This says it has found the bera fonts. So you should have access to
them in Document > Settings > Fonts. (Are you sure you don't?)

At this point, I'm baffled.

BH


I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
Hello,
 I can´t to compile lyx 1.6.5 with qt 4.6.2.
 How I can solve it?

 


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


  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Jim Rockford
I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document --> Settings --> Page Layout --> Headings Style --> empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?

Thanks,
Jim


Re: I can´ t to compile lyx

2010-03-17 Thread Pavel Sanda
Marcelo Acu?a wrote:
> Hello,
>  I can´t to compile lyx 1.6.5 with qt 4.6.2.
>  How I can solve it?

by fixing it? :)
seriously, when you dont report the exact error there is no way how to help.
pavel


Re: I can´t to compile lyx

2010-03-17 Thread rgheck

On 03/17/2010 07:14 PM, Pavel Sanda wrote:

Marcelo Acu?a wrote:
   

Hello,
  I can´t to compile lyx 1.6.5 with qt 4.6.2.
  How I can solve it?
 

by fixing it? :)
seriously, when you dont report the exact error there is no way how to help.

   
I can compile branch with Qt 4.6.2, so it isn't 4.6.2. What's the gcc 
version? And, as Pavel said, what's the error?


rh



Re: LyX 1.6.5 claims Bera fonts not installed

2010-03-17 Thread Richard Talley
On Wed, Mar 17, 2010 at 2:04 PM, BH  wrote:

> On Wed, Mar 17, 2010 at 3:30 PM, Richard Talley 
> wrote:
> >
> > +checking for package bera [bera]... yes
>
> This says it has found the bera fonts. So you should have access to
> them in Document > Settings > Fonts. (Are you sure you don't?)
>
> At this point, I'm baffled.
>
> BH
>

Thanks for your help.

I think that the indication that the Bera fonts are not installed is just a
symptom of a deeper problem; I appear to have lost all font control. No
matter what fonts I choose, I get a pdf that has the default LaTeX fonts.
Something is badly screwed up in my TeX installation; I'm going to get rid
of it and start over.

Your comments were still useful; I learned several things about trouble
shooting my installation.

-=- Rich


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Paul Rubin
Jim Rockford  writes:

> 
> I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
> following document style setting will suppress page numbers:
> 
> Document --> Settings --> Page Layout --> Headings Style --> empty
> 
> However, in the single-page document (article style) that I'm currently
> working on, I still get the page number 1 at the bottom of the page when I
> generate the PDF.  Am I doing something wrong?  Are there alternative
> methods for suppressing page numbers?
> 

You're doing it correctly, and it should work (works fine for me here).  You
might try View > View Source, click the option for complete source, and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than that, is
there anything funky in your preamble that might be overriding the page style
command?



RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
> >Hello,
> > I can´t to compile lyx 1.6.5 with qt 4.6.2.
> > How I can solve it?
 
> What is the problem ?
 
 I have linux lenny and qt 4.6.2.
 When I try to compile lyx I get a message that say that moc
 is too different.
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
>>I have linux lenny and qt 4.6.2.
>>When I try to compile lyx I get a message that say
>> that moc is too different.

> Then, there are still moc_*.cpp files left that were
> generated during a previous build with an older
> version of qt. 
> 
> Please try clean up your sources and/or explicitly
> remove
> to moc_*.cpp files and other files generated during
> compilation.
 
 Ok. But, previous to ./configure I run make clean and get
 same error.
 Regards.
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


RE: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
> >Ok. But, previous to ./configure I run make clean and
> get same error.
> >
> 
> Maybe not everything is cleaned. 
> 
> Please manually remove the following *_moc.cpp files:
> src/support/SignalSlotPrivate_moc.cpp
> Src/frontends/qt4/Action_moc.cpp
> Src/frontends/qt4/BulletsModule_moc.cpp
> Src/frontends/qt4/CustomizedWidgets_moc.cpp
> Src/frontends/qt4/EmptyTable_moc.cpp
> .. Etc.
> 
> And all other files ending with _moc.cpp in the
> src/frontends/qt4/ directory.
> 
> If you open one of these files you'll see the following:
> 
> #error "This file was generated using the moc from 4.5.1.
> It"
> #error "cannot be used with the include files from this
> version of Qt."
> #error "(The moc has changed too much.)"
> 
> Which is probably the error message you get.
> 
> Vincent

Yes! This is the error message.
Thanks!
Marcelo


  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Marcelo Acuña
 > I'm running Lyx on Windoze 7
 > (64bit).  I was under the impression that the
 > following document style setting will suppress page
 > numbers:
 > 
 > Document --> Settings --> Page Layout -->
 > Headings Style --> empty
 
  This option supress the headers and footers.
  For page number supress you need to add on the preamble:
 \pagestyle{empty}
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: announce: template to write Ph.D. theses with LyX

2010-03-17 Thread Alex Fernandez
Hi Julio,

On Wed, Mar 17, 2010 at 10:16 AM, Julio Rojas  wrote:
> Dear Alex. That might be a good idea, but I think elyxer needs to
> mature a little bit more before turning it into the default converter
> for  MS Word. For example, it doesn't handle math macros at all, which
> I use constantly. For more simpler documents it's fine, I think.

I used to think that macros were impossible to handle, but now I think
they can be done without excessive trouble. I am planning to support
them in the not-too-distant future. Also I have plans for creating one
page per section (with navigation links between them) and support for
MathML; both of these features are in varying stages of completion.

I will let the list know when they are ready. Today I am releasing
version 0.42, for those interested you can check out the changelog:
  http://www.nongnu.org/elyxer/changelog.html

Alex.


Re: I can´t to compile lyx

2010-03-17 Thread Marcelo Acuña
> > Hello,
> >  I can´t to compile lyx 1.6.5 with qt 4.6.2.
> >  How I can solve it?
> 
> by fixing it? :)
> seriously, when you dont report the exact error there is no
> way how to help.
> pavel

Excuse me. When I responded to Vincent I believed to do it with copy to the 
list.
As Vincent says the error message is:
This file was generated using the moc from 4.5.1. It
cannot be used with the include files from this
version of Qt.
(The moc has changed too much.)

Before ./configure I put
make clean

my gcc is 4.3.x if my memory does not fail to me (I am not in front of my 
computer now).
Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Re: I can´ t to compile lyx

2010-03-17 Thread Pavel Sanda
Marcelo Acu?a wrote:
> This file was generated using the moc from 4.5.1. It

inside lyx tree:
find . -name '*moc*' | xargs rm 
pavel


Re: I can´t to compile lyx

2010-03-17 Thread rgheck

On 03/17/2010 07:48 PM, Marcelo Acuña wrote:

Ok. But, previous to ./configure I run make clean and
   

get same error.
 
   

Maybe not everything is cleaned.

Please manually remove the following *_moc.cpp files:
src/support/SignalSlotPrivate_moc.cpp
Src/frontends/qt4/Action_moc.cpp
Src/frontends/qt4/BulletsModule_moc.cpp
Src/frontends/qt4/CustomizedWidgets_moc.cpp
Src/frontends/qt4/EmptyTable_moc.cpp
.. Etc.

And all other files ending with _moc.cpp in the
src/frontends/qt4/ directory.

If you open one of these files you'll see the following:

#error "This file was generated using the moc from 4.5.1.
It"
#error "cannot be used with the include files from this
version of Qt."
#error "(The moc has changed too much.)"

Which is probably the error message you get.

Vincent
 

Yes! This is the error message.

   

Try make clean && make distclean, or even try a fresh checkout.

rh



  1   2   >