Re: LyX-1.1.6 Layout->Paragraph Apply does nothing

2003-08-29 Thread Jim Osborn
After verifying that 1.1.6fix4 has the same Apply bug as 1.1.6fix2,
I've pursued more recent versions of LyX, and have a question.  It
seems 1.3.2, which John Levon says is free of this bug, needs way too
many libraries to be installable in my SuSE 7.3 distro (see below),
but the rpm for 1.2 complains only about two tetex things, same as
1.1.6, and I'm sure those complaints are benign. 

So I tried installing lyx-1.2.3-1rh73.i386.rpm, and got no fatal-
sounding errors during the installation, but when I try to run lyx,
it dies with:

  error while loading shared libraries: \
   lyx: undefined symbol: __dynamic_cast_2

Is this a problem with my C libraries, that would not be solved by
compiling the source, or would it be worth my while to try
downloading the src and building it?  My gcc is 2.95.3-124, according
to rpm.  Or is there simply a library of some sort I could install
that would cure the above error?

A more important question is: does 1.2.3 still have the
Layout->Paragraph Apply-does-nothing bug?  If so, then I should simply
move back to 1.1.5 until I can move all the way to 1.3.2 or beyond.

TIA,

Jim


If it's of any use, these are the errors from 1.3.2:
rpm -U --test lyx-1.3.2-1suse81-qt.i386.rpm
error: failed dependencies:
libGLcore.so.1 is needed by lyx-1.3.2-1_qt
libgcc_s.so.1 is needed by lyx-1.3.2-1_qt
liblcms.so is needed by lyx-1.3.2-1_qt
libpng12.so.0 is needed by lyx-1.3.2-1_qt
libstdc++.so.5 is needed by lyx-1.3.2-1_qt
libstdc++.so.5(CXXABI_1.2) is needed by lyx-1.3.2-1_qt
libstdc++.so.5(GLIBCPP_3.2) is needed by lyx-1.3.2-1_qt

FWIW, On Sun, Aug 24, 2003 at  2:56:06PM -0700, I wrote:
> In LyX 1.1.5 if I opened the Layout->Paragraph popup with the cursor
> in paragraph A, and then moved the cursor to paragraph B, I could then
> click Apply, and have paragraph A's characteristics (vertical spaces, etc)
> applied to paragraph B.  When I do this in LyX 1.1.6fix2, nothing happens;
> that is, no changes are made to paragraph B.
> 
> How do I accomplish this transfer of details such as vertical spacing
> from one paragraph to another in LyX 1.1.6?  All paragraphs in
> question are type Standard, fwiw. 


Re: image conversion tools

2003-08-29 Thread Kayvan A. Sylvan
On Thu, Aug 28, 2003 at 02:17:34PM +, Angus Leeming wrote:
> 
> What does the debug output tell you? (lyx -dbg graphics)
> 
> What happens if you define a converter explicitly. Eg
> 
> \converter "eps" "png" "my_ps2png $$i $$o" ""
> \converter "eps" "ppm" "my_ps2ppm $$i $$o" ""
> \converter "png" "eps" "convert PNG:$$i EPS:$$o" ""
> 

Sorry. I'm an idiot. "convert.exe" on my machine is the Windows executable
that turns a DOS filesystem into an NTFS filesystem.

Turns out that I had not compiled and installed ImageMagick on that
laptop.

I compiled and installed the latest ImageMagick under Cygwin and now
it works.

---Kayvan
-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)


Re: transition effect between slides in PROSPER style

2003-08-29 Thread Nicolas Roy
Le ven 29/08/2003 à 08:04, Andre Poenitz a écrit :
> On Thu, Aug 28, 2003 at 08:54:49PM +0200, Nicolas Roy wrote:
> > And it doesn't work ! It seems to be impossible to mix lyx slide
> > environments with ERT slide environments... 
> 
> Well, you have to leave the rest in 'Standard' if you use ERT for the
> slide...
> 
> Andre'
Hej.

