Re: Change bar patch for 1.3.5

2004-11-16 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes:

John> A pity that there's nowhere we can put these patches and
John> officially release them...

Huh? We have a web site and a ftp site, after all...

JMarc


Lyx Cross-Reference

2004-11-16 Thread Sendak, John








 

Hi

 

I am working through the Tutorial.

I cannot get the cross-reference (page 18 on the pdf) to work, as you
will see from the attached file.

All I get is “??”.

 

I cannot see an Apply button – please the an image of the
cross-reference dialog.

 

 

Any suggestions gratefully received.

 

 

Regards

 

John Sendak

 

 





Confidentiality Notice

This email (and any attachment) is intended only for the attention of the addressee.  Its unauthorised use, disclosure, storage or copying is not permitted.  If you are not the intended recipient, please destroy all copies and inform the sender by return email.  Thank you

This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
_





newfile1.lyx
Description: Binary data


Lyx_Version.png
Description: Binary data


Cross_Reference.png
Description: Binary data


quality of pdf when using pdf-pictures

2004-11-16 Thread Leo Gürtler
Hi together,
inserting pdf graphics in Lyx (win32 and miktex) and exporting them via 
pdflatex works technically fine, but the quality of the pdf-pictures 
(font) looks bad on the screen, but is of high quality on the print-out
The font quality of the whole document is excellent on the screen and on 
the print-out.
The original pdf-picture is high quality, so why this loss of quality ? 
If pdf is inserted as graphics and then the whole thing is exported to 
pdf, there should not be any converting like "pdf -> pdf", or am I wrong ?

any suggestions ?
thanks
Leo
--
Leo Gürtler
School for Education
Department of Educational Psychology
University of Tübingen
Münzgasse 22-30, 72070 Tübingen, Germany
email: [EMAIL PROTECTED]
www: http://homepages.uni-tuebingen.de/leo.guertler
www: http://www.qualitative-psychologie.de
phone: +(0049) (0)7071 - 2978324
fax:   +(0049) (0)7071 - 294954



how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
I just switched from Fink to DarwinPorts today, and reinstalled teTeX.
DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and 
/opt/local/share/texmf-local/. Executables are in /opt/local/bin/. 
LyX/Aqua can't find teTeX in these locations, even after running 
texhash and doing an Edit > Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in these 
locations?

Ben


Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Hourigan <[EMAIL PROTECTED]> writes:

Ben> I just switched from Fink to DarwinPorts today, and reinstalled
Ben> teTeX. DarwinPorts installs teTeX by default in
Ben> /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben> Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben> these locations, even after running texhash and doing an Edit >
Ben> Reconfigure.

Ben> Anyone know how to get LyX to recognise the teTeX installation in
Ben> these locations?

Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current

We could hardcode more entries, but this is beginning to look like a
bit too much entries...

JMarc




PNG files

2004-11-16 Thread Sendak, John








Hi

 

According to section 5.3.6.1 of “Extended LyX Features”, “ .. with pdfLaTeX
it is possible to insert directly images in … PNG.. “

I have a LyX document into which I have inserted a png file – via the  “insert/Graphic” toolbar.

 

This shows up in the LyX file but with an error message, as attached.

 

I am then unable to update the dvi or export to a pdf with pdfLaTeX.

 

 

Also, even without the png file, when I to use the “View/PdfLaTeX” toolbar,
I get an error message:-

Cannot view file

No information for viewing PDF (pdflatex).

 

 

Any information gratefully received.

 

 

Regards

 

 

John Sendak





Confidentiality Notice

This email (and any attachment) is intended only for the attention of the addressee.  Its unauthorised use, disclosure, storage or copying is not permitted.  If you are not the intended recipient, please destroy all copies and inform the sender by return email.  Thank you

This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
_





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.796 / Virus Database: 540 - Release Date: 13/11/2004
 




File_Error.png
Description: Binary data


newfile2.lyx
Description: Binary data


Re: Blank TOC in DVI preview

2004-11-16 Thread Uwe Stöhr
Maximilien Kintz wrote:
I use Lyx under Windows XP (and I don't know if it matters).
LyXWin works fine for me under WinXP.
When I try to view the DVI preview of a document, the TOC sometimes 
doesn't appear, I only see "Table of Contents" and there is blank space, 
but the TOC isn't generated. I also have sometimes this problem with the 
Export/PDF(pdflatex) function. I have noticed that if I add a section 
and then delete it and try to view the DVI preview again, it works and 
the TOC appears correctly.
Very weird, I've never had such problems. It sound that only one 
LaTeX-run was performed. (The TOC is created in the second or third 
run). It often helps, if you give folder write-permissions for 
"Everybody" to LyX's installation- and working folders.

And something else: I am looking for layouts for French documents, do 
you now where I can find that (for example something to write maths, but 
in French, with "Théorème" instead of Theorem, and so on).
This will be done by the babel package, which is used by LyX by default 
(just choose french as document language). But some words aren't 
supported by babel.
To use french "Théorème" add this to the preamble:

\newtheorem{theo}[section]{Théorème}
\renewenvironment{thm}{\begin{theo}}{\end{theo}}
regards Uwe


Re: quality of pdf when using pdf-pictures

2004-11-16 Thread Uwe Stöhr
Leo Gürtler wrote:
inserting pdf graphics in Lyx (win32 and miktex) and exporting them via 
pdflatex works technically fine, but the quality of the pdf-pictures 
(font) looks bad on the screen, but is of high quality on the print-out
The font quality of the whole document is excellent on the screen and on 
the print-out.
The original pdf-picture is high quality, so why this loss of quality ? 
If pdf is inserted as graphics and then the whole thing is exported to 
pdf, there should not be any converting like "pdf -> pdf", or am I wrong ?
Astonishing, because pdflatex can embed pdf's directly without conversation
and quality loss. But possibly the fonts in the pdf-picture are bitmap 
fonts,
so that you see them pixeld, if the picture isn't inserted in its original
size.
Pdf-images can also be created from all image formats, e.g. you can save 
a jpeg as pdf. Those pdf's appear also in bad quality if they aren't in 
the original size.

regards Uwe


Re: Lyx Cross-Reference

2004-11-16 Thread Uwe Stöhr
Sendak, John wrote:
I am working through the Tutorial.
I cannot get the cross-reference (page 18 on the pdf) to work, as you will
see from the attached file.
All I get is "??".
 
I cannot see an Apply button - please the an image of the cross-reference
dialog.
Just click on the reference in the dialogue and the OK-button at the 
botton will be enabled. Now press OK - that's all.

regards Uwe


Re: Lyx Cross-Reference

2004-11-16 Thread Jean-Marc Lasgouttes
> "John" == Sendak, John <[EMAIL PROTECTED]> writes:

John> Hi
 
John> I am working through the Tutorial. I cannot get the
John> cross-reference (page 18 on the pdf) to work, as you will see
John> from the attached file. All I get is "??".
 
John> I cannot see an Apply button - please the an image of the
John> cross-reference dialog.

Does using OK work? It look like the obvious thing to try, isn't it?
Note that you should first click on the entry you want.

I appears that the Apply button is missing from LyX/Qt 1.3.x. This
is fixed in current development version.

Basically, Apply is the same as OK, except that it keeps the dialog
open, so that you can use it again (which is the case in the tutorial,
when it is used twice in a row).

Hope this helps.

JMarc
 


LyxWin

2004-11-16 Thread Kevin Pfeiffer
Hi,

I've seen references here to LyxWin. I would like to know if a non-techie 
Academic using Windows XP (or 2000) could be happy using LyxWin. My wife 
is working on a book publication and I have wanted to get her out of Word 
for some time. I can handle the general tech support and installation if 
the program itself is stable and comfortable enough (as it seems to be 
running under Linux).

Are there former Word writers (academic papers, no math or symbols) who 
have happily made this switch? (Or any pitfalls?)

Last question: Is there an installation document somewhere that explains 
how to set this up under Windows? If this is in the FAQ, then please 
point me there and I'll go read further before posting any more 
questions.

All the best and thank you in advance,

Kevin Pfeiffer


-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


Re: Faxing with lyx?

2004-11-16 Thread Carsten Kaemmerer
Hi,

Juergen Spitzmueller writes:
> Carsten Kaemmerer wrote:
[...]
> > Now I set up an new version (lyx 1.3.4) on my linux (debian testing) and
> > there seems no possibility to send my document via fax.
> 
> If you have kdeprintfax or ksendfax installed, LyX should find it and add a 
> File->Fax item to the menu (after edit->reconfigure).

thank you!  

There seems to be no hint in the docs I're read about that.

Although I don't use kde (or gnome) I am able fax now - I simply renamed
my faxing application to 'ksendfax' and adapted the way the parameters
are passed into it.

Carsten


Re: LyxWin

2004-11-16 Thread Dominik Waßenhoven
Kevin Pfeiffer schrieb:
Hi,
I've seen references here to LyxWin. I would like to know if a non-techie 
Academic using Windows XP (or 2000) could be happy using LyxWin. My wife 
is working on a book publication and I have wanted to get her out of Word 
for some time. I can handle the general tech support and installation if 
the program itself is stable and comfortable enough (as it seems to be 
running under Linux).

Are there former Word writers (academic papers, no math or symbols) who 
have happily made this switch? (Or any pitfalls?)
Runs very stable and without problems here.
Last question: Is there an installation document somewhere that explains 
how to set this up under Windows? If this is in the FAQ, then please 
point me there and I'll go read further before posting any more 
questions.
http://wiki.lyx.org/pmwiki.php/LyX/WindowsSetup
The rest of the LyX-Wiki is also very helpful.
HTH,
Dominik.-


Lyx & (lack of) Unicode support

2004-11-16 Thread Gour
Hello!

Sometime in the end of June I posted about having problem entering accented
characters (Sanskrit diacritics like a_macron, i_dotabove, h_dotbelow...) in
LyX via dead-keys - actually only entering chars with acute accent works (I 
tried both Xf & Qt front-ends).

On 2nd of July I submitted a bug report (#1625) along with the lyx -dbg 4 log
demonstrating the problem.

However, the bug is still unconfirmed and I did not receive any reply regards.

I understand that developers are busy fixing other things, but before leaving
LyX (the current LyX unability to handle accented chars properly - athough it
worked in the past, is a real stopper for me :-( and going with Kile (by using
ucs package, I can enter & process  utf-8 chars), I'd like to know what are the
current plans for Unicode support in LyX, i.e. can one expect anything before
1.5?


Sincerely,
Gour

-- 
Registered Linux User   | #278493
GPG Public Key  | 8C44EDCD
 


Re: LyxWin

2004-11-16 Thread Matthias Quick
Am Dienstag, 16. November 2004 14:22 schrieb Kevin Pfeiffer:
> Hi,
>
> I've seen references here to LyxWin. I would like to know if a non-techie
> Academic using Windows XP (or 2000) could be happy using LyxWin. My wife
> is working on a book publication and I have wanted to get her out of Word
> for some time. I can handle the general tech support and installation if
> the program itself is stable and comfortable enough (as it seems to be
> running under Linux).
>
> Are there former Word writers (academic papers, no math or symbols) who
> have happily made this switch? (Or any pitfalls?)
>
> Last question: Is there an installation document somewhere that explains
> how to set this up under Windows? If this is in the FAQ, then please
> point me there and I'll go read further before posting any more
> questions.
>
> All the best and thank you in advance,
>
> Kevin Pfeiffer

Depends, you have to set it up very carefully, and test it a bit before using 
it for "Produktivbetrieb". A friend of mine had quite a few Problems because 
he didn't exactly follow the manual and just installed it (Windows-DAU-like). 
But now after a bit of finetuning it seems to work allright

Grüße
Matthias


-- 

Wenn immer mehr Menschen von immer weniger Dingen immer mehr
verstehen, steuern wir auf einen Zustand zu, in dem alle Menschen von
Nichts Alles verstehen.



Re: PNG files

2004-11-16 Thread Uwe Stöhr
Sendak, John wrote:
According to section 5.3.6.1 of "Extended LyX Features", " .. with pdfLaTeX
it is possible to insert directly images in ... PNG.. "
This is correct. Your error looks like you used another export filter 
instead of export -> PDF(pdflatex).
But what happens if you export your file to LaTeX and then process the 
resulting newfile2.tex manually?:

In a console window change to the folder where the .tex-file is and type
pdflatex newfile2
Also, even without the png file, when I to use the "View/PdfLaTeX" toolbar,
I get an error message:-
Cannot view file
No information for viewing PDF (pdflatex).
You're using LyXWin, right? Then you have to tell LyX a program for that 
action. Go to edit -> settings -> file formats and choose pdf. Now enter 
the name of the .exe of your pdf-program in the field viewer. (E.g. if 
you use acrobat, the name is acrobat.exe, so type in

acrobat
(Adobe Reader has another file name) )
Do this for all three pdf file formats and then restart LyX.
regards Uwe


Re: LyxWin

2004-11-16 Thread Rob S

I've seen references here to LyxWin. I would like to know if a non-techie
Academic using Windows XP (or 2000) could be happy using LyxWin. My wife
is working on a book publication and I have wanted to get her out of Word
for some time. I can handle the general tech support and installation if
the program itself is stable and comfortable enough (as it seems to be
running under Linux).
You have the link to the wiki page - this is a well tried and tested 
install guide which is kept very much up to date.
Are there former Word writers (academic papers, no math or symbols) who
have happily made this switch? (Or any pitfalls?)
No pitfalls that I recall - use this list if you stumble into any though.
Last question: Is there an installation document somewhere that explains
how to set this up under Windows? If this is in the FAQ, then please
point me there and I'll go read further before posting any more
questions.
All the best and thank you in advance,
Kevin Pfeiffer

Rob S
--
R D Saunders
Hydraulic Research Group
Department of Civil and Enviromental Engineering
University of Southampton
UK


Re: PNG files

2004-11-16 Thread Roland Schmitz
Hi John,

> This shows up in the LyX file but with an error message, as attached.
For me this sounds, like your file isn't lokatet where Lyx is looking for it.

> I am then unable to update the dvi or export to a pdf with pdfLaTeX.
I checked your file without problems. Ok i had to change the file location, 
but that's it.

-- 
Thanx

Roland


Centering graphics in float

2004-11-16 Thread Martin Henry H. Stevens
LyX 1.3.5 on Mac OS 10.3.6
All my figures in LyX are positioned on the left margin. Is there a 
reason for this, and how would I get LyX to center them horizontally? 
(I would rather wrap, but that doesn't seem to work too well!)
Thanks,
Hank

Dr. Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami University
Oxford, OH 45056
Office: (513) 529-4206
Lab: (513) 529-4262
FAX: (513) 529-4243
http://www.cas.muohio.edu/botany/bot/henry.html
http://www.muohio.edu/ecology/
http://www.muohio.edu/botany/
"E Pluribus Unum"


a Font question

2004-11-16 Thread John Coppens
Hi all...

I'm not sure where to ask this question, but I'm sure there are quite a
few people on this list that had similar problems.

I wonder if some utility exists (for Linux) that can

- Validate a font (there are lots of good -free- fonts on the 'net but
  many of them have errors in the packaging Some even crash the font
  servers)

- Show a font without have to declare it first to the X font server,
  do a rehash etc?

Ideally it should work for TTF and Type1 fonts, too.

Am I asking too much?

John



Re: Centering graphics in float

2004-11-16 Thread Rich Shepard
On Tue, 16 Nov 2004, Martin Henry H. Stevens wrote:
LyX 1.3.5 on Mac OS 10.3.6 All my figures in LyX are positioned on the
left margin. Is there a reason for this, and how would I get LyX to center
them horizontally? (I would rather wrap, but that doesn't seem to work too
well!)
Hank,
  The platform shouldn't matter. Place the cursor to the left of the image
box then select the "Layout -> Paragraph -> Center" option. Click "OK".
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Centering graphics in float - Solution

2004-11-16 Thread Martin Henry H. Stevens
Thanks Rich! Perfect solution.
hank
On Nov 16, 2004, at 11:31 AM, Rich Shepard wrote:
On Tue, 16 Nov 2004, Martin Henry H. Stevens wrote:
LyX 1.3.5 on Mac OS 10.3.6 All my figures in LyX are positioned on the
left margin. Is there a reason for this, and how would I get LyX to 
center
them horizontally? (I would rather wrap, but that doesn't seem to 
work too
well!)
Hank,
  The platform shouldn't matter. Place the cursor to the left of the 
image
box then select the "Layout -> Paragraph -> Center" option. Click "OK".

Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Dr. Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami University
Oxford, OH 45056
Office: (513) 529-4206
Lab: (513) 529-4262
FAX: (513) 529-4243
http://www.cas.muohio.edu/botany/bot/henry.html
http://www.muohio.edu/ecology/
http://www.muohio.edu/botany/
"E Pluribus Unum"


Re: Blank TOC in DVI preview

2004-11-16 Thread Maximilien Kintz
Uwe Stöhr wrote:
It sound that only one LaTeX-run was performed. (The TOC is created in 
the second or third run). It often helps, if you give folder 
write-permissions for "Everybody" to LyX's installation- and working 
folders.
Thank you for your answers.
This seems to be the problem. I can see in LyX that LaTeX is run only 
once (but for some documents, it runs three times). LyX's folder is 
"read only" but I can't uncheck the box in the folder properties (well, 
I can, but it doesn't remain unchecked). But this is a Windows-Problem.

I have chosen french as the default document language, and with
\newtheorem{theo}[section]{Théorème}
\renewenvironment{thm}{\begin{theo}}{\end{theo}}
it works for Theorem, but I still need to translate Definition into 
Définition, and Corollary into Corollaire, and so on. Isn't there any 
layout available anywhere with everything already translated?

Maximilien 



Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Christopher Menzel
Ben Hourigan wrote:
I just switched from Fink to DarwinPorts today, and reinstalled teTeX.
DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and 
/opt/local/share/texmf-local/. Executables are in /opt/local/bin/. 
LyX/Aqua can't find teTeX in these locations, even after running 
texhash and doing an Edit > Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in 
these locations?
Assuming you've clobbered /sw, since you don't use fink anymore, how 
about, from a shell:

 sudo ln -s /opt /sw
and perhaps also (to mimic fink tetex dir structure:
 sudo ln -s /opt/local/share /opt/share
 sudo ln -s /opt/local/bin/ /opt/bin
If there are already share and bin subdirs below /opt, you might need to 
use more creative symlinks.

Chris Menzel


Re: PNG files

2004-11-16 Thread Uwe Stöhr
Sendak, John schrieb:
Thank you so much for your rapid and extremely useful reply.
You are correct - I am using Windows - and I must have used another export
filter.
I entered acrobat.exe in the three pdf viewers and all worked well.
I also have some other problems :
In exporting updated pdflatex files, the update seems to get stuck in  a
temporary directory -
not the directory the lyx file resides and in which I presume the updated
version of the pdf file should reside.
After restarting LyX, I had no problem, so perhaps it was because I
overloaded the software with so many attempts 
at creating a pdf file.
It is important that LyX's installations- and working directories (with 
all subdirectories) have write-permissions for "everybody".

However I set the size of an imported graphic, all imports result in a
graphic wider than the page size in LyX and in the pdf file.
You have to scale the pictures, so that they fit to the page width. 
Right click on the image and adjust the size in the appearing dialogue.
The scaling units are explained here:

http://wiki.lyx.org/pmwiki.php/FAQ/Units
Section 5.3.6.5 - How can I make URLs clickable - of "Extended LyX Feature "
refers to a reference
http://ev-en.org/wiki/moin.cgi/LyxPdf
but one gets sent to the Wiki site instead, and I couldn't find the answer
there.
ev-en.org was the old location of LyX's wiki. The new one is now:
http://wiki.lyx.org/pmwiki.php/FAQ/PDF
I'll update the documentation.
I worked out how to use labels and cross-references, but I couldn't see
anything on making internal hyperlinks in 
the document e.g.. to click on a cross-reference and jump to a label (or is
it the other way round ?)
Right-click on the cross-reference box andd you'll jump to the label.
regards Uwe


Re: Blank TOC in DVI preview

2004-11-16 Thread Uwe Stöhr
Maximilien Kintz wroteb:
LyX's folder is 
"read only" but I can't uncheck the box in the folder properties (well, 
I can, but it doesn't remain unchecked). But this is a Windows-Problem.
You need administrator rights to change folder properties.
I still need to translate Definition into 
Définition, and Corollary into Corollaire, and so on. Isn't there any 
layout available anywhere with everything already translated?
This has nothing to do with layouts, that's a problem of babel. Babel is 
similar to a database of phrases. If you choose french, the french 
database is opened and the correct phrases are used in the document.
But babel hasn't the following phrases in its database:

- example
- algorithm
- corollary
- theorem
- definition
Somebody should ask the babel maintainer to add them.
For the meantime, I'll create a wiki-page with LaTeX-preambles to 
translate these phrases in the next days.

regards Uwe


Re: Change bar patch for 1.3.5

2004-11-16 Thread Jane McKean
OK. I think I've posted the two files here:

http://wiki.lyx.org/pmwiki.php/Tips/ChangeTrackingLyx1-3-2

Hope this helps.
--jane

(Someone might want to check my work. :-)

On Tue, 2004-11-16 at 00:06, Jean-Marc Lasgouttes wrote:
> > "John" == John Levon <[EMAIL PROTECTED]> writes:
> 
> John> A pity that there's nowhere we can put these patches and
> John> officially release them...
> 
> Huh? We have a web site and a ftp site, after all...
> 
> JMarc



Centering paragraphs easily War: Re: Centering graphics in float

2004-11-16 Thread Matthias Quick
Am Dienstag, 16. November 2004 17:31 schrieb Rich Shepard:
> On Tue, 16 Nov 2004, Martin Henry H. Stevens wrote:
> > LyX 1.3.5 on Mac OS 10.3.6 All my figures in LyX are positioned on the
> > left margin. Is there a reason for this, and how would I get LyX to
> > center them horizontally? (I would rather wrap, but that doesn't seem to
> > work too well!)
>
> Hank,
>
>The platform shouldn't matter. Place the cursor to the left of the image
> box then select the "Layout -> Paragraph -> Center" option. Click "OK".
>
> Rich

Hallo Rich!

while i read this i remember that i#m always confused why lyx does'nt offer a 
button "centre" "flushleft" or "flushright" in the toolbar or a shortcut for 
this. I could not find anything in defaults.ui neither could i in cua.bind. 
Does anybody know, whether there's a shortcut or anything else that makes it 
easier to centre a Paragraph except this mouse-run through the menu, clicking 
five times just to centre a Paragraph. 


Grüße
Matthias

-- 

Wenn immer mehr Menschen von immer weniger Dingen immer mehr
verstehen, steuern wir auf einen Zustand zu, in dem alle Menschen von
Nichts Alles verstehen.




Re: Centering graphics in float - Solution

2004-11-16 Thread Stephen Buonopane
Another option is to use the tip from Herbert Voss
http://www.texnik.de/floats/floats.phtml#center
Add the following to your  preamble...
\makeatletter
\renewenvironment{figure}[1][]{%
  [EMAIL PROTECTED]
\centering
  }{%
[EMAIL PROTECTED]
  }
\makeatother
You will not see the centering in LyX, but any output (dvi, df, ps) 
will have centered figures. This avoids having to apply the Paragraph 
formatting manually to each figure (which can be tedious in a long 
document).

Steve
On Nov 16, 2004, at 11:42 AM, Martin Henry H. Stevens wrote:
Thanks Rich! Perfect solution.
hank
On Nov 16, 2004, at 11:31 AM, Rich Shepard wrote:
On Tue, 16 Nov 2004, Martin Henry H. Stevens wrote:
LyX 1.3.5 on Mac OS 10.3.6 All my figures in LyX are positioned on 
the
left margin. Is there a reason for this, and how would I get LyX to 
center
them horizontally? (I would rather wrap, but that doesn't seem to 
work too
well!)
Hank,
  The platform shouldn't matter. Place the cursor to the left of the 
image
box then select the "Layout -> Paragraph -> Center" option. Click 
"OK".

Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Dr. Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami University
Oxford, OH 45056
Office: (513) 529-4206
Lab: (513) 529-4262
FAX: (513) 529-4243
http://www.cas.muohio.edu/botany/bot/henry.html
http://www.muohio.edu/ecology/
http://www.muohio.edu/botany/
"E Pluribus Unum"



Re: Centering paragraphs easily War: Re: Centering graphics in float

2004-11-16 Thread Rich Shepard
On Tue, 16 Nov 2004, Matthias Quick wrote:
while i read this i remember that i#m always confused why lyx does'nt
offer a button "centre" "flushleft" or "flushright" in the toolbar or a
shortcut for this. I could not find anything in defaults.ui neither could
i in cua.bind. Does anybody know, whether there's a shortcut or anything
else that makes it easier to centre a Paragraph except this mouse-run
through the menu, clicking five times just to centre a Paragraph.
Matthias,
  I suppose that it's not used all that often so there was no need to make
an icon linked to the function. Frankly, I don't find it that much trouble
to center figures and tables in their floating environments when I set them
up.
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Character styles yet?

2004-11-16 Thread Steve Litt
Hi all,

I've been gone for about 2 years. Now I'm writing a new book, and wondering 
whether LyX now has character styles, or whether I still need to use Dekl's 
text color workaround.

Thanks

SteveT

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com


test, ignore

2004-11-16 Thread lyx
test---ignore,

Mate


subscription

2004-11-16 Thread Ashvin Goel
subscribe


Re: Centering paragraphs easily War: Re: Centering graphics in float

2004-11-16 Thread Robert Orr

> easier to centre a Paragraph except this mouse-run
> through the menu, clicking 
> five times just to centre a Paragraph. 
>  

I usually just cut and paste an existing fig from my
doc and that retains the centering.   Then all I need
to do is right click on the fig and change the
graphic.   
It is somewhat of a shortcut to running through the
menu.
  




__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 



Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
Thanks Jean, the list of locations jolted my brain into discovering a 
simple solution. Here's how to make LyX work with a teTeX distribution 
installed by Darwinports (assuming you don't have Fink installed as 
well):

ln -s /opt/local /sw
Then Edit > Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
"Ben" == Ben Hourigan <[EMAIL PROTECTED]> writes:
Ben> I just switched from Fink to DarwinPorts today, and reinstalled
Ben> teTeX. DarwinPorts installs teTeX by default in
Ben> /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben> Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben> these locations, even after running texhash and doing an Edit >
Ben> Reconfigure.
Ben> Anyone know how to get LyX to recognise the teTeX installation in
Ben> these locations?
Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc




Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
Thanks to Christopher Menzel, too, who suggested almost exactly the 
same solution, while my previous email was sitting in my outbox waiting 
for me to go online.

Ben
Thanks Jean, the list of locations jolted my brain into discovering a 
simple solution. Here's how to make LyX work with a teTeX distribution 
installed by Darwinports (assuming you don't have Fink installed as 
well):

ln -s /opt/local /sw
Then Edit > Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
"Ben" == Ben Hourigan <[EMAIL PROTECTED]> writes:
Ben> I just switched from Fink to DarwinPorts today, and reinstalled
Ben> teTeX. DarwinPorts installs teTeX by default in
Ben> /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben> Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben> these locations, even after running texhash and doing an Edit >
Ben> Reconfigure.
Ben> Anyone know how to get LyX to recognise the teTeX installation in
Ben> these locations?
Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc