Re: get (author?) with natbib

2008-09-10 Thread Bob Lounsbury
On Wed, Sep 10, 2008 at 3:48 AM, Robert Platt
[EMAIL PROTECTED] wrote:
 Hello,

 When I use my BibTeX file (created with Jabref) in LyX with the natbib
 author-year style, I get something like this:

 ...some text here (author?) [1].

 That's even if I view/update the output several times. Any ideas why this
 might be?

 Regards
 Rob
 LyX Version: 1.5.5
 OS: Gentoo Linux on 32-bit PC


You're probably not using a natbib compatible .bst style file. You
should use something like plainnat, abbrvnat, or harvard.

Cheers,
/Bob


Re: LyX is Nominated for the Lutèce d'Or 2008

2008-09-18 Thread Bob Lounsbury
2008/9/18 Abdelrazak Younes [EMAIL PROTECTED]:
 Dear all, LyX enthusiasts, users and developers,

 I have the pleasure to announce you all that LyX is Nominated for the
 Lutèce d'Or 2008!


Could you give a quick translation (for us not up to snuff Americans)
of what Lutèce d'Or 2008 means?

Thanks and Cheers to LyX!
/Bob


Re: formatting!

2008-09-24 Thread Bob Lounsbury
On Wed, Sep 24, 2008 at 5:19 AM, newnoise [EMAIL PROTECTED] wrote:

 In lyx how can I do to put all the sections title, the headers contents,
 list of figures, List of tables in the middle of the page instead of
 having them on the left?
 Someone can help to set the preamble in the right way?
 I'm using Article Koma script document class

 Thank you very much!

 /davide


If you're going to use KOMA-Script you really should look through the
documentation, which is very good. However, the following seems to
work:

\addtokomafont{sectioning}{\centering}

Cheers,
/Bob


Re: LyX/Mac question

2006-10-30 Thread Bob Lounsbury
The dvipdfm works on my iBook, but I don't think I could tell you  
why. I used fink, but not for LyX. I really like LyX, but it was too  
hard to get the formatting requirements for my thesis implemented so  
I found another program TeXmacs that I am using for my thesis.


This was my process:
1) Install fink
2) Install TeXmacs via fink (which automatically installs various  
programs needed, including tetex/ghostscript/imagemagick/etc)

3) Download and install LyX from the main LyX ftp site

Everything seemed to work after that, except for viewing dvi (but  
this really doesn't bother me, I use pdf).


I'd be happy to answer any question, but I'm definitely not a  
computer guru.


Bob


On Oct 30, 2006, at 3:50 PM, Sue Kientz wrote:


On Oct 30, 2006, at 1:41 PM, Paul A. Rubin wrote:

I'm posting this vicariously, as it were (not being a Mac user  
myself), so please bear with me.  Someone else is having a problem  
with LyX 1.4.3/Mac OSX/teTeX (installed via fink).  At least part  
of the problem seems to be caused by instant preview.  With IP on  
and math insets in the document, misadventures occur, and in  
particular the temp directory shows 0lyxpreview.tex,  
0lyxpreview.aux, 0lyxpreview.pdf but not 0lyxpreview.dvi.


The user seems to think that /sw/bin/latex is symlinked (or hard  
linked, I'm not sure) to pdflatex.  I'm guessing from the symptoms  
above that when the Python script that compiles the previews runs  
what it thinks is latex, it's actually running pdflatex (or  
pdfetex with the format set to pdflatex, or something like that).   
Hence no DVI output, and the DVI to PNG conversion unsurprisingly  
breaks.


Does this resonate with any Mac users?  Is there something  
installation-wise that could get 'latex' to actually run latex (as  
in producing DVI output without additional tweaking)?


We've given up trying to use dvipdfm to generate PDF on our Macs.  
We just use the second 2 options, pdflatex or ps2pdf, which do work.


Sue Kientz
---
Technical Writer/Web Manager
Computational Infrastructure of Geodynamics (CIG)
http://www.geodynamics.org/
[EMAIL PROTECTED]
   ~Metaphors Be With You~




Re: LyX/Mac question

2006-10-31 Thread Bob Lounsbury


On Oct 31, 2006, at 10:55 AM, Paul A. Rubin wrote:


Jens Noeckel wrote:

On Oct 31, 2006, at 4:06 AM, Enrico Forestieri wrote:

Paul A. Rubin [EMAIL PROTECTED] writes:



I'm posting this vicariously, as it were (not being a Mac user  
myself),

so please bear with me.  Someone else is having a problem with LyX
1.4.3/Mac OSX/teTeX (installed via fink).  At least part of the  
problem
seems to be caused by instant preview.  With IP on and math  
insets in
the document, misadventures occur, and in particular the temp  
directory

shows 0lyxpreview.tex, 0lyxpreview.aux, 0lyxpreview.pdf but not
0lyxpreview.dvi.

The user seems to think that /sw/bin/latex is symlinked (or hard  
linked,
I'm not sure) to pdflatex.  I'm guessing from the symptoms above  
that
when the Python script that compiles the previews runs what it  
thinks is
latex, it's actually running pdflatex (or pdfetex with the  
format set to
pdflatex, or something like that).  Hence no DVI output, and the  
DVI to

PNG conversion unsurprisingly breaks.

Does this resonate with any Mac users?  Is there something
installation-wise that could get 'latex' to actually run latex  
(as in

producing DVI output without additional tweaking)?


Hi Paul,

I don't think that the sym- or hardlink to pdftex is the culprit  
here.
In most modern TeX implementations the engine is pdftex, anyway.  
If you
have MikTeX 2.5 try latex --version and see that you are really  
using

pdfetex. The engine looks at the name it was invoked and produces
output accordingly. So, symlinking latex to pdftex but invoking  
it as

latex gives you dvi output.

Instead, make sure that the command used by LyX to invoke latex  
is really

latex and not pdflatex.

Yes - in fact, you can invoke latex - dvi conversion of a file  
file.tex by typing, e.g.,

pdflatex -progname=latex file
pdfetex -progname=latex file
If it's not the preamble that's causing the problem, one might  
want to add that option -progname=latex to the script (this will  
only work if there's nothing in the preamble that overrides this  
progname choice). I think this once worked for someone when I  
suggested it on the MacTex mailing list... although it really  
should be handled automatically, as Enrico said.
So before doing that, maybe one other suggestion: see (with ls - 
al) if there are any texmf configuration files in your home  
directory (.texmf-config etc) and move them out of the way.

Finally, you could also specify
pdflatex -output-format=dvi
to get dvi output. This is not quite equivalent (because it may  
load different font files) to the -progname option, but it works  
for me, too.

Jens


Thanks to both Enrico and Jens for the replies.

Jens, I noticed in a bugzilla posting that you have LyX running  
under OS/X with teTeX installed via fink (same setup as Andrea, the  
original poster here).  Does instant preview work for you and, if  
so, did you have to tweak anything?


AFAIK when LyX exports a math inset to 0lyxpreview.tex for  
conversion, it does not pass along preamble entries from the  
original document. This can cause an occasional problem (for  
instance, when you are loading a funky character set in the doc's  
preamble), but it does not cause problems with routine math insets  
under Windows (and I'm guessing the same holds for Linux).  So  
modifying the document preamble is unlikely to resolve the preview  
problem.


If preview works for you, then I need to focus on how your  
configuration differs from Andrea's.  If IP doesn't work for you,  
then we should probably enter a bug report.


Thanks,
Paul



Instant preview also works for me, on an old iBook with LyX 1.4.3,  
with tetex installed via fink.


I don't totally understand what the problem is here, I'm just  
thinking out loud and letting you know what is working or not on my  
machine to see if this answers any questions. Like I said before, dvi  
viewing isn't working for me under LyX. Although I think the reason  
is that there is no standard dvi viewer under OS X (like there is for  
Windows with Yap and Linux with xdvik (although X11 is very  
integrated in linux)). So, via fink, I have xdvi installed.but  
this is an X11 program and I have LyX installed under Qt which I  
didn't think that those two systems could necessary communicate with  
one another (but I really have no idea because I don't understand how  
they work, I just use them).


Here's something I can do. I can export a document from LyX as a dvi,  
open xdvi under X11, and then open the dvi. Everything works.


I don't know if this helps anything. Let me know if I can do  
something else to help out or help figure out how to get dvi viewing  
working under LyX on macs. Because it is definitely faster than pdf  
viewing on Windows and Linux (and since this is a five year old  
iBook, pdf viewing can take a long time).


Bob Lounsbury



Re: LyX/Mac question

2006-10-31 Thread Bob Lounsbury


On Oct 31, 2006, at 5:12 PM, Bennett Helm wrote:


On Oct 31, 2006, at 6:01 PM, Bob Lounsbury wrote:

Like I said before, dvi viewing isn't working for me under LyX.  
Although I think the reason is that there is no standard dvi  
viewer under OS X (like there is for Windows with Yap and Linux  
with xdvik (although X11 is very integrated in linux)). So, via  
fink, I have xdvi installed.but this is an X11 program and I  
have LyX installed under Qt which I didn't think that those two  
systems could necessary communicate with one another (but I really  
have no idea because I don't understand how they work, I just use  
them).


xdvi works no problem for me. You should put the following in the  
Viewer field for the DVI file format (LyX  Preferences  File  
Formats):


open -a X11.app; export DISPLAY=:0.0; xdvi

Bennett




Well, yes and no that works. It opens an X11 starter app I have  
installed (which gives me a choice of which window manager I would  
like to use), but when I select one and say 'start' nothing happens  
and the dialog box stays in place.


Bob


Re: LyX/Mac question

2006-10-31 Thread Bob Lounsbury


On Oct 31, 2006, at 5:07 PM, Enrico Forestieri wrote:


Bob Lounsbury [EMAIL PROTECTED] writes:


I don't know if this helps anything. Let me know if I can do
something else to help out or help figure out how to get dvi viewing
working under LyX on macs. Because it is definitely faster than pdf
viewing on Windows and Linux (and since this is a five year old
iBook, pdf viewing can take a long time).


Please, try the following. Open Tools-Preferences, go to File  
formats
and then select DVI. Most probably you have auto in the  
Viewer: entry.
Try changing that to open (without quotes), click on Modify and  
then Apply.

Are now you able to View-DVI from LyX?

I don't have a Mac, but I have heard that there is a problem with the
autoview feature on OSX. I can't give you details, but I think that  
for
auto to work you need to take some actions such as explicitly  
telling
the OS to use a given application for viewing a dvi file. The open  
command

should work OOTB, though.

--
Enrico



Yes, Bennett is correct. Using the open nothing happens.


Re: LyX/Mac question

2006-11-01 Thread Bob Lounsbury


On Nov 1, 2006, at 11:23 AM, Sue Kientz wrote:



On Oct 31, 2006, at 4:23 PM, Jens Noeckel wrote:




Bob Lounsbury [EMAIL PROTECTED] writes:


I don't know if this helps anything. Let me know if I can do
something else to help out or help figure out how to get dvi  
viewing
working under LyX on macs. Because it is definitely faster than  
pdf

viewing on Windows and Linux (and since this is a five year old
iBook, pdf viewing can take a long time).


Please, try the following. Open Tools-Preferences, go to File  
formats
and then select DVI. Most probably you have auto in the  
Viewer: entry.
Try changing that to open (without quotes), click on Modify  
and then Apply.

Are now you able to View-DVI from LyX?

I don't have a Mac, but I have heard that there is a problem  
with the
autoview feature on OSX. I can't give you details, but I think  
that for
auto to work you need to take some actions such as explicitly  
telling
the OS to use a given application for viewing a dvi file. The  
open command

should work OOTB, though.


open only works for applications that use the Mac GUI -- not  
including X11 apps. So this solution won't work for xdvi. It will  
work if an application such as TeXShop has been defined as the  
default .dvi viewer (but then auto should work in that case as  
well).


I tried changing auto to open (it's not in Tools  Preferences on  
the Mac, but rather Lyx  Preferences). I get a cannot convert  
file error, An error occurred whilst running dvipdfmx -p letter - 
o 'foo.pdf'  (my document is foo..lyx). How do I define a default  
dvi viewer in Lyx? Or is that something I define via the os?


Sue Kientz
[EMAIL PROTECTED]




If you look, through the lists on this topic you should find an  
answer. However, from what Bennett posted if you put:


open -a X11.app; export DISPLAY=:0.0; xdvi

into the LyX  Preferences and you have xdvi installed, it is  
supposed to work. It works for Bennett but not for me (probably due  
to some other program conflict, that I really don't care to resolve).  
The problem is that there is no default dvi viewer for mac. So if you  
have xdvi installed you have to call out X11. The default dvi viewers  
are shareware that cost $20 or I've heard of one free one TeXshop  
that is supposed to work if you install it and put open into the  
preferences.


Bob Lounsbury


chapter pagestyles

2006-11-01 Thread Bob Lounsbury

Hello,

I'm using the memoir class under 1.4.3. I've scoured the +300 page  
documentation and I don't see any way to change the chapter pagestyle  
(like you can with koma-script just using the \chapterpagestyle{}  
command), other than inserting \thispagestyle{myheadings} at the  
start of every chapter (a little tedious). I must be missing something.


Any ideas?

Bob Lounsbury


bst files

2006-11-02 Thread Bob Lounsbury

Hello,

I'm sorry if this is a repetitive question. I did search through the  
list archive without much luck.


I'm using 1.4.3 on mac and my question is. Where should custom bst  
files be placed and then what should be done so that they are  
recognized by LyX (besides a Tools  Reconfigure)?


Thanks,
Bob Lounsbury


Re: bst files

2006-11-02 Thread Bob Lounsbury


On Nov 2, 2006, at 1:55 PM, Paul A. Rubin wrote:


Bob Lounsbury wrote:

I'm using 1.4.3 on mac and my question is. Where should custom bst  
files be placed


I usually place mine in a folder like %localtexmf%/bibtex/bst/ 
journal_of_whatever.


and then what should be done so that they are recognized by LyX  
(besides a Tools  Reconfigure)?


You need to refresh the file name database in your LaTeX  
installation. The precise mechanics seem to depend on your  
distribution, but it usually reduces to running a command like  
texhash (unless you've got an icon that points to the right  
command, which is distinctly possible). Sorry I can't be more  
specific, but I'm not a Mac user.


/Paul




Thanks for the reply.

I had placed the bst file in my localtexmf folder and ran texhash  
with this result:


[bobl-mac:~] bobl% texhash
texhash: Updating /sw/etc/texmf-config/ls-R...
texhash: /sw/share/texmf/ls-R: no write permission. Skipping...
texhash: /sw/share/texmf-dist/ls-R: no write permission. Skipping...
texhash: /sw/share/texmf-local/ls-R: no write permission. Skipping...
texhash: Updating /sw/var/lib/texmf/ls-R...
texhash: Done.
[bobl-mac:~] bobl%

It seems that I have no write permission to three folders. Seeing  
this I went to every folder and ensured read  write access, but I  
still get the same result so I assume this is why LyX is not finding  
the bst file.


Any ideas.

Bob


Re: bst files

2006-11-02 Thread Bob Lounsbury


On Nov 2, 2006, at 2:17 PM, Bennett Helm wrote:


On Nov 2, 2006, at 3:48 PM, Bob Lounsbury wrote:


Hello,

I'm sorry if this is a repetitive question. I did search through  
the list archive without much luck.


I'm using 1.4.3 on mac and my question is. Where should custom bst  
files be placed and then what should be done so that they are  
recognized by LyX (besides a Tools  Reconfigure)?


Thanks,
Bob Lounsbury



On Mac, the standard location for user's TeX files is at ~/Library/ 
texmf/..., so .bst files should go to ~/Library/texmf/bibtex/bst/.


Bennett




I'm not finding a ~/Library/texmf folder anywhere. All of my texmf  
folder are in the /sw folder installed by fink.


Re: bst files

2006-11-02 Thread Bob Lounsbury


On Nov 2, 2006, at 2:42 PM, Richard Heck wrote:



PS And don't forget to reconfigure LyX after you install the .bst  
files.

You may need to do this at ToolsTeX Information, then choose BibTeX
Files and hit Rescan.

Richard



Thank you for your help.

I created the ~/Library/texmf/bibtex/bst folder ran texhash and  
reconfigured LyX with no success. Until  a Tools  TeX  
information rescan and now it is recognized. Yea!


I didn't even know that the ToolsTeX information was there.

Thanks everyone for the help.

Bob Lounsbury


Re: bst files

2006-11-02 Thread Bob Lounsbury


On Nov 2, 2006, at 3:09 PM, Maria Gouskova wrote:


 PS And don't forget to reconfigure LyX after you install the .bst
 files.
 You may need to do this at ToolsTeX Information, then choose  
BibTeX

 Files and hit Rescan.


This procedure is actually described on the wiki:

http://wiki.lyx.org/LyX/HumanitiesLyX#toc10

Maria


Thanks. Sometimes you just don't know where to look to find answers  
and it is easier to ask than scan documentation for awhile.


Re: Trouble with Floats and Graphic centering

2006-11-02 Thread Bob Lounsbury


On Nov 2, 2006, at 8:29 PM, Stan Gatchel wrote:


Thanks for helping. I see no centering option in the float dialog
window. Maybe it's not in 1.3.6? Here is a sample attached.

Thanks,
Stan
graphic off center.lyx


Well, this is very very simple.

1) Put your cursor inside the graphic float and next to the picture.
2) Select the paragraph settings dialog (the icon that looks like a  
written text page) or go to Edit  Paragraph Settings.

3) Select Center from the Alignment dialog box.

Viola, you have a centered picture. See attached file.

Bob Lounsbury



graphic off center1.lyx
Description: Binary data


Re: Chane font size

2006-11-06 Thread Bob Lounsbury


On Nov 6, 2006, at 2:37 AM, Jean-Marc Lasgouttes wrote:


Horacio == Horacio Emilio Pérez Sánchez [EMAIL PROTECTED] writes:


Horacio Hi, I use lyx 1.3.6 on suse 10.1 and I have a 200 page
Horacio document in book format.

Horacio I want to change font size from 12 to 14, but using the
Horacio document layout menu, it is only possible to use the values
Horacio 10, 11 and 12.

Horacio Does somebody how to change font size from 12 to 14 in LyX ?

The extbook class allows you to do that.

JMarc


The memoir class also has this functionality and much much more.

Re: Redefining environments

2006-11-08 Thread Bob Lounsbury


On Nov 8, 2006, at 7:21 AM, Karl Patschinsky wrote:

I really want to use LyX for writing my dissertation, but the uni  
has a
specific style they require. Is there a simple way to redefine the  
various

environments? If the only way to change the settings is through the
Character dialog and such tweeking with the layout menu I might as  
well use
a standard word processor because it's going to be just as time  
consuming.


Not sure exactly what you mean by 'environments', but if you're  
talking about the chapter or section headings and various other  
formatting concerns like this. Take a look at the documentation for  
the 'koma-script' and 'memoir' document classes. There is almost  
nothing that cannot be changed to suite a specific style.


I ran into this issue myself with my thesis and I'm using the memoir  
class for personal preference and have modified everything to my  
liking. A quick google search for 'memoir class documentation' will  
provide you with a +300 page guide on everything that can be altered  
to fit your needs.


Stay far far away from Wor$ is my recommendation.

Bob Lounsbury


Re: wrap:Figure

2006-11-11 Thread Bob Lounsbury


On Nov 11, 2006, at 11:03 AM, John B. Egger wrote:

Using 1.3.4 from the Xandros Linux repository (I know it's old but  
I don't have 1.4.3 successfully installed yet):


I'm trying to insert a graphic (.eps) into the text, with text  
wrapping on its left. When I choose Insert|Floats|Floatflt Figure,  
I can paste Ascii text into the resulting box and my main text  
wraps around it just fine. When I insert a graphic, though, it  
appears in the document but when I try to view it (dvi) I get two  
error boxes:


Paragraph ended before [EMAIL PROTECTED] was complete.
}
 \end{floatingfigure}%
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

...and...

Argument of [EMAIL PROTECTED] has an extra }.
}
 \end{floatingfigure}%
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.

I'm a total novice with LyX. If I could view the commands referred  
to in the error boxes I might be able to fix these problems but  
can't even figure out how to do that.


--
--John
Registered Linux User #291592



I had never used the wrap figure function, so I played around with it  
a little. I couldn't reproduce your error message, but I had trouble  
with inserting a picture and it actually didn't show up (although  
text would show up) in the pdf file until .. I set the picture  
size to match the wrap figure size. The default was 50 col% on my  
machine. Give that a try and it may just work.


Bob


Re: wrap:Figure

2006-11-13 Thread Bob Lounsbury


On Nov 13, 2006, at 1:52 PM, Uwe Stöhr wrote:


Bob Lounsbury schrieb:

I looked at the documentation and it seems that the only problem  
is with page breaks. ...


I created two documents one where the wrapped figure is not  
displayed and one where the wrap figure is displayed  if I set  
the figure size to match the wrap figure size.


The larger figure size leads to the situation that the wrapfloat is  
too close to the page end and therefore the flaot isn't displayed  
as I wrote in the manual.


I checked it out and you are right, decreasing the size of the figure  
resolves the issue. Good to know. Thank you.





I will attach the documents, but I don't know the size limitations  
for your email.


I received them, thanks.

regards Uwe





memoir with hyperref

2006-11-13 Thread Bob Lounsbury

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it  
might be nice to use the hyperref package to create a few links. I  
know there are some known issues with memoir and hyperref, but  
generally these are discussed in the memoir documentation by Peter  
Wilson.


However, when I add the hyperref package, any caption longer than one  
line extends beyond the page as you can see in the attached pdf. I  
don't see any warnings in Peter's documentation.


Does anyone have a suggestion? If not I just won't use the hyperref  
package, but it is kind of nice.


Bob Lounsbury


Thesis 6.pdf
Description: Adobe PDF document


Re: memoir with hyperref

2006-11-14 Thread Bob Lounsbury


On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:


Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it
might be nice to use the hyperref package to create a few links. I
know there are some known issues with memoir and hyperref, but
generally these are discussed in the memoir documentation by Peter
Wilson.

However, when I add the hyperref package, any caption longer than one
line extends beyond the page as you can see in the attached pdf. I
don't see any warnings in Peter's documentation.

Does anyone have a suggestion? If not I just won't use the hyperref
package, but it is kind of nice.


if you use `short title´ with a shorter figure legend, would that  
help?


Wolfgang


Bob Lounsbury



Yes, I think if I could get a shortened caption in the lof then there  
would not be a hyperref problem. However, I'm not sure how to do this  
either.

Re: memoir with hyperref

2006-11-14 Thread Bob Lounsbury


On Nov 14, 2006, at 4:14 PM, Paul A. Rubin wrote:


Bob Lounsbury wrote:

Hello,
I'm using the memoir class for my thesis under 1.4.3 and I thought  
it might be nice to use the hyperref package to create a few  
links. I know there are some known issues with memoir and  
hyperref, but generally these are discussed in the memoir  
documentation by Peter Wilson.
However, when I add the hyperref package, any caption longer than  
one line extends beyond the page as you can see in the attached  
pdf. I don't see any warnings in Peter's documentation.
Does anyone have a suggestion? If not I just won't use the  
hyperref package, but it is kind of nice.

Bob Lounsbury


Does setting the option breaklinks=true in the hyperref package help?

/Paul



Could you tell me how to set that option and I'll give it a try? I  
don't have the hyperref documentation at hand and it would take me  
much longer to download it and figure out how to set the  
breaklinks=true option than if you know how to do it.


Bob


Re: memoir with hyperref

2006-11-15 Thread Bob Lounsbury


On Nov 15, 2006, at 12:39 AM, Wolfgang Engelmann wrote:


Am Dienstag, 14. November 2006 17:54 schrieb Bob Lounsbury:

On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:

Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I  
thought it

might be nice to use the hyperref package to create a few links. I
know there are some known issues with memoir and hyperref, but
generally these are discussed in the memoir documentation by Peter
Wilson.

However, when I add the hyperref package, any caption longer  
than one

line extends beyond the page as you can see in the attached pdf. I
don't see any warnings in Peter's documentation.

Does anyone have a suggestion? If not I just won't use the hyperref
package, but it is kind of nice.


if you use `short title´ with a shorter figure legend, would that
help?

Wolfgang


Bob Lounsbury


Yes, I think if I could get a shortened caption in the lof then there
would not be a hyperref problem. However, I'm not sure how to do this
either.


go behind Figure#: [mark] in your float and enter short title  
from Insert
(note that it is greyed out if you are either not in the float  
environment or
if their is already a short title). Enter your short title in the  
red framed

box which turns up. (Lyx 1.4.2)
Wolfgang


This is definitely one solution. It works! Thank you!

Re: memoir with hyperref

2006-11-15 Thread Bob Lounsbury


On Nov 15, 2006, at 10:10 AM, Paul A. Rubin wrote:


Bob Lounsbury wrote:

Could you tell me how to set that option and I'll give it a try? I  
don't have the hyperref documentation at hand and it would take me  
much longer to download it and figure out how to set the  
breaklinks=true option than if you know how to do it.


Not if you take into account the infrequency with which I check  
mail -- unless you have a *really* slow connection.  :-)


Try adding \hypersetup{breaklinks=true} to the preamble.  (My  
memory is a bit fuzzy, but I think that's the route.)


/Paul



Ok, ok (twist my arm) I'll go look at the hyperref documentation. I  
tried your suggestion and it works ... except that it breaks the link  
to the figure which kind of defeats the purpose of using hyperref.  
I'll check the documentation. Thanks for the suggestion.


Also, oddly enough there isn't a problem with hyperref and memoir  
under LyX 1.3.7. Maybe this is a 1.4.3 bug.


Bob


pdf images to large-pdflatex

2006-11-27 Thread Bob Lounsbury

Hello,

Using pdflatex under 1.3.7 and 1.4.3 on a Mac and 1.3.7 on XP, a jpeg  
picture is displayed much larger than using ps2pdf, dvipdfm, or dvi  
converters under the LyX-View dialog. Any ideas? I wouldn't mind  
using a different converter, but on my five year old iBook pdflatex  
has the fastest conversion (by about 1min or more) to a pdf document.  
Everything is installed under Fink, and the pdflatex conversion  
command under ~Preferences-Converters-Latex to PDF is 'pdflatex $ 
$i'. Thanks.


Bob Lounsbury


Re: pdf images to large-pdflatex

2006-11-27 Thread Bob Lounsbury


On Nov 27, 2006, at 5:00 PM, Paul A. Rubin wrote:


Bob Lounsbury wrote:

Hello,
Using pdflatex under 1.3.7 and 1.4.3 on a Mac and 1.3.7 on XP, a  
jpeg picture is displayed much larger than using ps2pdf, dvipdfm,  
or dvi converters under the LyX-View dialog. Any ideas? I  
wouldn't mind using a different converter, but on my five year old  
iBook pdflatex has the fastest conversion (by about 1min or more)  
to a pdf document. Everything is installed under Fink, and the  
pdflatex conversion command under ~Preferences-Converters-Latex  
to PDF is 'pdflatex $$i'. Thanks.

Bob Lounsbury


How are you scaling the image?  I get consistent results across  
View-DVI, View-PDF (pdflatex) and View-PDF (ps2pdf) if I scale  
based on absolute units or text%; adventures occur if I scale using  
scale%. (Curiously, I don't get any image output if I use View-PDF  
(dvipdfm) or export to PDF (dvipdfm) -- no JPG, no PNG, not even  
EPS.  Just appropriately sized blank spaces in the file.)


/Paul




Sure enough, I was using scale% and text% gives consistent results.  
Thanks.


I also don't get any image output with View-PDF (dvipdfm), another  
reason why I wanted pdflatex to work.


Thanks again.

Bob Lounsbury


Re: +/- symbol

2006-11-28 Thread Bob Lounsbury


On Nov 28, 2006, at 6:49 PM, Myriam Abramson wrote:



Hi,

How can I have the +/- symbol where the + is on top of the - symbol,
reading plus or minus. For example, a standard deviation would have
this sign. Tex code is fine.

TIA. Hope that's clear.

   myriam




Type \pm then hit the space key in math mode or you'll find it in  
the math panel under Operators or you could use TeX code by  
inserting $\pm$ in an ERT box.


Bob Lounsbury


Re: Howto use default pdf preview in MacOS

2006-11-28 Thread Bob Lounsbury


On Nov 28, 2006, at 7:59 PM, Luqman H wrote:


hi,

i'm using lyx 1.43 on MacOS intel
when trying to preview PDF, it showing using Safari (Mac OS browser)
instead of Preview, the default pdf preview in MacOS X

i've try to change pdfviewer from auto to
/Applications/Preview.app/Contents/MacOS/Preview
but it just not opening the pdf.

Luqe.



This may be a bit vague, but what you need to do is find the pdf file  
'right click' select 'Get Info' and under the 'Open with' dialog  
select the program of your choice and then hit the 'Change All'  
button to apply it to all similar pdf files.


Bob Lounsbury


Re: A satisfied customer

2006-12-13 Thread Bob Lounsbury


On Dec 13, 2006, at 10:30 AM, Danny Holstein wrote:


To all LyX developers;

I want everyone to know how thankful I am of the effort you've all  
put into LyX.  I know (first hand, actually) that when you put  
something out in the Open World, very few users will acknowledge  
their indebtedness to the efforts, and great ideas of the  
contributors.


I, personnally, use LyX to generate LaTeX templates for pre- 
formatted reports on RF devices, where all the electrical  
parameters are tabulated and plotted in a beautiful report with  
great headers and footers, which also include the company graphic.   
I use LyX to get the format I want, then embed the TeX into my  
code, process it through LaTeX, and voila, a PDF.  I can't even  
contemplate using the alternative (Word ActiveX, give me a  
break!).  LyX has also served as the greatest resource in learning  
TeX, I do what I want in LyX, and examine the TeX output.


Thanks, guys,

   ...Dan



Ditto, to that!!

I'm using LyX to write my thesis, and the thought of using the  
alternatives gives me nightmares.


After a short learning curve of the program I am up and running and  
will save countless hours of not having to worry about the formatting  
of my thesis, and in the end I will have a professional looking  
document.


Thank you all very much!!!

Bob Lounsbury

Re: LyX Graphics Distorted

2006-12-14 Thread Bob Lounsbury


On Dec 13, 2006, at 9:04 PM, Fuad Tabba wrote:


Hi,

I'm using Lyx 1.4.3-4 for Windows. Anyway, when I insert add a  
graphic (bmp
to be specific) it looks fine under the editor itself, however, all  
the
outputs (dvi and pfd) the graphics are resized and distorted. I  
haven't
changed any of the values from the default (scaling is at 100%).  
What am I

missing?

Cheers,
/Fuad



I had a similar problem, where the picture size was different  
depending on what pdf conversion method I chose.


Anyway, the problem was with the default Scale% option. If I  
changed it to anything else like text% or Col% there were no more  
variations in the pdf or dvi output of the graphic.


Bob Lounsbury 


Re: LyX/Mac-1.5 alpha available for download

2006-12-31 Thread Bob Lounsbury


On Dec 22, 2006, at 10:46 PM, Timothy Reaves wrote:


Chris Dole wrote:
I am unable to compile from the source code since I do not have  
enough hard drive space for  qt-lib and xcode.

Thanks,
Chris Dole
On Dec 21, 2006, at 4:31 AM, Georg Baum wrote:

Am Mittwoch, 20. Dezember 2006 19:18 schrieb Chris Dole:
Is there a way to (or someone who can) compile it for PPCs?  I  
am sure
that Stefano and I are not the only one's who would love to test  
the

1.5 release.


Get the sources from SVN as described here:
http://www.lyx.org/devel/cvs.php. Then follow the instructions in  
the file

INSTALL.MacOSX to compile LyX.


Georg

	I can make the PPC version available if there is interest; I  
update from svn daily  recompile.




I am definitely interested.

Bob Lounsbury
[EMAIL PROTECTED]
--
Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
--
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice




Re: Lyx and IEEE format

2007-01-05 Thread Bob Lounsbury


On Jan 5, 2007, at 4:35 AM, Valter Filipe Silva wrote:


Hello,


I try to use lyx to write a paper in the IEEE format. However the  
authour of the paper do not apper in the final pdf. I try to use a  
plain tex editor (winedt) and it fine. I'm using Lyx 1.4.3 under  
windows XP.


I cannot send one sample attached :-(
Please find it at:
http://www.indin2007.org/Templates/indin07_A4_latex.zip.php

Thanks in advance
best regards


Valter





--
-
Valter Filipe Silva
[EMAIL PROTECTED]

Departamento de Electrónica e Telecomunicações
Escola Superior de Tecnologia e Gestão de Águeda
Universidade de Aveiro
3810-193 Aveiro



Unfortunately I don't know what the problem is. I'll leave that to  
the LyX experts, but just wanted to let you know that it works under  
LyX 1.3.7. I saw the same behavior under LyX 1.4.3. Mac edition.


Bob Lounsbury
[EMAIL PROTECTED]
--
Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
--
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice




Re: lyx 1.4.3 has trouble using local document class (cls) and layout: works in 1.3.7

2007-01-10 Thread Bob Lounsbury


On Jan 9, 2007, at 5:26 PM, C Sights wrote:


	Can anybody else test this on their distribution?  I want to check  
whether

this is a Debian problem or a Lyx problem.

Thanks!
C.


Same issue here on mac. Works fine under 1.3.7, but not 1.4.3.

Bob Lounsbury
[EMAIL PROTECTED]
--
Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
--
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice




Re: How do I suppress date from body of document class letter?

2007-01-12 Thread Bob Lounsbury


On Jan 12, 2007, at 8:11 AM, Joe(theWordy)Philbrook wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

How do I suppress date from body of document class letter?

That is the one that appears in the output just below the from  
address.

the page style is set to fancy, I'm using:

\rhead{\today}

which is showing up on page one due to the ERT:

\thispagestyle{fancy}

which I want to keep because I'm also using:

\cfoot{( Page \thepage{} of \pageref{LastPage} )}

Which I want on ALL printed pages. But to have today's date appear in
both places on page one looks kinda redundant. sigh

Alternatively if there is a way to suppress the header from page one
while keeping the footer, that would be just about as good...

Also for THIS document I happen to be pleased with the underline that
appears below the entire header. But it isn't always desirable. So
I'd like to know how to get rid of it???


   #
   ##_if_you'd_prefer_an_clearsigned_.asc_text_file_of_this_##
   ##message_as_an_mime_encoded_attachment,just_ask_me_while__##
   ##it's_STILL_IN_my_outbox_folder_._._._=+=+=+=+=+=+=+=+;-)_##
   #gpg sig for: Joe (theWordy) Philbrook DSA key ID 0x6C2163DE#
   # You can find my public gpg key at http://pgpkeys.mit.edu/ #
   #
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFFpyfHRZ/61mwhY94RAsr8AJ9/8f1JqhoWgpEg/HUw9vl3X7rpLgCfSaft
Nw/pSkcPbYLMXs0UqLKqOEc=
=92Ka
-END PGP SIGNATURE-
--
|  ?   ?
|   
|-=-   -=-   I'm NOT clueless...
|?   ?  But I just don't know.  
|^  Joe (theWordy) Philbrook
|   ---  J(tWdy)P
| [EMAIL PROTECTED]
|  ?   ?




I don't know about the date issue, but to eliminate the header line  
see Section 3.6 of the Extended Features help manual. This is  
available under the Help menu of LyX.


Bob Lounsbury
[EMAIL PROTECTED]
--
Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
--
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice




appendix package

2007-01-16 Thread Bob Lounsbury

Hello,

Has anyone used the appendix package so that the table of contents  
looks like ...


'Appendix A Title'

instead of ...

'A Title'?

I've tried all kinds of different ways reading through the appendix  
package documentation with no success. There is an option 'titletoc'  
for the appendices environment listed in the documentation that is  
supposed to do exactly what I would like, but I must not be using it  
correctly.


What I did was start a new document, standard 'book' class. Inserted  
a toc, chapter, start appendix here command, then an appendix  
chapter. I then inserted '\usepackage[titletoc]{appendix}' into the  
preamble. Didn't work. I also tried the standard 'article' class and  
various other commands listed in the appendix package documentation  
to no avail.


Thanks,
Bob Lounsbury
[EMAIL PROTECTED]
--
Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
--
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice




Re: Bullets menu on LyX/Mac

2007-01-18 Thread Bob Lounsbury


On Jan 18, 2007, at 8:12 AM, Stephen Buonopane wrote:


I just noticed that the menu for changing bullet types
Documents Settings Bullets
has the bullet icons inverted with white characters on a black  
background which makes it very difficult to see.

Can anyone else confirm this?
I am using LyX 1.4.2 on Mac OS X 10.4.8

steve


Same for me under LyX 1.4.3 on Mac OS X 10.4.8. However, under LyX  
1.3.7 it is a grey background with black bullet characters which is  
much nicer.


Bob Lounsbury
[EMAIL PROTECTED]
--
Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
--
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice




Re[3]: Bullets menu on LyX/Mac

2007-01-18 Thread Bob Lounsbury


On Jan 18, 2007, at 10:05 AM, Alan G Isaac wrote:


On Thu, 18 Jan 2007, Bob Lounsbury apparently wrote:

LyX 1.4.3 on Mac OS X 10.4.8


Can you properly zoom the screen math fonts with this setup?
If so, did you have to do anything special to achieve that?

Thank you,
Alan Isaac


What do mean by 'properly zoom the screen math fonts'?




Re[5]: Bullets menu on LyX/Mac

2007-01-18 Thread Bob Lounsbury


On Jan 18, 2007, at 10:16 AM, Alan G Isaac wrote:


On Thu, 18 Jan 2007, Bob Lounsbury apparently wrote:


What do mean by 'properly zoom the screen math fonts'?


I'm away from my computer but I think it was
Preferences-Look and Feel-Screen Fonts-Zoom
I'm trying to use Lyx in the classroom, so I need
the Zoom to be at least 200%.  When I change the
default to 200%, however, everything in a math
environment stays small.  (The rest of the text
is appropriately resized.)

Cheers,
Alan Isaac


Yes, same problem here. Math fonts are not resized with the Zoom  
function under 1.3.7 or 1.4.3.


Bob


Re: Bullets menu on LyX/Mac

2007-01-19 Thread Bob Lounsbury


On Jan 19, 2007, at 2:41 AM, Jean-Marc Lasgouttes wrote:


Bob == Bob Lounsbury [EMAIL PROTECTED] writes:


Bob Yes, same problem here. Math fonts are not resized with the Zoom
Bob function under 1.3.7 or 1.4.3.

Is it about the math fonts when editing, or the preview when not
editing?

JMarc


It is the preview when not editing.

It isn't an issue for me personally. It was Alan Isaac who first  
posted the question and I just confirmed the same behavior since I'm  
using LyX on a mac.


Alan is using LyX as a teaching tool so he wanted to zoom his screen  
for easier viewing, but when this is done, on mac at least, only the  
text size is increased not the math preview size.


Bob


Re: Kill off a heading like a date etc.

2007-01-19 Thread Bob Lounsbury


On Jan 19, 2007, at 6:45 PM, John Kane wrote:


I am just learning to use LyX.  There are a couple for
useful doc classes but they tend to insert a date or
something similar when I don't need it.  article(APA)
is an example.  I would like to use it but kill off
the Author and Date.

I know I have seen something like this mentioned in
the list but I don't remember how to do it.  Do I need
to add something to the preamble or add a TeX element
in the body of the document?

Thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Insert \date{} into the preamble to eliminate the date. I'm not aware  
of a class that automatically inserts the author, just don't insert  
an author environment.


Bob Lounsbury
[EMAIL PROTECTED]
--
Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
--
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice




Re: Font changes

2007-01-23 Thread Bob Lounsbury


On Jan 23, 2007, at 8:29 AM, Julio Rojas wrote:


Even better:
\setkomafont{sectioning}{\rmfamily}

This way, all of the sectioning titles inherit the roman font. Thanks
for all your help!!!


Even easier is to use:

\addtokomafont{sectioning}{\rmfamily}

doing this only changes the font style, but keeps all other standard  
formatting of the sections such as size and bold.


Bob Lounsbury
[EMAIL PROTECTED]
--
Please, if possible, don't send me MS Word or Powerpoint attachments.
Send plain text, rich text format, html, or pdf instead.
Why? See: http://www.gnu.org/philosophy/no-word-attachments.html
--
As an alternative to MS Word or Powerpoint.
LyX, OpenOffice




Re: Using ACM and APA styles in LyX?

2007-01-29 Thread Bob Lounsbury

I installed the texlive-publishers package recently on ubuntu-edgy and after
a ToolsReconfigure, LyX recognized both APA and ACM.

Bob Lounsbury

On 1/29/07, Richard Heck [EMAIL PROTECTED] wrote:



LyX does have an APA layout, so you should be able to use it. Check to
make sure you do have the APA document class installed and that LaTeX
can see it (run texhash as root) and then reconfigure LyX (Tools 
Reconfigure). You can use Tools  Tex Info to check what LyX thinks is
there.

I don't see an ACM layout. Anybody got one? It's unlikely it'd be hard
to create one if not.

As for references, natbib isn't a bibliography style but something more
general. You can use apalike with it, to be sure. You can also use
apacite by itself (and the apa.layout file seems to load apacite.sty,
which you'd also want). Just choose default for your citation style
and then, when you put the bibliography in its place (Insert  List
Bibliography), choose apacite as your style. Of course, you'll need
to make sure that's installed, too.

Richard

B. Bogart wrote:

 Hello all,

 I'm new to tex/latex/lyx but need to write papers in ACM and APA
 formats. I see that the package texlive-publishers includes APA and ACM
 document classes, and I have the package installed, but lyx does not see
 those templates.

 How can I use lyx to write APA and ACM papers? I also need my citations
 and bibliographies to be in the proper APA format, but lyx seems to only
 give three types citation styles? (default,natbib,jurabib)

 FYI I'm using the ubuntu edgy packages of lyx/tex

 Thanks all.

 B. Bogart





--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://bobjweil.com/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto




Re: Using ACM and APA styles in LyX?

2007-01-29 Thread Bob Lounsbury

Sorry, I lied. I don't have ACM. Just APA.

On 1/29/07, Bob Lounsbury [EMAIL PROTECTED] wrote:


I installed the texlive-publishers package recently on ubuntu-edgy and
after a ToolsReconfigure, LyX recognized both APA and ACM.

Bob Lounsbury

On 1/29/07, Richard Heck  [EMAIL PROTECTED] wrote:


 LyX does have an APA layout, so you should be able to use it. Check to
 make sure you do have the APA document class installed and that LaTeX
 can see it (run texhash as root) and then reconfigure LyX (Tools 
 Reconfigure). You can use Tools  Tex Info to check what LyX thinks is
 there.

 I don't see an ACM layout. Anybody got one? It's unlikely it'd be hard
 to create one if not.

 As for references, natbib isn't a bibliography style but something more
 general. You can use apalike with it, to be sure. You can also use
 apacite by itself (and the apa.layout file seems to load apacite.sty,
 which you'd also want). Just choose default for your citation style
 and then, when you put the bibliography in its place (Insert  List
 Bibliography), choose apacite as your style. Of course, you'll need
 to make sure that's installed, too.

 Richard

 B. Bogart wrote:
 
  Hello all,
 
  I'm new to tex/latex/lyx but need to write papers in ACM and APA
  formats. I see that the package texlive-publishers includes APA and
 ACM
  document classes, and I have the package installed, but lyx does not
 see
  those templates.
 
  How can I use lyx to write APA and ACM papers? I also need my
 citations
  and bibliographies to be in the proper APA format, but lyx seems to
 only
  give three types citation styles? (default,natbib,jurabib)
 
  FYI I'm using the ubuntu edgy packages of lyx/tex
 
  Thanks all.
 
  B. Bogart
 
 
 


 --
 ==
 Richard G Heck, Jr
 Professor of Philosophy
 Brown University
 http://bobjweil.com/heck/
 ==
 Get my public key from http://sks.keyserver.penguin.de
 Hash: 0x1DE91F1E66FFBDEC
 Learn how to sign your email using Thunderbird and GnuPG at:
 http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto





texlive math problems

2007-01-29 Thread Bob Lounsbury

Hello,

Are there any known issues with math characters and texlive?

Under texlive and LyX 1.4.3 I opened a couple of chapters of my thesis and
some math characters were displayed incorrectly. For instance, rho was
displayed as 'ae' not a squirly 'p'. Because of this I uninstalled texlive
and installed tetex. Now everything is displayed correctly. So I'm assuming
there is a package that needs to be installed under texlive, but I'm not
sure what it would be since no errors were detected under LyX the characters
were just displayed incorrectly in LyX and corresponding pdf's. I tried
eliminating everything in my preamble and setting everything to default and
it still appeared. Then I tried with new documents and everything would be
fine for awhile and then all of a sudden the characters would not be
correct. I just couldn't pick up on any consistent behavior, it was very
erratic. So I gave up and installed tetex.

I don't really expect a resolution since I've already uninstalled texlive
and tetex seems to work perfectly fine for me.

I just wanted to see if anyone knew of any issues under ubuntu-edgy and LyX
1.4.3 with texlive.

Thanks,
Bob Lounsbury


different headers

2007-02-01 Thread Bob Lounsbury

Hello,

Is there a way to have a different custom heading on the first and
subsequent pages? What I need is a specific left header on the first page
and then a different specific left header on all the subsequent pages.

Thanks,
Bob Lounsbury


Re: different headers

2007-02-02 Thread Bob Lounsbury

On 2/2/07, Andreas K. [EMAIL PROTECTED] wrote:


Bob Lounsbury [EMAIL PROTECTED] writes:


 Hello,

 Is there a way to have a different custom heading on the first and
 subsequent pages? What I need is a specific left header on the first
page
 and then a different specific left header on all the subsequent pages.

 Thanks,
 Bob Lounsbury


Hi,

Try the fancyhdr package: http://www.tug.org/tex-
archive/help/Catalogue/entries/fancyhdr.html

Regards,
Andreas




I've used the fancyhdr package many times, but didn't realize that you could
redefine the default pagestyles like plain, empty. I should have read the
documentation before posting. I guess I got lazy:-). Thanks for the tip.

Bob


fancyhdr font size

2007-02-02 Thread Bob Lounsbury

Is there any way to control this?

I've put '\lhead{\small{foo}}' into the preamble, but I would like the
header font to be smaller. So, is there a command lower than '\small'? I've
tried '\smaller' but LyX doesn't like that. Or another way to accomplish
this.

Thanks,
Bob Lounsbury


Re: fancyhdr font size

2007-02-03 Thread Bob Lounsbury

On 2/3/07, Susanne Gütter [EMAIL PROTECTED] wrote:


Am Freitag, 2. Februar 2007 22:03 schrieb Bob Lounsbury:
 Is there any way to control this?

 I've put '\lhead{\small{foo}}' into the preamble, but I would like the
 header font to be smaller. So, is there a command lower than '\small'?
I've
 tried '\smaller' but LyX doesn't like that. Or another way to accomplish
 this.

 Thanks,
 Bob Lounsbury

Hi,

\tiny is smaller than small ;-)

Susanne



Wow, that is definitely smaller than small! I assume there is nothing
in-between \small and \tiny? Thanks for the tip.

Bob


Re: fancyhdr font size

2007-02-03 Thread Bob Lounsbury

On 2/3/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote:


Bob Lounsbury wrote:
 Wow, that is definitely smaller than small! I assume there is nothing
 in-between \small and \tiny? Thanks for the tip.

\footnotesize

Cf.
http://www.giss.nasa.gov/tools/latex/ltx-178.html

Jürgen



Thank you for that! I knew of the sizing above \normalsize, but not below.
The \scriptsize is exactly what I was looking for.

Thanks again,
Bob


Re: fancyhdr font size

2007-02-07 Thread Bob Lounsbury

On 2/7/07, Helge Hafting [EMAIL PROTECTED] wrote:


Bob Lounsbury wrote:
 On 2/3/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote:

 Bob Lounsbury wrote:
  Wow, that is definitely smaller than small! I assume there is nothing
  in-between \small and \tiny? Thanks for the tip.

 \footnotesize

 Cf.
 http://www.giss.nasa.gov/tools/latex/ltx-178.html

 Jürgen


 Thank you for that! I knew of the sizing above \normalsize, but not
 below.
 The \scriptsize is exactly what I was looking for.
Note that LyX already support lots of font sizes, so an easy way to
find them all is:
1. Make a test document.  Edit text styles, use every size there is.
 Now you can see the different sizew with a test print or view-PDF.
2. Export to latex, that way you find the sizing commands too.

This approach works for many other tex adjustments as well.
Note that the userguide already has examples of all font sizes,
you could simply paste that into your test document. (Wading through
a latex export for the entire userguide could take some time. :-)

Helge Hafting



Great tip! Didn't think of exporting to latex. Thanks.

Bob


mac png to eps help please

2007-02-08 Thread Bob Lounsbury

Hello,

Recently I upgraded hard drives and after discussion on the list that
texlive is the way to go, I decided to install texlive rather that tetex via
Fink.

However, now when I try ps2pdf I get an error that there is no converter for
png to eps, but the document compiles just fine with pdflatex.

I've installed texlive via mactex with ghostscript and imagemagick via
i-installer. I've added /usr/texbin to the lyx path and I've run texhash and
reconfigured LyX multiple times.

I'm running LyX 1.4.3 on mac 10.4.8.

What do I need to do to get this to work?

Thanks,
Bob Lounsbury


Re: Error message: Error opening PDF file with new lyx-144-1.exe

2007-02-15 Thread Bob Lounsbury
On 2/15/07 5:10 PM, Marius Disler [EMAIL PROTECTED] wrote:

 Thanks for the new version!
 
 But I have some problems with the new LyX for Windows. I wanted to
 create a pdf with pdflatex and the result was an error window:
 
 PDF viewer: Error opening PDF file
 
 The other options ps2pdf, dvipdfm don't work either, but simple ps-files
 or DVI's are possible. I tried to convert pdf's from several .lyx-files,
 but even files with one letter don't work. Before I have used
 lyx-143-5.exe and it has worked fine. I use Windows XP.
 
 Thanks for any help on this issue!


I also recently installed 1.4.4 on XP and I had to change the PDF(ps2pdf),
PDF(pdflatex), and PDF(dvipdfm) file formats to 'PDFViewWin8.cmd' because I
am using adobe reader 8 rather than 7. The file formats are under
Tools-Preference-File formats. Don't know if that is the problem.

Bob




Re: Math fonts problem when upgrading to 1.4.4

2007-02-16 Thread Bob Lounsbury
On 2/16/07 5:41 AM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 mel b schrieb:
 
 examples include:
 \urcorner displays as q
 \forall displays 8
 \in displays as 2
 
 They all work here on two different machines. Do you have 8 .ttf-files in
 LyX's installation
 subfolder ~\Resources\fonts ?
 
 If not you have a broken installation. Have you perhaps also LyX 1.4.3
 installed that has these
 files? If yes, does it help when copying them to LyX 1.4.4? Don't forget to
 reconfigure ater any
 change in this field.
 
 regards Uwe

I also have a math font problem with 1.4.4 on XP. I installed yesterday with
LyXWinInstaller. I have all 8 of the .ttf-files in ~\Resources\fonts. I've
run texhash and reconfigured and restarted the computer. However, the math
fonts do not show in Instant Preview and are incorrect in pdf output. When
acrobat reader 8 starts it says 'The font 'RMTMI' contains a bad /BBox.'.
Any ideas?

Cheers,
Bob




Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-16 Thread Bob Lounsbury
On 2/16/07 1:33 PM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Peter Websdell schrieb:
 
 When I add a bibtex bibliography to my document i get a error window:
 the script '/lyx/resources/scripts/texfiles.py' failed
 
 This pops up four or five times, only then can i add my bibtex. The same
 thing happens when i
 click on the bibtex item within the document.
 
 Couldn't reproduce. How did you installed LyX 1.4.4? Are you using an
 installed Python 2.5? Do you
 have LyX 1.4.3 installed?
 
 regards Uwe

I can reproduce here on XP, same problem. I installed LyX 1.4.4 fresh (no
other exiting LyX installation) yesterday with the LyXWinInstaller.

Cheers,
Bob




Re: Math fonts problem when upgrading to 1.4.4

2007-02-16 Thread Bob Lounsbury
On 2/16/07 1:38 PM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Bob Lounsbury schrieb:
 
 I also have a math font problem with 1.4.4 on XP. I installed yesterday with
 LyXWinInstaller. I have all 8 of the .ttf-files in ~\Resources\fonts. I've
 run texhash and reconfigured and restarted the computer. However, the math
 fonts do not show in Instant Preview and are incorrect in pdf output. When
 acrobat reader 8 starts it says 'The font 'RMTMI' contains a bad /BBox.'.
 Any ideas?
 
 The only thing you can then do is to reinstall the math fonts you find in
 ~\Resources\fonts manually
 via Windows.
 
 Have you uninstalled LyX 1.4.3 before you installed LyX 1.4.4? Have you
 installed LyX 1.4.3 using
 LyXWinInstaller or did you use the installer named LyX 1.4.3-5 for LyX
 1.4.3?
 
 regards Uwe 

Yes, I uninstalled LyX and all accompanying programs before installing
1.4.4.

I'll try reinstalling math fonts. Thanks.

Regards,
Bob




Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Bob Lounsbury
On 2/18/07 2:42 PM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Bob Lounsbury schrieb:
 
 I can reproduce here on XP, same problem. I installed LyX 1.4.4 fresh (no
 other exiting LyX installation) yesterday with the LyXWinInstaller.
 
 Does the path to your:bib and/or your .bst file have spaces?
 
 regards Uwe

No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
USB drive.

Bob




mathtime font problems

2007-02-20 Thread Bob Lounsbury
Hi,

I just installed 1.4.4 using the LyXWinInstaller from 2-11. The bibtex
problems went away. Thank you.

I just figured out my math font display problems, but I don't know how to
solve them.

I had the mathtime package loaded in the preamble of one of my documents and
this messes up the math fonts. I verified the package is installed under
MikTeX. Is there something else I need to have installed to use this
package?

Cheers,
Bob




Re: mathtime font problems

2007-02-20 Thread Bob Lounsbury
On 2/20/07 3:52 PM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Bob Lounsbury schrieb:
 
 I just figured out my math font display problems, but I don't know how to
 solve them.
 
 I had the mathtime package loaded in the preamble of one of my documents and
 this messes up the math fonts. I verified the package is installed under
 MikTeX. Is there something else I need to have installed to use this
 package?
 
 What exactly goes wrong? Do you see an alpha when you insert the command
 \alpha in math? If no, try
 to reinstall the math fonts you find in LyX's installation subfolder
 \Resources\fonts
 
 If this helps, have you installed e.g. LyX 1.4.3 using the official installer
 before you installed
 LyX 1.4.4?
 
 regards Uwe

If I insert \alpha in math it comes up blank in instant preview and in pdf
output. If I insert an equals sign it shows up blank in instant preview and
a bold capital D in pdf output. See the attached image, it should look like:

V=IR
V=I*R

I just reinstalled all the math fonts from the bakoma package on the LyX
site. I reconfigured, restarted the computer, ran MikTeX update twice,
reconfigured, and the problem still exists.

This is only if I try to use the mathtime package. Otherwise everything
seems to be working fine.

Bob



New Picture.bmp
Description: Binary data


1.5.0 for mac

2007-03-08 Thread Bob Lounsbury
Hello,

Are there any plans to create a 1.5.0beta version for mac ppc? I installed
the windows version and I love it!! So I would love to have a 1.5.0beta
version running on my iBook.

I was going to check the website and wiki but couldn't access them. Seems
the server is down.

Cheers,
Bob Lounsbury




latex2rtf error w/1.5.0

2007-03-09 Thread Bob Lounsbury
Hello,

Doing a File-Export-Rich Text Format with 1.5.0svn under Mac OSX 1.4.8 I
get the following error:

An error occurred whilst running latex2rtf 'Thesis.tex'

This seems to be caused by one chapter of my thesis, but I just don't know
what would cause the error in that chapter.

Since the server is down, I guess my question is; What is the command I need
to enter into the Terminal to see what the error may be?

Thanks,
Bob Lounsbury





Re: latex2rtf error w/1.5.0

2007-03-09 Thread Bob Lounsbury
Ok, I ran latex2rtf manually and obtain the error:

Error! Nesting problem.  latex2rtf bug, if file TeXs properly

I'm assuming since I have no problem creating pdf's that the file TeXs
properly and I have a latex2rtf bug.

Any ideas?

Thanks,
Bob


On 3/9/07 10:00 AM, Richard Heck [EMAIL PROTECTED] wrote:

 
 Export to TeX and then run latex2rtf manually.
 
 rh
 
 Bob Lounsbury wrote:
 Hello,
 
 Doing a File-Export-Rich Text Format with 1.5.0svn under Mac OSX 1.4.8 I
 get the following error:
 
 An error occurred whilst running latex2rtf 'Thesis.tex'
 
 This seems to be caused by one chapter of my thesis, but I just don't know
 what would cause the error in that chapter.
 
 Since the server is down, I guess my question is; What is the command I need
 to enter into the Terminal to see what the error may be?
 
 Thanks,
 Bob Lounsbury
 
 
 
   
 




Re: Authors in TOC, etc.

2007-03-14 Thread Bob Lounsbury
On 3/14/07 12:59 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm working on an anthology [this book will actually be printed],
 and as such there are almost as many authors as chapters.
 
 1.  How do I get the individual author's names to display in the TOC?
 
 2.  How do I get the chapter name to display in the even side
 headers?
 
 2a.  How do I get the author's name to display in the odd side
 headers?
 
 I've been trying out both the Koma-script and Memoir packages,
 and neither will get me 100% of the way there [yet].
 
 The default pagestyle in Koma is OK, but I find the chapter
 number in the header and the page number in the footer to be
 confusing to the reader.
 
 I've searched through the archives and the TeXnik pages, but
 really can't get a handle on this.
 
 --
 Jim Smith

Do a google search for koma-script or memoir documentation and you should
find their corresponding over 200 page guides on what and how everything can
be modified. There are detailed instructions on how to modify the headers
and footers for these document classes (hence their popularity).

Bob Lounsbury




Re: 1.5.0beta1 in Debian

2007-03-21 Thread Bob Lounsbury

On 3/20/07, killermike [EMAIL PROTECTED] wrote:


On Wednesday 21 March 2007 03:43, Paul Tremblay wrote:
 On Tue, 20 Mar 2007 19:54:30 +0100

 Per Olofsson [EMAIL PROTECTED] wrote:
  Hi Debian LyX users,
 
  Just thought I'd led you know that we have uploaded LyX 1.5.0beta1 to
  Debian's experimental distribution, if you want to try it out.

 Will this work for Ubuntu, which essentially is modified debian? And is
 there a way to install it so it doesn't overwrite the stable version?

I have 1.50beta1 alongside 1.4.4 on Kubuntu 6.06LTS. I don't regard myself
as
a Linux expert but let me know if I can be any help if you're having
difficulty compiling from source.



Could you give a quick install instruction set from a .tar.gz. I'm using
Ubuntu and I've never compiled from source. I've read through the install
instructions and I think I have everything needed for the install, but I'm
not sure what the next steps are.

Thanks,
Bob


Ubuntu compile error

2007-03-21 Thread Bob Lounsbury

Hi,

I'm trying to do a ./configure of LyX 1.5.0beta1 and I get the error
message:

checking size of wchar_t... configure: error: cannot compute sizeof
(wchar_t), 77

I'm new to this source installation game and I have no idea what this means.

Any suggestions.

Thanks,
Bob

Here is the start of the config.log error:

configure:6958: checking size of wchar_t
configure:7277: gcc -o conftest -g -O2 -Wextra -Wallconftest.cc  5
/tmp/ccgRmGPA.o:(.eh_frame+0x11): undefined reference to
`__gxx_personality_v0'
collect2: ld returned 1 exit status
configure:7280: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME LyX
| #define PACKAGE_TARNAME lyx
| #define PACKAGE_VERSION 1.5.0beta1
| #define PACKAGE_STRING LyX 1.5.0beta1
| #define PACKAGE_BUGREPORT lyx-devel@lists.lyx.org
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE lyx
| #define HAVE_KPSEWHICH 1
| #define WORDS_BIGENDIAN 1
| #ifdef __cplusplus
| extern C void std::exit (int) throw (); using std::exit;
| #endif
| #define WITH_WARNINGS 1
| #define _GLIBCXX_CONCEPT_CHECKS 1
| #define HAVE_STD_COUNT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OSTREAM 1
| #define HAVE_ISTREAM 1
| #define HAVE_SSTREAM 1
| #define HAVE_LOCALE 1
| #define HAVE_LIMITS 1
| #define HAVE_IOS 1
| #define MODERN_STL_STREAMS 1
| #define ENABLE_ASSERTIONS 1
| #define AIKSAURUS_H_LOCATION
| /* end confdefs.h.  */
| #include stdio.h
| #if HAVE_SYS_TYPES_H
| # include sys/types.h
| #endif
| #if HAVE_SYS_STAT_H
| # include sys/stat.h
| #endif
| #if STDC_HEADERS
| # include stdlib.h
| # include stddef.h
| #else
| # if HAVE_STDLIB_H
| #  include stdlib.h
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS  HAVE_MEMORY_H
| #  include memory.h
| # endif
| # include string.h
| #endif
| #if HAVE_STRINGS_H
| # include strings.h
| #endif
| #if HAVE_INTTYPES_H
| # include inttypes.h
| #else
| # if HAVE_STDINT_H
| #  include stdint.h
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include unistd.h
| #endif
| long longval () { return (long) (sizeof (wchar_t)); }
| unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
| #include stdio.h
| #include stdlib.h
| int
| main ()
| {
|
|   FILE *f = fopen (conftest.val, w);
|   if (! f)
| exit (1);
|   if (((long) (sizeof (wchar_t)))  0)
| {
|   long i = longval ();
|   if (i != ((long) (sizeof (wchar_t
| exit (1);
|   fprintf (f, %ld\n, i);
| }
|   else
| {
|   unsigned long i = ulongval ();
|   if (i != ((long) (sizeof (wchar_t
| exit (1);
|   fprintf (f, %lu\n, i);
| }
|   exit (ferror (f) || fclose (f) != 0);
|
|   ;
|   return 0;
| }
configure:7295: error: cannot compute sizeof (wchar_t), 77
See `config.log' for more details.


Path prefix empty

2007-03-22 Thread Bob Lounsbury

Hi,

I just compiled 1.5.0beta on Ubuntu (first time I've compiled anything from
source -- very cool). However, my path prefix box was empty and so I had no
output to pdf. So, I put /usr/bin:/usr/local/bin in the path and setup
pdflatex $$i extra flag 'latex' and setup the viewer as evince for
pdflatex. Now that is working again.

So, my question is: Is there anything else I should put into the path
prefix? and is there something I can put into the viewer so that it just
opens the default pdf viewer (I tried 'open' and 'auto')?

Thanks,
Bob Lounsbury


Re: Koma-Script Book and continuous numbering

2007-03-23 Thread Bob Lounsbury
On 3/23/07 11:57 AM, Johannes Knaus [EMAIL PROTECTED] wrote:

 Hello,
 
 I don't know if the following is more a general LaTeX question rather
 then referring to Lyx, but anyhow I want to know how to solve it
 within Lyx:
 How do I manipulate the way Tables are enumerated when using Koma-
 Script Book?
 Specifically, I want to exclude the Chapter numbers in front of the
 normal numbers (e.g. not Table 2.10 but simply Table 10) and then use
 only one continuous numbering throughout the book.
 The same I want to achieve with my Example numbers (created by
 covington.sty), as they behave alike.
 
 Thanks for your help,
 
 Johannes
 


See the documentation here:

http://article.gmane.org/gmane.editors.lyx.general/16193/match=figure+number
ing

Putting this into the preamble will change the figure numbering if you want
table numbering also, then you probably just insert table where you see
figure.

\usepackage{remreset}



\makeatletter

[EMAIL PROTECTED]

[EMAIL PROTECTED]@figure}

\makeatother

Cheers,
Bob




RE: [SOLVED] appendix package not working?

2007-03-24 Thread Bob Lounsbury
 Hello,
 
 I'm trying to use the appendix package to change the default labeling from:
 
 A Section
 to
 Appendix A Section
 
 but I can't get anything to work. I don't get any error in compilation or
 anything it's just that nothing ever changes from my input. I've attached a
 very simple example that should be working according to the appendix package
 documentation.
 
 I'm using the default Article class under LyX1.5.0beta1.
 
 Does anyone have experience with this package or is there another way to
 accomplish this or am I just not using the package correctly?
 
 Thanks,
 Bob Lounsbury

 Ops, I forgot the attachment.

Ok, after more experimentation with the package I discovered that you need
to create an appendices environment then all of the package options are
correctly used. So, directly after the 'start appendix here' command you
need to insert ERT\begin{appendices} and after all of your appendix material
an ERT\end{appendices} just like an environment.

I've attached a minimal example that changes the appendix style from:

A Title
to
Appendix A Title

in both the document and the toc.

I think it would be nice to post this info on the wiki (although I've never
personally posted anything), since this is the second time I've asked this
question and not received a response. Or is this just not very important to
the majority of people (hence no need to post to the wiki)? I don't know. I
just think it is good info, since the documentation isn't necessary clear
about the use of the 'appendices environment' and someone very new to
LyX/LaTeX may not even know how to use an environment definition. Since the
majority of packages don't need this type of definition to use the
\usepackage[options]{package} command in the preamble.

Cheers,
Bob Lounsbury




app-test.lyx
Description: Binary data


Re: Table of Contents formatting

2007-04-02 Thread Bob Lounsbury
On 4/2/07 9:48 AM, John Hughes [EMAIL PROTECTED] wrote:

 By default, the highest level entries in the table of contents are set to
 bold, which matches the default heading font. However, if I change the
 default heading font to, for example, medium series small caps (using
 sectsty), how can I change the highest level entries in the table of
 contents to match?
 
 Thanks
 
 John
 
 _
 Solve the Conspiracy and win fantastic prizes.
 http://www.theconspiracygame.co.uk/
 

Check out the tocloft package to modify the toc, lof, or lot.

Regards,
Bob Lounsbury




Re: using natbib with sortcompress

2007-04-05 Thread Bob Lounsbury
Works here. As long as under Document-Settings-Bibliography you select
Natbib and I prefer Numerical and then under Document Class-Class
Settings-Options you enter sortcompress.

This changed by references from [1, 2, 3] to [1-3].

Regards,
Bob Lounsbury


On 4/4/07 9:04 PM, Michael Spiegel [EMAIL PROTECTED] wrote:

 Hello,
 
 I'm trying to follow this advice from the mailing-list (from 2005) on
 how to use the sortcompress option with NatBib.  I can't seem to get it
 to work.  Has the UI of Lyx changed since these instructions were
 posted? Should I use Document--Settings...--Document Class--Class
 Settings--Options? Because that doesn't work for me.
 
 --Michael
 
 On 04/11/05, Juergen Spitzmueller [EMAIL PROTECTED] wrote:
 
 Martin A. Hansen wrote:
 how do i supply the sortcompress option correctly?
 
 Enter it into Layout-Document-Extra Options. LaTeX will pass it through
 to
 natbib.
 
 Jürgen
 




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-10 Thread Bob Lounsbury
On 4/10/07 2:28 PM, Robert Neumann [EMAIL PROTECTED] wrote:

 Hello,
 I just installed lyx 144 sucessfully on a macbook core duo. Opening and
 working on a document with 40 pages was no problem (well scrolling up
 and down was a bit sluggish...)
 But when I opened a document with 290 pages and about 80 figures lyx
 hangs itself at the first attempt. At the second it opened the document
 but when I tried the pdf-preview I had to close Lyx after waiting for 3
 minutes with the fan running like a hair blower.
 Is this a known issue for the mac? I know that lyx is much slower on
 windows  than on linux but I thought with OS X beeing close to linux it
 would be as fast as with linux...
 regards
 robert 

I have LyX 1.4.4 on a 600Mhz iBook and I can open and view a pdf of a 25
page document with 11 figures in roughly 30 seconds.

So, something must be going on with your installation. Unfortunately, I
wouldn't have the first clue as to what the problem might be. I'll leave
that to the LyXperts on this mailing list.

Regards,
Bob Lounsbury




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-11 Thread Bob Lounsbury
On 4/11/07 7:31 AM, Bennett Helm [EMAIL PROTECTED] wrote:

 On Apr 10, 2007, at 4:28 PM, Robert Neumann wrote:
 
 Hello,
 I just installed lyx 144 sucessfully on a macbook core duo. Opening
 and
 working on a document with 40 pages was no problem (well scrolling up
 and down was a bit sluggish...)
 But when I opened a document with 290 pages and about 80 figures lyx
 hangs itself at the first attempt. At the second it opened the
 document
 but when I tried the pdf-preview I had to close Lyx after waiting
 for 3
 minutes with the fan running like a hair blower.
 Is this a known issue for the mac? I know that lyx is much slower on
 windows  than on linux but I thought with OS X beeing close to
 linux it
 would be as fast as with linux...
 regards
 robert
 
 There seem to be two issues you're describing. One is the hang when
 opening a large document. Since that occurred only once (as you
 describe it), it's hard to know what the cause is. (I regularly open
 a 240-page document [without any figures] on my macbook, and it takes
 2 seconds.) Part of the issue may stem from your having LyX display
 the graphics; doing this requires that LyX convert the graphics one-
 by-one to a format it is able to display, and this may take a while.
 
 The other issue -- taking a long time view a pdf of your document --
 is not an issue with LyX but rather with LaTeX: LyX hands off
 typesetting tasks to LaTeX, which then runs in the background. My 240-
 page document takes about 23 seconds to typeset (and that's with
 bibliography and index). Documents with graphics will naturally take
 longer, as the graphics may need to be converted into a proper format
 to produce the pdf. From what I can tell, typesetting in LaTeX on Mac
 is generally speedy.
 
 There are some issues with speed on Mac, but these have to do with
 screen redraws when typing or navigating. Most of these have been
 overcome, and you shouldn't notice them with a macbook. (I do notice
 them on a 466 MHz iBook, but even then I wouldn't say it's a real
 problem.)
 
 Bennett

Bennett,

You bring up a point I was planning to ask. I have also noticed a slowness
of screen redraws when typing or navigating on my 600Mhz iBook that was not
noticeable with LyX 1.3.7 but is noticeable with LyX 1.4.4. Specifically
when typing within figure floats and equations.

My question is: Is there a way to speed this up? i.e., turning off instant
preview, etc. or is it finally getting time to upgrade the old iBook.

Thanks,
Bob Lounsbury




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-11 Thread Bob Lounsbury
On 4/11/07 11:05 AM, Bennett Helm [EMAIL PROTECTED] wrote:

 On Apr 11, 2007, at 12:01 PM, Bob Lounsbury wrote:
 
 Bennett,
 
 You bring up a point I was planning to ask. I have also noticed a
 slowness
 of screen redraws when typing or navigating on my 600Mhz iBook that
 was not
 noticeable with LyX 1.3.7 but is noticeable with LyX 1.4.4.
 Specifically
 when typing within figure floats and equations.
 
 My question is: Is there a way to speed this up? i.e., turning off
 instant
 preview, etc. or is it finally getting time to upgrade the old iBook.
 
 It is the result of significant changes in how LyX 1.4.x works as
 opposed to 1.3.x. The problem is worse when typing in insets -- boxes
 of text that can be opened or closed, like ERT boxes, footnotes, LyX
 notes, etc.
 
 Is there anything that can be done? ... Not really. Smaller window
 sizes may help, but that's not a tradeoff I'm willing to make.
 
 You might try out the beta of LyX-1.5 and let us know how performance
 of that compares and whether it's acceptable. A now somewhat outdated
 universal version can be found here:
 
 http://edisk.fandm.edu/bennett.helm/LyX/LyX-1.5.0svn-Mac-universal.zip
 
 Bennett


I actually have 1.5.0beta1 and 1.5.0svn and this slowness is identical to
1.4.4. Interestingly though there is no slowness issue with 1.5.0beta1
under Ubuntu Linux on the same machine.

Regards,
Bob Lounsbury




Re: Wide tables with smaller than scriptsize letters

2007-04-12 Thread Bob Lounsbury
On 4/12/07 6:32 AM, Paul Smith [EMAIL PROTECTED] wrote:

 Dear All
 
 I have a wide table to insert in a slide of a Beamer presentation, and
 I have tried the solution \scriptsize + \normalsize, but I am actually
 needing a even smaller size than scriptsize, as the table does not get
 enough small. Is there some solution?
 
 Thanks in advance,
 
 Paul

Here is a listing of the available LaTeX font sizes.

http://www.giss.nasa.gov/tools/latex/ltx-178.html

Regards,
Bob Lounsbury




Re: Wide tables with smaller than scriptsize letters

2007-04-12 Thread Bob Lounsbury
On 4/12/07 10:11 AM, Paul Smith [EMAIL PROTECTED] wrote:

 On 4/12/07, Bob Lounsbury [EMAIL PROTECTED] wrote:
 I have a wide table to insert in a slide of a Beamer presentation, and
 I have tried the solution \scriptsize + \normalsize, but I am actually
 needing a even smaller size than scriptsize, as the table does not get
 enough small. Is there some solution?
 
 Here is a listing of the available LaTeX font sizes.
 
 http://www.giss.nasa.gov/tools/latex/ltx-178.html
 
 Thanks, Bob. I am needing a size even smaller than tiny.

I'm unaware of any smaller sizing. The default document font size controls
how small tiny is. If you set the default font smaller then tiny would
decrease also.

Bob




Re: Math font size

2007-04-12 Thread Bob Lounsbury
On 4/12/07 10:24 AM, Lyx Physicist [EMAIL PROTECTED] wrote:

 Hi, I have inserted a few equations using the math panel and I want to
 enlarge the font so its easier to read.  I tried to just highlight the
 text and make it bigger, but that didnt work.  Is there something else I
 need to add or some other menu to do this that I havent seen?  Im
 running lyx 1.4.  Thanks,
 Charles

I'm unaware of any way to increase the math fonts from within the LyX
instant preview. Maybe someone else knows a way.

Regards,
Bob Lounsbury 




Re: Re[2]: Math font size

2007-04-12 Thread Bob Lounsbury
On 4/12/07 4:40 PM, Alan G Isaac [EMAIL PROTECTED] wrote:

 On Thu, 12 Apr 2007, Brian Kidd apparently wrote:
 one silly thing to do is to increase the zoom size, which will
 increase the font size for the entire document including math fonts.
 go to the preferences, screen fonts and then adjust the zoom size.
 
 This is not at all silly.
 It is important for usability.  It is also an important
 facility when projecting math for others (e.g., in the
 classroom).  Unfortunately it does not work with display math.
 
 Or is this fixed in 1.5?
 
 Alan Isaac

There was a discussion of this in the past and unless Brian has figured
something out that no one else has, increasing the zoom size does not affect
the math display even in 1.5.0beta1.

I don't know if there are plans to change this or not for the initial 1.5.0
release or if this is on feature freeze until 1.5.0 is officially released
and then feature work can begin again.

Regards,
Bob Lounsbury




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-12 Thread Bob Lounsbury
On 4/12/07 1:22 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
 It would be nice if you could test with the latest snapshot of the
 upcoming Qt4.3. I've been told that it's much quicker at drawing,
 especially on MacOS.
 Abdel.

If setting up Qt4.3 was fairly easy and you didn't mind giving some
instruction on what needs to be done, I wouldn't have a problem testing it
out. However, I would have the first clue on how to start.

Bob




Re: ongoing numbered list?

2007-04-15 Thread Bob Lounsbury
On 4/15/07 4:47 AM, Jürgen Spitzmüller [EMAIL PROTECTED] wrote:

 Stacia Hartleben wrote:
 I'm still a little confused about it even after reading the wiki and
 that page. Is there any way I could just put in a little ERT somewhere
 and have the lists still be displayed in LyX as numbered lists (I
 don't care if the numbers look wrong, I just want it to still look
 like lists or I will get confused with formatting and spell checking)

Here's a simple example posted by Paul Rubin last December about this
subject. He used the mdwlist package.

Regards,
Bob Lounsbury




example2.lyx
Description: Binary data


Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-15 Thread Bob Lounsbury
On 4/13/07 7:59 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:

 Bennett Helm wrote:
 On Apr 13, 2007, at 2:52 AM, Abdelrazak Younes wrote:
 
 Bob Lounsbury wrote:
 On 4/12/07 1:22 AM, Abdelrazak Younes
 [EMAIL PROTECTED] wrote:
 It would be nice if you could test with the latest snapshot of the
 upcoming Qt4.3. I've been told that it's much quicker at drawing,
 especially on MacOS.
 Abdel.
 If setting up Qt4.3 was fairly easy and you didn't mind giving some
 instruction on what needs to be done, I wouldn't have a problem
 testing it
 out. However, I would have the first clue on how to start.
 
 How did you test the latest 1.5.svn? By using a precompiled Qt4.2?
 
 Here, I assume that you had had already compiled Qt4.2 by yourself. If
 that is so, then the procedure is simple, just grap the latest snapshot:
 
 ftp://ftp.trolltech.com/qt/snapshots/
 ftp://ftp.trolltech.com/qt/snapshots/qt-mac-opensource-src-4.3.0-snapshot-20
 070413.zip 
 
 
 Then read INSTALL.MacOSX, it explains how to build Qt and LyX.
 
 (As I indicated in another thread, I have been unable to compile Qt-4.3.)
 
 Ah? I thought you tried the beta version only.
 
 Abdel.

Ok, I think I've got a snapshot of Qt4.4 compiled, but when I try to compile
LyX 1.4.4 I get an error that there is no makefile found. I'm not sure that
I setup the ./configure correctly. What do I enter to ensure that I use the
newly compiled Qt4.4 snapshot?

Thanks,
Bob Lounsbury




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-16 Thread Bob Lounsbury
On 4/16/07 3:34 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:

 Bennett Helm wrote:
 On Apr 15, 2007, at 9:32 PM, Bob Lounsbury wrote:
 
 Ok, I think I've got a snapshot of Qt4.4 compiled, but when I try to
 compile
 LyX 1.4.4 I get an error that there is no makefile found.
 
 As Bennett said, my request for investigation was about the upcoming
 LyX-1.5.0 :-)
 So you need to test the *SVN* version of LyX. Look at this page for more
 info:
 
 http://www.lyx.org/devel/cvs.php
 
 I'm not sure 
 that
 I setup the ./configure correctly. What do I enter to ensure that I
 use the
 newly compiled Qt4.4 snapshot?
 
 Note that Abdel's suggestion to use Qt-4.3 (not 4.4, right?)
 
 Right, 4.3. Qt4.4 is not for now!
 
 was for use 
 with LyX-1.5svn. LyX-1.4.x works only with Qt-3.x.
 
 Yep.
 
 Abdel.

Gotcha :-). Ok, so Qt4.3 just finished compiling and I'm running make right
now. I have the 1.5.0beta1 source ready to compile when it's done, but
looking at the INSTALL.MacOSX I need the LyX/Mac skeleton application bundle
LyX.app. Is there anyway I can get that without figuring out how to install
svn and whatever else I need (some much to learn, so little time)?

Thanks,
Bob Lounsbury




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-16 Thread Bob Lounsbury
On 4/16/07 2:26 PM, Bennett Helm [EMAIL PROTECTED] wrote:

 On Apr 16, 2007, at 4:16 PM, Bob Lounsbury wrote:
 
 Ok, so Qt4.3 just finished compiling and I'm running make right
 now. I have the 1.5.0beta1 source ready to compile when it's done, but
 looking at the INSTALL.MacOSX I need the LyX/Mac skeleton
 application bundle
 LyX.app. Is there anyway I can get that without figuring out how to
 install
 svn and whatever else I need (some much to learn, so little time)?
 
 
 If you have the 1.5 sources, you have the LyX/Mac skeleton: it's in
 the development/MacOSX directory of the sources.
 
 Bennett

Ohhh, very cool.

Thank you,
Bob Lounsbury




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-17 Thread Bob Lounsbury
On 4/17/07 3:35 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:

 Bob Lounsbury wrote:
 On 4/16/07 3:34 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
 
 Bennett Helm wrote:
 On Apr 15, 2007, at 9:32 PM, Bob Lounsbury wrote:
 Ok, I think I've got a snapshot of Qt4.4 compiled, but when I try to
 compile
 LyX 1.4.4 I get an error that there is no makefile found.
 As Bennett said, my request for investigation was about the upcoming
 LyX-1.5.0 :-)
 So you need to test the *SVN* version of LyX. Look at this page for more
 info:
 
 http://www.lyx.org/devel/cvs.php
 
 I'm not sure 
 that
 I setup the ./configure correctly. What do I enter to ensure that I
 use the
 newly compiled Qt4.4 snapshot?
 Note that Abdel's suggestion to use Qt-4.3 (not 4.4, right?)
 Right, 4.3. Qt4.4 is not for now!
 
 was for use 
 with LyX-1.5svn. LyX-1.4.x works only with Qt-3.x.
 Yep.
 
 Abdel.
 
 Gotcha :-). Ok, so Qt4.3 just finished compiling and I'm running make right
 now. I have the 1.5.0beta1 source ready to compile when it's done, but
 looking at the INSTALL.MacOSX I need the LyX/Mac skeleton application bundle
 LyX.app. Is there anyway I can get that without figuring out how to install
 svn and whatever else I need (some much to learn, so little time)?
 
 If you are not willing to use SVN, I can send you a snapshot of current
 trunk instead. Beta 1 is too old :-)
 
 Abdel.

I have no problem with trying the latest snapshot. I just don't have the
time to figure out how to install svn and use it (seems like it is a little
bit of a process from reading the lyx webpage). I'm trying to write a thesis
at the same time :)

Bob




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-17 Thread Bob Lounsbury
On 4/17/07 9:30 AM, Bennett Helm [EMAIL PROTECTED] wrote:

 On Apr 17, 2007, at 11:22 AM, Bob Lounsbury wrote:
 
 If you are not willing to use SVN, I can send you a snapshot of
 current
 trunk instead. Beta 1 is too old :-)
 
 Abdel.
 
 I have no problem with trying the latest snapshot. I just don't
 have the
 time to figure out how to install svn and use it (seems like it is
 a little
 bit of a process from reading the lyx webpage). I'm trying to write
 a thesis
 at the same time :)
 
 It's actually simpler than what you've already done. If you use
 macports, simply enter sudo port install subversion and wait until
 it's done. If you use fink (or Fink Commander) it's equally easy.
 
 Then follow the instructions on the lyx webpage, which are
 straightforward:
 
 svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
 cd lyx-devel
 
 Once you've got the sources, you'll need to run ./autogen.sh, then
 configure (with the same options you used for beta1), and make.
 
 To update the sources, simply cd to the lyx-devel directory and enter:
 
 svn up
 
 You can then recompile (usually -- but not always -- skipping
 configure and going straight to make).
 
 Bennett

Cool. For some reason I always went to the subversion.tigris webpage and it
looked to complicated or the LyX webpage went over my head for some reason.
However, that seems very simple. I'm installing svn from Fink Commander
right now. Then I'll get the latest sources and test them out with Qt4.3 and
see how everything works. I'm still on the make command for Qt4.3 so it may
take a while to get everything working. Takes a long time to compile
packages on this old iBook.

Thanks for all the help and tips!!
Bob Lounsbury




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-18 Thread Bob Lounsbury
On 4/17/07 9:30 AM, Bennett Helm [EMAIL PROTECTED] wrote:

 On Apr 17, 2007, at 11:22 AM, Bob Lounsbury wrote:
 
 If you are not willing to use SVN, I can send you a snapshot of
 current
 trunk instead. Beta 1 is too old :-)
 
 Abdel.
 
 I have no problem with trying the latest snapshot. I just don't
 have the
 time to figure out how to install svn and use it (seems like it is
 a little
 bit of a process from reading the lyx webpage). I'm trying to write
 a thesis
 at the same time :)
 
 It's actually simpler than what you've already done. If you use
 macports, simply enter sudo port install subversion and wait until
 it's done. If you use fink (or Fink Commander) it's equally easy.
 
 Then follow the instructions on the lyx webpage, which are
 straightforward:
 
 svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
 cd lyx-devel
 
 Once you've got the sources, you'll need to run ./autogen.sh, then
 configure (with the same options you used for beta1), and make.
 
 To update the sources, simply cd to the lyx-devel directory and enter:
 
 svn up
 
 You can then recompile (usually -- but not always -- skipping
 configure and going straight to make).
 
 Bennett

Well, after hours and hours and hours of compiling it seems I've come to the
same result as Bennett. When compiling LyX1.5.0svn I get an error saying qt
4 library not found !. Is this the same issue you found Bennett?

Bob




[Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Bob Lounsbury
On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:

 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.

This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from source
with the same commands to see if I can compile LyX1.5.0 with either of
these. I know there is a precompiled Qt4.2.3 package for mac, but I just
want to see if I can make it work myself from source. If I can't compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further suggestions?

Bob




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Bob Lounsbury
On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:

 
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
 
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
 
 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.
 
 This message was after ./configure.
 
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
 
 Bob
 
 
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv


If you don't mind. What were your ./configure commands for both Qt4.2.3 and
LyX1.5.0svn?

Bob




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-20 Thread Bob Lounsbury



On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:

 
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
 
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
 
 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.
 
 This message was after ./configure.
 
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
 
 Bob
 
 
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv

Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 with the
same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I wouldn't think it
would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  run info '(automake)Extending aclocal'
  or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal;.

Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-21 Thread Bob Lounsbury
 On 4/21/07 3:08 PM, Anders Ekberg [EMAIL PROTECTED] wrote:

 On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:
 
  
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
  
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
  
 Bob Lounsbury wrote:
  
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
  
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
  
 Thanks a lot for your effort,
 Abdel.
  
 This message was after ./configure.
  
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
  
 Bob
  
  
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv
 
 Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 with the
 same error message qt 4 library not found !.
 
 What am I doing wrong? Does something need to be altered for ppc macs?
 
 I followed the install.macosx using the following ./configure command:
 
 ./configure --prefix=/Applications/LyX.app --disable-concept-checks
 --with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
 --enable-optimization=-Os --without-x --with-included-gettext
 --with-frontend=qt4 --disable-stdlib-debug.
 
 During the ./autogen.sh the following pops up, although I wouldn't think it
 would cause ./configure to fail relating to qt4 library not found:
 
  Building macros...
         .
 /sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
   run info '(automake)Extending aclocal'
   or see 
 http://sources.redhat.com/automake/automake.html#Extending-aclocal;
 http://sources.redhat.com/automake/automake.html#Extending-aclocal%22 ;.
 
 Hopefully, I'm just doing something blatantly not wise and once it is
 cleared up it will configure just fine.
 
 Any help would be greatly appreciated! It would be nice to be able to
 compile LyX from source.
 
 Thanks,
 Bob Lounsbury
 
 Bob, I think a make clean will solve it. At least it did for me after trying
 QT4.3 (except for one time that I managed to mess everything up so badly I had
 to trash my LyX source folder and reinstall from svn...)
 In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4 snapshot
 not to work. IIRC the beta gave the same problem that you are reporting,
 whereas the snapshots simply won't compile. The latter two I hope will be
 fixed by Trolltech (although I haven't had time to file a bug report. Has
 anyone done that). The former could perhaps be related to how LyX searches for
 the QT-installation (i.e. the search criterion). But I don't know where in the
 set-up files this identification is done. Does anyone have any ideas?
 Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled the beta
 2 and posted it at http://www.charmec.chalmers.se/temp/LyX_15b2_PPC.zip 
 If it is not that urgent, I would suggest that you wait for Bennett's posting
 of the official beta.
 
 /Anders

 
I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only difference was
rather than using Œsudo make install¹ I just entered Œmake install¹. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error message
when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report would be
great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob






Re: Couple of questions about writing reports

2007-04-22 Thread Bob Lounsbury

I'm not sure about how insert a graphic in the title page, although I'm
pretty sure it has been discussed in the past. You may want to search the
mail archive to see if anything pops up on the topic.

To rename the Bibliography. Insert in ERT:
\renewcommand\bibname{References}

Just put that command somewhere at the start of your document. The
koma-script documentation covers this also, so if you don't have it now
would be a good time to track it down. :-)

Regards,
Bob Lounsbury

On 4/22/07, Karol Dudzinski [EMAIL PROTECTED] wrote:


I've changed to report(koma script) and this is indeed better suited to my
needs. However, I have a couple further questions.

How do I add a graphic to the title page without having to change to an
in-page title?

Is it possible to rename Bibliography to References?  If so, how do I do
it?


Thanks,
Karol

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 02 April 2007 22:11
To: Karol Dudzinski
Subject: Re: Couple of questions about writing reports

Siterer Karol Dudzinski [EMAIL PROTECTED]:

 Hi,

 Im using the report class to write a report and I have a few
 questions:

I think you would do better changing to report(koma script) where the
things you are trying to do are easier and well explained (search for
scrguien.pdf).

I think it the easiest way to get your margins as you like them are to
set them manually in LyX, however, you might read up in the koma script
guide for a more thorough explanation.

koma script has more environments for the title page than the plain
report class and you should be able to find a way to get both a logo
and some more lines of text there. In the worst case insert a hard line
shift(s) (CTRL+enter).

You could either use a latex command like:
\addcontentsline{toc}{chapter}{References}
in ERT or if you use bibtex check the box add bibliography to toc in
the BibTeX bibiography view.

Ingar


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.24/742 - Release Date:
01/04/2007
20:49


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 269.5.7/771 - Release Date: 21/04/2007
11:56





Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Bob Lounsbury



On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:

 I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
 difference was
 rather than using Œsudo make install¹ I just entered Œmake
 install¹. Now I
 have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error
 message
 when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report
 would be
 great, I really want to see if Qt4.3 is faster. Thanks for the info.
 
 Bob
 
 I guess the problem is that we need to figure out whether it is a QT
 or an LyX-issue...
 It is interesting that your compilation works? Do you have more info
 on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
 automake 1.10 and gettext 0.14.5.
 But I will try again to make sure I didn't do something stupid.
 
 /Anders

I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext 0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in qt4.2.3
even though they were compiled with the same ./configure command. I guess
I'll send a configure log to the development list.

Bob 




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-23 Thread Bob Lounsbury
On 4/22/07 4:01 PM, Anders Ekberg [EMAIL PROTECTED] wrote:

 
 On 22 apr 2007, at 23.31, Bob Lounsbury wrote:
 
 On 4/22/07 3:07 PM, Anders Ekberg [EMAIL PROTECTED] wrote:
 
 
 On 22 apr 2007, at 22.35, Bob Lounsbury wrote:
 On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:
 
 I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
 difference was
 rather than using Œsudo make install¹ I just entered Œmake
 install¹. Now I
 have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same
 error
 message
 when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report
 would be
 great, I really want to see if Qt4.3 is faster. Thanks for the
 info.
 
 Bob
 
 I guess the problem is that we need to figure out whether it is
 a QT
 or an LyX-issue...
 It is interesting that your compilation works? Do you have more
 info
 on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
 automake 1.10 and gettext 0.14.5.
 But I will try again to make sure I didn't do something stupid.
 
 /Anders
 
 I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext
 0.14.5. I
 really don't know if it's an LyX or Qt issue. The only thing I
 noticed was
 that my qt4.3.0 directory is missing a mkspecs folder that is in
 qt4.2.3
 even though they were compiled with the same ./configure command. I
 guess
 I'll send a configure log to the development list.
 
 Bob
 
 Do that. The problem is also reported in the tread:
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html
 
 It seems our configurations are similar apart from the automake
 version. Still I get an error with:
 /usr/bin/ld: can't locate file for: -lQtAssistantClient
 collect2: ld returned 1 exit status
 make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
 make[1]: *** [sub-qtdemo-make_default] Error 2
 make: *** [sub-demos-make_default-ordered] Error 2
 
 The only explanation I can think of is if you compiled QT with the -
 nomake demos. That should probably avoid this error (I will try it
 now), but of course that doesn't solve the basic problem of compiling
 LyX...
 
 /Anders
 
 I also got this error if I include the '-nomake examples' command.
 However,
 if I remember correctly it went away when I didn't use this. I also
 assumed
 this wouldn't affect LyX compilation.
 
 Bob
 
 Thanks for the details Bob. And I can confirm that the compilation
 worked with -nomake demos.
 I have filed a bug report to Trolltech regarding the failed compilation.
 So it seems that one is under control. Now it's just the LyX-
 configuration left...
 
 /Anders

So, yesterday I booted into Ubuntu (I have a dual-boot) because I wanted to
update LyX there also. There was a distribution upgrade so I upgraded then
compiled 1.5.0svn/beta2 (not sure which it is if downloaded from svn). By
default it used Qt4.2.3 and now I have the LyX slowness under Linux. This
leads me to believe that the issues are directly due to Qt4.2.3. I'm
thinking of compiling an earlier version of Qt to see if the slowness goes
away since we can't get LyX to compile with Qt4.3.

Bob




Re: 1.5b2 on Mac - problems

2007-04-25 Thread Bob Lounsbury
On 4/25/07 2:02 PM, Bennett Helm [EMAIL PROTECTED] wrote:

 On Apr 25, 2007, at 3:41 PM, James wrote:
 
 See comments below.
 
 James
 
 3. spell checking doesn¹t function properly.  If I choose
 ³reconfigure² then
 the spell checker works, but after I close and reopen Lyx, it is
 broken once
 again.
 
 Can you provide more details? (I can't confirm a problem here.)
 
 
 I downloaded and unzipped the Lyx 1.5b2 from the ftp site.  I then
 ran the
 program.  When I ran spell check (via the gui button), I got the
 following
 message:
   The spellchecker could not be started
 LyX: Failed to start ispell!
 If I then choose Lyx-Reconfigure I can run spell check successfully.
 However, if I restart lyx, I have the same problem again.  It seems
 that the
 reconfigure magic isn't sticking.
 
 Are you using ispell? aspell? Is the preference setting for the spell
 checker correct (LyX  Preferences  Language Settings 
 Spellchecker)? How did you install ispell/aspell? When spellchecking
 fails, does anything show up in Console.app? ...
 
 4. Copy/paste from Lyx to another app doesn¹t work.  This also was
 a problem
 in previous distributions.
 
 Again, can you provide details? Is it *all* other applications that
 give you this problem -- including TextEdit.app, say -- or only some,
 such as MS Word?
 
 It seems that I cannot even copy/past from one Lyx doc to another.
 I can
 only copy/past within a single Lyx doc.  Note that I can copy from an
 external app and paste into a Lyx doc, but I cannot copy from a Lyx
 doc and
 paste anywhere except in that same Lyx doc.  I have tried pasting
 into MS
 Word, a terminal, my mail client, other Lyx docs, etc.
 
 That's odd. I cannot confirm at all. (Anyone else having this problem?)
 
 Bennett

Cannot confirm here either. No problem with ispell spellchecker. I can
copy/paste to and from LyX to LyX, LyX to textedit, LyX to Pages, LyX to
Mail, LyX to Terminal.

However, I cannot copy from LyX to MS apps. Only copy/paste from MS apps to
LyX.

Bob Lounsbury




Re: 1.5.0-beta2 bug: bracketted math expressions not drawn correctly

2007-04-30 Thread Bob Lounsbury
On 4/30/07 2:02 PM, Rodrigo Fresneda [EMAIL PROTECTED] wrote:

 Hello, list. Can anyone confirm this bug?
 
 http://bugzilla.lyx.org/show_bug.cgi?id=3516
 
 --  Forwarded Message  --
 
 Description of Problem:
 Whenever I try to modify a mathematical expression
 inside  \left{\right}, \left[\right] or \left(\right),
 like deleting a superscript I had previously added,
 the mathematical expression collapses into garbage.
 
 Steps to reproduce the problem:
 1.Write \left( A \right) inside a display equation
 2. Add a subscript _a to the expression, as \left( A \right)_{a}
 3. Delete the subscript.
 
 Actual Results:
 The subscript is deleted, but the parenthesis aren't drawn. If the equation
  contains many characters after the subscript, they all collapse into
  something not readable.

Cannot confirm here. Works for me on LyX1.5.0beta2 mac.

Bob Lounsbury




Re: How do I use noonelinecaption in LyX?

2007-05-06 Thread Bob Lounsbury

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or 
the manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian

Document-Settings-Document Class-Options add noonelinecaption 
without the quotes.


Bob


floats before section

2007-05-07 Thread Bob Lounsbury
I have the following command in my preamble so that floats are not 
placed before a there corresponding section. However, the code does not 
work for the Appendix sections.


\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}

Is there some other command I need to use or add so that floats are not 
above the appendix section titles?


Thanks,
Bob Lounsbury


[Solved] Re: floats before section

2007-05-08 Thread Bob Lounsbury

Uwe Stöhr wrote:

Bob Lounsbury schrieb:

I have the following command in my preamble so that floats are not 
placed before a there corresponding section. However, the code does 
not work for the Appendix sections.


Are you sure that these are \sections? You perhaps have there 
\chapters, the the command would be


\let\myChapter\chapter
\renewcommand{\chapter}{\suppressfloats[t]\myChapter}

regards Uwe


Ok, I solved it. Although it took awhile to track it down.

Yes, they are sections using the article class.

In the preamble I'm also using the sectsty package, which was defined 
after the \let\mySection command. Putting the sectsty package commands 
before the \let\mySection command solved the problem.


Bob Lounsbury


Re: build problems on OS X

2007-05-08 Thread Bob Lounsbury

Anders Ekberg wrote:

José Matos
Sun, 06 May 2007 06:50:14 -0700

On Saturday 05 May 2007 21:58:03 Patrick De Visschere wrote:
 Hi,

 I update through svn and cannot built LyX1.5 anymore.
 I get the following message from make:

 ...
 config runs successfully

 A hint would be appreciated.

  The easier solution, start from a fresh directory checkout and 
compile from

there.

  The difficult, remove some files left from previous compiles that 
induce the

wrong dependencies. The previous option is a lot easier. :-)

 Regards,

 Patrick De Visschere

--
José Abílio


Also make sure to follow the updated install instructions. There is an 
additional ld-flag to set and the skeleton does not have to be 
manually copied anymore.


/Anders

Anders,

I just updated svn and the INSTALL.MacOSX file has not been updated with 
instructions for not manually copying the LyX skeleton. Is there a 
different set of instructions somewhere that everyone should be following?


Thanks,
Bob Lounsbury


Re: build problems on OS X

2007-05-08 Thread Bob Lounsbury

Bennett Helm wrote:

On May 8, 2007, at 12:48 PM, Bob Lounsbury wrote:


Anders Ekberg wrote:

José Matos
Sun, 06 May 2007 06:50:14 -0700

On Saturday 05 May 2007 21:58:03 Patrick De Visschere wrote:
 Hi,

 I update through svn and cannot built LyX1.5 anymore.
 I get the following message from make:

 ...
 config runs successfully

 A hint would be appreciated.

  The easier solution, start from a fresh directory checkout and 
compile from

there.

  The difficult, remove some files left from previous compiles that 
induce the

wrong dependencies. The previous option is a lot easier. :-)

 Regards,

 Patrick De Visschere

--
José Abílio


Also make sure to follow the updated install instructions. There is 
an additional ld-flag to set and the skeleton does not have to be 
manually copied anymore.


/Anders

Anders,

I just updated svn and the INSTALL.MacOSX file has not been updated 
with instructions for not manually copying the LyX skeleton. Is there 
a different set of instructions somewhere that everyone should be 
following?


Thanks,
Bob Lounsbury


Well, it's partially there, partially not; I'm currently working on 
updating the INSTALL.MacOSX file. But the big thing for you to pay 
attention to is that you need to export LDFLAGS as specified in the 
version of INSTALL.MacOSX you have -- with -framework Cocoa at the 
end of that line.


Bennett


Right, thanks. I figured you may be updating the install instructions 
(and I'm not trying to push you, we're all busy). I just didn't want 
someone looking at the instructions and not finding anything about how 
to get a skeleton of LyX and then getting frustrated that the LyX 
installation is failing and they don't know why.


Thanks for the work,
Bob


Re: custom list of figures possible?

2007-05-08 Thread Bob Lounsbury

Holger Blank wrote:

Hello,

I'm currently writing a document with figures that have long captions. 
So the list of figures becomes very unsightly.
Is there a feature to specify short captions which appear in the list 
of figures?

If not, what would be the best trick to get this?

I'm currently using Lyx version 1.3.7. Ubuntu doesnt show me a newer 
version.


TIA,
Holger


In LyX 1.4.4  1.5.0beta2 it's Insert - Short Title. I don't remember 
if it's the same menu option in 1.3.7, but nonetheless you should be 
able to find the Short Title option somewhere. This will give you what 
you're looking for :-) .


Bob


Re: Changing font name in the middle of a document

2007-05-08 Thread Bob Lounsbury

Ralph wrote:

Hello All:

I've been working for two days trying to find a way to change the font name 
selected places in a book.


Basically, what I want to do is set the Chapter and all Section Headings in 
Palatino, and the rest of the text in Times.


I have no problems changing the font to Times in the Preamble.  However, I've 
not been able to come up with a way to use Palatino in the Chapter title and 
Headings.  I thiuight that I might be able to use a \newenvironment approach, 
but everything I've tried has failed.


I've looked at the LyX docs and several LaTeX books too, and they don't 
mention anything about this.  

I'm I trying to do something impossible, or does someone out there know how to 
implement this change.


I'd appreciate any help.

Thanks,

Ralph
  


Using the koma-script book class, here is a very crude example of 
changing the font of different chapter and sectional headings. Although 
I don't know how to get Palatino font. Maybe someone else knows? For 
more information check out the koma-script documentation page 50, 
although it lists only \rmfamily, \sffamily, and \ttfamily as possible 
font choices. Hopefully someone else can fill in the gaps.


Regards,
Bob Lounsbury
#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass scrbook
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single
\papersize default
\use_geometry false
\use_amsmath 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\end_header

\begin_body

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Standard


\backslash
addtokomafont{sectioning}{
\backslash
rmfamily}
\end_layout

\end_inset


\end_layout

\begin_layout Chapter
Introduction
\end_layout

\begin_layout Standard
Testing of koma-script commands.
 Let's change this to roman.
\end_layout

\begin_layout Section
Testing
\end_layout

\begin_layout Standard
This heading should be roman also.
\end_layout

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Standard


\backslash
addtokomafont{sectioning}{
\backslash
ttfamily}
\end_layout

\end_inset


\end_layout

\begin_layout Chapter
Methodology
\end_layout

\begin_layout Standard
Testing of koma-script commands.
 Let's change this to typewriter.
\end_layout

\begin_layout Section
Testing
\end_layout

\begin_layout Standard
This heading should be typewriter also.
\end_layout

\end_body
\end_document


<    1   2   3   4   5   6   7   8   9   10   >