I probably explained badly the pb. It seems to be impossible to have, in
1 document, some slides created with a ERT "begin{slide} ...end{slide}"
and some others created with the "slide" from the lyx environment menu.
I think this comes from the fact that when you select "slide" from the
menu, it creates a kind of "begin{slide}", but you can't see the
corresponding "end{slide}", which will be created when you will add a
new slide. So, if you have such a "lyx slide", and then you add an ERT
"begin slide", this "begin" will be before the lyx "end{slide}", and it
produces errors.

Nicolas




Re: LyX-1.1.6 Layout->Paragraph Apply does nothing

2003-08-29 Thread Jose' Matos
On Friday 29 August 2003 03:24, Jim Osborn wrote:
>
> So I tried installing lyx-1.2.3-1rh73.i386.rpm, and got no fatal-
> sounding errors during the installation, but when I try to run lyx,
> it dies with:
>
>   error while loading shared libraries: \
>lyx: undefined symbol: __dynamic_cast_2
>
> Is this a problem with my C libraries, that would not be solved by
> compiling the source, or would it be worth my while to try
> downloading the src and building it?  My gcc is 2.95.3-124, according
> to rpm.  Or is there simply a library of some sort I could install
> that would cure the above error?

  Compile from  the source should cure those problems.
  You can get the source rpm, recompile it and then install.

  rpm --rebuild 

  I will also need some devel rpms to compile. Since I don't know Suse I don't 
know wich.

-- 
José Abílio

LyX and docbook, a perfect match. :-)



"Warning: ...Get an older version of LyX..."

2003-08-29 Thread Jim Osborn
I've just reinstalled LyX 1.1.5, after using Lyx 1.1.6 on a few
documents, and now when I try to open those documents, I get a
box saying "Tabular format < 5 is not supported anymore/
Get an older version of LyX (< 1.1.x) for conversion!"  My only
option at that point is [Dismiss] at which point LyX exits altogether.

Have I simply lost these documents?  There's not much "tabular"
material in them, and if I knew what to go after, maybe I could edit
the offending stuff out of the .lyx files.  Could anyone give advice
on a way to salvage them?  Would a very old (like how old?) version
of LyX really know more about 1.1.6 than 1.1.5 does?  That seems
bizaare, but I'll try any suggestions. 

TIA,

Jim


Re: "Warning: ...Get an older version of LyX..."

2003-08-29 Thread Jose' Matos
On Friday 29 August 2003 05:10, Jim Osborn wrote:
>
> Have I simply lost these documents?  There's not much "tabular"
> material in them, and if I knew what to go after, maybe I could edit
> the offending stuff out of the .lyx files.  Could anyone give advice
> on a way to salvage them?  Would a very old (like how old?) version
> of LyX really know more about 1.1.6 than 1.1.5 does?  That seems
> bizaare, but I'll try any suggestions.

  You will kill me for this but_ that is fixed in 1.3. ;-)

> TIA,
>
> Jim

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: "Warning: ...Get an older version of LyX..."

2003-08-29 Thread Andre Poenitz
On Thu, Aug 28, 2003 at 09:10:25PM -0700, Jim Osborn wrote:
> I've just reinstalled LyX 1.1.5, after using Lyx 1.1.6 on a few
> documents, and now when I try to open those documents, I get a
> box saying "Tabular format < 5 is not supported anymore/
> Get an older version of LyX (< 1.1.x) for conversion!" 

Is there a reason you do not use 1.3.2?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: "Warning: ...Get an older version of LyX..."

2003-08-29 Thread Jean-Pierre.Chretien

>>From: Andre Poenitz <[EMAIL PROTECTED]>
>>Date: Fri, 29 Aug 2003 10:11:49 +0200
>>To: Jim Osborn <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>>Subject: Re: "Warning: ...Get an older version of LyX..."
>>X-Spam-Score: -26.1 (--)
>>
>>On Thu, Aug 28, 2003 at 09:10:25PM -0700, Jim Osborn wrote:
>>> I've just reinstalled LyX 1.1.5, after using Lyx 1.1.6 on a few
>>> documents, and now when I try to open those documents, I get a
>>> box saying "Tabular format < 5 is not supported anymore/
>>> Get an older version of LyX (< 1.1.x) for conversion!" 
>>
>>Is there a reason you do not use 1.3.2?

I understood that lyx2lyx should solve thses problems,
bu you need lyx >1.3 ...
and install python to get it to work
(and, as far as tables are concerned, patch as indicated by Jean-Marc
if you're with lyx-1.3.2 - this must be OK in 1.3.3cvs).
http://www.mail-archive.com/[EMAIL PROTECTED]/msg28226.html

-- 
Jean-Pierre



Re: "Warning: ...Get an older version of LyX..."

2003-08-29 Thread Andre Poenitz
On Fri, Aug 29, 2003 at 10:18:27AM +0200, Jean-Pierre.Chretien wrote:
> 
> >>From: Andre Poenitz <[EMAIL PROTECTED]>
> >>Date: Fri, 29 Aug 2003 10:11:49 +0200
> >>To: Jim Osborn <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> >>Subject: Re: "Warning: ...Get an older version of LyX..."
> >>X-Spam-Score: -26.1 (--)
> >>
> >>On Thu, Aug 28, 2003 at 09:10:25PM -0700, Jim Osborn wrote:
> >>> I've just reinstalled LyX 1.1.5, after using Lyx 1.1.6 on a few
> >>> documents, and now when I try to open those documents, I get a
> >>> box saying "Tabular format < 5 is not supported anymore/
> >>> Get an older version of LyX (< 1.1.x) for conversion!" 
> >>
> >>Is there a reason you do not use 1.3.2?
> 
> I understood that lyx2lyx should solve thses problems,

Only the 'upgrading' so far...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Lyx 1.3.2 Problems with margins

2003-08-29 Thread Christian Ridderström
On Thu, 28 Aug 2003, Herbert Voß wrote:

> no, the compat2 option belongs to geometry to the default
> setting of the paper layout, which was far different
> in the old version 2.3

I don't understand what you mean?

What I mean is that the arguments that LyX passes to the geometry package, 
assumes the old version of geometry. This means that when you're using 
tetex 2.+, i.e. a newer version of geometry, the wrong kind of arguments 
are passed to geometry. But if you also give 'compat2', it works since 
the old syntax is now used.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Language French

2003-08-29 Thread Jean-Luc Le Bliguet
Hi List,

I'm new to LyX and I encounter some problems.
I'm using a windows port of LyX Version 1.3.2 of Tue, May 6 2003
by Ruurd Reitsma.
I have created a new document, and I have selected the French language
for the document layout. Then I wrote some text and I inserted an
EPS image. When I try to view my document as DVI I get the following
errors:
Error converting to loadable format

There were errors during the LaTeX run.
4 errors detected
You should try to fix them.
Error 1

Missing $ inserted.
...yx_tmpbuf8/_devustn_mdl_codfscid_doc_menu}
I've inserted something that you may have forgotten.
(See the  above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
Error 2

Missing \endcsname inserted.
...yx_tmpbuf8/_devustn_mdl_codfscid_doc_menu}
The control sequence marked  should
not appear between \csname and \endcsname.
Error 3

LaTeX Error: Cannot determine size of graphic in E\penalty [EMAIL PROTECTED] 
:/win32app/ly
...yx_tmpbuf8/_devustn_mdl_codfscid_doc_menu}

Try typingto proceed.
If that doesn't work, type  X   to quit.
Error 4

Missing $ inserted.
...yx_tmpbuf8/_devustn_mdl_codfscid_doc_menu}
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
After reverting the document language to English, I can view
it as DVI.
What could be wrong with the French language ?

Any help is welcomed.
Thanks in advance.
--
Jean-Luc Le Bliguet
[EMAIL PROTECTED]
CERENE SERVICES SA
3, rue Archimède
10600 La Chapelle-Saint-Luc - France
Tel : 33 (0)3 25 74 12 55
Fax : 33 (0)3 25 78 39 67

"Ce message peut contenir des informations confidentielles et/ou
protégées. Il est à l'usage exclusif de son destinataire. Toute
utilisation non autorisée peut être illicite. Si vous recevez ce
message par erreur, nous vous remercions d'en aviser immédiatement
l'expéditeur en utilisant la fonction réponse de votre gestionnaire
de courrier électronique."
"This email may contain confidential information and/or copyright
material. This email is intended for the use of the addressee only.
Any unauthorised use may be unlawful. If you receive this email by
mistake, please advise the sender immediately by using the reply
facility in your email software."
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrartcl
\language english
\inputencoding latin1
\fontscheme avant
\graphics default
\paperfontsize default
\spacing single 
\papersize a4paper
\paperpackage widemarginsa4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 4
\tocdepth 4
\paragraph_separation skip
\defskip medskip
\quotes_language swedish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle headings

\layout Title
\added_space_top vfill \added_space_bottom vfill 
Votre titre
\layout Author

Auteur
\layout Date

29/08/03
\layout Abstract

Résumé de l'article.
\layout Standard


\begin_inset LatexCommand \tableofcontents{}

\end_inset 


\layout Section

Première section
\layout Standard

Début texte première section.
\layout Standard


\begin_inset Graphics
filename D:/devustn/mdl/codfscid/doc/menu.eps
lyxscale 50
scale 50
clip

\end_inset 


\layout Standard

Fin texte.
\layout Section

Deuxième section
\layout Standard

Début texte deuxième section.
\layout Standard

Fin texte.
\the_end


New Classes?

2003-08-29 Thread Jason Giglio
Hi,

Just started with LyX and LaTeX in general, but I really like it so far.

I have, however, found the existing classes to be severly limiting.  They
work great if I am writing a formal report, with a separate title page,
and things like that.  
However, it took me the better part of two days to write a simple policy
memo.  To get a letterhead for the memo, I had to write LaTeX by hand into
the preamble, and then once I got to writing the body, I found that none
of the existing classes really were conducive to writing a one or two page
memo.  

I eventually used the "letter" class, forgoing a title environment in
favor of just making the first line emphasized.  I also had to rely on
description environments to make what would have been sections.

I guess what I'm asking is; Is there some place to go download additional
classes (like a memo with letterhead), and, failing that, could some
classes be included for a memo, with a fancyhdr letterhead?

Thanks

-- 
Jason Giglio
IT Coordinator
Smyth Bedford, VA, USA
Phone: 540-586-2311x113


Re: Lyx 1.3.2 Problems with margins

2003-08-29 Thread Herbert Voß
Christian Ridderström schrieb:

no, the compat2 option belongs to geometry to the default
setting of the paper layout, which was far different
in the old version 2.3


I don't understand what you mean?

What I mean is that the arguments that LyX passes to the geometry package, 
assumes the old version of geometry. This means that when you're using 
tetex 2.+, i.e. a newer version of geometry, the wrong kind of arguments 
are passed to geometry. But if you also give 'compat2', it works since 
the old syntax is now used.
the syntax is the same. The default page settings changed.

Herbert




page style question

2003-08-29 Thread Kirk R. Wythers
How do I get the "REFERENCES" header to go away in page style fancy? I
have a custom header defined, and I don't want the default.

Thanks,
Kirk




latex pdfscreen qn.

2003-08-29 Thread Nirmal Govind
Hi.. I'm trying to help a friend who's trying to get a presentation working
with pdfscreen2 (I sent the pdfscreen2.sty file that's included in the lyx
distribution).. this is the error that he gets.. any ideas?

Thanks,
nirmal

