Re: ubuntu edgy checkinstall packages amd64 i386

2007-02-15 Thread Vaclav Smidl
On Wednesday 14 February 2007, Andrew Corrigan wrote:
 I made packages for ubuntu edgy with checkinstall:

 http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_amd64.deb
 http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_i386.deb

 Note, it's not a fully functional package.  It just saves you the
 trouble of compiling from source and allows you to remove the package
 with synaptic.

 - Andrew Corrigan

Hi Andrew,
thanks for the package. It works very well. :-)

Vasek


Re: LyX 1.4.4 is released

2007-02-15 Thread Jean-Marc Lasgouttes
 Rich == Rich Shepard [EMAIL PROTECTED] writes:

Rich On Wed, 14 Feb 2007, Jean-Marc Lasgouttes wrote:
 Public release of LyX version 1.4.4

Rich   Thank you, gentlemen.

Rich   I built a Slackware-11.0 package (using lyx.SlackBuild and the
Rich Qt front end), upgraded from -1.4.3, and it works just as
Rich expected.

Rich   If you'd like a copy of that package somewhere, I'll be happy
Rich to put it there.

Yes please. Put it at ftp.devel.lyx.org/pub/incoming, or at any other
convenient place from where I can grab it.

JMarc


Re: Beamer and font size

2007-02-15 Thread Julio Rojas

Finally!!! Thanks Paul for the code sample. I had to move the titlegraphic
line to the preamble (don't know why) and to use graphicx package for both
titlegraphics and logo, with a PNG file.

One last thing, the file compiles flawlessly with PDFLATEX but gives tons of
errors with PS2PDF. I believe the errors come from an imposibility of
finding the size of the image for each slide, two errors per slide. Can
anybody confirm this situation? Should I report a bug?

On 2/14/07, Paul A. Rubin [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...


Maybe the extension for the graphic file is required?  Seems to me
\includegraphics wants extensions and \pgfuseimage doesn't (not sure,
though).

I've cobbled together a small example (LyX file, PNG graphic, PDF
output).  GMANE won't let me post it to the list (too large,
apparently), so I've placed it on a web server at
http://www.msu.edu/~rubin/lyx/.

Does this compile correctly for you?

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


math-macro and inline editing

2007-02-15 Thread Stefan Schimanski
Hi!

I want to make heavy use of math-macros to create type inference rules 
using proof.sty. I defined some macros using the \frac construct in 
the right box of the math-macro definition as preview, with several 
arguments #1, #2, ... In the left box I use the corresponding commands 
from proof.sty. 

Everything looks great  until I try to edit the arguments of the 
macro: LyX jumps into a third representation with several line 
prefixed with #1, #2 to enter the arguments. Is it supposed to work 
like that? Especially if you nest math-macros in your formulas this 
style of editing makes it unusable because you easily completely loose 
track of the structure of your formula.

Why isn't LyX using my preview definition for the macro with some 
placeholder boxes as the arguments? Although I don't know LyX's 
rendering code, it doesn't look to be much more complicated. But maybe I am 
wrong.

Regards
 Stefan




[announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Uwe Stöhr

Hello LyXers,

I published a new Windows installer version for LyX 1.4.4:

http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=12226

More infos about this installer can be found here:
http://wiki.lyx.org/Windows/LyXWinInstaller

The most impotant changes in this installer version are:

- The small installer version does not ship GSView anymore
- The complete installer version offers to install JabRef, a BibTeX database 
manager
- This know problem is now fixed with the new MiKTeX version that comes 
together with this
  installer:
  LyX's package and class database is incomplete when you don't have an
  open internet connection while LyX is first started. (This is a bug in 
MiKTeX.)
  Workaround: open an internet connection and reconfigure LyX

  This kills the textclass not found problem. Please report me if you still 
have this problem.

  !You don't need to reinstall MiKTeX to benefit from the fix, the installer 
will ask you to update
  MiKTeX. Press Yes when this question is shown and that's it.

---
 Here is the complete installer changelog:

- update to LyX 1.4.4
- update to MiKTeX 2.5.2580
- update to ImageMagick 6.3.2-5

- GSView is no longer shipped with the small installer version
- existing Python installation is now only used for LyX when it is Python 2.5
  (some Compaq and Dell computers are delivered with outdated Python 
interpreters)

- fix crash when viewing PDF when Adobe Reader/Acrobat 8 is used
- fix that complete installer version proposed to install GSview when it is 
already
  installed
- fix bug that installed Ghostscript is not always recognized
- fix bug that other PDF viewers then Acrobat/Adobe Reader and GSView weren't 
recognized

- updated Readme files for the installer sourcecode:
  - mention the Galician translation files for NSIS
  - mention the required NSIS-package InetLoad
  - require NSIS 2.22 to create the installer

Thanks to Ramon Flores:
- updated Spanish and Portuguese translation and new Galician translation of 
the installer
Thanks to Christian Ridderström:
- updated Swedish translation of the installer
Thanks to Gisela Stöhr:
- updated Slovak translation of the installer
Thanks to Szõke Sándor:
- updated Hungarian translation of the installer
Thanks to Edwin Leuven:
- updated Dutch translation of the installer
Thanks to Allesandro Garberi:
- updated Italian translation of the installer

This is now fixed in the included MiKTeX version!:
- LyX's package and class database is incomplete when you don't have an open 
internet
  connection while LyX is first started. (This is a bug in MiKTeX.)
  Workaround: open an internet connection and reconfigure LyX

---

best regards
Uwe

p.s. the complete installer version should be available within two hours.


Re: prevent word from hyphenation

2007-02-15 Thread Wolfgang Engelmann
Am Mittwoch, 14. Februar 2007 17:49 schrieb Uwe Stöhr:
 Wolfgang Engelmann schrieb:
  how do I prevent the hyphenation of a word

 see section 5.6.1 of this manual:
 http://www.lyx.org/trac/browser/lyx-devel/branches/BRANCH_1_4_X/lib/doc/Emb
eddedObjects.lyx (this manual is part of the just released LyX 1.4.4)

 regards Uwe

thanks, Uwe

Wolfgang


Re: math-macro and inline editing

2007-02-15 Thread Jean-Marc Lasgouttes
 Stefan == Stefan Schimanski [EMAIL PROTECTED] writes:

Stefan Everything looks great  until I try to edit the arguments
Stefan of the macro: LyX jumps into a third representation with
Stefan several line prefixed with #1, #2 to enter the arguments. Is
Stefan it supposed to work like that? Especially if you nest
Stefan math-macros in your formulas this style of editing makes it
Stefan unusable because you easily completely loose track of the
Stefan structure of your formula.

Stefan Why isn't LyX using my preview definition for the macro with
Stefan some placeholder boxes as the arguments? Although I don't know
Stefan LyX's rendering code, it doesn't look to be much more
Stefan complicated. But maybe I am wrong.

It used to do that, but this was changed in 1.3.x (I think). One
particular problem (which could be avoided) was to know what to do
when for example #1 is used twice.

I also think this should be reverted. But we have to find somebody who
wants to actually do it :)

JMarc


Re: LyX 1.4.4 is released

2007-02-15 Thread Rich Shepard

On Thu, 15 Feb 2007, Jean-Marc Lasgouttes wrote:


Yes please. Put it at ftp.devel.lyx.org/pub/incoming, or at any other
convenient place from where I can grab it.


JMarc,

  Let me confirm that it's my thoughtless use of the incorrect comment
symbol in the prefix that caused the problems and I'll do so. Later today
(left coast US time).

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


LyX nightmare

2007-02-15 Thread Steve Litt
Hi all,

I had a LyX nightmare last night. A couple lines at the end of a page ran 
way off the right margin and off the paper. There was no problem on the 
following page. So I investigated.

None of the usual suspects was at fault. There were no URLs on the line. There 
were no incredibly long words. The header immediately above these two lines 
was short and had nothing strange, but I suspected it was the header.

Then former president Bill Clinton joined me in troubleshooting. He 
hypothesized that the problem was in my mouse and took it apart. Then Clinton 
shrank himself so he could go inside the mouse, and the mouse magically 
transformed itself into a garage with a garage door opener. Clinton 
manipulated the mouse ball, which now looked like some sort of huge, round, 
childs-toy version of an alien spacecraft. After a thorough investigation, he 
showed me exactly where the mouse ball was leaking, stating that the leak 
still allowed the mouse to go up and down, but prevented side to side motion, 
and this indeed was the cause of the two lines going off the right side of 
the paper. 

Clinton finished the repair, closed the garage door and left. Only after he 
left did I discover that something was disconnected or missing, and I 
couldn't operate the garage door at all, therefore couldn't use my mouse and 
couldn't use LyX correctly. This put me in a state of terror, from which I 
woke up and immediately wrote this down.

LyX is good, but it's not the software of my dreams. 

Thank goodness.

SteveT

Steve Litt
Author: Universal Troubleshooting Process books and courseware
http://www.troubleshooters.com/


Re: LyX 1.4.4 is released

2007-02-15 Thread Rich Shepard

On Thu, 15 Feb 2007, Jean-Marc Lasgouttes wrote:



Yes please. Put it at ftp.devel.lyx.org/pub/incoming, or at any other
convenient place from where I can grab it.


JMarc,

  It's on its way.

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


Math fonts problem when upgrading to 1.4.4

2007-02-15 Thread mel b

Hi,

I have upgraded to 1.4.4 using the LyxWinInstaller, and the math fonts don't
display properly anymore (while they used to in 1.4.3).
Any ideas?

Thanks in advance,
Mélanie


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Tom Schlangen
Hi Uwe,

thank you very much for the new version!

Using the small Windows installer package (since MikTeX, ImageMagick etc 
installed already), after Installation under W2k and WinXP, starting v.1.4.4 
opens two windows now, first what appears to be a DOS-Box (probably cmd) and 
the LyXapplication itself

Now, after some output, the DOS-Box stays open. And it will stay open unless 
one closes it, and also it will re-appear again after restarting of LyX. Or 
after closing it and then doing a reconfigure from the LyX app itself.

This happens on two different machines (W2k and WinXP). 

Is this behaviour/appearance of a permanent (unless one closes it deliberately) 
additional DosBox/Cmd window intentional?

Tnx2u again,

   Tom Schlangen

-- 
mailto:[EMAIL PROTECTED]



Business Letter With Logo

2007-02-15 Thread Rich Shepard

  In January 2006 there was a long thread on using the KOMA-Script scrlttr2
class for business letters with logos. While Paul wanted the logo in the
left margin (and that was a majority of the thread), I want it centered on
the top of the first page. Subsequent pages should have (as the left
header): recipients name\\
 date\\
 page {pageno}
which I believe can be done using the 'myheader' style.

  I've read Chapter 6 in the scrguien manual and have tried to implement
what I read. It's not working for me.

  Below is what I have so far. I'd appreciate someone who has more knowledge
than do I take a look and tell me what I've missed. The logo pdf file is
attached.

TIA,

Rich
=
#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass scrlttr2
\begin_preamble
\usepackage{graphics,color,keyval}
\KOMAoptions{pagenumber=headleft,fromalign=left,
parskip=half,subject=afteropening}
\includegraphics{lyx-logo.pdf}
\end_preamble
\language english
\inputencoding auto
\fontscheme palatino
\graphics default
\paperfontsize default
\spacing single
\papersize letterpaper
\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 2
\paperpagestyle fancy
\tracking_changes false
\output_changes true
\end_header

\begin_body

\begin_layout Logo
\begin_inset Graphics
filename lyx-logo.pdf
clip

\end_inset


\end_layout

\begin_layout Date
February 15, 2007
\end_layout

\begin_layout Address
Addressee's name
\newline
Company Name
\newline
Street Address
\newline
City, ST Zip
\end_layout

\begin_layout Subject
This is the subject of this letter.
\end_layout

\end_body
\end_document


lyx-logo.pdf
Description: Adobe PDF document


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Julio Rojas

Updated to 1.4.4 on Vista via Complete installation file. While compiling
(PDFLATEX) a previously working beamer class document, the following error
is presented:

LaTeX Error: File beamer.cls.cls not found.
\usepackage
  [T1]{fontenc}
*** (cannot \read from terminal in nonstop modes)

Triend with a single line Beamer class file and the same error appears.


--
-
Julio Rojas
[EMAIL PROTECTED]


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Julio Rojas

Exported the LyX document to LaTeX and the fist line is:

\documentclass[spanish,20pt]{beamer.cls}

which, of course, shows where the problem lies.

On 2/15/07, Julio Rojas [EMAIL PROTECTED] wrote:


Updated to 1.4.4 on Vista via Complete installation file. While compiling
(PDFLATEX) a previously working beamer class document, the following error
is presented:

LaTeX Error: File beamer.cls.cls not found.
 \usepackage
   [T1]{fontenc}
*** (cannot \read from terminal in nonstop modes)

Triend with a single line Beamer class file and the same error appears.


--
-
Julio Rojas
[EMAIL PROTECTED]





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Math fonts problem when upgrading to 1.4.4

2007-02-15 Thread Paul A. Rubin

mel b wrote:

Hi,

I have upgraded to 1.4.4 using the LyxWinInstaller, and the math fonts 
don't

display properly anymore (while they used to in 1.4.3).
Any ideas?

Thanks in advance,
Mélanie



Here's a work-around.  Download the BaKoMa4LyX fonts from 
ftp://ftp.lyx.org/pub/lyx/contrib/BaKoMa4LyX-1.1.zip and unzip them in a 
temp directory.  Open the Windows font applet (from the Control Panel), 
and delete the eight fonts that correspond to the ones in the zip 
archive.  Then point the font applet at your temp directory and install 
the BaKoMa fonts.


I suggest keeping the zip file around for future use.

HTH,
/Paul



Re: math-macro and inline editing

2007-02-15 Thread Andre Poenitz
On Thu, Feb 15, 2007 at 11:24:23AM +, Stefan Schimanski wrote:
 Everything looks great  until I try to edit the arguments of the 
 macro: LyX jumps into a third representation with several line 
 prefixed with #1, #2 to enter the arguments. Is it supposed to work 
 like that?

Sort of, yes. So far no better idea has been proposed/implemented.

 Especially if you nest math-macros in your formulas this 
 style of editing makes it unusable because you easily completely loose 
 track of the structure of your formula.
 
 Why isn't LyX using my preview definition for the macro with some 
 placeholder boxes as the arguments?

Navigation between the arguments is non-obvious.
Macro arguments can be used more than once. 

 Although I don't know LyX's rendering code, it doesn't look to be much
 more complicated. But maybe I am wrong.

Just try to implement something better. If it works out, we should use
that.

Andre'


Re: math-macro and inline editing

2007-02-15 Thread Andre Poenitz
On Thu, Feb 15, 2007 at 01:54:06PM +0100, Jean-Marc Lasgouttes wrote:
 It used to do that, but this was changed in 1.3.x (I think).

1.2 with the math rewrite (I think)

 One particular problem (which could be avoided) was to know what to do
 when for example #1 is used twice.

This did not work at all in pre 1.2 times.

Andre'


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Mukhtar Ullah
I have a strange problem with LyX-144. I have pdf figures in my documents annd
when I export to pdflatex, the graphics are screwed up; they are scaleup to
cross the pages; and are reduced terrably in quality. This was not the case with
LyX143.
I had to switch back immediately.


Mukhtar  






Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Georg Baum
Am Donnerstag, 15. Februar 2007 22:13 schrieb Mukhtar Ullah:
 I have a strange problem with LyX-144. I have pdf figures in my documents 
annd
 when I export to pdflatex, the graphics are screwed up; they are scaleup 
to
 cross the pages; and are reduced terrably in quality. This was not the 
case with
 LyX143.
 I had to switch back immediately.

You don't need to do that. You probably have modified the pdf format. 
Simply tick the Vector format checkbox for this format in the 
preferences as indicated in the announcement, and you get back the old 
quality.


Georg



Re: LyX 1.4.4 is released

2007-02-15 Thread Jean-Marc Lasgouttes
 Rich == Rich Shepard [EMAIL PROTECTED] writes:

Rich JMarc,

Rich   It's on its way.

Thanks, I uploaded it.

JMarc


How to center graphics in Lyx?

2007-02-15 Thread Christian Röttgers
Hi everyone,

could anyone please tell me, how to center a graphic with lyx?

In most cases the width of  my graphics are 100% of the text, but in two
cases they are smaller, but there are an the left of the side. But I would
like to have them centered.

Please help me,
Bye bye



Re: math-macro and inline editing

2007-02-15 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

 Why isn't LyX using my preview definition for the macro with some
 placeholder boxes as the arguments?

Andre Navigation between the arguments is non-obvious. Macro
Andre arguments can be used more than once.

We could decide that only the first instance is editable, or that they
are all editable and the result is visible in all instance at the same
time...

JMarc


Re: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, Christian Röttgers [EMAIL PROTECTED] wrote:

could anyone please tell me, how to center a graphic with lyx?

In most cases the width of  my graphics are 100% of the text, but in two
cases they are smaller, but there are an the left of the side. But I would
like to have them centered.


Just before the graphic and inside an ERT box:

\centering

Paul


Re: How to center graphics in Lyx?

2007-02-15 Thread Les Denham
On Thursday 15 February 2007 15:47, Christian Röttgers wrote:
 Hi everyone,

 could anyone please tell me, how to center a graphic with lyx?

 In most cases the width of  my graphics are 100% of the text, but in two
 cases they are smaller, but there are an the left of the side. But I would
 like to have them centered.

 Please help me,
 Bye bye

Put an hfill before and after the graphics, on the same line:
Insert-Special Formatting-Horizontal Fill (Lyx 1.4)
Insert-Special Character-Hfill (Lyx 1.3)

You can also center-align the paragraph containing the graphic (even within a 
float), but I've had fewer problems with the Hfill.
-- 
Les

~~
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


AW: How to center graphics in Lyx?

2007-02-15 Thread Christian Röttgers
Thanks for your answer, but none helped.

Should I have told you before, that the graphic is within a float-
environment, because I need a caption?

Thanks in advance!



On 2/15/07, Christian Röttgers [EMAIL PROTECTED] wrote:
 could anyone please tell me, how to center a graphic with lyx?

 In most cases the width of  my graphics are 100% of the text, but in two
 cases they are smaller, but there are an the left of the side. But I would
 like to have them centered.

Put an hfill before and after the graphics, on the same line:
Insert-Special Formatting-Horizontal Fill (Lyx 1.4) Special 
Insert-Character-Hfill (Lyx 1.3)

You can also center-align the paragraph containing the graphic (even within
a float), but I've had fewer problems with the Hfill.
--
Les

-Ursprüngliche Nachricht-

Just before the graphic and inside an ERT box:

\centering

Paul



Re: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, Christian Röttgers [EMAIL PROTECTED] wrote:

Thanks for your answer, but none helped.

Should I have told you before, that the graphic is within a float-
environment, because I need a caption?


Then, just insert

\centering

inside the float, but before the image.

Paul


AW: How to center graphics in Lyx?

2007-02-15 Thread Christian Röttgers
Hi Paul,

thank you very much!

That´s it!

Bye bye
Christian

-Ursprüngliche Nachricht-
Von: Paul Smith [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 15. Februar 2007 23:11
An: lyx-users@lists.lyx.org
Betreff: Re: How to center graphics in Lyx?

On 2/15/07, Christian Röttgers [EMAIL PROTECTED] wrote:
 Thanks for your answer, but none helped.

 Should I have told you before, that the graphic is within a float-
 environment, because I need a caption?

Then, just insert

\centering

inside the float, but before the image.

Paul



Re: AW: How to center graphics in Lyx?

2007-02-15 Thread christian . ridderstrom

On Thu, 15 Feb 2007, Christian Röttgers wrote:


Hi Paul,

thank you very much!


I think you can also change the paragraph settings for the paragraph above 
the caption with the actual image, and change that to centered.


/Christian

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

Re: math-macro and inline editing

2007-02-15 Thread Stefan Schimanski
 Why isn't LyX using my preview definition for the macro with some 
 placeholder boxes as the arguments?
 
 Navigation between the arguments is non-obvious.
 Macro arguments can be used more than once. 

But as I understand the second part of the macro is the editing template. 
That uses a usual formula with some holes. If I had typed the same 
formula manually there would be some navigation logic. Why can't that used 
here as well, just with some parts being unchangeable because they belong 
to the template.

And even if you just number the holes of the templates and let the cursor 
jump from n to n+1 and n-1 by left and right would be ok. Don't really see 
a problem here. As Jean-Marc wrote, if an argument appear more than once, 
just update all of the appearances.

Schimmi




Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

I think you can also change the paragraph settings for the paragraph above
the caption with the actual image, and change that to centered.


Notwithstanding, I remember Herbert Voss electing the '\centering'
solution as the best one.

Paul


Re: How to center graphics in Lyx?

2007-02-15 Thread Rich Shepard

On Thu, 15 Feb 2007, Paul Smith wrote:


Then, just insert

\centering

inside the float, but before the image.


  Or, place the cursor at the beginning of the caption and use
Format-Paragraph-Layout to center it.

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: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Mukhtar Ullah
Georg Baum [EMAIL PROTECTED] writes:

 
 Am Donnerstag, 15. Februar 2007 22:13 schrieb Mukhtar Ullah:
  I have a strange problem with LyX-144. I have pdf figures in my documents 
 annd
  when I export to pdflatex, the graphics are screwed up; they are scaleup 
 to
  cross the pages; and are reduced terrably in quality. This was not the 
 case with
  LyX143.
  I had to switch back immediately.
 
 You don't need to do that. You probably have modified the pdf format. 
 Simply tick the Vector format checkbox for this format in the 
 preferences as indicated in the announcement, and you get back the old 
 quality.
 
 Georg
 
 Georg,
Thank you for your suggestion. But that did not help either. I ticked the option
vector format in the format preferences. Something must be wrong with this new
LyX build, because the qualtity is not the only problem. It is unable toplace
the figure properly. All my pdf figures are placed such that only a fraction of
it appears and the rest looks clipped off the page. This never happened before.
I know that I have not changed my pdf graphics, because I reinstalled LyX143 and
everything was normal again. Even the alpha version LyX150 is handling them
correctly. The problem seems to be with this version. A few mintues ago, the
official version of LyX144 appeared on http://wiki.lyx.org/Windows/Windows.
I quickly installed it, but that made no difference.
This is really frustrating, because I don't want to use the old-fashioned eps at
all. 

Mukhtar
 





Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Gunnar
 Notwithstanding, I remember Herbert Voss electing the '\centering'
 solution as the best one.
He seems to be very good at this, so why did he say this?

I can't remember if I have ever had any problem with the paragraph 
justification solution.


Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, Gunnar [EMAIL PROTECTED] wrote:

 Notwithstanding, I remember Herbert Voss electing the '\centering'
 solution as the best one.
He seems to be very good at this, so why did he say this?

I can't remember if I have ever had any problem with the paragraph
justification solution.


I cannot recall it with precision, but I think Herbert wrote it in
this very list.

Paul


Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, Paul Smith [EMAIL PROTECTED] wrote:

  Notwithstanding, I remember Herbert Voss electing the '\centering'
  solution as the best one.
 He seems to be very good at this, so why did he say this?

 I can't remember if I have ever had any problem with the paragraph
 justification solution.

I cannot recall it with precision, but I think Herbert wrote it in
this very list.


Found it:

http://wiki.lyx.org/FAQ/AllPages#toc117

Paul


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

2007-02-15 Thread Marius Disler

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!


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: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Uwe Stöhr

Tom Schlangen schrieb:


Now, after some output, the DOS-Box stays open. And it will stay open unless 
one closes it, and also it will re-appear again after restarting of LyX.


This console will stay open together with LyX's main Window. Closing this 
window also closes LyX.
The official installer use a special wrapper programm to hide the console window. Until this 
solution is not official it's not included.


regards Uwe


Re: Math fonts problem when upgrading to 1.4.4

2007-02-15 Thread Uwe Stöhr

mel b schrieb:


I have upgraded to 1.4.4 using the LyxWinInstaller, and the math fonts
don't
display properly anymore (while they used to in 1.4.3).
Any ideas?


Couldn't reproduce. What characters aren't correctly be displayed?

regards Uwe


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Uwe Stöhr

Julio Rojas schrieb:

Updated to 1.4.4 on Vista via Complete installation file. While compiling
(PDFLATEX) a previously working beamer class document, the following error
is presented:

LaTeX Error: File beamer.cls.cls not found.


My fault. Please replace the file beamer.layout with the atteched version. I'll release tomorrow a 
new version where this is fixed.


Sorry for the inconvenience.

regards Uwe
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[beamer,pgf.sty,xcolor.sty]{Beamer Presentation Class}
# Author : Till Tantau [EMAIL PROTECTED]

# $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 
2004/10/07 20:53:07 tantau Exp $

# Includes
Format 2
Input stdcounters.inc

# General textclass parameters
Columns 1
Sides   1
SecNumDepth 2
TocDepth2
DefaultStyleStandard

# This is just to show how to declare the default font.
# The defaults are exactly those shown here.
DefaultFont
  FamilySans
  SeriesMedium
  Shape Up
  Size  Normal
  Color None
EndFont

# Standard style definition
Style Standard
  MarginStatic
  LatexType Paragraph
  LatexName dummy
  ParIndent MM
  ParSkip   0.4
  Align Left
  AlignPossible Block, Left, Right, Center
  LabelType No_Label  
End

# Itemize style definition
Style Itemize
  MarginStatic
  LatexType Item_Environment
  LatexName itemize
  NextNoIndent  1
  LeftMarginMMN
  LabelSep  xx
  ItemSep   0.2
  TopSep0.7
  BottomSep 0.7
  ParSep0.3
  Align Left
  AlignPossible Left
  LabelType Itemize
  LabelString   *
End

# Enumerate style definition
Style Enumerate
  MarginStatic
  LatexType Item_Environment
  LatexName enumerate
  NextNoIndent  1
  LeftMarginMMN
  LabelSep  xx
  ParSkip   0.0
  ItemSep   0.2
  TopSep0.7
  BottomSep 0.7
  ParSep0.3
  Align Left
  AlignPossible Left
  LabelType Enumerate
End

# Description style definition
Style Description
  MarginFirst_Dynamic
  LatexType Item_environment
  LatexName description
  NextNoIndent  1
  LeftMarginMM
  LabelSep  xxx
  ParSkip   0.4
  ItemSep   0.2
  TopSep0.7
  BottomSep 0.7
  ParSep0.3
  Align Left
  AlignPossible Left
  LabelType Manual
  LabelString   MM

  # label font definition
  LabelFont 
Series  Bold
  EndFont
End

Style BeginFrame
  KeepEmpty 1
  LatexType Command
  LatexName lyxframeend{}\lyxframe
  MarginFirst_Dynamic
  NextNoIndent  1
  ParSkip   0
  TopSep2.5
  BottomSep 0.5
  ParSep0
  Align Center
  AlignPossible Center
  LabelType Static
  LabelBottomSep0
  LeftMarginM
  LabelString   Frame   

  Font
Series  Bold
SizeLargest
Color   Blue
  EndFont

  LabelFont 
Family  Roman
Color   latex
  EndFont

  Preamble
\makeatletter
[EMAIL PROTECTED]@lyxframestop}%
[EMAIL PROTECTED]@ifnextchar{\@@lyxframe}{\@@lyxframe*}}%
\def\@@lyxframe#1[EMAIL PROTECTED]@@@lyxframe#1}{\@@@lyxframe#1[]}}
\def\@@@lyxframe#1[EMAIL 
PROTECTED]{\@lyxframe#1[}{\lyxframe#1[*][}}
\def\@lyxframe#1[EMAIL 
PROTECTED]lyxframe#1[#2]}{\lyxframe#1[#2][]}}
\long\def\lyxframe#1[EMAIL PROTECTED]
  \frame#1[#2][#3]{\frametitle{#4}#5}}
\makeatother
  EndPreamble
End

Style BeginPlainFrame
  KeepEmpty 1
  LatexType Command
  LatexName lyxframeend{}\lyxplainframe
  MarginFirst_Dynamic
  NextNoIndent  1
  ParSkip   0
  TopSep2.5
  BottomSep 0.5
  ParSep0
  Align Center
  AlignPossible center
  LabelType Static
  LabelBottomSep0
  LeftMarginM
  LabelString   Frame (no head/foot/sidebars)  

  Font
Series  Bold
SizeLargest
Color   Blue
  EndFont

  LabelFont 
Family  Roman
Color   latex
  EndFont

  Preamble
\makeatletter
[EMAIL PROTECTED]@lyxframestop}%
[EMAIL PROTECTED]@ifnextchar{\@@lyxplainframe}{\@@lyxplainframe*}}%
\long\def\@@lyxplainframe#1[EMAIL PROTECTED]
  \frame#1[plain]{\frametitle{#2}#3}}
\makeatother
  EndPreamble
End

Style EndFrame
  KeepEmpty 1
  LatexType  

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

2007-02-15 Thread Uwe Stöhr

Marius Disler schrieb:

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


Are you using Acrobat 8 or Adobe Reader 8 as default PDF viewer?
If yes, what entry do you see in LyX's preferences in the file format section for the PDF types? It 
should be 'PDFViewWin8.cmd'.


If this is the case I think I found the bug. I'll upload a fixed installer version tomorrow. Thanks 
for the report.


regards Uwe


LyX 1.4.4 installation hangs, please help

2007-02-15 Thread Shu Li

Hi,

I downloaded the .bz2 package of lyx 1.4.4, and go configure
--prefix=/home/lishu/usr --with-frontend=qt and make, and it hangs here:

*
gmake[8]: Leaving directory `/home/lishu/download/lyx-1.4.4
/src/frontends/qt2/ui'
gmake  all-recursive
gmake[8]: Entering directory `/home/lishu/download/lyx-1.4.4
/src/frontends/qt2/ui'
Making all in .
gmake[9]: Entering directory `/home/lishu/download/lyx-1.4.4
/src/frontends/qt2/ui'
/usr/lib/qt-3.3/bin/uic -nounload -tr qt_ BiblioModuleBase.ui -o
BiblioModuleBase.h
/usr/lib/qt-3.3/bin/uic -nounload -tr qt_ -impl `echo BiblioModuleBase.h
BiblioModuleBase.ui pch.h.gch |sed 's/[^ ]*pch.h.gch//'` -o
BiblioModuleBase.C


I have tried 3 times and it always hangs after this line. No error or others
anywhere, just hangs. I am using qt3.3 and gcc3.4.3. And I could install lyx
1.4.3 very well. Could anyone give me a hint what's possibly wrong? Thanks.

best,
Sam


Feature request: minimize sections

2007-02-15 Thread Walt Ogburn
I like the ability to reduce figures, tables, and evil red text to a
grey box that can be clicked to restore it to full size.  I think it would
make sense to extend this to chapters and sections: there could be a small
minimize button next to the heading, which would cause the text to be
replaced by a grey box with the heading number and title.  Clicking on the
box would restore the full text.

Thanks for your work,
Walter Ogburn


Re: Feature request: minimize sections

2007-02-15 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Walt Ogburn wrote:
 I think it would
 make sense to extend this to chapters and sections: there could be a small
 minimize button next to the heading, which would cause the text to be
 replaced by a grey box with the heading number and title.  Clicking on the
 box would restore the full text.
I think this would actually be much more usable if it were implemented
as code folding as in, for example, Kate. That is to say, that the
minimise button is in the left margin and when it's clicked the entire
section is removed from view, leaving only the title (as in normal text).

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF1Tqo3arasOikFPYRAj1/AKC9D5dTRWimlpPKSm18AyqxDV0QFwCcD7Dv
h/6QRhMx9n2v56S1IpZzciU=
=QHW3
-END PGP SIGNATURE-



CJK-LyX-1.4.4

2007-02-15 Thread 한창길

Hello CJK-LyX users,

I have uploaded CJK-LyX-1.4.4 at the usual site,

ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt

Beware that the japanese users can have brand new menu translations in this 
version, submitted by Mr. Koji Yokoda ([EMAIL PROTECTED]). For Koreans, the 
included po file is so outdatedsigh.

Anyhow, enjoy!


cghan


Re: ubuntu edgy checkinstall packages amd64 i386

2007-02-15 Thread Ignacio García


Re: ubuntu edgy checkinstall packages amd64 i386

On Wednesday 14 February 2007, Andrew Corrigan wrote:

I made packages for ubuntu edgy with checkinstall:

http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_amd64.deb
http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_i386.deb

Note, it's not a fully functional package.  It just saves you the
trouble of compiling from source and allows you to remove the package
with synaptic.

- Andrew Corrigan


Hi Andrew,
thanks for your work on the package for Ubuntu.
It works fine.

Regards
Ignacio


Re: ubuntu edgy checkinstall packages amd64 i386

2007-02-15 Thread Vaclav Smidl
On Wednesday 14 February 2007, Andrew Corrigan wrote:
 I made packages for ubuntu edgy with checkinstall:

 http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_amd64.deb
 http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_i386.deb

 Note, it's not a fully functional package.  It just saves you the
 trouble of compiling from source and allows you to remove the package
 with synaptic.

 - Andrew Corrigan

Hi Andrew,
thanks for the package. It works very well. :-)

Vasek


Re: LyX 1.4.4 is released

2007-02-15 Thread Jean-Marc Lasgouttes
 Rich == Rich Shepard [EMAIL PROTECTED] writes:

Rich On Wed, 14 Feb 2007, Jean-Marc Lasgouttes wrote:
 Public release of LyX version 1.4.4

Rich   Thank you, gentlemen.

Rich   I built a Slackware-11.0 package (using lyx.SlackBuild and the
Rich Qt front end), upgraded from -1.4.3, and it works just as
Rich expected.

Rich   If you'd like a copy of that package somewhere, I'll be happy
Rich to put it there.

Yes please. Put it at ftp.devel.lyx.org/pub/incoming, or at any other
convenient place from where I can grab it.

JMarc


Re: Beamer and font size

2007-02-15 Thread Julio Rojas

Finally!!! Thanks Paul for the code sample. I had to move the titlegraphic
line to the preamble (don't know why) and to use graphicx package for both
titlegraphics and logo, with a PNG file.

One last thing, the file compiles flawlessly with PDFLATEX but gives tons of
errors with PS2PDF. I believe the errors come from an imposibility of
finding the size of the image for each slide, two errors per slide. Can
anybody confirm this situation? Should I report a bug?

On 2/14/07, Paul A. Rubin [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...


Maybe the extension for the graphic file is required?  Seems to me
\includegraphics wants extensions and \pgfuseimage doesn't (not sure,
though).

I've cobbled together a small example (LyX file, PNG graphic, PDF
output).  GMANE won't let me post it to the list (too large,
apparently), so I've placed it on a web server at
http://www.msu.edu/~rubin/lyx/.

Does this compile correctly for you?

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


math-macro and inline editing

2007-02-15 Thread Stefan Schimanski
Hi!

I want to make heavy use of math-macros to create type inference rules 
using proof.sty. I defined some macros using the \frac construct in 
the right box of the math-macro definition as preview, with several 
arguments #1, #2, ... In the left box I use the corresponding commands 
from proof.sty. 

Everything looks great  until I try to edit the arguments of the 
macro: LyX jumps into a third representation with several line 
prefixed with #1, #2 to enter the arguments. Is it supposed to work 
like that? Especially if you nest math-macros in your formulas this 
style of editing makes it unusable because you easily completely loose 
track of the structure of your formula.

Why isn't LyX using my preview definition for the macro with some 
placeholder boxes as the arguments? Although I don't know LyX's 
rendering code, it doesn't look to be much more complicated. But maybe I am 
wrong.

Regards
 Stefan




[announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Uwe Stöhr

Hello LyXers,

I published a new Windows installer version for LyX 1.4.4:

http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=12226

More infos about this installer can be found here:
http://wiki.lyx.org/Windows/LyXWinInstaller

The most impotant changes in this installer version are:

- The small installer version does not ship GSView anymore
- The complete installer version offers to install JabRef, a BibTeX database 
manager
- This know problem is now fixed with the new MiKTeX version that comes 
together with this
  installer:
  LyX's package and class database is incomplete when you don't have an
  open internet connection while LyX is first started. (This is a bug in 
MiKTeX.)
  Workaround: open an internet connection and reconfigure LyX

  This kills the textclass not found problem. Please report me if you still 
have this problem.

  !You don't need to reinstall MiKTeX to benefit from the fix, the installer 
will ask you to update
  MiKTeX. Press Yes when this question is shown and that's it.

---
 Here is the complete installer changelog:

- update to LyX 1.4.4
- update to MiKTeX 2.5.2580
- update to ImageMagick 6.3.2-5

- GSView is no longer shipped with the small installer version
- existing Python installation is now only used for LyX when it is Python 2.5
  (some Compaq and Dell computers are delivered with outdated Python 
interpreters)

- fix crash when viewing PDF when Adobe Reader/Acrobat 8 is used
- fix that complete installer version proposed to install GSview when it is 
already
  installed
- fix bug that installed Ghostscript is not always recognized
- fix bug that other PDF viewers then Acrobat/Adobe Reader and GSView weren't 
recognized

- updated Readme files for the installer sourcecode:
  - mention the Galician translation files for NSIS
  - mention the required NSIS-package InetLoad
  - require NSIS 2.22 to create the installer

Thanks to Ramon Flores:
- updated Spanish and Portuguese translation and new Galician translation of 
the installer
Thanks to Christian Ridderström:
- updated Swedish translation of the installer
Thanks to Gisela Stöhr:
- updated Slovak translation of the installer
Thanks to Szõke Sándor:
- updated Hungarian translation of the installer
Thanks to Edwin Leuven:
- updated Dutch translation of the installer
Thanks to Allesandro Garberi:
- updated Italian translation of the installer

This is now fixed in the included MiKTeX version!:
- LyX's package and class database is incomplete when you don't have an open 
internet
  connection while LyX is first started. (This is a bug in MiKTeX.)
  Workaround: open an internet connection and reconfigure LyX

---

best regards
Uwe

p.s. the complete installer version should be available within two hours.


Re: prevent word from hyphenation

2007-02-15 Thread Wolfgang Engelmann
Am Mittwoch, 14. Februar 2007 17:49 schrieb Uwe Stöhr:
 Wolfgang Engelmann schrieb:
  how do I prevent the hyphenation of a word

 see section 5.6.1 of this manual:
 http://www.lyx.org/trac/browser/lyx-devel/branches/BRANCH_1_4_X/lib/doc/Emb
eddedObjects.lyx (this manual is part of the just released LyX 1.4.4)

 regards Uwe

thanks, Uwe

Wolfgang


Re: math-macro and inline editing

2007-02-15 Thread Jean-Marc Lasgouttes
 Stefan == Stefan Schimanski [EMAIL PROTECTED] writes:

Stefan Everything looks great  until I try to edit the arguments
Stefan of the macro: LyX jumps into a third representation with
Stefan several line prefixed with #1, #2 to enter the arguments. Is
Stefan it supposed to work like that? Especially if you nest
Stefan math-macros in your formulas this style of editing makes it
Stefan unusable because you easily completely loose track of the
Stefan structure of your formula.

Stefan Why isn't LyX using my preview definition for the macro with
Stefan some placeholder boxes as the arguments? Although I don't know
Stefan LyX's rendering code, it doesn't look to be much more
Stefan complicated. But maybe I am wrong.

It used to do that, but this was changed in 1.3.x (I think). One
particular problem (which could be avoided) was to know what to do
when for example #1 is used twice.

I also think this should be reverted. But we have to find somebody who
wants to actually do it :)

JMarc


Re: LyX 1.4.4 is released

2007-02-15 Thread Rich Shepard

On Thu, 15 Feb 2007, Jean-Marc Lasgouttes wrote:


Yes please. Put it at ftp.devel.lyx.org/pub/incoming, or at any other
convenient place from where I can grab it.


JMarc,

  Let me confirm that it's my thoughtless use of the incorrect comment
symbol in the prefix that caused the problems and I'll do so. Later today
(left coast US time).

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


LyX nightmare

2007-02-15 Thread Steve Litt
Hi all,

I had a LyX nightmare last night. A couple lines at the end of a page ran 
way off the right margin and off the paper. There was no problem on the 
following page. So I investigated.

None of the usual suspects was at fault. There were no URLs on the line. There 
were no incredibly long words. The header immediately above these two lines 
was short and had nothing strange, but I suspected it was the header.

Then former president Bill Clinton joined me in troubleshooting. He 
hypothesized that the problem was in my mouse and took it apart. Then Clinton 
shrank himself so he could go inside the mouse, and the mouse magically 
transformed itself into a garage with a garage door opener. Clinton 
manipulated the mouse ball, which now looked like some sort of huge, round, 
childs-toy version of an alien spacecraft. After a thorough investigation, he 
showed me exactly where the mouse ball was leaking, stating that the leak 
still allowed the mouse to go up and down, but prevented side to side motion, 
and this indeed was the cause of the two lines going off the right side of 
the paper. 

Clinton finished the repair, closed the garage door and left. Only after he 
left did I discover that something was disconnected or missing, and I 
couldn't operate the garage door at all, therefore couldn't use my mouse and 
couldn't use LyX correctly. This put me in a state of terror, from which I 
woke up and immediately wrote this down.

LyX is good, but it's not the software of my dreams. 

Thank goodness.

SteveT

Steve Litt
Author: Universal Troubleshooting Process books and courseware
http://www.troubleshooters.com/


Re: LyX 1.4.4 is released

2007-02-15 Thread Rich Shepard

On Thu, 15 Feb 2007, Jean-Marc Lasgouttes wrote:



Yes please. Put it at ftp.devel.lyx.org/pub/incoming, or at any other
convenient place from where I can grab it.


JMarc,

  It's on its way.

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


Math fonts problem when upgrading to 1.4.4

2007-02-15 Thread mel b

Hi,

I have upgraded to 1.4.4 using the LyxWinInstaller, and the math fonts don't
display properly anymore (while they used to in 1.4.3).
Any ideas?

Thanks in advance,
Mélanie


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Tom Schlangen
Hi Uwe,

thank you very much for the new version!

Using the small Windows installer package (since MikTeX, ImageMagick etc 
installed already), after Installation under W2k and WinXP, starting v.1.4.4 
opens two windows now, first what appears to be a DOS-Box (probably cmd) and 
the LyXapplication itself

Now, after some output, the DOS-Box stays open. And it will stay open unless 
one closes it, and also it will re-appear again after restarting of LyX. Or 
after closing it and then doing a reconfigure from the LyX app itself.

This happens on two different machines (W2k and WinXP). 

Is this behaviour/appearance of a permanent (unless one closes it deliberately) 
additional DosBox/Cmd window intentional?

Tnx2u again,

   Tom Schlangen

-- 
mailto:[EMAIL PROTECTED]



Business Letter With Logo

2007-02-15 Thread Rich Shepard

  In January 2006 there was a long thread on using the KOMA-Script scrlttr2
class for business letters with logos. While Paul wanted the logo in the
left margin (and that was a majority of the thread), I want it centered on
the top of the first page. Subsequent pages should have (as the left
header): recipients name\\
 date\\
 page {pageno}
which I believe can be done using the 'myheader' style.

  I've read Chapter 6 in the scrguien manual and have tried to implement
what I read. It's not working for me.

  Below is what I have so far. I'd appreciate someone who has more knowledge
than do I take a look and tell me what I've missed. The logo pdf file is
attached.

TIA,

Rich
=
#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass scrlttr2
\begin_preamble
\usepackage{graphics,color,keyval}
\KOMAoptions{pagenumber=headleft,fromalign=left,
parskip=half,subject=afteropening}
\includegraphics{lyx-logo.pdf}
\end_preamble
\language english
\inputencoding auto
\fontscheme palatino
\graphics default
\paperfontsize default
\spacing single
\papersize letterpaper
\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 2
\paperpagestyle fancy
\tracking_changes false
\output_changes true
\end_header

\begin_body

\begin_layout Logo
\begin_inset Graphics
filename lyx-logo.pdf
clip

\end_inset


\end_layout

\begin_layout Date
February 15, 2007
\end_layout

\begin_layout Address
Addressee's name
\newline
Company Name
\newline
Street Address
\newline
City, ST Zip
\end_layout

\begin_layout Subject
This is the subject of this letter.
\end_layout

\end_body
\end_document


lyx-logo.pdf
Description: Adobe PDF document


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Julio Rojas

Updated to 1.4.4 on Vista via Complete installation file. While compiling
(PDFLATEX) a previously working beamer class document, the following error
is presented:

LaTeX Error: File beamer.cls.cls not found.
\usepackage
  [T1]{fontenc}
*** (cannot \read from terminal in nonstop modes)

Triend with a single line Beamer class file and the same error appears.


--
-
Julio Rojas
[EMAIL PROTECTED]


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Julio Rojas

Exported the LyX document to LaTeX and the fist line is:

\documentclass[spanish,20pt]{beamer.cls}

which, of course, shows where the problem lies.

On 2/15/07, Julio Rojas [EMAIL PROTECTED] wrote:


Updated to 1.4.4 on Vista via Complete installation file. While compiling
(PDFLATEX) a previously working beamer class document, the following error
is presented:

LaTeX Error: File beamer.cls.cls not found.
 \usepackage
   [T1]{fontenc}
*** (cannot \read from terminal in nonstop modes)

Triend with a single line Beamer class file and the same error appears.


--
-
Julio Rojas
[EMAIL PROTECTED]





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Math fonts problem when upgrading to 1.4.4

2007-02-15 Thread Paul A. Rubin

mel b wrote:

Hi,

I have upgraded to 1.4.4 using the LyxWinInstaller, and the math fonts 
don't

display properly anymore (while they used to in 1.4.3).
Any ideas?

Thanks in advance,
Mélanie



Here's a work-around.  Download the BaKoMa4LyX fonts from 
ftp://ftp.lyx.org/pub/lyx/contrib/BaKoMa4LyX-1.1.zip and unzip them in a 
temp directory.  Open the Windows font applet (from the Control Panel), 
and delete the eight fonts that correspond to the ones in the zip 
archive.  Then point the font applet at your temp directory and install 
the BaKoMa fonts.


I suggest keeping the zip file around for future use.

HTH,
/Paul



Re: math-macro and inline editing

2007-02-15 Thread Andre Poenitz
On Thu, Feb 15, 2007 at 11:24:23AM +, Stefan Schimanski wrote:
 Everything looks great  until I try to edit the arguments of the 
 macro: LyX jumps into a third representation with several line 
 prefixed with #1, #2 to enter the arguments. Is it supposed to work 
 like that?

Sort of, yes. So far no better idea has been proposed/implemented.

 Especially if you nest math-macros in your formulas this 
 style of editing makes it unusable because you easily completely loose 
 track of the structure of your formula.
 
 Why isn't LyX using my preview definition for the macro with some 
 placeholder boxes as the arguments?

Navigation between the arguments is non-obvious.
Macro arguments can be used more than once. 

 Although I don't know LyX's rendering code, it doesn't look to be much
 more complicated. But maybe I am wrong.

Just try to implement something better. If it works out, we should use
that.

Andre'


Re: math-macro and inline editing

2007-02-15 Thread Andre Poenitz
On Thu, Feb 15, 2007 at 01:54:06PM +0100, Jean-Marc Lasgouttes wrote:
 It used to do that, but this was changed in 1.3.x (I think).

1.2 with the math rewrite (I think)

 One particular problem (which could be avoided) was to know what to do
 when for example #1 is used twice.

This did not work at all in pre 1.2 times.

Andre'


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Mukhtar Ullah
I have a strange problem with LyX-144. I have pdf figures in my documents annd
when I export to pdflatex, the graphics are screwed up; they are scaleup to
cross the pages; and are reduced terrably in quality. This was not the case with
LyX143.
I had to switch back immediately.


Mukhtar  






Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Georg Baum
Am Donnerstag, 15. Februar 2007 22:13 schrieb Mukhtar Ullah:
 I have a strange problem with LyX-144. I have pdf figures in my documents 
annd
 when I export to pdflatex, the graphics are screwed up; they are scaleup 
to
 cross the pages; and are reduced terrably in quality. This was not the 
case with
 LyX143.
 I had to switch back immediately.

You don't need to do that. You probably have modified the pdf format. 
Simply tick the Vector format checkbox for this format in the 
preferences as indicated in the announcement, and you get back the old 
quality.


Georg



Re: LyX 1.4.4 is released

2007-02-15 Thread Jean-Marc Lasgouttes
 Rich == Rich Shepard [EMAIL PROTECTED] writes:

Rich JMarc,

Rich   It's on its way.

Thanks, I uploaded it.

JMarc


How to center graphics in Lyx?

2007-02-15 Thread Christian Röttgers
Hi everyone,

could anyone please tell me, how to center a graphic with lyx?

In most cases the width of  my graphics are 100% of the text, but in two
cases they are smaller, but there are an the left of the side. But I would
like to have them centered.

Please help me,
Bye bye



Re: math-macro and inline editing

2007-02-15 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

 Why isn't LyX using my preview definition for the macro with some
 placeholder boxes as the arguments?

Andre Navigation between the arguments is non-obvious. Macro
Andre arguments can be used more than once.

We could decide that only the first instance is editable, or that they
are all editable and the result is visible in all instance at the same
time...

JMarc


Re: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, Christian Röttgers [EMAIL PROTECTED] wrote:

could anyone please tell me, how to center a graphic with lyx?

In most cases the width of  my graphics are 100% of the text, but in two
cases they are smaller, but there are an the left of the side. But I would
like to have them centered.


Just before the graphic and inside an ERT box:

\centering

Paul


Re: How to center graphics in Lyx?

2007-02-15 Thread Les Denham
On Thursday 15 February 2007 15:47, Christian Röttgers wrote:
 Hi everyone,

 could anyone please tell me, how to center a graphic with lyx?

 In most cases the width of  my graphics are 100% of the text, but in two
 cases they are smaller, but there are an the left of the side. But I would
 like to have them centered.

 Please help me,
 Bye bye

Put an hfill before and after the graphics, on the same line:
Insert-Special Formatting-Horizontal Fill (Lyx 1.4)
Insert-Special Character-Hfill (Lyx 1.3)

You can also center-align the paragraph containing the graphic (even within a 
float), but I've had fewer problems with the Hfill.
-- 
Les

~~
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


AW: How to center graphics in Lyx?

2007-02-15 Thread Christian Röttgers
Thanks for your answer, but none helped.

Should I have told you before, that the graphic is within a float-
environment, because I need a caption?

Thanks in advance!



On 2/15/07, Christian Röttgers [EMAIL PROTECTED] wrote:
 could anyone please tell me, how to center a graphic with lyx?

 In most cases the width of  my graphics are 100% of the text, but in two
 cases they are smaller, but there are an the left of the side. But I would
 like to have them centered.

Put an hfill before and after the graphics, on the same line:
Insert-Special Formatting-Horizontal Fill (Lyx 1.4) Special 
Insert-Character-Hfill (Lyx 1.3)

You can also center-align the paragraph containing the graphic (even within
a float), but I've had fewer problems with the Hfill.
--
Les

-Ursprüngliche Nachricht-

Just before the graphic and inside an ERT box:

\centering

Paul



Re: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, Christian Röttgers [EMAIL PROTECTED] wrote:

Thanks for your answer, but none helped.

Should I have told you before, that the graphic is within a float-
environment, because I need a caption?


Then, just insert

\centering

inside the float, but before the image.

Paul


AW: How to center graphics in Lyx?

2007-02-15 Thread Christian Röttgers
Hi Paul,

thank you very much!

That´s it!

Bye bye
Christian

-Ursprüngliche Nachricht-
Von: Paul Smith [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 15. Februar 2007 23:11
An: lyx-users@lists.lyx.org
Betreff: Re: How to center graphics in Lyx?

On 2/15/07, Christian Röttgers [EMAIL PROTECTED] wrote:
 Thanks for your answer, but none helped.

 Should I have told you before, that the graphic is within a float-
 environment, because I need a caption?

Then, just insert

\centering

inside the float, but before the image.

Paul



Re: AW: How to center graphics in Lyx?

2007-02-15 Thread christian . ridderstrom

On Thu, 15 Feb 2007, Christian Röttgers wrote:


Hi Paul,

thank you very much!


I think you can also change the paragraph settings for the paragraph above 
the caption with the actual image, and change that to centered.


/Christian

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

Re: math-macro and inline editing

2007-02-15 Thread Stefan Schimanski
 Why isn't LyX using my preview definition for the macro with some 
 placeholder boxes as the arguments?
 
 Navigation between the arguments is non-obvious.
 Macro arguments can be used more than once. 

But as I understand the second part of the macro is the editing template. 
That uses a usual formula with some holes. If I had typed the same 
formula manually there would be some navigation logic. Why can't that used 
here as well, just with some parts being unchangeable because they belong 
to the template.

And even if you just number the holes of the templates and let the cursor 
jump from n to n+1 and n-1 by left and right would be ok. Don't really see 
a problem here. As Jean-Marc wrote, if an argument appear more than once, 
just update all of the appearances.

Schimmi




Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

I think you can also change the paragraph settings for the paragraph above
the caption with the actual image, and change that to centered.


Notwithstanding, I remember Herbert Voss electing the '\centering'
solution as the best one.

Paul


Re: How to center graphics in Lyx?

2007-02-15 Thread Rich Shepard

On Thu, 15 Feb 2007, Paul Smith wrote:


Then, just insert

\centering

inside the float, but before the image.


  Or, place the cursor at the beginning of the caption and use
Format-Paragraph-Layout to center it.

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: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Mukhtar Ullah
Georg Baum [EMAIL PROTECTED] writes:

 
 Am Donnerstag, 15. Februar 2007 22:13 schrieb Mukhtar Ullah:
  I have a strange problem with LyX-144. I have pdf figures in my documents 
 annd
  when I export to pdflatex, the graphics are screwed up; they are scaleup 
 to
  cross the pages; and are reduced terrably in quality. This was not the 
 case with
  LyX143.
  I had to switch back immediately.
 
 You don't need to do that. You probably have modified the pdf format. 
 Simply tick the Vector format checkbox for this format in the 
 preferences as indicated in the announcement, and you get back the old 
 quality.
 
 Georg
 
 Georg,
Thank you for your suggestion. But that did not help either. I ticked the option
vector format in the format preferences. Something must be wrong with this new
LyX build, because the qualtity is not the only problem. It is unable toplace
the figure properly. All my pdf figures are placed such that only a fraction of
it appears and the rest looks clipped off the page. This never happened before.
I know that I have not changed my pdf graphics, because I reinstalled LyX143 and
everything was normal again. Even the alpha version LyX150 is handling them
correctly. The problem seems to be with this version. A few mintues ago, the
official version of LyX144 appeared on http://wiki.lyx.org/Windows/Windows.
I quickly installed it, but that made no difference.
This is really frustrating, because I don't want to use the old-fashioned eps at
all. 

Mukhtar
 





Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Gunnar
 Notwithstanding, I remember Herbert Voss electing the '\centering'
 solution as the best one.
He seems to be very good at this, so why did he say this?

I can't remember if I have ever had any problem with the paragraph 
justification solution.


Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, Gunnar [EMAIL PROTECTED] wrote:

 Notwithstanding, I remember Herbert Voss electing the '\centering'
 solution as the best one.
He seems to be very good at this, so why did he say this?

I can't remember if I have ever had any problem with the paragraph
justification solution.


I cannot recall it with precision, but I think Herbert wrote it in
this very list.

Paul


Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Paul Smith

On 2/15/07, Paul Smith [EMAIL PROTECTED] wrote:

  Notwithstanding, I remember Herbert Voss electing the '\centering'
  solution as the best one.
 He seems to be very good at this, so why did he say this?

 I can't remember if I have ever had any problem with the paragraph
 justification solution.

I cannot recall it with precision, but I think Herbert wrote it in
this very list.


Found it:

http://wiki.lyx.org/FAQ/AllPages#toc117

Paul


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

2007-02-15 Thread Marius Disler

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!


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: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Uwe Stöhr

Tom Schlangen schrieb:


Now, after some output, the DOS-Box stays open. And it will stay open unless 
one closes it, and also it will re-appear again after restarting of LyX.


This console will stay open together with LyX's main Window. Closing this 
window also closes LyX.
The official installer use a special wrapper programm to hide the console window. Until this 
solution is not official it's not included.


regards Uwe


Re: Math fonts problem when upgrading to 1.4.4

2007-02-15 Thread Uwe Stöhr

mel b schrieb:


I have upgraded to 1.4.4 using the LyxWinInstaller, and the math fonts
don't
display properly anymore (while they used to in 1.4.3).
Any ideas?


Couldn't reproduce. What characters aren't correctly be displayed?

regards Uwe


Re: [announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Uwe Stöhr

Julio Rojas schrieb:

Updated to 1.4.4 on Vista via Complete installation file. While compiling
(PDFLATEX) a previously working beamer class document, the following error
is presented:

LaTeX Error: File beamer.cls.cls not found.


My fault. Please replace the file beamer.layout with the atteched version. I'll release tomorrow a 
new version where this is fixed.


Sorry for the inconvenience.

regards Uwe
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[beamer,pgf.sty,xcolor.sty]{Beamer Presentation Class}
# Author : Till Tantau [EMAIL PROTECTED]

# $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 
2004/10/07 20:53:07 tantau Exp $

# Includes
Format 2
Input stdcounters.inc

# General textclass parameters
Columns 1
Sides   1
SecNumDepth 2
TocDepth2
DefaultStyleStandard

# This is just to show how to declare the default font.
# The defaults are exactly those shown here.
DefaultFont
  FamilySans
  SeriesMedium
  Shape Up
  Size  Normal
  Color None
EndFont

# Standard style definition
Style Standard
  MarginStatic
  LatexType Paragraph
  LatexName dummy
  ParIndent MM
  ParSkip   0.4
  Align Left
  AlignPossible Block, Left, Right, Center
  LabelType No_Label  
End

# Itemize style definition
Style Itemize
  MarginStatic
  LatexType Item_Environment
  LatexName itemize
  NextNoIndent  1
  LeftMarginMMN
  LabelSep  xx
  ItemSep   0.2
  TopSep0.7
  BottomSep 0.7
  ParSep0.3
  Align Left
  AlignPossible Left
  LabelType Itemize
  LabelString   *
End

# Enumerate style definition
Style Enumerate
  MarginStatic
  LatexType Item_Environment
  LatexName enumerate
  NextNoIndent  1
  LeftMarginMMN
  LabelSep  xx
  ParSkip   0.0
  ItemSep   0.2
  TopSep0.7
  BottomSep 0.7
  ParSep0.3
  Align Left
  AlignPossible Left
  LabelType Enumerate
End

# Description style definition
Style Description
  MarginFirst_Dynamic
  LatexType Item_environment
  LatexName description
  NextNoIndent  1
  LeftMarginMM
  LabelSep  xxx
  ParSkip   0.4
  ItemSep   0.2
  TopSep0.7
  BottomSep 0.7
  ParSep0.3
  Align Left
  AlignPossible Left
  LabelType Manual
  LabelString   MM

  # label font definition
  LabelFont 
Series  Bold
  EndFont
End

Style BeginFrame
  KeepEmpty 1
  LatexType Command
  LatexName lyxframeend{}\lyxframe
  MarginFirst_Dynamic
  NextNoIndent  1
  ParSkip   0
  TopSep2.5
  BottomSep 0.5
  ParSep0
  Align Center
  AlignPossible Center
  LabelType Static
  LabelBottomSep0
  LeftMarginM
  LabelString   Frame   

  Font
Series  Bold
SizeLargest
Color   Blue
  EndFont

  LabelFont 
Family  Roman
Color   latex
  EndFont

  Preamble
\makeatletter
[EMAIL PROTECTED]@lyxframestop}%
[EMAIL PROTECTED]@ifnextchar{\@@lyxframe}{\@@lyxframe*}}%
\def\@@lyxframe#1[EMAIL PROTECTED]@@@lyxframe#1}{\@@@lyxframe#1[]}}
\def\@@@lyxframe#1[EMAIL 
PROTECTED]{\@lyxframe#1[}{\lyxframe#1[*][}}
\def\@lyxframe#1[EMAIL 
PROTECTED]lyxframe#1[#2]}{\lyxframe#1[#2][]}}
\long\def\lyxframe#1[EMAIL PROTECTED]
  \frame#1[#2][#3]{\frametitle{#4}#5}}
\makeatother
  EndPreamble
End

Style BeginPlainFrame
  KeepEmpty 1
  LatexType Command
  LatexName lyxframeend{}\lyxplainframe
  MarginFirst_Dynamic
  NextNoIndent  1
  ParSkip   0
  TopSep2.5
  BottomSep 0.5
  ParSep0
  Align Center
  AlignPossible center
  LabelType Static
  LabelBottomSep0
  LeftMarginM
  LabelString   Frame (no head/foot/sidebars)  

  Font
Series  Bold
SizeLargest
Color   Blue
  EndFont

  LabelFont 
Family  Roman
Color   latex
  EndFont

  Preamble
\makeatletter
[EMAIL PROTECTED]@lyxframestop}%
[EMAIL PROTECTED]@ifnextchar{\@@lyxplainframe}{\@@lyxplainframe*}}%
\long\def\@@lyxplainframe#1[EMAIL PROTECTED]
  \frame#1[plain]{\frametitle{#2}#3}}
\makeatother
  EndPreamble
End

Style EndFrame
  KeepEmpty 1
  LatexType  

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

2007-02-15 Thread Uwe Stöhr

Marius Disler schrieb:

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


Are you using Acrobat 8 or Adobe Reader 8 as default PDF viewer?
If yes, what entry do you see in LyX's preferences in the file format section for the PDF types? It 
should be 'PDFViewWin8.cmd'.


If this is the case I think I found the bug. I'll upload a fixed installer version tomorrow. Thanks 
for the report.


regards Uwe


LyX 1.4.4 installation hangs, please help

2007-02-15 Thread Shu Li

Hi,

I downloaded the .bz2 package of lyx 1.4.4, and go configure
--prefix=/home/lishu/usr --with-frontend=qt and make, and it hangs here:

*
gmake[8]: Leaving directory `/home/lishu/download/lyx-1.4.4
/src/frontends/qt2/ui'
gmake  all-recursive
gmake[8]: Entering directory `/home/lishu/download/lyx-1.4.4
/src/frontends/qt2/ui'
Making all in .
gmake[9]: Entering directory `/home/lishu/download/lyx-1.4.4
/src/frontends/qt2/ui'
/usr/lib/qt-3.3/bin/uic -nounload -tr qt_ BiblioModuleBase.ui -o
BiblioModuleBase.h
/usr/lib/qt-3.3/bin/uic -nounload -tr qt_ -impl `echo BiblioModuleBase.h
BiblioModuleBase.ui pch.h.gch |sed 's/[^ ]*pch.h.gch//'` -o
BiblioModuleBase.C


I have tried 3 times and it always hangs after this line. No error or others
anywhere, just hangs. I am using qt3.3 and gcc3.4.3. And I could install lyx
1.4.3 very well. Could anyone give me a hint what's possibly wrong? Thanks.

best,
Sam


Feature request: minimize sections

2007-02-15 Thread Walt Ogburn
I like the ability to reduce figures, tables, and evil red text to a
grey box that can be clicked to restore it to full size.  I think it would
make sense to extend this to chapters and sections: there could be a small
minimize button next to the heading, which would cause the text to be
replaced by a grey box with the heading number and title.  Clicking on the
box would restore the full text.

Thanks for your work,
Walter Ogburn


Re: Feature request: minimize sections

2007-02-15 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Walt Ogburn wrote:
 I think it would
 make sense to extend this to chapters and sections: there could be a small
 minimize button next to the heading, which would cause the text to be
 replaced by a grey box with the heading number and title.  Clicking on the
 box would restore the full text.
I think this would actually be much more usable if it were implemented
as code folding as in, for example, Kate. That is to say, that the
minimise button is in the left margin and when it's clicked the entire
section is removed from view, leaving only the title (as in normal text).

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF1Tqo3arasOikFPYRAj1/AKC9D5dTRWimlpPKSm18AyqxDV0QFwCcD7Dv
h/6QRhMx9n2v56S1IpZzciU=
=QHW3
-END PGP SIGNATURE-



CJK-LyX-1.4.4

2007-02-15 Thread 한창길

Hello CJK-LyX users,

I have uploaded CJK-LyX-1.4.4 at the usual site,

ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt

Beware that the japanese users can have brand new menu translations in this 
version, submitted by Mr. Koji Yokoda ([EMAIL PROTECTED]). For Koreans, the 
included po file is so outdatedsigh.

Anyhow, enjoy!


cghan


Re: ubuntu edgy checkinstall packages amd64 i386

2007-02-15 Thread Ignacio García


Re: ubuntu edgy checkinstall packages amd64 i386

On Wednesday 14 February 2007, Andrew Corrigan wrote:

I made packages for ubuntu edgy with checkinstall:

http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_amd64.deb
http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_i386.deb

Note, it's not a fully functional package.  It just saves you the
trouble of compiling from source and allows you to remove the package
with synaptic.

- Andrew Corrigan


Hi Andrew,
thanks for your work on the package for Ubuntu.
It works fine.

Regards
Ignacio


Re: ubuntu edgy checkinstall packages amd64 i386

2007-02-15 Thread Vaclav Smidl
On Wednesday 14 February 2007, Andrew Corrigan wrote:
> I made packages for ubuntu edgy with checkinstall:
>
> http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_amd64.deb
> http://cds.gmu.edu/~acorriga/files/lyx_1.4.4-1_i386.deb
>
> Note, it's not a fully functional package.  It just saves you the
> trouble of compiling from source and allows you to remove the package
> with synaptic.
>
> - Andrew Corrigan

Hi Andrew,
thanks for the package. It works very well. :-)

Vasek


Re: LyX 1.4.4 is released

2007-02-15 Thread Jean-Marc Lasgouttes
> "Rich" == Rich Shepard <[EMAIL PROTECTED]> writes:

Rich> On Wed, 14 Feb 2007, Jean-Marc Lasgouttes wrote:
>> Public release of LyX version 1.4.4

Rich>   Thank you, gentlemen.

Rich>   I built a Slackware-11.0 package (using lyx.SlackBuild and the
Rich> Qt front end), upgraded from -1.4.3, and it works just as
Rich> expected.

Rich>   If you'd like a copy of that package somewhere, I'll be happy
Rich> to put it there.

Yes please. Put it at ftp.devel.lyx.org/pub/incoming, or at any other
convenient place from where I can grab it.

JMarc


Re: Beamer and font size

2007-02-15 Thread Julio Rojas

Finally!!! Thanks Paul for the code sample. I had to move the "titlegraphic"
line to the preamble (don't know why) and to use "graphicx" package for both
"titlegraphics" and "logo", with a PNG file.

One last thing, the file compiles flawlessly with PDFLATEX but gives tons of
errors with PS2PDF. I believe the errors come from an imposibility of
finding the size of the image for each slide, two errors per slide. Can
anybody confirm this situation? Should I report a bug?

On 2/14/07, Paul A. Rubin <[EMAIL PROTECTED]> wrote:


Julio Rojas wrote:
> Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...
>

Maybe the extension for the graphic file is required?  Seems to me
\includegraphics wants extensions and \pgfuseimage doesn't (not sure,
though).

I've cobbled together a small example (LyX file, PNG graphic, PDF
output).  GMANE won't let me post it to the list (too large,
apparently), so I've placed it on a web server at
http://www.msu.edu/~rubin/lyx/.

Does this compile correctly for you?

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


math-macro and inline editing

2007-02-15 Thread Stefan Schimanski
Hi!

I want to make heavy use of math-macros to create type inference rules 
using proof.sty. I defined some macros using the \frac construct in 
the right box of the math-macro definition as preview, with several 
arguments #1, #2, ... In the left box I use the corresponding commands 
from proof.sty. 

Everything looks great  until I try to edit the arguments of the 
macro: LyX jumps into a third representation with several line 
prefixed with #1, #2 to enter the arguments. Is it supposed to work 
like that? Especially if you nest math-macros in your formulas this 
style of editing makes it unusable because you easily completely loose 
track of the structure of your formula.

Why isn't LyX using my preview definition for the macro with some 
placeholder boxes as the arguments? Although I don't know LyX's 
rendering code, it doesn't look to be much more complicated. But maybe I am 
wrong.

Regards
 Stefan




[announce] LyXWinInstaller for LyX 1.4.4

2007-02-15 Thread Uwe Stöhr

Hello LyXers,

I published a new Windows installer version for LyX 1.4.4:

http://developer.berlios.de/project/showfiles.php?group_id=5117_id=12226

More infos about this installer can be found here:
http://wiki.lyx.org/Windows/LyXWinInstaller

The most impotant changes in this installer version are:

- The small installer version does not ship GSView anymore
- The complete installer version offers to install JabRef, a BibTeX database 
manager
- This know problem is now fixed with the new MiKTeX version that comes 
together with this
  installer:
  LyX's package and class database is incomplete when you don't have an
  open internet connection while LyX is first started. (This is a bug in 
MiKTeX.)
  Workaround: open an internet connection and reconfigure LyX

  This kills the textclass not found problem. Please report me if you still 
have this problem.

  !You don't need to reinstall MiKTeX to benefit from the fix, the installer 
will ask you to update
  MiKTeX. Press Yes when this question is shown and that's it.

---
 Here is the complete installer changelog:

- update to LyX 1.4.4
- update to MiKTeX 2.5.2580
- update to ImageMagick 6.3.2-5

- GSView is no longer shipped with the small installer version
- existing Python installation is now only used for LyX when it is Python 2.5
  (some Compaq and Dell computers are delivered with outdated Python 
interpreters)

- fix crash when viewing PDF when Adobe Reader/Acrobat 8 is used
- fix that complete installer version proposed to install GSview when it is 
already
  installed
- fix bug that installed Ghostscript is not always recognized
- fix bug that other PDF viewers then Acrobat/Adobe Reader and GSView weren't 
recognized

- updated Readme files for the installer sourcecode:
  - mention the Galician translation files for NSIS
  - mention the required NSIS-package "InetLoad"
  - require NSIS 2.22 to create the installer

Thanks to Ramon Flores:
- updated Spanish and Portuguese translation and new Galician translation of 
the installer
Thanks to Christian Ridderström:
- updated Swedish translation of the installer
Thanks to Gisela Stöhr:
- updated Slovak translation of the installer
Thanks to Szõke Sándor:
- updated Hungarian translation of the installer
Thanks to Edwin Leuven:
- updated Dutch translation of the installer
Thanks to Allesandro Garberi:
- updated Italian translation of the installer

This is now fixed in the included MiKTeX version!:
- LyX's package and class database is incomplete when you don't have an open 
internet
  connection while LyX is first started. (This is a bug in MiKTeX.)
  Workaround: open an internet connection and reconfigure LyX

---

best regards
Uwe

p.s. the complete installer version should be available within two hours.


Re: prevent word from hyphenation

2007-02-15 Thread Wolfgang Engelmann
Am Mittwoch, 14. Februar 2007 17:49 schrieb Uwe Stöhr:
> Wolfgang Engelmann schrieb:
> > how do I prevent the hyphenation of a word
>
> see section 5.6.1 of this manual:
> http://www.lyx.org/trac/browser/lyx-devel/branches/BRANCH_1_4_X/lib/doc/Emb
>eddedObjects.lyx (this manual is part of the just released LyX 1.4.4)
>
> regards Uwe

thanks, Uwe

Wolfgang


  1   2   >