Compiling LyX 1.5.0 with QT3

2007-03-09 Thread I Wayan Warmada
Dear Colleges,
is it possible to compile LyX 1.5.0 stable with QT3
I have not qt4, which is required to this LyX version (beta).
I have read the INSTALL file. It stated that LyX 1.5.0beta1
can only compiled with qt4.

Regards,
Wayan

 
-
The fish are biting.
 Get more visitors on your site using Yahoo! Search Marketing.

Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread José Matos
On Friday 09 March 2007 8:13:31 am I Wayan Warmada wrote:
 Dear Colleges,
 is it possible to compile LyX 1.5.0 stable with QT3
 I have not qt4, which is required to this LyX version (beta).
 I have read the INSTALL file. It stated that LyX 1.5.0beta1
 can only compiled with qt4.

  Nope. You read correctly lyx-1.5.0-beta only works with qt4, not qt3.

  What OS/distribution are you using?

 Regards,
 Wayan


-- 
José Abílio


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Jean-Marc Lasgouttes
 I == I Wayan Warmada [EMAIL PROTECTED] writes:

I Dear Colleges, is it possible to compile LyX 1.5.0 stable with QT3
I I have not qt4, which is required to this LyX version (beta). I
I have read the INSTALL file. It stated that LyX 1.5.0beta1 can only
I compiled with qt4.

Hello,

The qt3 frontend that we had in LyX 1.4 has indeed been abandoned for
various reasons and replaced by the new qt4 one. So you have
unfortunately to hunt for a proper qt4 package somewhere.

JMarc


Re: degree symbol in lyx on ubuntu with the Compose key

2007-03-09 Thread Helge Hafting

Michael Wojcik wrote:

John Pye wrote:

Setting key to 4128,
KeySym is Shift_L
isOK is 1
isMod is 1
isModifier true
sending IMStart with 0 chars to 0x86031c8
sending IMEnd with 1 chars to 0x86031c8, text=
Setting key to 0, ?
KeySym is ?
isOK is 1
isMod is 0
encoding is iso8859-1
Using codec ISO 8859-1
Oof. Can't encode the text !
ISOEncoded returning value 0


At this point, a LyX developer will have to weigh in, I'm afraid.  
I've been meaning to grab the LyX sources and familiarize myself with 
the code, but haven't had time yet.  (My rather limited time for 
mucking about with other people's sources is currently taken up with 
writing Wireshark dissectors...)


The Can't encode the text by itself makes me suspicious that the ISO 
8859-1 codec isn't recognizing the degree symbol.  But the degree 
symbol is in ISO 8859-1 - it's code point 176.[1]

Are you sure you're getting a degree symbol and not a zero exponent?
Those two are different - degree is a perfect circle while the zero exponent
is a tiny 0.

When I type ^0 I get a zero exponent: ⁰
Typing ALT 0 (in an xterm) gives me the degree: °

The degree symbol works when I paste it into LyX.  The zero exponent
does not print unless I change the document encoding to utf8x.
This encoding is available in LyX 1.5 - I don't know about earlier releases.

Helge Hafting








Re: Handy word list program for indexing

2007-03-09 Thread Michael Wojcik

Steve Litt wrote:


fmt -1  tsjustfacts.txt  |  sed -e s/^[[:space:][:punct:]]*// | 
sed -e s/[[:space:][:punct:]]*$// | tr [:upper:] [:lower:] |  sort | 
uniq -c | sort -rn


The one thing this doesn't do is, upon final sort, sort by count descending 
but name ascending. Can you think of a way to do that with standard Linux 
commands?


Do you mean you want a sort key composed of the count, sorted 
numerically and descending, and the name, sorted lexically and 
ascending?  So that words with the same count will be grouped together 
in the output and, within that group, sorted lexically?


Change the final sort to specify a multipart key:

   sort -k 1nr -k 2

That says sort by a key composed of the first field, taken as numeric, 
in reverse order; and the second field, using the default options 
(lexicographic and ascending).


This syntax is standard for sort(1) as of SUSv3, by the way - it's not 
specific to Linux.


--
Michael Wojcik



Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Abdelrazak Younes

I Wayan Warmada wrote:

Dear Colleges,
is it possible to compile LyX 1.5.0 stable with QT3
I have not qt4, which is required to this LyX version (beta).
I have read the INSTALL file. It stated that LyX 1.5.0beta1
can only compiled with qt4.


Official and Unofficial distro support are listed here:

http://www.blogistan.co.uk/qt/

The minimum supported version is Qt4.0.2 I think. Of course you won't 
find that anywhere :-)


Abdel.



Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

  In my document I have this frame:

\begin_layout BeginFrame
Expressing Preferences
\end_layout

\begin_layout ColumnsTopAligned

\end_layout

\begin_deeper
\begin_layout Column
6cm
\end_layout

\begin_layout Standard
\begin_inset Float figure
wide false
sideways false
status collapsed

\begin_layout Standard
\align right
\begin_inset Graphics
filename omr-form.pdf
height 8cm
clip

\end_inset


\end_layout

\end_inset


\end_layout

\begin_layout Column
6cm
\end_layout

\begin_layout Itemize
Anonymous.
\end_layout

\begin_layout Itemize
Project position demonstrates no group systematically excluded.
\end_layout

\begin_layout Itemize
Every vote has equal weight.
\end_layout

\begin_layout Itemize
Audit trail.
\end_layout

\begin_layout Itemize
Process can be extended to multiple meetings.
\end_layout

\end_deeper
\begin_layout EndFrame

  When it's compiled by pdflatex and displayed the pdf image in the left column
is lower -- touching the frame bottom -- and the list of items on the right
are higher in the frame.

  I've tried various adjustments, but none work. If you see what needs to be
done, please let me know.

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Georg Baum
Abdelrazak Younes wrote:

 The minimum supported version is Qt4.0.2 I think.

No. 4.1.0.

 Of course you won't 
 find that anywhere :-)

Indeed (because it does not exist). All other versions can be found here:
ftp://ftp.trolltech.com/qt/source


Georg



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Jean-Pierre Chretien

Date: Fri, 9 Mar 2007 07:13:59 -0800 (PST)
From: Rich Shepard [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Beamer Class: Columns Not Top Aligned

   In my document I have this frame:
[...]

   When it's compiled by pdflatex and displayed the pdf image in the left 
column
is lower -- touching the frame bottom -- and the list of items on the right
are higher in the frame.

   I've tried various adjustments, but none work. If you see what needs to be
done, please let me know.

Can't reproduce it here (lyx-1.4.4/Solaris, recent beamer cvs snapshot),
top alignment is OK - I replaced your graphic with 
/usr/local/share/lyx/clipart/platypus.eps

Maybe the graphic is the problem ? You may check with the platypus
(I see that you clip, does it work with pdflatex ?)

-- 
Jean-Pierre

PS The float is not necessary IMHO, doesn't make really sense in a slide, you
want the graphic here and nowhere else.



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Can't reproduce it here (lyx-1.4.4/Solaris, recent beamer cvs snapshot),
top alignment is OK - I replaced your graphic with
/usr/local/share/lyx/clipart/platypus.eps


JP,

  Interesting. I'm using 1.5svn; can't connect to the Web site to get the
released 1.5. I thought Europe took its holiday in August, not March. :-)


Maybe the graphic is the problem ? You may check with the platypus (I see
that you clip, does it work with pdflatex ?)


  Perhaps that is the problem. When the pdf file is viewed in an expanded
float there is a lot of white space around it. I've no idea if the clipping
is accomplishing anything.

  I can try converting the .pdf to .eps and see if I lose any resolution.
It's an OMR form for scanning, so high resolution is important.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Maybe the graphic is the problem ? You may check with the platypus (I see
that you clip, does it work with pdflatex ?)


Jean-Pierre,

  It was the float, not the graphic itself. When I deleted the float and
placed the graphic itself, up it floated. I'm going to try \hspace{1cm} to
move it away from the left edge of the frame.

Merci!

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Abdelrazak Younes

Georg Baum wrote:

Abdelrazak Younes wrote:


The minimum supported version is Qt4.0.2 I think.


No. 4.1.0.


I meant source compatible. IIRC, Jurgen managed to compile LyX with 
4.0 or 4.0.1... But you're right we've decided that the minimum 
supported version will be 4.1.0.




Of course you won't 
find that anywhere :-)


Indeed (because it does not exist). All other versions can be found here:
ftp://ftp.trolltech.com/qt/source


I meant a binary package.

Abdel.



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Jean-Pierre Chretien

Date: Fri, 9 Mar 2007 08:27:21 -0800 (PST)
From: Rich Shepard [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer Class: Columns Not Top Aligned

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:

 Maybe the graphic is the problem ? You may check with the platypus (I see
 that you clip, does it work with pdflatex ?)

Jean-Pierre,

   It was the float, not the graphic itself. When I deleted the float and
placed the graphic itself, up it floated. I'm going to try \hspace{1cm} to
move it away from the left edge of the frame.

Why not use Edit-Paragraph setting ? Control is in the
column, so you may flushright or center.

Merci!
Bienvenue !

-- 
Jean-Pierre



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Why not use Edit-Paragraph setting ? Control is in the
column, so you may flushright or center.


  Because it did not occur to me to do this.

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


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 Richard Heck

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



   


-- 
==
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: 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: Current mirror list (was: Server Mirror (was: LyX-1.5.0 for Mac))

2007-03-09 Thread Sam Lewis
Currently there are these mirrors (in Germany, France, and the US):

http://lyx.cybermirror.org/
http://lyx.mirror.fr/
ftp://ftp.via.ecp.fr/pub/lyx/
ftp://ftp.sdsc.edu/pub/other/lyx/

Cheers, Sam



Re: LyX version 1.5.0 (beta 1) is released

2007-03-09 Thread Andrés Becerra Sandoval

On 3/8/07, Hellmut Weber [EMAIL PROTECTED] wrote:

Hi Andrés,
thanks for the pointer to the ebuild for lyx-1.5.0b1 ebuild.

I downloaded it, editet the options for the suffix etc. as indicated by
Georg and Russel but I couldn't convince emerge to use it. eix too
ignored it.

What would I have to do to get it working?



Hello Hellmut,

You should place the ebuild in an overlay, lets say
/usr/local/portage. Edit /etc/make.conf adding this:

PORTDIR_OVERLAY=/usr/local/portage


-Then create  these complete route: /usr/local/portage/app-office/lyx/files
- Move the ebuild there
- cp /usr/portage/app-office/lyx/files/lyx.desktop
/usr/local/portage/app-office/lyx/files
- Put the patch in the Gentoo bugzilla (lyx-1.5.0_beta1-gentoo.patch)
in /usr/local/portage/app-office/lyx/files
- ebuild /usr/local/portage/app-office/lyx/lyx-1.5.0_beta1.ebuild digest
- emerge -av lyx



BTW i verified the packages mentioned in the DEPEND sections: most have
already been merged some of the libX's weren't known to eix. ???



The emerge -av lyx should list the dependencies portage is going to merge .

I hope it helps

--
 Andrés


Re: What has happend to lyx.org?

2007-03-09 Thread christian . ridderstrom

On Thu, 8 Mar 2007, Gunnar Lindholm wrote:


Any ETA on when it will return?


No, unfortunately not. (In fact, we don't even know what the problem is 
and we haven't been able to reach person who has direct access to the 
server in question).


/C

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

Re: How does one change the margins on one page only? SOLVED

2007-03-09 Thread Steve Litt
On Wednesday 07 March 2007 09:39, Sara Stymne wrote:
 Hi!

 The latex package chngpage might be useful.

 /Sara

 Steve Litt wrote:
 Hi all,
 
 How does one change the margins on one page only? I need the first page
  (I'm not using a title page -- I'm ERT'ing it) to be an image that goes
  paper edge to paper edge.
 
 Thanks
 
 SteveT

Thanks Sara,

The chngpage package was indeed part ofthe solution.

To summarize the requirements leading up to this, on my Ebook I wanted to have 
my book cover be a large .jpg inserted into my LyX file. No problem clashing 
with the title enviroments or commands, because I used ERT for the entire 
frontmatter. The only thing is, I needed to change the front page (the one 
with the book cover .jpg) to accommodate a .jpg almost 8.5x11, and of course 
the document's native vertical and horizontal margins are nothing like that.

I tried exclusively using commands from chngpage, but although that 
accommodated the graphic, it screwed up the rest of the document, and I found 
no way to confine it to an environment or \begingroup{}\endgroup pair. So in 
the end, here's what I did...

\enlargethispage{1.85in}~\vskip -1.9in\leftskip -1.8in\hfill\vfill
(graphic goes here)
\vfill\hfill\thispagestyle{empty}
\leftskip 0in\rightskip 0in
(page after cover goes here)

Of the preceding ERT, only \enlargethispage{} comes from the chngpage package.

Be aware that the balance between values of \enlargethispage{}, \vskip, 
\leftskip, \rightskip, and the size of the graphic are tricky. I came upon 
many situations where the graphic would shoot all the way to one side or the 
other (that's why I put in the \hfill commands), and also from the top to the 
bottom (I believe the way it works is that the value of \enlargethispage{} 
must exactly accommodate the vertical size of the graphic).

If this sounds like a lot of work, keep in mind that in my last book, I had to 
use pdftk to put a cover graphic on it, and pdftk screwed up the physical 
page numbering.

Once again, thanks Sara, and all the rest of you who have helped me.

SteveT


Orphan on Page

2007-03-09 Thread Rich Shepard

  How interesting. I copied my Beamer class presentation to KOMA-script
article class to provide a take-away hard copy. Then I changed the page size
to 6x9 so there's plenty of room for notes. At the bottom of page 2 is a
single line. I thought that TeX took care of that.

  What have I missed?

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread I Wayan Warmada

- Original Message 
From: José Matos [EMAIL PROTECTED]

 Nope. You read correctly lyx-1.5.0-beta only works with qt4, not qt3.

Yes, I have tried to compile it before reading the INSTALL file as usually for 
LyX 1.4 series. After getting an error, I read the INSTALL file which is the 
new LyX version can be installed only with qt4.

 What OS/distribution are you using?

I use SuSE 10.0. I have tried to find suitable qt4 rpms packages for this 
version of SuSE but not yet found.

Thank you for your response,
Wayan






 

Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 

Re: Orphan on Page

2007-03-09 Thread Jürgen Spitzmüller
Rich Shepard wrote:
 I thought that TeX took care of that.

Unless there are consequences that TeX judges worse than an orphan, if this 
specific line is moved to the next page. This is always a pro- and con-game.

 What have I missed?

You could increase \clubpenalty (which is set to 500 initially; e.g. 
\clubpenalty = 1).

Jürgen


Re: degree symbol in lyx on ubuntu with the Compose key

2007-03-09 Thread John Pye
Helge Hafting wrote:
 Are you sure you're getting a degree symbol and not a zero exponent?
 Those two are different - degree is a perfect circle while the zero
 exponent
 is a tiny 0.

 When I type ^0 I get a zero exponent: ⁰
 Typing ALT 0 (in an xterm) gives me the degree: °

 The degree symbol works when I paste it into LyX.  The zero exponent
 does not print unless I change the document encoding to utf8x.
 This encoding is available in LyX 1.5 - I don't know about earlier
 releases.

 Helge Hafting

On my keyboard, the r-alt ^ 0 sequence gives me the degree symbol: °

Interestingly, the sequence r-alt 0 ^ also gives me that. So obviously
the r-alt 0 can't work in this case.

I don't know what gives me the 0 exponent. I haven't messed with any
mappings other than to set right-alt as my compose key. This is a
standard Ubuntu 6.10 system.

Cheers
JP


Compiling LyX 1.5.0 with QT3

2007-03-09 Thread I Wayan Warmada
Dear Colleges,
is it possible to compile LyX 1.5.0 stable with QT3
I have not qt4, which is required to this LyX version (beta).
I have read the INSTALL file. It stated that LyX 1.5.0beta1
can only compiled with qt4.

Regards,
Wayan

 
-
The fish are biting.
 Get more visitors on your site using Yahoo! Search Marketing.

Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread José Matos
On Friday 09 March 2007 8:13:31 am I Wayan Warmada wrote:
 Dear Colleges,
 is it possible to compile LyX 1.5.0 stable with QT3
 I have not qt4, which is required to this LyX version (beta).
 I have read the INSTALL file. It stated that LyX 1.5.0beta1
 can only compiled with qt4.

  Nope. You read correctly lyx-1.5.0-beta only works with qt4, not qt3.

  What OS/distribution are you using?

 Regards,
 Wayan


-- 
José Abílio


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Jean-Marc Lasgouttes
 I == I Wayan Warmada [EMAIL PROTECTED] writes:

I Dear Colleges, is it possible to compile LyX 1.5.0 stable with QT3
I I have not qt4, which is required to this LyX version (beta). I
I have read the INSTALL file. It stated that LyX 1.5.0beta1 can only
I compiled with qt4.

Hello,

The qt3 frontend that we had in LyX 1.4 has indeed been abandoned for
various reasons and replaced by the new qt4 one. So you have
unfortunately to hunt for a proper qt4 package somewhere.

JMarc


Re: degree symbol in lyx on ubuntu with the Compose key

2007-03-09 Thread Helge Hafting

Michael Wojcik wrote:

John Pye wrote:

Setting key to 4128,
KeySym is Shift_L
isOK is 1
isMod is 1
isModifier true
sending IMStart with 0 chars to 0x86031c8
sending IMEnd with 1 chars to 0x86031c8, text=
Setting key to 0, ?
KeySym is ?
isOK is 1
isMod is 0
encoding is iso8859-1
Using codec ISO 8859-1
Oof. Can't encode the text !
ISOEncoded returning value 0


At this point, a LyX developer will have to weigh in, I'm afraid.  
I've been meaning to grab the LyX sources and familiarize myself with 
the code, but haven't had time yet.  (My rather limited time for 
mucking about with other people's sources is currently taken up with 
writing Wireshark dissectors...)


The Can't encode the text by itself makes me suspicious that the ISO 
8859-1 codec isn't recognizing the degree symbol.  But the degree 
symbol is in ISO 8859-1 - it's code point 176.[1]

Are you sure you're getting a degree symbol and not a zero exponent?
Those two are different - degree is a perfect circle while the zero exponent
is a tiny 0.

When I type ^0 I get a zero exponent: ⁰
Typing ALT 0 (in an xterm) gives me the degree: °

The degree symbol works when I paste it into LyX.  The zero exponent
does not print unless I change the document encoding to utf8x.
This encoding is available in LyX 1.5 - I don't know about earlier releases.

Helge Hafting








Re: Handy word list program for indexing

2007-03-09 Thread Michael Wojcik

Steve Litt wrote:


fmt -1  tsjustfacts.txt  |  sed -e s/^[[:space:][:punct:]]*// | 
sed -e s/[[:space:][:punct:]]*$// | tr [:upper:] [:lower:] |  sort | 
uniq -c | sort -rn


The one thing this doesn't do is, upon final sort, sort by count descending 
but name ascending. Can you think of a way to do that with standard Linux 
commands?


Do you mean you want a sort key composed of the count, sorted 
numerically and descending, and the name, sorted lexically and 
ascending?  So that words with the same count will be grouped together 
in the output and, within that group, sorted lexically?


Change the final sort to specify a multipart key:

   sort -k 1nr -k 2

That says sort by a key composed of the first field, taken as numeric, 
in reverse order; and the second field, using the default options 
(lexicographic and ascending).


This syntax is standard for sort(1) as of SUSv3, by the way - it's not 
specific to Linux.


--
Michael Wojcik



Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Abdelrazak Younes

I Wayan Warmada wrote:

Dear Colleges,
is it possible to compile LyX 1.5.0 stable with QT3
I have not qt4, which is required to this LyX version (beta).
I have read the INSTALL file. It stated that LyX 1.5.0beta1
can only compiled with qt4.


Official and Unofficial distro support are listed here:

http://www.blogistan.co.uk/qt/

The minimum supported version is Qt4.0.2 I think. Of course you won't 
find that anywhere :-)


Abdel.



Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

  In my document I have this frame:

\begin_layout BeginFrame
Expressing Preferences
\end_layout

\begin_layout ColumnsTopAligned

\end_layout

\begin_deeper
\begin_layout Column
6cm
\end_layout

\begin_layout Standard
\begin_inset Float figure
wide false
sideways false
status collapsed

\begin_layout Standard
\align right
\begin_inset Graphics
filename omr-form.pdf
height 8cm
clip

\end_inset


\end_layout

\end_inset


\end_layout

\begin_layout Column
6cm
\end_layout

\begin_layout Itemize
Anonymous.
\end_layout

\begin_layout Itemize
Project position demonstrates no group systematically excluded.
\end_layout

\begin_layout Itemize
Every vote has equal weight.
\end_layout

\begin_layout Itemize
Audit trail.
\end_layout

\begin_layout Itemize
Process can be extended to multiple meetings.
\end_layout

\end_deeper
\begin_layout EndFrame

  When it's compiled by pdflatex and displayed the pdf image in the left column
is lower -- touching the frame bottom -- and the list of items on the right
are higher in the frame.

  I've tried various adjustments, but none work. If you see what needs to be
done, please let me know.

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Georg Baum
Abdelrazak Younes wrote:

 The minimum supported version is Qt4.0.2 I think.

No. 4.1.0.

 Of course you won't 
 find that anywhere :-)

Indeed (because it does not exist). All other versions can be found here:
ftp://ftp.trolltech.com/qt/source


Georg



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Jean-Pierre Chretien

Date: Fri, 9 Mar 2007 07:13:59 -0800 (PST)
From: Rich Shepard [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Beamer Class: Columns Not Top Aligned

   In my document I have this frame:
[...]

   When it's compiled by pdflatex and displayed the pdf image in the left 
column
is lower -- touching the frame bottom -- and the list of items on the right
are higher in the frame.

   I've tried various adjustments, but none work. If you see what needs to be
done, please let me know.

Can't reproduce it here (lyx-1.4.4/Solaris, recent beamer cvs snapshot),
top alignment is OK - I replaced your graphic with 
/usr/local/share/lyx/clipart/platypus.eps

Maybe the graphic is the problem ? You may check with the platypus
(I see that you clip, does it work with pdflatex ?)

-- 
Jean-Pierre

PS The float is not necessary IMHO, doesn't make really sense in a slide, you
want the graphic here and nowhere else.



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Can't reproduce it here (lyx-1.4.4/Solaris, recent beamer cvs snapshot),
top alignment is OK - I replaced your graphic with
/usr/local/share/lyx/clipart/platypus.eps


JP,

  Interesting. I'm using 1.5svn; can't connect to the Web site to get the
released 1.5. I thought Europe took its holiday in August, not March. :-)


Maybe the graphic is the problem ? You may check with the platypus (I see
that you clip, does it work with pdflatex ?)


  Perhaps that is the problem. When the pdf file is viewed in an expanded
float there is a lot of white space around it. I've no idea if the clipping
is accomplishing anything.

  I can try converting the .pdf to .eps and see if I lose any resolution.
It's an OMR form for scanning, so high resolution is important.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Maybe the graphic is the problem ? You may check with the platypus (I see
that you clip, does it work with pdflatex ?)


Jean-Pierre,

  It was the float, not the graphic itself. When I deleted the float and
placed the graphic itself, up it floated. I'm going to try \hspace{1cm} to
move it away from the left edge of the frame.

Merci!

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Abdelrazak Younes

Georg Baum wrote:

Abdelrazak Younes wrote:


The minimum supported version is Qt4.0.2 I think.


No. 4.1.0.


I meant source compatible. IIRC, Jurgen managed to compile LyX with 
4.0 or 4.0.1... But you're right we've decided that the minimum 
supported version will be 4.1.0.




Of course you won't 
find that anywhere :-)


Indeed (because it does not exist). All other versions can be found here:
ftp://ftp.trolltech.com/qt/source


I meant a binary package.

Abdel.



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Jean-Pierre Chretien

Date: Fri, 9 Mar 2007 08:27:21 -0800 (PST)
From: Rich Shepard [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer Class: Columns Not Top Aligned

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:

 Maybe the graphic is the problem ? You may check with the platypus (I see
 that you clip, does it work with pdflatex ?)

Jean-Pierre,

   It was the float, not the graphic itself. When I deleted the float and
placed the graphic itself, up it floated. I'm going to try \hspace{1cm} to
move it away from the left edge of the frame.

Why not use Edit-Paragraph setting ? Control is in the
column, so you may flushright or center.

Merci!
Bienvenue !

-- 
Jean-Pierre



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Why not use Edit-Paragraph setting ? Control is in the
column, so you may flushright or center.


  Because it did not occur to me to do this.

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


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 Richard Heck

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



   


-- 
==
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: 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: Current mirror list (was: Server Mirror (was: LyX-1.5.0 for Mac))

2007-03-09 Thread Sam Lewis
Currently there are these mirrors (in Germany, France, and the US):

http://lyx.cybermirror.org/
http://lyx.mirror.fr/
ftp://ftp.via.ecp.fr/pub/lyx/
ftp://ftp.sdsc.edu/pub/other/lyx/

Cheers, Sam



Re: LyX version 1.5.0 (beta 1) is released

2007-03-09 Thread Andrés Becerra Sandoval

On 3/8/07, Hellmut Weber [EMAIL PROTECTED] wrote:

Hi Andrés,
thanks for the pointer to the ebuild for lyx-1.5.0b1 ebuild.

I downloaded it, editet the options for the suffix etc. as indicated by
Georg and Russel but I couldn't convince emerge to use it. eix too
ignored it.

What would I have to do to get it working?



Hello Hellmut,

You should place the ebuild in an overlay, lets say
/usr/local/portage. Edit /etc/make.conf adding this:

PORTDIR_OVERLAY=/usr/local/portage


-Then create  these complete route: /usr/local/portage/app-office/lyx/files
- Move the ebuild there
- cp /usr/portage/app-office/lyx/files/lyx.desktop
/usr/local/portage/app-office/lyx/files
- Put the patch in the Gentoo bugzilla (lyx-1.5.0_beta1-gentoo.patch)
in /usr/local/portage/app-office/lyx/files
- ebuild /usr/local/portage/app-office/lyx/lyx-1.5.0_beta1.ebuild digest
- emerge -av lyx



BTW i verified the packages mentioned in the DEPEND sections: most have
already been merged some of the libX's weren't known to eix. ???



The emerge -av lyx should list the dependencies portage is going to merge .

I hope it helps

--
 Andrés


Re: What has happend to lyx.org?

2007-03-09 Thread christian . ridderstrom

On Thu, 8 Mar 2007, Gunnar Lindholm wrote:


Any ETA on when it will return?


No, unfortunately not. (In fact, we don't even know what the problem is 
and we haven't been able to reach person who has direct access to the 
server in question).


/C

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

Re: How does one change the margins on one page only? SOLVED

2007-03-09 Thread Steve Litt
On Wednesday 07 March 2007 09:39, Sara Stymne wrote:
 Hi!

 The latex package chngpage might be useful.

 /Sara

 Steve Litt wrote:
 Hi all,
 
 How does one change the margins on one page only? I need the first page
  (I'm not using a title page -- I'm ERT'ing it) to be an image that goes
  paper edge to paper edge.
 
 Thanks
 
 SteveT

Thanks Sara,

The chngpage package was indeed part ofthe solution.

To summarize the requirements leading up to this, on my Ebook I wanted to have 
my book cover be a large .jpg inserted into my LyX file. No problem clashing 
with the title enviroments or commands, because I used ERT for the entire 
frontmatter. The only thing is, I needed to change the front page (the one 
with the book cover .jpg) to accommodate a .jpg almost 8.5x11, and of course 
the document's native vertical and horizontal margins are nothing like that.

I tried exclusively using commands from chngpage, but although that 
accommodated the graphic, it screwed up the rest of the document, and I found 
no way to confine it to an environment or \begingroup{}\endgroup pair. So in 
the end, here's what I did...

\enlargethispage{1.85in}~\vskip -1.9in\leftskip -1.8in\hfill\vfill
(graphic goes here)
\vfill\hfill\thispagestyle{empty}
\leftskip 0in\rightskip 0in
(page after cover goes here)

Of the preceding ERT, only \enlargethispage{} comes from the chngpage package.

Be aware that the balance between values of \enlargethispage{}, \vskip, 
\leftskip, \rightskip, and the size of the graphic are tricky. I came upon 
many situations where the graphic would shoot all the way to one side or the 
other (that's why I put in the \hfill commands), and also from the top to the 
bottom (I believe the way it works is that the value of \enlargethispage{} 
must exactly accommodate the vertical size of the graphic).

If this sounds like a lot of work, keep in mind that in my last book, I had to 
use pdftk to put a cover graphic on it, and pdftk screwed up the physical 
page numbering.

Once again, thanks Sara, and all the rest of you who have helped me.

SteveT


Orphan on Page

2007-03-09 Thread Rich Shepard

  How interesting. I copied my Beamer class presentation to KOMA-script
article class to provide a take-away hard copy. Then I changed the page size
to 6x9 so there's plenty of room for notes. At the bottom of page 2 is a
single line. I thought that TeX took care of that.

  What have I missed?

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread I Wayan Warmada

- Original Message 
From: José Matos [EMAIL PROTECTED]

 Nope. You read correctly lyx-1.5.0-beta only works with qt4, not qt3.

Yes, I have tried to compile it before reading the INSTALL file as usually for 
LyX 1.4 series. After getting an error, I read the INSTALL file which is the 
new LyX version can be installed only with qt4.

 What OS/distribution are you using?

I use SuSE 10.0. I have tried to find suitable qt4 rpms packages for this 
version of SuSE but not yet found.

Thank you for your response,
Wayan






 

Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 

Re: Orphan on Page

2007-03-09 Thread Jürgen Spitzmüller
Rich Shepard wrote:
 I thought that TeX took care of that.

Unless there are consequences that TeX judges worse than an orphan, if this 
specific line is moved to the next page. This is always a pro- and con-game.

 What have I missed?

You could increase \clubpenalty (which is set to 500 initially; e.g. 
\clubpenalty = 1).

Jürgen


Re: degree symbol in lyx on ubuntu with the Compose key

2007-03-09 Thread John Pye
Helge Hafting wrote:
 Are you sure you're getting a degree symbol and not a zero exponent?
 Those two are different - degree is a perfect circle while the zero
 exponent
 is a tiny 0.

 When I type ^0 I get a zero exponent: ⁰
 Typing ALT 0 (in an xterm) gives me the degree: °

 The degree symbol works when I paste it into LyX.  The zero exponent
 does not print unless I change the document encoding to utf8x.
 This encoding is available in LyX 1.5 - I don't know about earlier
 releases.

 Helge Hafting

On my keyboard, the r-alt ^ 0 sequence gives me the degree symbol: °

Interestingly, the sequence r-alt 0 ^ also gives me that. So obviously
the r-alt 0 can't work in this case.

I don't know what gives me the 0 exponent. I haven't messed with any
mappings other than to set right-alt as my compose key. This is a
standard Ubuntu 6.10 system.

Cheers
JP


Compiling LyX 1.5.0 with QT3

2007-03-09 Thread I Wayan Warmada
Dear Colleges,
is it possible to compile LyX 1.5.0 stable with QT3
I have not qt4, which is required to this LyX version (beta).
I have read the INSTALL file. It stated that LyX 1.5.0beta1
can only compiled with qt4.

Regards,
Wayan

 
-
The fish are biting.
 Get more visitors on your site using Yahoo! Search Marketing.

Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread José Matos
On Friday 09 March 2007 8:13:31 am I Wayan Warmada wrote:
> Dear Colleges,
> is it possible to compile LyX 1.5.0 stable with QT3
> I have not qt4, which is required to this LyX version (beta).
> I have read the INSTALL file. It stated that LyX 1.5.0beta1
> can only compiled with qt4.

  Nope. You read correctly lyx-1.5.0-beta only works with qt4, not qt3.

  What OS/distribution are you using?

> Regards,
> Wayan


-- 
José Abílio


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Jean-Marc Lasgouttes
> "I" == I Wayan Warmada <[EMAIL PROTECTED]> writes:

I> Dear Colleges, is it possible to compile LyX 1.5.0 stable with QT3
I> I have not qt4, which is required to this LyX version (beta). I
I> have read the INSTALL file. It stated that LyX 1.5.0beta1 can only
I> compiled with qt4.

Hello,

The qt3 frontend that we had in LyX 1.4 has indeed been abandoned for
various reasons and replaced by the new qt4 one. So you have
unfortunately to hunt for a proper qt4 package somewhere.

JMarc


Re: degree symbol in lyx on ubuntu with the Compose key

2007-03-09 Thread Helge Hafting

Michael Wojcik wrote:

John Pye wrote:

Setting key to 4128,
KeySym is Shift_L
isOK is 1
isMod is 1
isModifier true
sending IMStart with 0 chars to 0x86031c8
sending IMEnd with 1 chars to 0x86031c8, text=
Setting key to 0, ?
KeySym is ?
isOK is 1
isMod is 0
encoding is iso8859-1
Using codec ISO 8859-1
Oof. Can't encode the text !
ISOEncoded returning value 0


At this point, a LyX developer will have to weigh in, I'm afraid.  
I've been meaning to grab the LyX sources and familiarize myself with 
the code, but haven't had time yet.  (My rather limited time for 
mucking about with other people's sources is currently taken up with 
writing Wireshark dissectors...)


The "Can't encode the text" by itself makes me suspicious that the ISO 
8859-1 codec isn't recognizing the degree symbol.  But the degree 
symbol is in ISO 8859-1 - it's code point 176.[1]

Are you sure you're getting a degree symbol and not a zero exponent?
Those two are different - degree is a perfect circle while the zero exponent
is a tiny "0".

When I type ^0 I get a zero exponent: ⁰
Typing ALT 0 (in an xterm) gives me the degree: °

The degree symbol works when I paste it into LyX.  The zero exponent
does not print unless I change the document encoding to utf8x.
This encoding is available in LyX 1.5 - I don't know about earlier releases.

Helge Hafting








Re: Handy word list program for indexing

2007-03-09 Thread Michael Wojcik

Steve Litt wrote:


fmt -1 < tsjustfacts.txt  |  sed -e "s/^[[:space:][:punct:]]*//" | 
sed -e "s/[[:space:][:punct:]]*$//" | tr [:upper:] [:lower:] |  sort | 
uniq -c | sort -rn


The one thing this doesn't do is, upon final sort, sort by count descending 
but name ascending. Can you think of a way to do that with standard Linux 
commands?


Do you mean you want a sort key composed of the count, sorted 
numerically and descending, and the name, sorted lexically and 
ascending?  So that words with the same count will be grouped together 
in the output and, within that group, sorted lexically?


Change the final sort to specify a multipart key:

   sort -k 1nr -k 2

That says "sort by a key composed of the first field, taken as numeric, 
in reverse order; and the second field, using the default options 
(lexicographic and ascending).


This syntax is standard for sort(1) as of SUSv3, by the way - it's not 
specific to Linux.


--
Michael Wojcik



Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Abdelrazak Younes

I Wayan Warmada wrote:

Dear Colleges,
is it possible to compile LyX 1.5.0 stable with QT3
I have not qt4, which is required to this LyX version (beta).
I have read the INSTALL file. It stated that LyX 1.5.0beta1
can only compiled with qt4.


Official and Unofficial distro support are listed here:

http://www.blogistan.co.uk/qt/

The minimum supported version is Qt4.0.2 I think. Of course you won't 
find that anywhere :-)


Abdel.



Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

  In my document I have this frame:

\begin_layout BeginFrame
Expressing Preferences
\end_layout

\begin_layout ColumnsTopAligned

\end_layout

\begin_deeper
\begin_layout Column
6cm
\end_layout

\begin_layout Standard
\begin_inset Float figure
wide false
sideways false
status collapsed

\begin_layout Standard
\align right
\begin_inset Graphics
filename omr-form.pdf
height 8cm
clip

\end_inset


\end_layout

\end_inset


\end_layout

\begin_layout Column
6cm
\end_layout

\begin_layout Itemize
Anonymous.
\end_layout

\begin_layout Itemize
Project position demonstrates no group systematically excluded.
\end_layout

\begin_layout Itemize
Every vote has equal weight.
\end_layout

\begin_layout Itemize
Audit trail.
\end_layout

\begin_layout Itemize
Process can be extended to multiple meetings.
\end_layout

\end_deeper
\begin_layout EndFrame

  When it's compiled by pdflatex and displayed the pdf image in the left column
is lower -- touching the frame bottom -- and the list of items on the right
are higher in the frame.

  I've tried various adjustments, but none work. If you see what needs to be
done, please let me know.

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
 Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Georg Baum
Abdelrazak Younes wrote:

> The minimum supported version is Qt4.0.2 I think.

No. 4.1.0.

> Of course you won't 
> find that anywhere :-)

Indeed (because it does not exist). All other versions can be found here:
ftp://ftp.trolltech.com/qt/source


Georg



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Jean-Pierre Chretien

>>Date: Fri, 9 Mar 2007 07:13:59 -0800 (PST)
>>From: Rich Shepard <[EMAIL PROTECTED]>
>>To: lyx-users@lists.lyx.org
>>Subject: Beamer Class: Columns Not Top Aligned
>>
>>   In my document I have this frame:
[...]
>>
>>   When it's compiled by pdflatex and displayed the pdf image in the left 
column
>>is lower -- touching the frame bottom -- and the list of items on the right
>>are higher in the frame.
>>
>>   I've tried various adjustments, but none work. If you see what needs to be
>>done, please let me know.

Can't reproduce it here (lyx-1.4.4/Solaris, recent beamer cvs snapshot),
top alignment is OK - I replaced your graphic with 
/usr/local/share/lyx/clipart/platypus.eps

Maybe the graphic is the problem ? You may check with the platypus
(I see that you clip, does it work with pdflatex ?)

-- 
Jean-Pierre

PS The float is not necessary IMHO, doesn't make really sense in a slide, you
want the graphic here and nowhere else.



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Can't reproduce it here (lyx-1.4.4/Solaris, recent beamer cvs snapshot),
top alignment is OK - I replaced your graphic with
/usr/local/share/lyx/clipart/platypus.eps