Include comment 'screen' Excluding comment 'print'
(C:\texmf\tex\latex\amsfonts\amssymb.sty
(C:\texmf\tex\latex\amsfonts\amsfonts.sty))
(C:\texmf\tex\latex\amsmath\amsbsy.sty
(C:\texmf\tex\latex\amsmath\amsgen.sty)
) (class notes.aux) (C:\texmf\tex\context\base\supp-pdf.tex
(C:\texmf\tex\context\base\supp-mis.tex
loading : Context Support Macros / Missing
)
loading : Context Support Macros / PDF
) (C:\texmf\tex\latex\hyperref\nameref.sty) (class notes.out) (class
notes.out

! Undefined control sequence.
[EMAIL PROTECTED] [EMAIL PROTECTED]
  \expandafter [EMAIL PROTECTED]
..




Re: latex pdfscreen qn.

2003-08-29 Thread Jean-Pierre.Chretien

>>X-Injected-Via-Gmane: http://gmane.org/
>>To: [EMAIL PROTECTED]
>>From: Nirmal Govind <[EMAIL PROTECTED]>
>>Subject: latex pdfscreen qn.
>>Date: Fri, 29 Aug 2003 11:52:49 -0400
>>X-Complaints-To: [EMAIL PROTECTED]
>>
>>Hi.. I'm trying to help a friend who's trying to get a presentation working
>>with pdfscreen2 (I sent the pdfscreen2.sty file that's included in the lyx
>>distribution).. this is the error that he gets.. any ideas?
>>
>>Thanks,
>>nirmal
>>
>>Include comment 'screen' Excluding comment 'print'
>>(C:\texmf\tex\latex\amsfonts\amssymb.sty
>>(C:\texmf\tex\latex\amsfonts\amsfonts.sty))
>>(C:\texmf\tex\latex\amsmath\amsbsy.sty
>>(C:\texmf\tex\latex\amsmath\amsgen.sty)
>>) (class notes.aux) (C:\texmf\tex\context\base\supp-pdf.tex
>>(C:\texmf\tex\context\base\supp-mis.tex
>>loading : Context Support Macros / Missing
>>)
>>loading : Context Support Macros / PDF
>>) (C:\texmf\tex\latex\hyperref\nameref.sty) (class notes.out) (class
>>notes.out
>>
>>! Undefined control sequence.
>>[EMAIL PROTECTED] [EMAIL PROTECTED]
>>  \expandafter [EMAIL PROTECTED]
>>..
>>

Loads hyperref twice ?
(might be loaded by the class).

-- 
Jean-Pierre




Re: "Warning: ...Get an older version of LyX..."

2003-08-29 Thread Jim Osborn
On Fri, Aug 29, 2003 at 10:11:49AM +0200, Andre Poenitz wrote:
> Is there a reason you do not use 1.3.2?

Hi Andre',

Sorry, I should have referenced my other note in this one;
I'm using a SuSE 7.3 installation, by now apparently too old.
Its gcc is gcc-2.95.3-124, with qt-2.3.1-60.
When I tried to install LyX 1.3.2 I got:

  rpm -U --test lyx-1.3.2-1suse81-qt.i386.rpm
  error: failed dependencies:
  libGLcore.so.1 is needed by lyx-1.3.2-1_qt
  libgcc_s.so.1 is needed by lyx-1.3.2-1_qt
  liblcms.so is needed by lyx-1.3.2-1_qt
  libpng12.so.0 is needed by lyx-1.3.2-1_qt
  libstdc++.so.5 is needed by lyx-1.3.2-1_qt
  libstdc++.so.5(CXXABI_1.2) is needed by lyx-1.3.2-1_qt
  libstdc++.so.5(GLIBCPP_3.2) is needed by lyx-1.3.2-1_qt

Checking my /usr/lib, I see:
 (no libGLcore, libgcc_s, or libpng12 at all)
 (liblcms.so@ and liblcms.so.1.0.7*)
 libstdc++-3-libc6.1-2-2.10.0.so*
 libstdc++-3-libc6.2-2-2.10.0.a
 libstdc++-3-libc6.2-2-2.10.0.so*
 libstdc++-libc6.1-1.so.2*
 libstdc++.so.2.7.2*
 libstdc++.so.2.8*
 libstdc++.so.2.9*

which sounds a long way from libstdc++.so.5 and friends.
(I don't know why rpm didn't find the liblcms.so symlink to liblcms.so.1.0.7)

I know it would be nice to upgrade to the latest, especially LyX, but
I also know that upgrading gcc and the libs is not trivial without
known-compatible versions of everything on a nice CD, so I hesitate,
and decided to fall back to trusty old LyX 1.1.5 until I can download
(over a tenuous 56K line) all the gcc/libs and verify their
compatibility or spring for a new Linux CD.  If I'm overlooking
something that might make upgrading to LyX 1.3.2 easy, I'm open to
suggestions.

Thanks very much for asking :)

Jim


Re: "Warning: ...Get an older version of LyX..."

2003-08-29 Thread Juergen Spitzmueller
Am Freitag, 29. August 2003 20:43 schrieb Jim Osborn:
> Sorry, I should have referenced my other note in this one;
> I'm using a SuSE 7.3 installation, by now apparently too old.
> Its gcc is gcc-2.95.3-124, with qt-2.3.1-60.

Hi Jim,

if the only problem is missing RPMs for your system you should try these (qt 
and xforms for SuSE 7.2):
http://hst33127.phys.uu.nl/LyX/index.html

it's a german site but you should find the links.

HTH,
Juergen.


Re: latex pdfscreen qn.

2003-08-29 Thread Nirmal Govind

> Loads hyperref twice ?
> (might be loaded by the class).

I checked and it seems that hyperref hasn't been explicitly loaded.. the
errors in the previous post were using pdflatex.. he gets the following
errors/messages with TeXify (I haven't used this before, it must be
something on WinEdt or MikTeX).. please let me know if you see the
problem..

Thanks,
nirmal

> > > loading : Context Support Macros / Missing
>
> (C:\texmf\tex\latex\base\article.cls
> Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
> (C:\texmf\tex\latex\base\size10.clo)) (pdfscreen2.sty
>
> LaTeX Warning: You have requested package `pdfscreen2',
>but the package provides `pdfscreen'.
>
> (C:\texmf\tex\latex\graphics\graphicx.sty
> (C:\texmf\tex\latex\graphics\keyval.sty)
> (C:\texmf\tex\latex\graphics\graphics.sty
> (C:\texmf\tex\latex\graphics\trig.sty
> ) (C:\texmf\tex\latex\00miktex\graphics.cfg)
> (C:\texmf\tex\latex\graphics\dvips.def))) (comment.sty
> Excluding comment 'comment') (C:\texmf\tex\latex\tools\calc.sty)
> (C:\texmf\tex\latex\graphics\color.sty
> (C:\texmf\tex\latex\00miktex\color.cfg)
> (C:\texmf\tex\latex\graphics\dvipsnam.def)) (hyperref.sty
> (C:\texmf\tex\latex\hyperref\pd1enc.def)
> (C:\texmf\tex\latex\00miktex\hyperref.cfg)
> Implicit mode ON; LaTeX internals redefined
> (C:\texmf\tex\latex\ltxmisc\url.sty))
> *hyperref using driver hpdftex*
> (C:\texmf\tex\latex\hyperref\hpdftex.def
> ! Undefined control sequence.
> l.311 \pdfoutput
> =1
>   



Re: General compat question

2003-08-29 Thread robin
Kirk R. Wythers wrote:

I would like to hear what lyx users (or latex users for that matter) do
when a particular journal requires manuscripts be submitted as Microsoft
Word documents. I have tried latex2rtf, but the result leaves so much
additional re-formatting work (equations, figures, tables) to be done
that I'm about to throw up my hands and say, "fine... it's a Word world,
quit fighting it". However, before I do, I'd like to hear other's
experiences in this area... as I can't believe that I am alone in this
struggle.
 

I had that - I'm sending them a hard copy.

Sir Robin

--
"There are other rules, but you'll find out what those are when you break them."
- Blake's 7
Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin