Re: How to export to RTF (Lyx 1.5.1, Mac OS X)

2007-08-21 Thread Isaac Pante

Many thanks for your help Oisin!

Fortunately, my problem is solved. Bennett gave me this advice:

"Try quitting LyX and then moving LyX's user's directory out of the  
way (~/Library/Application Support/LyX-1.5) -- just drag it to your  
desktop or rename it. Then restart LyX to see if that helps. (It will  
regenerate the user's directory and reconfigure itself automatically.)"


And it works perfectly now!

Anyway, many thanks for your precious answers ;-)

Isaac Pante



Le 21 août 07 à 01:25, Oisin Feeley a écrit :


On 8/20/07, Isaac Pante <[EMAIL PROTECTED]> wrote:


I'm asking myself if I shouldn't uninstall my MacTex installation and
reinstall everything (any other solution is welcome).


No need for that yet!  Just try and see whether latex2rtf even runs at
a basic level. It should do seeing as it's in your $PATH as you showed
above, but let's eliminate problems one step at a time starting at the
lowest level.

So, just try a quick test like "latex2rtf -v"

This is what I get when I try that:

"[EMAIL PROTECTED] testinglatex2rtf]$ latex2rtf -v
latex2rtf 1.9.16a (Wed Aug  8 13:30:31 2007)

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.   
There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR  
PURPOSE.


Written by Prahl, Lehner, Granzer, Dorner, Polzer, Trisko,  
Schlatterbeck.

"

If you see output similar to the above then you have latex2rtf
installed correctly and the problem is that LyX is not configured to
run the command properly using the Converter.

Best wishes,
Oisin




Rép : How to export to RTF (Lyx 1.5.1, Mac OS X)

2007-08-20 Thread Isaac Pante


Le 20 août 07 à 21:43, Bennett Helm a écrit :
I don't think reinstalling MacTeX would help. Try quitting LyX and  
then moving LyX's user's directory out of the way (~/Library/ 
Application Support/LyX-1.5) -- just drag it to your desktop or  
rename it. Then restart LyX to see if that helps. (It will regenerate  
the user's directory and reconfigure itself automatically.)


Well done! It works eventually!
Thank you very much Bennett! Now I can return to my book! :-)

Best wishes!

Isaac Pante






Re: How to export to RTF (Lyx 1.5.1, Mac OS X)

2007-08-20 Thread Isaac Pante




On Aug 20, 2007, at 2:07 PM, Isaac Pante wrote:


Le 20 août 07 à 19:48, Bennett Helm a écrit :


On Aug 20, 2007, at 12:53 PM, Isaac Pante wrote:

I've installed Latex2RTF using i-installer and reconfigured lyx  
but the problem remains.
When I select Export>Personalisé>RTF, Lyx still requests a  
command to process.


Where's the mistake?


You shouldn't need to choose File > Export > Custom..., since you  
should already have File > Export > Rich Text Format.


If you look at LyX > Preferences > Converters, you should find a  
converter already defined, with the converter specified as  
"latex2rtf $$i" (without the quotes). If you've properly  
installed latex2rtf and have that in a path that LyX recognizes,  
then reconfiguring LyX should automatically generate the File >  
Export > Rich Text Format menu item.


I've installed Latex2RTF using i-installer. This should be  
sufficient as written on the latex2rtfwebsite ("If you want a  
MacOS X version, make sure that you have installed the developer  
tools CD that is appropriate for your OS version, and then follow  
the directions above for a UNIX installation. Alternatively you  
can install using fink http://fink.sourceforge.net/ or as an i- 
installer package http://www.rna.nl/ii.html.";)


In my preferences>converters, I exactly have what you mean  
("latex2rtf $$i"), but I can't choose RTF in my Export menu. I  
reconfigured Lyx two times with no changes.


How can I check the path? It seems to be the last possible error...


I'm not sure where iInstaller puts latex2rtf, but I suspect it's  
probably /usr/local/bin. (Try checking in the Terminal by typing  
"which latex2rtf" and see what the output is.) What you need to  
make sure is that whatever path it gives you is a part of LyX >  
Preferences > Paths > PATH Prefix.




You're right, latex2rtf is installed in /usr/bin/location, a path  
contained in my prefix as shown below:


"/usr/bin:/usr/local/bin:/usr/local/teTeX/bin/powerpc-apple-darwin- 
current:/usr/local/teTeX/bin/i386-apple-darwin-current:/usr/X11R6/ 
bin:/sw/bin:/opt/local/teTeX/bin:/opt/local/bin"


You might also check the results of reconfiguring LyX, which show  
up in Console.app. If it finds latex2rtf, you should have a couple  
lines like this:


checking for a LaTeX -> RTF converter...
+checking for "latex2rtf"...   yes


Yes, I have the both lines in the console output.



(You are quitting and restarting LyX after reconfiguring, right?)


(Yes, everytime)

I'm asking myself if I shouldn't uninstall my MacTex installation and  
reinstall everything (any other solution is welcome). I've tried to  
use the MacTex.dmg again, but it just updates the archive. Is there a  
way (maybe using the terminal?) to be sure that I've cancelled  
everything?


Many thanks for your quick help!

Isaac Pante






Re: How to export to RTF (Lyx 1.5.1, Mac OS X)

2007-08-20 Thread Isaac Pante

Le 20 août 07 à 19:48, Bennett Helm a écrit :


On Aug 20, 2007, at 12:53 PM, Isaac Pante wrote:

I've installed Latex2RTF using i-installer and reconfigured lyx  
but the problem remains.
When I select Export>Personalisé>RTF, Lyx still requests a command  
to process.


Where's the mistake?


You shouldn't need to choose File > Export > Custom..., since you  
should already have File > Export > Rich Text Format.


If you look at LyX > Preferences > Converters, you should find a  
converter already defined, with the converter specified as  
"latex2rtf $$i" (without the quotes). If you've properly installed  
latex2rtf and have that in a path that LyX recognizes, then  
reconfiguring LyX should automatically generate the File > Export >  
Rich Text Format menu item.


I've installed Latex2RTF using i-installer. This should be sufficient  
as written on the latex2rtfwebsite ("If you want a MacOS X version,  
make sure that you have installed the developer tools CD that is  
appropriate for your OS version, and then follow the directions above  
for a UNIX installation. Alternatively you can install using fink  
http://fink.sourceforge.net/ or as an i-installer package http:// 
www.rna.nl/ii.html.")


In my preferences>converters, I exactly have what you mean  
("latex2rtf $$i"), but I can't choose RTF in my Export menu. I  
reconfigured Lyx two times with no changes.


How can I check the path? It seems to be the last possible error...

Many Thanks for your help (and for your wishes Oisin ;-))






Re: How to export to RTF (Lyx 1.5.1, Mac OS X)

2007-08-20 Thread Isaac Pante

Hi,

I've installed Latex2RTF using i-installer and reconfigured lyx but  
the problem remains.
When I select Export>Personalisé>RTF, Lyx still requests a command to  
process.


Where's the mistake?

Many thanks for your help!

Isaac Pante


Le 20 août 07 à 13:22, Helge Hafting a écrit :


Isaac Pante wrote:

Hello,

In the version 1.5.1, the export menu requests a command to be  
done. I have two questions reguarding this:


1) where can I found the command(s) allowing me to export my lyx  
document in RTF (and for the other formats)?


2) do I have to install special packages in order to let the  
commands working correctly? If the answer is yes, which packages  
are requested and where can I find them?

Take a look at the "latex2rtf" software found at:
http://latex2rtf.sourceforge.net/
I don't know if they have a mac version.

Helge Hafting





How to export to RTF (Lyx 1.5.1, Mac OS X)

2007-08-20 Thread Isaac Pante

Hello,

In the version 1.5.1, the export menu requests a command to be done.  
I have two questions reguarding this:


1) where can I found the command(s) allowing me to export my lyx  
document in RTF (and for the other formats)?


2) do I have to install special packages in order to let the commands  
working correctly? If the answer is yes, which packages are requested  
and where can I find them?


Many thanks for your help!

Isaac Pante







Re: Big problem with notes - Add content to the table of content

2006-07-25 Thread Isaac Pante


Thanks for your answers!

I tried the "addtocontents" command. It writes my chapter in the  
table of contents but not the page number. Is there another command  
allowing me to add the page number too?


Thanks anyway!


Le 25 juil. 06 à 23:43, Uwe Stöhr a écrit :


Isaac Pante wrote:

I've found the answer. The notes with this problem were created  
highlighting the content of the footnote THEN by pressing the  
footnote button.
> It should be a good idea to disable this possibility for the  
following

> versions of lyx.

Please report such issues to bugzilla.lyx.org to assure that they  
don't get lost.



So, let's go with another question:
How can I add content to the table of content (Name and page  
number). Is there a TeX command for this?


Yes there is:

http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/ 
latex2e-html/ltx-170.html


regards Uwe




Re: Big problem with notes - Add content to the table of content

2006-07-25 Thread Isaac Pante
I've found the answer. The notes with this problem were created  
highlighting the content of the footnote THEN by pressing the  
footnote button.
It should be a good idea to disable this possibility for the  
following versions of lyx.


So, let's go with another question:
How can I add content to the table of content (Name and page number).  
Is there a TeX command for this?


Thanks for your help.

Isaac Pante


Le 25 juil. 06 à 18:16, Isaac Pante a écrit :


Hello everybody!

I dont' know why, but I get an orrendous rendering of my footnotes,  
as you can see in the file joined. Please, tell me there is an easy  
way to solve this.


Isaac Pante










Big problem with notes

2006-07-25 Thread Isaac Pante
Hello everybody!I dont' know why, but I get an orrendous rendering of my footnotes, as you can see in the file joined. Please, tell me there is an easy way to solve this. Isaac Pante 

Problem with quotation marks

2006-07-22 Thread Isaac Pante
Maybe those are the opening and closing quotation marks for yourlanguage? Ifnot, please send a minimal example file.JürgenHere is an example file illustrating my problem about the quotation marks. I want "x" but I get  ”x”.

ExampleQuotation.lyx
Description: Binary data
Thanks for your help! Isaac Pante 

Strange behaviour with the quotation marks

2006-07-21 Thread Isaac Pante

Hello everybody!

I have a little problem with the quotations marks in my document. My  
document uses the book class and the marks selected in my settings  
are the following : "text".
Sometimes I have those marks " and sometimes thoses ” but I typed  
them using exactly the same method (SHIFT+2). Have you ever had this  
problem and does somebody know how to solve it?


Thanks for your answers!

Isaac Pante






How to display italic style and add something to the table of content

2006-07-21 Thread Isaac Pante


Hello Everybody!

I'm using lyx 1.4.1 on Mac and I have to questions:
1) I know lyx isn't supposed to do that, but is there a way to put a  
couple of words in italic in a document created with the book class?
2) I 've added an abstract to my document. As the book class doesn't  
includes it, I used the chapter* environment (I won't to create a  
numbered chapter for this). What is the ERT code to make it appear  
(with the page number) in my table of content?


Thanks for every answer!

Isaac Pante





Adding an abstract section into a book class

2006-07-13 Thread Isaac Pante

Hello everybody!

I want to insert an abstract of my work in my document. Is there a  
way to use the "abstract" environment into a document created with  
the class "book"?


Thanks for your help!

Isaac Pante






Problem with JabRef on MacOSX

2006-06-29 Thread Isaac Pante

Hello everybody!

I'm trying to import an item of my Jabref bibliography with Lyx 1.4.1  
but it doesn't work.
I went on the wiki to found informations and saw that I had to change  
the path of the pipes in JabRef and in Lyx.
So I wrote "/Applications/LyX.app/Contents/Resources/lyxpipe" in each  
one but without success.


What am I doing wrong?

Thanks for every answer!

Isaac Pante





Changing the font size of the quotations

2006-06-26 Thread Isaac Pante

Hello everybody!

I'm using Lyx 1.4.1 and I'm trying to change the font-size of my  
quotations.
I've searched in the document preferences, but was unable to find the  
way to change this.

What's the solution? Should I write something directly in LaTex?

Thanks for every answer!

Isaac Pante







Centering image on Lyx 1.4.1

2006-06-23 Thread Isaac Pante

Hello everybody!

I know you have already answered at this question, but all the  
answers didn't worked for me. I'm trying to center a PDF image in my  
document. I made a floatting box, and tried to change the "paragraph"  
alignement setting to "center". But Lyx won't do it.
What is very strange is the fact that the legend is perfectly  
centered, but not the image. I also tried with a BMP image, but with  
the same result. Here is what I get:

http://isaacpante.net/problem.png

Thanks for your help!

Isaac Pante








Tutorial in french about Lyx on Mac OSX

2006-06-21 Thread Isaac Pante

Hello everybody!

I made a tutorial in french which describes step-by-step how to  
localize Lyx in french on Mac OS X (change the GUI interface and  
install the right spellchecker).

Is there a way to publish it on lyx.org or anywhere else?

You can see the tutorial at this adress (http://isaacpante.net/ 
LocaliserLyxMacOSX.pdf).


Isaac Pante







Problems installing aspell

2006-06-08 Thread Isaac Pante

Hello Everybody!

I tried to install aspell and the french dictionnary for lyx/Mac  
1.4.1 as written on this page (http://wiki.lyx.org/Mac/MacSpelling)  
and had two errors:


1- when I typed "make", the terminal returned the following answer:
-bash: make: command not found

Naturally I wasn't able to go on with the install but I tried anyway  
and arrived to my second problem


2- when I typed "sudo make install", the terminal returned the  
following answer:

"isaacpante is not in the sudoers file.  This incident will be reported"

What's the solution?

Thanks for your answers!

Isaac Pante







Changing lyx GUI language on MAC OS X

2006-06-07 Thread Isaac Pante

Hello everybody!

I'm very fond of Lyx but I've got a problem with it. I followed the
instructions (of this page: http://developer.apple.com/qa/qa2001/
qa1067.html), created a ".MacOSX" directory in my home folder and
inserted the following "environment.plist" file:





BIBINPUTS
~/Library/texmf/bibtex/bib
BSTINPUTS
~/Library/texmf/bibtex/bst
DISPLAY
:0.0
LANG
FR
OUTPUT_CHARSET
FR.iso8859-1



Here is my problem: the help menus (user's guide, tutorial, etc.) are
now in french, but my GUI remains in english. How can I translate it?

Thanks for your help!

Isaac Pante


[EMAIL PROTECTED]
www.isaacpante.net