JP,

  Interesting. I'm using 1.5svn; can't connect to the Web site to get the
released 1.5. I thought Europe took its holiday in August, not March. :-)


Maybe the graphic is the problem ? You may check with the platypus (I see
that you clip, does it work with pdflatex ?)


  Perhaps that is the problem. When the pdf file is viewed in an expanded
float there is a lot of white space around it. I've no idea if the clipping
is accomplishing anything.

  I can try converting the .pdf to .eps and see if I lose any resolution.
It's an OMR form for scanning, so high resolution is important.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
 Voice: 503-667-4517  Fax: 503-667-8863


Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Maybe the graphic is the problem ? You may check with the platypus (I see
that you clip, does it work with pdflatex ?)


Jean-Pierre,

  It was the float, not the graphic itself. When I deleted the float and
placed the graphic itself, up it floated. I'm going to try \hspace{1cm} to
move it away from the left edge of the frame.

Merci!

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
 Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread Abdelrazak Younes

Georg Baum wrote:

Abdelrazak Younes wrote:


The minimum supported version is Qt4.0.2 I think.


No. 4.1.0.


I meant "source compatible". IIRC, Jurgen managed to compile LyX with 
4.0 or 4.0.1... But you're right we've decided that the minimum 
supported version will be 4.1.0.




Of course you won't 
find that anywhere :-)


Indeed (because it does not exist). All other versions can be found here:
ftp://ftp.trolltech.com/qt/source


I meant a binary package.

Abdel.



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Jean-Pierre Chretien

>>Date: Fri, 9 Mar 2007 08:27:21 -0800 (PST)
>>From: Rich Shepard <[EMAIL PROTECTED]>
>>To: lyx-users@lists.lyx.org
>>Subject: Re: Beamer Class: Columns Not Top Aligned
>>
>>On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:
>>
>>> Maybe the graphic is the problem ? You may check with the platypus (I see
>>> that you clip, does it work with pdflatex ?)
>>
>>Jean-Pierre,
>>
>>   It was the float, not the graphic itself. When I deleted the float and
>>placed the graphic itself, up it floated. I'm going to try \hspace{1cm} to
>>move it away from the left edge of the frame.

Why not use Edit->Paragraph setting ? Control is in the
column, so you may flushright or center.

>>Merci!
Bienvenue !

-- 
Jean-Pierre



Re: Beamer Class: Columns Not Top Aligned

2007-03-09 Thread Rich Shepard

On Fri, 9 Mar 2007, Jean-Pierre Chretien wrote:


Why not use Edit->Paragraph setting ? Control is in the
column, so you may flushright or center.


  Because it did not occur to me to do this.

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
 Voice: 503-667-4517  Fax: 503-667-8863


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 Richard Heck

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
>
>
>
>   


-- 
==
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: 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: Current mirror list (was: Server Mirror (was: LyX-1.5.0 for Mac))

2007-03-09 Thread Sam Lewis
Currently there are these mirrors (in Germany, France, and the US):

http://lyx.cybermirror.org/
http://lyx.mirror.fr/
ftp://ftp.via.ecp.fr/pub/lyx/
ftp://ftp.sdsc.edu/pub/other/lyx/

Cheers, Sam



Re: LyX version 1.5.0 (beta 1) is released

2007-03-09 Thread Andrés Becerra Sandoval

On 3/8/07, Hellmut Weber <[EMAIL PROTECTED]> wrote:

Hi Andrés,
thanks for the pointer to the ebuild for lyx-1.5.0b1 ebuild.

I downloaded it, editet the options for the suffix etc. as indicated by
Georg and Russel but I couldn't convince emerge to use it. eix too
ignored it.

What would I have to do to get it working?



Hello Hellmut,

You should place the ebuild in an overlay, lets say
"/usr/local/portage". Edit /etc/make.conf adding this:

PORTDIR_OVERLAY="/usr/local/portage"


-Then create  these complete route: /usr/local/portage/app-office/lyx/files
- Move the ebuild there
- cp /usr/portage/app-office/lyx/files/lyx.desktop
/usr/local/portage/app-office/lyx/files
- Put the patch in the Gentoo bugzilla (lyx-1.5.0_beta1-gentoo.patch)
in /usr/local/portage/app-office/lyx/files
- ebuild /usr/local/portage/app-office/lyx/lyx-1.5.0_beta1.ebuild digest
- emerge -av lyx



BTW i verified the packages mentioned in the DEPEND sections: most have
already been merged some of the libX's weren't known to eix. ???



The emerge -av lyx should list the dependencies portage is going to merge .

I hope it helps

--
 Andrés


Re: What has happend to lyx.org?

2007-03-09 Thread christian . ridderstrom

On Thu, 8 Mar 2007, Gunnar Lindholm wrote:


Any ETA on when it will return?


No, unfortunately not. (In fact, we don't even know what the problem is 
and we haven't been able to reach person who has direct access to the 
server in question).


/C

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

Re: How does one change the margins on one page only?

2007-03-09 Thread Steve Litt
On Wednesday 07 March 2007 09:39, Sara Stymne wrote:
> Hi!
>
> The latex package "chngpage" might be useful.
>
> /Sara
>
> Steve Litt wrote:
> >Hi all,
> >
> >How does one change the margins on one page only? I need the first page
> > (I'm not using a title page -- I'm ERT'ing it) to be an image that goes
> > paper edge to paper edge.
> >
> >Thanks
> >
> >SteveT

Thanks Sara,

The chngpage package was indeed part ofthe solution.

To summarize the requirements leading up to this, on my Ebook I wanted to have 
my book cover be a large .jpg inserted into my LyX file. No problem clashing 
with the title enviroments or commands, because I used ERT for the entire 
frontmatter. The only thing is, I needed to change the front page (the one 
with the book cover .jpg) to accommodate a .jpg almost 8.5x11, and of course 
the document's native vertical and horizontal margins are nothing like that.

I tried exclusively using commands from chngpage, but although that 
accommodated the graphic, it screwed up the rest of the document, and I found 
no way to confine it to an environment or \begingroup{}\endgroup pair. So in 
the end, here's what I did...

\enlargethispage{1.85in}~\vskip -1.9in\leftskip -1.8in\hfill\vfill
(graphic goes here)
\vfill\hfill\thispagestyle{empty}
\leftskip 0in\rightskip 0in
(page after cover goes here)

Of the preceding ERT, only \enlargethispage{} comes from the chngpage package.

Be aware that the balance between values of \enlargethispage{}, \vskip, 
\leftskip, \rightskip, and the size of the graphic are tricky. I came upon 
many situations where the graphic would shoot all the way to one side or the 
other (that's why I put in the \hfill commands), and also from the top to the 
bottom (I believe the way it works is that the value of \enlargethispage{} 
must exactly accommodate the vertical size of the graphic).

If this sounds like a lot of work, keep in mind that in my last book, I had to 
use pdftk to put a cover graphic on it, and pdftk screwed up the physical 
page numbering.

Once again, thanks Sara, and all the rest of you who have helped me.

SteveT


Orphan on Page

2007-03-09 Thread Rich Shepard

  How interesting. I copied my Beamer class presentation to KOMA-script
article class to provide a take-away hard copy. Then I changed the page size
to 6"x9" so there's plenty of room for notes. At the bottom of page 2 is a
single line. I thought that TeX took care of that.

  What have I missed?

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
 Voice: 503-667-4517  Fax: 503-667-8863


Re: Compiling LyX 1.5.0 with QT3

2007-03-09 Thread I Wayan Warmada

- Original Message 
From: José Matos <[EMAIL PROTECTED]>

> Nope. You read correctly lyx-1.5.0-beta only works with qt4, not qt3.

Yes, I have tried to compile it before reading the INSTALL file as usually for 
LyX 1.4 series. After getting an error, I read the INSTALL file which is the 
new LyX version can be installed only with qt4.

> What OS/distribution are you using?

I use SuSE 10.0. I have tried to find suitable qt4 rpms packages for this 
version of SuSE but not yet found.

Thank you for your response,
Wayan






 

Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 

Re: Orphan on Page

2007-03-09 Thread Jürgen Spitzmüller
Rich Shepard wrote:
> I thought that TeX took care of that.

Unless there are consequences that TeX judges "worse" than an orphan, if this 
specific line is moved to the next page. This is always a pro- and con-game.

> What have I missed?

You could increase \clubpenalty (which is set to 500 initially; e.g. 
\clubpenalty = 1).

Jürgen


Re: degree symbol in lyx on ubuntu with the Compose key

2007-03-09 Thread John Pye
Helge Hafting wrote:
> Are you sure you're getting a degree symbol and not a zero exponent?
> Those two are different - degree is a perfect circle while the zero
> exponent
> is a tiny "0".
>
> When I type ^0 I get a zero exponent: ⁰
> Typing ALT 0 (in an xterm) gives me the degree: °
>
> The degree symbol works when I paste it into LyX.  The zero exponent
> does not print unless I change the document encoding to utf8x.
> This encoding is available in LyX 1.5 - I don't know about earlier
> releases.
>
> Helge Hafting

On my keyboard, the r-alt ^ 0 sequence gives me the degree symbol: °

Interestingly, the sequence r-alt 0 ^ also gives me that. So obviously
the r-alt 0 can't work in this case.

I don't know what gives me the 0 exponent. I haven't messed with any
mappings other than to set right-alt as my compose key. This is a
standard Ubuntu 6.10 system.

Cheers
JP