Re: Bug? Reading math mode formulas

1999-09-30 Thread Nabil Hathout

Hello,

Tanks to Jean-Pierre for the solution he gave me. Note that since it
is not possible to insert directly 8bits characters in math mode, one
have to use \acute, \grave... commands if one wants to use accentuated
characters (to get é you have to type "\acute e").  See Jean-Pierre's
examples below.

--Nabil


Jean-Pierre.Chretien writes:
  --
  X-Sun-Data-Type: text
  X-Sun-Content-Length: 1093
  X-Sun-Charset: X-iso-8859-1
  
  
  From: Nabil Hathout [EMAIL PROTECTED]
  Date: Wed, 29 Sep 1999 17:37:40 +0200 (CEST)
  To: "Jean-Pierre.Chretien" [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], 
  [EMAIL PROTECTED]
  Subject: Re: Bug? Reading math mode formulas
  
  You mean I don't need to insert a mbox and that inserting textrm
  directly would be suffisant ?
  
  --Nabil
  
  Just do it:
  M-m m \frac M-m m abc... gives
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\textrm{eff}} \)
  \end_inset
  (I've replaced g by f to show that the ligature works).
  
  If you want an accented character, you may have it 
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\acute{\textrm{e}}\textrm{ff}} \)
  \end_inset 
  
  but as you can see, this is quite different of the result obtained with
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\testac } \)
  \end_inset 
  
  once
  \newcommand{\testac}{\mbox{éff}}
  is defined in the preamble.
  
  If you are a typographic addict, you will make a difference between a math accent
  on letter e and a real é letter...
  
  -- 
  Jean-Pierre
  
  --
  X-Sun-Data-Type: text
  X-Sun-Content-Length: 1197
  X-Sun-Data-Name: newfile.lyx
  X-Sun-Data-Description: newfile.lyx
  X-Sun-Charset: X-iso-8859-1
  
  #This file was created by chretien Wed Sep 29 17:49:40 1999
  #LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
  \lyxformat 2.15
  \textclass report
  \begin_preamble
  \input{preamb_rapport}
  \let\realcleardoublepage=\cleardoublepage
  
  \renewcommand{\cleardoublepage}{\newpage{\pagestyle{empty}\realcleardoublepage}}
  
  
  \newcommand{\testac}{\mbox{éff}}
  \end_preamble
  \options 12pt,twoside,a4paper
  \language french
  \inputencoding latin1
  \fontscheme default
  \graphics default
  \float_placement !ht
  \paperfontsize default
  \spacing single 
  \papersize a4paper
  \paperpackage a4
  \use_geometry 1
  \use_amsmath 0
  \paperorientation portrait
  \leftmargin 30mm
  \topmargin 20mm
  \rightmargin 30mm
  \bottommargin 24mm
  \headheight 10mm
  \headsep 9mm
  \footskip 10mm
  \secnumdepth 3
  \tocdepth 3
  \paragraph_separation indent
  \defskip medskip
  \quotes_language english
  \quotes_times 2
  \papercolumns 1
  \papersides 2
  \paperpagestyle default
  
  \layout Standard
  
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\acute{\textrm{e}}\textrm{ff}} \)
  \end_inset 
  
   
  \begin_inset Formula \( \frac{\textrm{abc}}{\textrm{eff}} \)
  \end_inset 
  
  
  \layout Standard
  
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\testac } \)
  \end_inset 
  
  
  \the_end
  



Re: LyX 1.0.4.

1999-09-30 Thread Frank Mahler

"nnes)"@mgate.uni-hannover.de wrote:
Hi Lars. This is what our mailgate does with your address. Pretty
funny?!
 
 Finally we have LyX version 1.0.4 ready.
Yeah! Very great. Im pleased to see, that finally german umlauts in math
mode work, even after reloading the document! Thank you, I really need
this feature!
 
 Highlights for this release:
 
 - several bugfixes.
 - DocBook support
 - new layouts
 - better handling of custom pagesizes.
 - more document files translated to other languages.
Nice to hear about that.

Still one popup (or call it dialog box?) behaves strange when I fit it
to full screen height: Open the Insert cross-reference dialog, there
appears a name-box (I cannot use it, what's it good for?). This field
resizes very bad and then covers about 90% of the list box and therefore
makes it unreadable.

But, to say that again.

Wow, a lot happend since 0.10.7 I wrote my thesis for a diploma with.

Now time has come to write my master's thesis, I'm very glad to have
LyX. A collegue writes with Word (uaahhhrgh...), anotherone tries it
with Scientific Word (quite good)... Both call it a curse :-\

cul8r,
 Frank
-- 
  while (!asleep()) sheep++;



Re: LyX 1.0.4.

1999-09-30 Thread Stephan Witt

Lars Gullik Bjønnes wrote:
 
 Finally we have LyX version 1.0.4 ready.
 
 Highlights for this release:
 
 - several bugfixes.
 - DocBook support
 - new layouts
 - better handling of custom pagesizes.
 - more document files translated to other languages.
 
 See CHANGES in the distribution for everything that has been done.
 
 This release is considered to be very stable.
 

Thank you for releasing the next stable LyX version.

Sorry for testing this release and not the prereleases already.
I ran out of time :(

As usually I compile on Sun-Solaris and have some trip-wires to detect.
I'll send an excerpt of my terminal output...
The output where warnings "bar hides foo::bar" was the only warnings
I have clipped.

% setenv CC cc
% setenv CXX CC
% setenv LD_LIBRARY_PATH /usr/openwin/lib  # I don't want to build with X11R6.3
% ./configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
[output omitted]
Configuration:
  Source code location:   .
  Compiler:   CC
  Compiler flags: -g
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx
  Special flags:  

Configuration of LyX was successful.  
Type 'make' to compile the program, 
and then 'make install' to install it.
% make
[output omitted]
/usr/bin/msgfmt -o pl.mo pl.po
Warning, Syntax at line number: 788, Missing ", ignored
Warning, Syntax at line number: 788, Missing " at EOL, ignored
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include paragraph.C 
"paragraph.C", line 351: Warning: layout hides LyXParagraph::layout.
"paragraph.C", line 850: Warning: layout hides LyXParagraph::layout.
"paragraph.C", line 898: Warning: size hides LyXParagraph::size.
"paragraph.C", line 2602: Warning: depth hides LyXParagraph::depth.
"paragraph.C", line 2648: Warning: The variable column has not yet been assigned
a value.
5 Warning(s) detected.
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include table.C 
"table.C", line  Error: A previously specified default argument value cannot be
changed.
"table.C", line 1885: Warning (Anachronism): LyXTable::cellstruct is not
accessible from file level.
"table.C", line 1885: Note: Type "CC -migration" for more on anachronisms.
1 Error(s) and 1 Warning(s) detected.
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include buffer.C 
"buffer.C", line 223: Warning: filename hides Buffer::filename.
"buffer.C", line 1138: Warning: filename hides Buffer::filename.
"buffer.C", line 1213: Warning: filename hides Buffer::filename.
"buffer.C", line 1553: Warning: filename hides Buffer::filename.
"buffer.C", line 2110: Warning: filename hides Buffer::filename.
"buffer.C", line 2333: Warning: The variable inner_span has not yet been
assigned a value.
"buffer.C", line 2680: Warning: filename hides Buffer::filename.
"buffer.C", line 2792: Warning: The variable command_base has not yet been
assigned a value.
8 Warning(s) detected.
[output omitted]
%

Problem 1: pl.po
I ignored this one.
Problem 2: src/paragraph.C:2648
Line 2607 reads as
int column = 0, tmp;
Problem 3: src/table.C:1422
Line 1421 reads as
const char *LyXTable::getDocBookAlign(int cell, bool isColumn)
Problem 4: src/buffer.C:2333
Line 2321 reads as
bool inner_span=false;
Line 2688 reads as
int command_depth=0,command_base=0,cmd_depth;

I send no patch, because I don't know the correct solutions...

Regards,

Stephan

-- 
---
[EMAIL PROTECTED]  | beusen unternehmensgruppe senkel
fon: +49 30 549932-62 | Landsberger Allee 392
fax: +49 30 549932-29 | 12681 Berlin, Germany
---



Re: Bibliography

1999-09-30 Thread Alessandro Coluccelli

Varotto Riccardo wrote:
 
 Hi,
 
 In which way can I write the page of the Bibliography in the main index?

Add the following command in TeX mode, at the beginning of the
bibliografy:
\addcontentsline{toc}{chapter}{Bibliography}

This if you are using report style... if you are using article you
should change chapter with section. And if you are writing a document in
Italian language, you should put Bibliografia instead of Bibliography.
I hope this may help. 

Alessandro



Re: Bug? Reading math mode formulas

1999-09-30 Thread Jean-Marc Lasgouttes

 "Nabil" == Nabil Hathout [EMAIL PROTECTED] writes:

Nabil Hello, Tanks to Jean-Pierre for the solution he gave me. Note
Nabil that since it is not possible to insert directly 8bits
Nabil characters in math mode, one have to use \acute, \grave...
Nabil commands if one wants to use accentuated characters (to get é
Nabil you have to type "\acute e"). See Jean-Pierre's examples below.

There have been changes recently (in 1.0.4) allowing to enter 8bit
russian characters in mathed. I would think that this works in latin1
too, provided you setup LC_CTYPE correctly.

JMarc



Re: mailing list filter

1999-09-30 Thread Jose Abilio Oliveira Matos

On Wed, Sep 29, 1999 at 08:57:44PM +0200, jdd wrote:
 look at this header received as an answer to my question. There is absolutly no
 reference to lyx-user, probably because it was a direct answer, but if a tag
 was present in the initial subject, it would be filtered correctly
 
 the to field if often usefull, the cc also, but this is not adressing the
 problem completely. I subscribe to many (id 13!) mailing list, lyx is the only
 one not setting a tag in the subject.
 
 Well, I won't kill you for that, I appreciate lyx too much!
 
 ..
[...] 

The message you sent appears with the first header after From as:
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm

  Ok, more explicit than this is impossible.
  Maybe your MTA stripes those headers it doesn't like. :)

  I received several mailling lists and there is only one that puts the tag
in the subject. Something that I find annoying. All my procmail filters
work as a charm.


 --
 Linux hp-41 APTEP SF
 http://perso.club-internet.fr/jdanield
 [EMAIL PROTECTED] - [EMAIL PROTECTED]

-- 
José



Re: docbook

1999-09-30 Thread Jean-Marc Lasgouttes

 "jdd" == jdd  [EMAIL PROTECTED] writes:

jdd On mer, 29 sep 1999, Jose Abilio Oliveira Matos à écrit
 On Tue, Sep 28, 1999 at 08:34:07PM +0200, jdd wrote:
 I have seen than lyx 1.04pre8 supports docbook. How? is the
 linuxdoc export the good choice?
  ???
 
 The docbook is a new type of document layout, so you should first
 change it to docbook.

jdd I use the french version of lyx 1.04pre8. May somebody say me how
jdd "document layout" translates in french, I don't find anything
jdd such in the format document menu. I have a document "classe" with
jdd article, book,... SGML, but no docbook and none gives me an
jdd export docbook tag.

Do you have sgmltools 2.0 installed?

JMarc



Re: docbook

1999-09-30 Thread Jose Abilio Oliveira Matos

On Wed, Sep 29, 1999 at 09:23:24PM +0200, jdd wrote:
 On mer, 29 sep 1999, Jose Abilio Oliveira Matos à écrit
 On Tue, Sep 28, 1999 at 08:34:07PM +0200, jdd wrote:
  I have seen than lyx 1.04pre8 supports docbook. How? is the linuxdoc export the
  good choice?
 
   ???
 
   The docbook is a new type of document layout, so you should first change it to
 docbook.
 
 I use the french version of lyx 1.04pre8. May somebody say me how "document
 layout" translates in french, I don't find anything such in the format document
 menu. I have a document "classe" with article, book,... SGML, but no docbook
 and none gives me an export docbook tag.
 

  The docbook support is only available if you have a sgmltools executable program
on your path.
  If you have the docbook dtd but you don't sgmltools installed create a fake
sgmltools executable. Then reconfigure LyX. Options-Reconfigure (This is easy to
translate to french so you don't have any excuse. ;)

   Then you export your document as docbook.
 
 
 
 I think I have docbook installed, at least I got this :

 jdd@charles:~  locate docbook.dtd 
 /home/jdd/data/download/docbook/docbook.dtd
 /usr/share/sgml/docbk30/docbook.dtd
 /usr/share/sgml/docbk31/docbook.dtd
 /usr/share/sgml/sdb/sdocbook.dtd
 jdd@charles:~ 

  LyX uses sgmltools to preview the document with dvi or ps.
  If you don't have it you must export the resulting document to docbook and then
out there work as usual to produce the different output.

  Support for docbook outside the sgmltools can be done, but only for the next
development cycle.

  Best regards,

-- 
José



Re: docbook

1999-09-30 Thread Jose Abilio Oliveira Matos

On Thu, Sep 30, 1999 at 10:06:35AM +0200, Jean-Marc Lasgouttes wrote:
  "jdd" == jdd  [EMAIL PROTECTED] writes:
 
 jdd I use the french version of lyx 1.04pre8. May somebody say me how
 jdd "document layout" translates in french, I don't find anything
 jdd such in the format document menu. I have a document "classe" with
 jdd article, book,... SGML, but no docbook and none gives me an
 jdd export docbook tag.
 
 Do you have sgmltools 2.0 installed?

  As I said in other post the docbook only works out of the box if you
have sgmtools v2.0 installed, else you need to follow the tweaks
I proposed.
 
 JMarc

-- 
José



Words to LyX

1999-09-30 Thread Ramin Yasdi

Hi,

How can I transfer a word file  "filename.doc" to lyx?

Thanks for helpRamin



how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Alexander Wollmann

Hi everybody!

I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
rpm´s are compiled for RedHat 6.0. 

Can anyone tell me in a few words how to make a rpm-file for my system? I have
to compile the .src.rpm - file, right?

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 30-Sep-99
Time: 10:38:30

This message was sent by XFMail
---



revtex.sty not found???

1999-09-30 Thread Rob Lahaye


Hello,

I've downloaded LyX 1.0.4 to my Linux RedHat 6 PC.
Also installed the tetex-lyx files.

So far I was using "Class: Article" in Layout-Document...
No problems with either 1.0.3 or 1.0.4 for viewing dvi or ps.

With 1.0.4 I decided to replace Article by Article(REVTeX),
which immediately results in an error when wanting to view dvi.

The LaTeX log file says:
  [snip]
  Entering LaTeX 2.09 COMPATIBILITY MODE
  [snip]
  !LaTeX Error: File 'revtex.sty' not found
  [cut]

2 questions:
  (1) Why going into 2.09 compatibility mode?
  (2) How, what and where about the revtex.sty file?

Thanks a lot for your help,

Rob.



Re: Words to LyX

1999-09-30 Thread Christopher Sawtell

On Thu, 30 Sep 1999, Ramin Yasdi wrote:
 Hi,
 
 How can I transfer a word file  "filename.doc" to lyx?

With a lot of time and great difficulty.

If the file is simple text in a word file you can use `strings' as a filter to
produce an ascii file, which you can then edit by hand because strings is not
perfect. Then import the result of that into LyX as an ascii file, and format
it appropriately. I kid you not, it _does_ work.

You could also look at:- 

http://www.fz-juelich.de/isr/1/texconv/pctotex.html

for some other programs.

You might also be able to import the file into either WordPerfect or StarOffice
and just go from there using the word processor. 

If it is full of formulae you are probably out of luck.

--
Sincerely etc.,

 NAMEChristopher Sawtell - Support Engineer - iOpen Technologies Ltd.
 ICQ UIN 45863470
 EMAIL   csawtell(at)xtra(dot)co(dot)nz
 CNOTES  ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz 



Re: how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Tony Dancer

On 30 Sep, Alexander Wollmann wrote:
 Hi everybody!
 
 I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
 rpm´s are compiled for RedHat 6.0. 
 
 Can anyone tell me in a few words how to make a rpm-file for my system? I have
 to compile the .src.rpm - file, right?
 
 Greets,
 Alex.
 
Alex
 
If you download the tar file, all the instructions are in the
development sub-dir of the unpacked archive, along with a specs file.

You can build the RPM from the tar archive, not a src rpm.

hope thie helps

Tony



Re: Error when starting LyX 1.0.4

1999-09-30 Thread Peter Suetterlin


  Hi Aleander,

this is a problem of the german menu bindings file when you also use the
emacs bindings.  It is described in the de_menus.bind:
emacs.bind uses M-d to delete a word (like in emacs), but de_menus.bind
want's that keystroke for the "Datei" menu.
The easiest solution is to edit emacs.bind (in LYX_DIR/bind) (or copy it
to de_emacs.bind and edit that):
Change
  \bind "M-d" "word-delete-forward"
to
  \bind "M-S-D" "word-delete-forward"

  Peter

Alexander Wollmann wrote:
 Hi!
 
 I just installed 1.0.4 from the src.rpm - package. Now I get the following
 error-messages when startin LyX:
 
 Error: New binding for 'M-d e l' is overriding old binding...  
 Error: New binding for 'M-d e d' is overriding old binding... 
 Error: New binding for 'M-d e p' is overriding old binding...   
 Error: New binding for 'M-d e l' is overriding old binding...
 Error: New binding for 'M-d e t' is overriding old binding... 
 Error: New binding for 'M-d e b' is overriding old binding...   


-- 
~~
Peter "Pit" Suetterlin  http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048   [EMAIL PROTECTED]
 -- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * --
Come and see the stars! http://www.kis.uni-freiburg.de/~ps/SFB
Sternfreunde Breisgau e.V.  Tel.: +49 7641 3492
__



Re: some beginner questions

1999-09-30 Thread Jean-Marc Lasgouttes

 "John" == John D Blair [EMAIL PROTECTED] writes:

John sometimes exceed 50 words. When the sidebar text appears close
John to the bottom of a page the text extends right through the
John footer and off the page. This wasn't at all what I expected. It
John seems to me that it should either move the margin note up so the
John text fits, or wrap it to the next page. Is this just a bug in
John whatever class handles margin notes that I can correct by
John upgrading? Centering the margin note in the page was just a
John perceived method for fixing the problem, but I would prefer to
John keep the margin note close to the text I insert it next to.

I see what you mean now. I cannot think of a good fix to the problem:
margin notes are designed to appear not before the point where they
have been issued, so it is difficult to move them. I guess people on
comp.text.tex would have some ideas on that, but this is beyond my
LaTeX knowledge...

JMarc



Re: Executing LyX

1999-09-30 Thread albert chapman-layland

Thanks,

Following is the result of rerunning the configure script.  I've looked at
doc/LaTexConfig.lyx as suggested below and not found it particularly
enlightening.  However, by examining the results of running configure, I
guess my problem is that LyX can find none of the document classes it is
looking for with this configuration script.  Is this right?  If so, how do I
retrieve them--should they have been part of my Latex distribution, or are
they from another source?

Any help is greatly appreciated.  I need to have this up and running soon--I
just don't have them time to learn latex right now.  

Thanks very much,
Albert


checking for a LaTeX2e program... 
+checking for "latex"... yes
checking for reLyX LaTeX-to-LyX translator... 
+checking for "reLyX"... yes
checking for a Literate programming processor... 
+checking for "noweave"... no
checking for a Postscript interpreter... 
+checking for "gs"... yes
checking for a Postscript previewer... 
+checking for "gv"... yes
checking for a *roff formatter... 
+checking for "groff"... yes
checking for ChkTeX... 
+checking for "chktex"... no
checking for a spell-checker... 
+checking for "ispell"... yes
checking for a fax driver... 
+checking for "sendfax"... yes
checking for SGML-tools (aka LinuxDoc-SGML)... 
+checking for "sgml2lyx"... no
checking for a spool command... 
+checking for "lp"... no
+checking for "lpr"... yes
checking LaTeX configuration... auto
+Inspecting your LaTeX configuration.
+checking for LaTeX version... 1998/12/01
+checking for default encoding (this may take a long time)
+  checking for ec fonts... yes
+  checking for ec support in LaTeX format... yes
+checking for document class IEEEtran [IEEEtran.cls]... no
+checking for document class aapaper [aa]... no
+checking for document class amsart-plain [amsart]... no
+checking for document class amsart-seq [amsart]... no
+checking for document class amsart [amsart.cls]... no
+checking for document class amsbook [amsbook.cls]... no
+checking for document class apa [apa,apacite.sty]... no
+checking for document class article [article.cls]... no
+checking for document class book [book.cls]... no
+checking for document class broadway [broadway]... no
+checking for document class dinbrief [dinbrief.cls]... no
+checking for document class egs [egs.cls]... no
+checking for document class ejour2 [ejour2.cls]... no
+checking for document class foils [foils.cls]... no
+checking for document class hollywood [hollywood]... no
+checking for document class iletter [iletter.cls]... no
+checking for document class latex8 [article,latex8.sty,times.sty]... no
+checking for document class letter [letter.cls]... no
+checking for sgml class SGML (LinuxDoc article)...  no
+checking for document class literate-article [article,noweb.sty]... no
+checking for document class literate-book [book,noweb.sty]... no
+checking for document class literate-report [report,noweb.sty]... no
+checking for sgml class SGML (LinuxDoc manpage)...  no
+checking for document class paper [paper.cls]... no
+checking for document class report [report.cls]... no
+checking for document class revtex [revtex.cls]... no
+checking for document class scrartcl [scrartcl]... no
+checking for document class scrbook [scrbook]... no
+checking for document class scrlettr [scrlettr]... no
+checking for document class scrreprt [scrreprt]... no
+checking for document class slides [slides.cls]... no
+checking for package a4 [a4.sty]... no
+checking for package a4wide [a4wide.sty]... no
+checking for package babel [babel.sty]... yes
+checking for package color [color.sty]... no
+checking for package fancyhdr [fancyhdr.sty]... no
+checking for package floatflt [floatflt.sty]... no
+checking for package setspace [setspace.sty]... no
+checking for package subfigure [subfigure.sty]... no
+checking for package geometry [geometry.sty]... no
+checking for package linuxdoc-sgml [linuxdoc-sgml.sty]... no
+checking for package longtable [longtable.sty]... no
+checking for package algorithm [algorithm.sty]... no
+checking for package rotating [rotating.sty]... no
+checking for package latex8 [latex8.sty]... no
+checking for package url [url.sty]... no
+checking for package graphics [graphics.sty]... no
+checking for graphics driver... none
+checking for package psnfss [times.sty]... no
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
creating textclass.lst
creating packages.lst
creating doc/LaTeXConfig.lyx
creating lyxrc.defaults



Thanks,
Albert


On 29 Sep 1999 16:24:32 +0200, Jean-Marc Lasgouttes wrote:

  "albert" == albert chapman-layland [EMAIL PROTECTED] writes:
 
 albert Hi, I've been able to successfully compile and install LyX
 albert 1.03 on my Linux box running Mandrake 6.0. However, when I try
 albert to execute lyx, I get the following error messages at the
 albert command line:
 
 albert LyXTestClass::Read: no text class found! LyXSetStyle: an error
 albert occurred during parsing.
 
 albert Has anyone had this kind 

footnotes within floats

1999-09-30 Thread Panagiotis Melas

Hello,

Is it possible to use a footnote in a table which is used as a float?

Panos




Pagination Query

1999-09-30 Thread Stefan Shih

Hello

I'm new to lyx, and am unsure of how to paginate my document's
pages in the following format:

For the front portion of my document, I am required to paginate
it in roman numerals (i, ii, iii ...), but subsequently for the
rest of the document, I am supposed to use numbers starting from
1,2,3

Any help rendered will be greatly appreciated.
Thanks in advance!

Regards
Stefan



Re: Pagination Query

1999-09-30 Thread Jean-Marc Lasgouttes

 "Stefan" == Stefan Shih [EMAIL PROTECTED] writes:

Stefan Hello I'm new to lyx, and am unsure of how to paginate my
Stefan document's pages in the following format:

Stefan For the front portion of my document, I am required to
Stefan paginate it in roman numerals (i, ii, iii ...), but
Stefan subsequently for the rest of the document, I am supposed to
Stefan use numbers starting from 1,2,3

If you are using the book class, you can add (marked as TeX)
\frontmatter at the beginning of the document,
\mainmatter at the beginning of the main part
\backmatter at the end of the main part.

JMarc

PS: it seems to me that I answered the same question yesterday...



Re: how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 10:41:15AM +0200, Alexander Wollmann wrote:
 Hi everybody!
 
 I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
 rpm´s are compiled for RedHat 6.0. 
 
 Can anyone tell me in a few words how to make a rpm-file for my system? I have
 to compile the .src.rpm - file, right?
 
 Greets,
 Alex.

You should be able to just do ``rpm --rebuild lyx-1.0.4-1.src.rpm''
provided that you have the development tools and the xforms library
installed.

This should generate your RPM (which you can then install).

Once you do this, please rename your RPM to something obvious
like lyx-1.0.4-1-5.2.i386.rpm and upload it to my incoming
directory (ftp.sylvan.com/incoming) so I can provide it for other
RedHat 5.X users.

Several people volunteered to do this for RH 4.X and RH 5.X but never
followed through.

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



article class question

1999-09-30 Thread Tony Dancer

I have just installed the latest lyx version, and have a query which
may (or probably is not) related to this.

Does ams article class support 'Part' along with 'section' etc. Lyx
would suggest it does, but when I latex the document, any 'Part' I have
defined is shown in plain text.  

I assume LyX found amsarticle ok on the configure as it appears in my
lyx menus, so can't really understand why i would be getting this
mis-formatting, unless it is a newly emerged latex problem i guess.

thanks for your thoughts
Tony



Re: mailing list filter

1999-09-30 Thread jdd

for whatever reason, this very message was not filtered by kmail. However, I
don't want to bother the list with a too long thread and I will no more answer
on this subject on the list, many thanks for all that gave help.

On mer, 29 sep 1999, Lars Gullik Bjønnes à écrit
jdd [EMAIL PROTECTED] writes:

| look at this header received as an answer to my question. There is absolutly no
| reference to lyx-user, probably because it was a direct answer, but if a tag
| was present in the initial subject, it would be filtered correctly
| 
| the to field if often usefull, the cc also, but this is not adressing the
| problem completely. I subscribe to many (id 13!) mailing list, lyx is the only
| one not setting a tag in the subject.
| 
| Well, I won't kill you for that, I appreciate lyx too much!

If you have a smart mailreader you still can look at the References
and Msg-Id fields. It is just a cheap excuse for bad mailreaders if
you have to have a tag in the subject to be able to filter the mail.

AND if you choose to send the mail to you directly rather than also
cc/to to the list that has probaly a reason, and you should not treat
the mail is if it came on the list.

I guess I am subscribing to around 20 mailing lists and do not have
the problems you are having...

   Lgb
--
Linux hp-41 APTEP SF
http://perso.club-internet.fr/jdanield
[EMAIL PROTECTED] - [EMAIL PROTECTED]



Re: footnotes within floats

1999-09-30 Thread Herbert

Panagiotis Melas wrote:
 
 Hello,
 
 Is it possible to use a footnote in a table which is used as a float?

have alook at

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg01398.html


Herbert
-- 
[EMAIL PROTECTED]
http://www.educat.hu-berlin.de/~voss



bibliography

1999-09-30 Thread Leonid Belostotski

Hello,
I'm preparing a bibliography using BibTex. I ran in to a problem though.
When I produce .DVI file the following error message appears:

Your field is more than 5000 characters---line 471 of file
file_name.bib
 : TITLE = "{ some title he
 : re}",
I'm skipping whatever remains of this entry
Warning--I didn't find a database entry for "L1"
Warning--I didn't find a database entry for "T1"
Warning--I didn't find a database entry for "V1"
Warning--I didn't find a database entry for "G1"

and so on...

Does anybody know what causes this problem? How can I fix it?

Thank you very much.



rpm-ing lyx

1999-09-30 Thread Tobias Klaus

Hi,

I just tried to rpm -tb lyx-1.0.4.tar.gz for Suse6.2, and I got the
following message:
Unable to stat icon: /xxx/xxx/lyx.xpm
Any ideas how to do it such that it works?

Tobias
-- 
Tobias Klaus

Department of Political Science
Trinity College Dublin
Dublin 2
Ireland

Neuffenstr, 6/1
73116 Waeschenbeuren
Germany



Re: rpm-ing lyx

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 11:52:10PM +0200, Tobias Klaus wrote:
 Hi,
 
 I just tried to rpm -tb lyx-1.0.4.tar.gz for Suse6.2, and I got the
 following message:
 Unable to stat icon: /xxx/xxx/lyx.xpm
 Any ideas how to do it such that it works?

Huh. I had no problem with rpm-ing lyx for RH 6.0.

You can try rebuilding my rpm from the src.rpm file:

Look in ftp://ftp.sylvan.com/pub/lyx/ for the lyx-1.0.4-1.src.rpm file.

---Kayvan

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



libstdc++-libc6.1-1.so.2

1999-09-30 Thread Sergio Luiz Carmelo Barroso - pos

Hello all,

I have just installed LyX in my Linux Slackware 3.4, kernel 
2.0.35. Well, when I try to run lyx, I get the following error message:

lyx: error in loading shared libraries
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or 
directory

I guess some library is missing. I have three libc's in my /lib directory:

libc.so.4.7.6
libc.so.5.4.46
libc-2.0.7.so

Does someone know what is wrong/missing?
Thank you all,

Sergio Barroso
DRCC - IFGW - UNICAMP



Re: libstdc++-libc6.1-1.so.2

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 08:14:57PM -0300, Sergio Luiz Carmelo Barroso - pos wrote:
   Hello all,
 
   I have just installed LyX in my Linux Slackware 3.4, kernel 
 2.0.35. Well, when I try to run lyx, I get the following error message:
 
 lyx: error in loading shared libraries
 libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or 
 directory
 
 I guess some library is missing. I have three libc's in my /lib directory:
 
 libc.so.4.7.6
 libc.so.5.4.46
 libc-2.0.7.so

It looks like you need glibc-2.1.1 and you have libc (libc-5.*)
installed.

You need to upgrade your libc or recompile from source.

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



Re: mailing list filter

1999-09-30 Thread Richard Palfalvi

jdd wrote:
 
 I can't filter this list with kmail (nor netscape), it seems that the list name
 appears in no accessible place (a see it it the header, but kmail don't seems
 to find it).
 couldn't you put simply a [lyx-users] in the subject line, as everybody else?
 Thanks a lot
 
  --
 Linux hp-41 APTEP SF
 http://perso.club-internet.fr/jdanield
 [EMAIL PROTECTED] - [EMAIL PROTECTED]



Hi out there !

I have to restart a bit this discussion again as I am having the same
problems with my netscape (4.5) mail-programm. The "funny" thing is that
with the following entries in the message filters list  filtering mails
from the lyx-users-list SOMETIMES WORKS and sometimes NOT ! :-(

message filters:

1. I created a new folder named LYX.

2. in the field filter-name I put:  [EMAIL PROTECTED]

3. in the following fields:

to + CONTAINS == [EMAIL PROTECTED]

to or CC + CONTAINS ==  [EMAIL PROTECTED]

an I turned on "Match all of the following"


So - as I mentioned out - I already had a lot of cases where the
incoming mails went into the right folder, correctly filtered, but also
often, when it did NOT ???!!

Who really knows an answer ? What about "customizing headers" ? what can
I do with that ? and is it useful too in this case ? 

salut, 
  Richard:-)
---
Richard Palfalvi
Untere Augartenstrasse 21/15,1020 Wien - Österreich - Austria - Autriche
Tel.: 0043-1-334.02.80

"In a world without walls and fences - who needs windows and gates ??"



Re: Bug? Reading math mode formulas

1999-09-30 Thread Nabil Hathout

Hello,

Tanks to Jean-Pierre for the solution he gave me. Note that since it
is not possible to insert directly 8bits characters in math mode, one
have to use \acute, \grave... commands if one wants to use accentuated
characters (to get é you have to type "\acute e").  See Jean-Pierre's
examples below.

--Nabil


Jean-Pierre.Chretien writes:
  --
  X-Sun-Data-Type: text
  X-Sun-Content-Length: 1093
  X-Sun-Charset: X-iso-8859-1
  
  
  From: Nabil Hathout [EMAIL PROTECTED]
  Date: Wed, 29 Sep 1999 17:37:40 +0200 (CEST)
  To: "Jean-Pierre.Chretien" [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], 
  [EMAIL PROTECTED]
  Subject: Re: Bug? Reading math mode formulas
  
  You mean I don't need to insert a mbox and that inserting textrm
  directly would be suffisant ?
  
  --Nabil
  
  Just do it:
  M-m m \frac M-m m abc... gives
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\textrm{eff}} \)
  \end_inset
  (I've replaced g by f to show that the ligature works).
  
  If you want an accented character, you may have it 
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\acute{\textrm{e}}\textrm{ff}} \)
  \end_inset 
  
  but as you can see, this is quite different of the result obtained with
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\testac } \)
  \end_inset 
  
  once
  \newcommand{\testac}{\mbox{éff}}
  is defined in the preamble.
  
  If you are a typographic addict, you will make a difference between a math accent
  on letter e and a real é letter...
  
  -- 
  Jean-Pierre
  
  --
  X-Sun-Data-Type: text
  X-Sun-Content-Length: 1197
  X-Sun-Data-Name: newfile.lyx
  X-Sun-Data-Description: newfile.lyx
  X-Sun-Charset: X-iso-8859-1
  
  #This file was created by chretien Wed Sep 29 17:49:40 1999
  #LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
  \lyxformat 2.15
  \textclass report
  \begin_preamble
  \input{preamb_rapport}
  \let\realcleardoublepage=\cleardoublepage
  
  \renewcommand{\cleardoublepage}{\newpage{\pagestyle{empty}\realcleardoublepage}}
  
  
  \newcommand{\testac}{\mbox{éff}}
  \end_preamble
  \options 12pt,twoside,a4paper
  \language french
  \inputencoding latin1
  \fontscheme default
  \graphics default
  \float_placement !ht
  \paperfontsize default
  \spacing single 
  \papersize a4paper
  \paperpackage a4
  \use_geometry 1
  \use_amsmath 0
  \paperorientation portrait
  \leftmargin 30mm
  \topmargin 20mm
  \rightmargin 30mm
  \bottommargin 24mm
  \headheight 10mm
  \headsep 9mm
  \footskip 10mm
  \secnumdepth 3
  \tocdepth 3
  \paragraph_separation indent
  \defskip medskip
  \quotes_language english
  \quotes_times 2
  \papercolumns 1
  \papersides 2
  \paperpagestyle default
  
  \layout Standard
  
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\acute{\textrm{e}}\textrm{ff}} \)
  \end_inset 
  
   
  \begin_inset Formula \( \frac{\textrm{abc}}{\textrm{eff}} \)
  \end_inset 
  
  
  \layout Standard
  
  
  \begin_inset Formula \( \frac{\textrm{abc}}{\testac } \)
  \end_inset 
  
  
  \the_end
  



Re: LyX 1.0.4.

1999-09-30 Thread Frank Mahler

"nnes)"@mgate.uni-hannover.de wrote:
Hi Lars. This is what our mailgate does with your address. Pretty
funny?!
 
 Finally we have LyX version 1.0.4 ready.
Yeah! Very great. Im pleased to see, that finally german umlauts in math
mode work, even after reloading the document! Thank you, I really need
this feature!
 
 Highlights for this release:
 
 - several bugfixes.
 - DocBook support
 - new layouts
 - better handling of custom pagesizes.
 - more document files translated to other languages.
Nice to hear about that.

Still one popup (or call it dialog box?) behaves strange when I fit it
to full screen height: Open the Insert cross-reference dialog, there
appears a name-box (I cannot use it, what's it good for?). This field
resizes very bad and then covers about 90% of the list box and therefore
makes it unreadable.

But, to say that again.

Wow, a lot happend since 0.10.7 I wrote my thesis for a diploma with.

Now time has come to write my master's thesis, I'm very glad to have
LyX. A collegue writes with Word (uaahhhrgh...), anotherone tries it
with Scientific Word (quite good)... Both call it a curse :-\

cul8r,
 Frank
-- 
  while (!asleep()) sheep++;



Re: LyX 1.0.4.

1999-09-30 Thread Stephan Witt

Lars Gullik Bjønnes wrote:
 
 Finally we have LyX version 1.0.4 ready.
 
 Highlights for this release:
 
 - several bugfixes.
 - DocBook support
 - new layouts
 - better handling of custom pagesizes.
 - more document files translated to other languages.
 
 See CHANGES in the distribution for everything that has been done.
 
 This release is considered to be very stable.
 

Thank you for releasing the next stable LyX version.

Sorry for testing this release and not the prereleases already.
I ran out of time :(

As usually I compile on Sun-Solaris and have some trip-wires to detect.
I'll send an excerpt of my terminal output...
The output where warnings "bar hides foo::bar" was the only warnings
I have clipped.

% setenv CC cc
% setenv CXX CC
% setenv LD_LIBRARY_PATH /usr/openwin/lib  # I don't want to build with X11R6.3
% ./configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
[output omitted]
Configuration:
  Source code location:   .
  Compiler:   CC
  Compiler flags: -g
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx
  Special flags:  

Configuration of LyX was successful.  
Type 'make' to compile the program, 
and then 'make install' to install it.
% make
[output omitted]
/usr/bin/msgfmt -o pl.mo pl.po
Warning, Syntax at line number: 788, Missing ", ignored
Warning, Syntax at line number: 788, Missing " at EOL, ignored
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include paragraph.C 
"paragraph.C", line 351: Warning: layout hides LyXParagraph::layout.
"paragraph.C", line 850: Warning: layout hides LyXParagraph::layout.
"paragraph.C", line 898: Warning: size hides LyXParagraph::size.
"paragraph.C", line 2602: Warning: depth hides LyXParagraph::depth.
"paragraph.C", line 2648: Warning: The variable column has not yet been assigned
a value.
5 Warning(s) detected.
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include table.C 
"table.C", line  Error: A previously specified default argument value cannot be
changed.
"table.C", line 1885: Warning (Anachronism): LyXTable::cellstruct is not
accessible from file level.
"table.C", line 1885: Note: Type "CC -migration" for more on anachronisms.
1 Error(s) and 1 Warning(s) detected.
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include buffer.C 
"buffer.C", line 223: Warning: filename hides Buffer::filename.
"buffer.C", line 1138: Warning: filename hides Buffer::filename.
"buffer.C", line 1213: Warning: filename hides Buffer::filename.
"buffer.C", line 1553: Warning: filename hides Buffer::filename.
"buffer.C", line 2110: Warning: filename hides Buffer::filename.
"buffer.C", line 2333: Warning: The variable inner_span has not yet been
assigned a value.
"buffer.C", line 2680: Warning: filename hides Buffer::filename.
"buffer.C", line 2792: Warning: The variable command_base has not yet been
assigned a value.
8 Warning(s) detected.
[output omitted]
%

Problem 1: pl.po
I ignored this one.
Problem 2: src/paragraph.C:2648
Line 2607 reads as
int column = 0, tmp;
Problem 3: src/table.C:1422
Line 1421 reads as
const char *LyXTable::getDocBookAlign(int cell, bool isColumn)
Problem 4: src/buffer.C:2333
Line 2321 reads as
bool inner_span=false;
Line 2688 reads as
int command_depth=0,command_base=0,cmd_depth;

I send no patch, because I don't know the correct solutions...

Regards,

Stephan

-- 
---
[EMAIL PROTECTED]  | beusen unternehmensgruppe senkel
fon: +49 30 549932-62 | Landsberger Allee 392
fax: +49 30 549932-29 | 12681 Berlin, Germany
---



Re: Bibliography

1999-09-30 Thread Alessandro Coluccelli

Varotto Riccardo wrote:
 
 Hi,
 
 In which way can I write the page of the Bibliography in the main index?

Add the following command in TeX mode, at the beginning of the
bibliografy:
\addcontentsline{toc}{chapter}{Bibliography}

This if you are using report style... if you are using article you
should change chapter with section. And if you are writing a document in
Italian language, you should put Bibliografia instead of Bibliography.
I hope this may help. 

Alessandro



Re: Bug? Reading math mode formulas

1999-09-30 Thread Jean-Marc Lasgouttes

 "Nabil" == Nabil Hathout [EMAIL PROTECTED] writes:

Nabil Hello, Tanks to Jean-Pierre for the solution he gave me. Note
Nabil that since it is not possible to insert directly 8bits
Nabil characters in math mode, one have to use \acute, \grave...
Nabil commands if one wants to use accentuated characters (to get é
Nabil you have to type "\acute e"). See Jean-Pierre's examples below.

There have been changes recently (in 1.0.4) allowing to enter 8bit
russian characters in mathed. I would think that this works in latin1
too, provided you setup LC_CTYPE correctly.

JMarc



Re: foots and headers

1999-09-30 Thread Jean-Marc Lasgouttes

 "jdd" == jdd  [EMAIL PROTECTED] writes:

jdd is there anything in lyx like the headers ands footers of word
jdd and such ? I like to have file name, page number and modification
jdd date on footers.

Currently, you have to do it by hand through fancyhdr.sty.
Fortunately, this package has a pretty good documentation.

JMarc



Re: mailing list filter

1999-09-30 Thread Jose Abilio Oliveira Matos

On Wed, Sep 29, 1999 at 08:57:44PM +0200, jdd wrote:
 look at this header received as an answer to my question. There is absolutly no
 reference to lyx-user, probably because it was a direct answer, but if a tag
 was present in the initial subject, it would be filtered correctly
 
 the to field if often usefull, the cc also, but this is not adressing the
 problem completely. I subscribe to many (id 13!) mailing list, lyx is the only
 one not setting a tag in the subject.
 
 Well, I won't kill you for that, I appreciate lyx too much!
 
 ..
[...] 

The message you sent appears with the first header after From as:
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm

  Ok, more explicit than this is impossible.
  Maybe your MTA stripes those headers it doesn't like. :)

  I received several mailling lists and there is only one that puts the tag
in the subject. Something that I find annoying. All my procmail filters
work as a charm.


 --
 Linux hp-41 APTEP SF
 http://perso.club-internet.fr/jdanield
 [EMAIL PROTECTED] - [EMAIL PROTECTED]

-- 
José



Re: docbook

1999-09-30 Thread Jean-Marc Lasgouttes

 "jdd" == jdd  [EMAIL PROTECTED] writes:

jdd On mer, 29 sep 1999, Jose Abilio Oliveira Matos à écrit
 On Tue, Sep 28, 1999 at 08:34:07PM +0200, jdd wrote:
 I have seen than lyx 1.04pre8 supports docbook. How? is the
 linuxdoc export the good choice?
  ???
 
 The docbook is a new type of document layout, so you should first
 change it to docbook.

jdd I use the french version of lyx 1.04pre8. May somebody say me how
jdd "document layout" translates in french, I don't find anything
jdd such in the format document menu. I have a document "classe" with
jdd article, book,... SGML, but no docbook and none gives me an
jdd export docbook tag.

Do you have sgmltools 2.0 installed?

JMarc



Re: docbook

1999-09-30 Thread Jose Abilio Oliveira Matos

On Wed, Sep 29, 1999 at 09:23:24PM +0200, jdd wrote:
 On mer, 29 sep 1999, Jose Abilio Oliveira Matos à écrit
 On Tue, Sep 28, 1999 at 08:34:07PM +0200, jdd wrote:
  I have seen than lyx 1.04pre8 supports docbook. How? is the linuxdoc export the
  good choice?
 
   ???
 
   The docbook is a new type of document layout, so you should first change it to
 docbook.
 
 I use the french version of lyx 1.04pre8. May somebody say me how "document
 layout" translates in french, I don't find anything such in the format document
 menu. I have a document "classe" with article, book,... SGML, but no docbook
 and none gives me an export docbook tag.
 

  The docbook support is only available if you have a sgmltools executable program
on your path.
  If you have the docbook dtd but you don't sgmltools installed create a fake
sgmltools executable. Then reconfigure LyX. Options-Reconfigure (This is easy to
translate to french so you don't have any excuse. ;)

   Then you export your document as docbook.
 
 
 
 I think I have docbook installed, at least I got this :

 jdd@charles:~  locate docbook.dtd 
 /home/jdd/data/download/docbook/docbook.dtd
 /usr/share/sgml/docbk30/docbook.dtd
 /usr/share/sgml/docbk31/docbook.dtd
 /usr/share/sgml/sdb/sdocbook.dtd
 jdd@charles:~ 

  LyX uses sgmltools to preview the document with dvi or ps.
  If you don't have it you must export the resulting document to docbook and then
out there work as usual to produce the different output.

  Support for docbook outside the sgmltools can be done, but only for the next
development cycle.

  Best regards,

-- 
José



Re: docbook

1999-09-30 Thread Jose Abilio Oliveira Matos

On Thu, Sep 30, 1999 at 10:06:35AM +0200, Jean-Marc Lasgouttes wrote:
  "jdd" == jdd  [EMAIL PROTECTED] writes:
 
 jdd I use the french version of lyx 1.04pre8. May somebody say me how
 jdd "document layout" translates in french, I don't find anything
 jdd such in the format document menu. I have a document "classe" with
 jdd article, book,... SGML, but no docbook and none gives me an
 jdd export docbook tag.
 
 Do you have sgmltools 2.0 installed?

  As I said in other post the docbook only works out of the box if you
have sgmtools v2.0 installed, else you need to follow the tweaks
I proposed.
 
 JMarc

-- 
José



Words to LyX

1999-09-30 Thread Ramin Yasdi

Hi,

How can I transfer a word file  "filename.doc" to lyx?

Thanks for helpRamin



how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Alexander Wollmann

Hi everybody!

I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
rpm´s are compiled for RedHat 6.0. 

Can anyone tell me in a few words how to make a rpm-file for my system? I have
to compile the .src.rpm - file, right?

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 30-Sep-99
Time: 10:38:30

This message was sent by XFMail
---



revtex.sty not found???

1999-09-30 Thread Rob Lahaye


Hello,

I've downloaded LyX 1.0.4 to my Linux RedHat 6 PC.
Also installed the tetex-lyx files.

So far I was using "Class: Article" in Layout-Document...
No problems with either 1.0.3 or 1.0.4 for viewing dvi or ps.

With 1.0.4 I decided to replace Article by Article(REVTeX),
which immediately results in an error when wanting to view dvi.

The LaTeX log file says:
  [snip]
  Entering LaTeX 2.09 COMPATIBILITY MODE
  [snip]
  !LaTeX Error: File 'revtex.sty' not found
  [cut]

2 questions:
  (1) Why going into 2.09 compatibility mode?
  (2) How, what and where about the revtex.sty file?

Thanks a lot for your help,

Rob.



Re: Words to LyX

1999-09-30 Thread Christopher Sawtell

On Thu, 30 Sep 1999, Ramin Yasdi wrote:
 Hi,
 
 How can I transfer a word file  "filename.doc" to lyx?

With a lot of time and great difficulty.

If the file is simple text in a word file you can use `strings' as a filter to
produce an ascii file, which you can then edit by hand because strings is not
perfect. Then import the result of that into LyX as an ascii file, and format
it appropriately. I kid you not, it _does_ work.

You could also look at:- 

http://www.fz-juelich.de/isr/1/texconv/pctotex.html

for some other programs.

You might also be able to import the file into either WordPerfect or StarOffice
and just go from there using the word processor. 

If it is full of formulae you are probably out of luck.

--
Sincerely etc.,

 NAMEChristopher Sawtell - Support Engineer - iOpen Technologies Ltd.
 ICQ UIN 45863470
 EMAIL   csawtell(at)xtra(dot)co(dot)nz
 CNOTES  ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz 



Re: how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Tony Dancer

On 30 Sep, Alexander Wollmann wrote:
 Hi everybody!
 
 I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
 rpm´s are compiled for RedHat 6.0. 
 
 Can anyone tell me in a few words how to make a rpm-file for my system? I have
 to compile the .src.rpm - file, right?
 
 Greets,
 Alex.
 
Alex
 
If you download the tar file, all the instructions are in the
development sub-dir of the unpacked archive, along with a specs file.

You can build the RPM from the tar archive, not a src rpm.

hope thie helps

Tony



Re: Error when starting LyX 1.0.4

1999-09-30 Thread Peter Suetterlin


  Hi Aleander,

this is a problem of the german menu bindings file when you also use the
emacs bindings.  It is described in the de_menus.bind:
emacs.bind uses M-d to delete a word (like in emacs), but de_menus.bind
want's that keystroke for the "Datei" menu.
The easiest solution is to edit emacs.bind (in LYX_DIR/bind) (or copy it
to de_emacs.bind and edit that):
Change
  \bind "M-d" "word-delete-forward"
to
  \bind "M-S-D" "word-delete-forward"

  Peter

Alexander Wollmann wrote:
 Hi!
 
 I just installed 1.0.4 from the src.rpm - package. Now I get the following
 error-messages when startin LyX:
 
 Error: New binding for 'M-d e l' is overriding old binding...  
 Error: New binding for 'M-d e d' is overriding old binding... 
 Error: New binding for 'M-d e p' is overriding old binding...   
 Error: New binding for 'M-d e l' is overriding old binding...
 Error: New binding for 'M-d e t' is overriding old binding... 
 Error: New binding for 'M-d e b' is overriding old binding...   


-- 
~~
Peter "Pit" Suetterlin  http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048   [EMAIL PROTECTED]
 -- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * --
Come and see the stars! http://www.kis.uni-freiburg.de/~ps/SFB
Sternfreunde Breisgau e.V.  Tel.: +49 7641 3492
__



Re: some beginner questions

1999-09-30 Thread Jean-Marc Lasgouttes

 "John" == John D Blair [EMAIL PROTECTED] writes:

John sometimes exceed 50 words. When the sidebar text appears close
John to the bottom of a page the text extends right through the
John footer and off the page. This wasn't at all what I expected. It
John seems to me that it should either move the margin note up so the
John text fits, or wrap it to the next page. Is this just a bug in
John whatever class handles margin notes that I can correct by
John upgrading? Centering the margin note in the page was just a
John perceived method for fixing the problem, but I would prefer to
John keep the margin note close to the text I insert it next to.

I see what you mean now. I cannot think of a good fix to the problem:
margin notes are designed to appear not before the point where they
have been issued, so it is difficult to move them. I guess people on
comp.text.tex would have some ideas on that, but this is beyond my
LaTeX knowledge...

JMarc



Re: Executing LyX

1999-09-30 Thread albert chapman-layland

Thanks,

Following is the result of rerunning the configure script.  I've looked at
doc/LaTexConfig.lyx as suggested below and not found it particularly
enlightening.  However, by examining the results of running configure, I
guess my problem is that LyX can find none of the document classes it is
looking for with this configuration script.  Is this right?  If so, how do I
retrieve them--should they have been part of my Latex distribution, or are
they from another source?

Any help is greatly appreciated.  I need to have this up and running soon--I
just don't have them time to learn latex right now.  

Thanks very much,
Albert


checking for a LaTeX2e program... 
+checking for "latex"... yes
checking for reLyX LaTeX-to-LyX translator... 
+checking for "reLyX"... yes
checking for a Literate programming processor... 
+checking for "noweave"... no
checking for a Postscript interpreter... 
+checking for "gs"... yes
checking for a Postscript previewer... 
+checking for "gv"... yes
checking for a *roff formatter... 
+checking for "groff"... yes
checking for ChkTeX... 
+checking for "chktex"... no
checking for a spell-checker... 
+checking for "ispell"... yes
checking for a fax driver... 
+checking for "sendfax"... yes
checking for SGML-tools (aka LinuxDoc-SGML)... 
+checking for "sgml2lyx"... no
checking for a spool command... 
+checking for "lp"... no
+checking for "lpr"... yes
checking LaTeX configuration... auto
+Inspecting your LaTeX configuration.
+checking for LaTeX version... 1998/12/01
+checking for default encoding (this may take a long time)
+  checking for ec fonts... yes
+  checking for ec support in LaTeX format... yes
+checking for document class IEEEtran [IEEEtran.cls]... no
+checking for document class aapaper [aa]... no
+checking for document class amsart-plain [amsart]... no
+checking for document class amsart-seq [amsart]... no
+checking for document class amsart [amsart.cls]... no
+checking for document class amsbook [amsbook.cls]... no
+checking for document class apa [apa,apacite.sty]... no
+checking for document class article [article.cls]... no
+checking for document class book [book.cls]... no
+checking for document class broadway [broadway]... no
+checking for document class dinbrief [dinbrief.cls]... no
+checking for document class egs [egs.cls]... no
+checking for document class ejour2 [ejour2.cls]... no
+checking for document class foils [foils.cls]... no
+checking for document class hollywood [hollywood]... no
+checking for document class iletter [iletter.cls]... no
+checking for document class latex8 [article,latex8.sty,times.sty]... no
+checking for document class letter [letter.cls]... no
+checking for sgml class SGML (LinuxDoc article)...  no
+checking for document class literate-article [article,noweb.sty]... no
+checking for document class literate-book [book,noweb.sty]... no
+checking for document class literate-report [report,noweb.sty]... no
+checking for sgml class SGML (LinuxDoc manpage)...  no
+checking for document class paper [paper.cls]... no
+checking for document class report [report.cls]... no
+checking for document class revtex [revtex.cls]... no
+checking for document class scrartcl [scrartcl]... no
+checking for document class scrbook [scrbook]... no
+checking for document class scrlettr [scrlettr]... no
+checking for document class scrreprt [scrreprt]... no
+checking for document class slides [slides.cls]... no
+checking for package a4 [a4.sty]... no
+checking for package a4wide [a4wide.sty]... no
+checking for package babel [babel.sty]... yes
+checking for package color [color.sty]... no
+checking for package fancyhdr [fancyhdr.sty]... no
+checking for package floatflt [floatflt.sty]... no
+checking for package setspace [setspace.sty]... no
+checking for package subfigure [subfigure.sty]... no
+checking for package geometry [geometry.sty]... no
+checking for package linuxdoc-sgml [linuxdoc-sgml.sty]... no
+checking for package longtable [longtable.sty]... no
+checking for package algorithm [algorithm.sty]... no
+checking for package rotating [rotating.sty]... no
+checking for package latex8 [latex8.sty]... no
+checking for package url [url.sty]... no
+checking for package graphics [graphics.sty]... no
+checking for graphics driver... none
+checking for package psnfss [times.sty]... no
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
creating textclass.lst
creating packages.lst
creating doc/LaTeXConfig.lyx
creating lyxrc.defaults



Thanks,
Albert


On 29 Sep 1999 16:24:32 +0200, Jean-Marc Lasgouttes wrote:

  "albert" == albert chapman-layland [EMAIL PROTECTED] writes:
 
 albert Hi, I've been able to successfully compile and install LyX
 albert 1.03 on my Linux box running Mandrake 6.0. However, when I try
 albert to execute lyx, I get the following error messages at the
 albert command line:
 
 albert LyXTestClass::Read: no text class found! LyXSetStyle: an error
 albert occurred during parsing.
 
 albert Has anyone had this kind 

footnotes within floats

1999-09-30 Thread Panagiotis Melas

Hello,

Is it possible to use a footnote in a table which is used as a float?

Panos




Pagination Query

1999-09-30 Thread Stefan Shih

Hello

I'm new to lyx, and am unsure of how to paginate my document's
pages in the following format:

For the front portion of my document, I am required to paginate
it in roman numerals (i, ii, iii ...), but subsequently for the
rest of the document, I am supposed to use numbers starting from
1,2,3

Any help rendered will be greatly appreciated.
Thanks in advance!

Regards
Stefan



Re: Pagination Query

1999-09-30 Thread Jean-Marc Lasgouttes

 "Stefan" == Stefan Shih [EMAIL PROTECTED] writes:

Stefan Hello I'm new to lyx, and am unsure of how to paginate my
Stefan document's pages in the following format:

Stefan For the front portion of my document, I am required to
Stefan paginate it in roman numerals (i, ii, iii ...), but
Stefan subsequently for the rest of the document, I am supposed to
Stefan use numbers starting from 1,2,3

If you are using the book class, you can add (marked as TeX)
\frontmatter at the beginning of the document,
\mainmatter at the beginning of the main part
\backmatter at the end of the main part.

JMarc

PS: it seems to me that I answered the same question yesterday...



Re: how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 10:41:15AM +0200, Alexander Wollmann wrote:
 Hi everybody!
 
 I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
 rpm´s are compiled for RedHat 6.0. 
 
 Can anyone tell me in a few words how to make a rpm-file for my system? I have
 to compile the .src.rpm - file, right?
 
 Greets,
 Alex.

You should be able to just do ``rpm --rebuild lyx-1.0.4-1.src.rpm''
provided that you have the development tools and the xforms library
installed.

This should generate your RPM (which you can then install).

Once you do this, please rename your RPM to something obvious
like lyx-1.0.4-1-5.2.i386.rpm and upload it to my incoming
directory (ftp.sylvan.com/incoming) so I can provide it for other
RedHat 5.X users.

Several people volunteered to do this for RH 4.X and RH 5.X but never
followed through.

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



article class question

1999-09-30 Thread Tony Dancer

I have just installed the latest lyx version, and have a query which
may (or probably is not) related to this.

Does ams article class support 'Part' along with 'section' etc. Lyx
would suggest it does, but when I latex the document, any 'Part' I have
defined is shown in plain text.  

I assume LyX found amsarticle ok on the configure as it appears in my
lyx menus, so can't really understand why i would be getting this
mis-formatting, unless it is a newly emerged latex problem i guess.

thanks for your thoughts
Tony



Re: mailing list filter

1999-09-30 Thread jdd

for whatever reason, this very message was not filtered by kmail. However, I
don't want to bother the list with a too long thread and I will no more answer
on this subject on the list, many thanks for all that gave help.

On mer, 29 sep 1999, Lars Gullik Bjønnes à écrit
jdd [EMAIL PROTECTED] writes:

| look at this header received as an answer to my question. There is absolutly no
| reference to lyx-user, probably because it was a direct answer, but if a tag
| was present in the initial subject, it would be filtered correctly
| 
| the to field if often usefull, the cc also, but this is not adressing the
| problem completely. I subscribe to many (id 13!) mailing list, lyx is the only
| one not setting a tag in the subject.
| 
| Well, I won't kill you for that, I appreciate lyx too much!

If you have a smart mailreader you still can look at the References
and Msg-Id fields. It is just a cheap excuse for bad mailreaders if
you have to have a tag in the subject to be able to filter the mail.

AND if you choose to send the mail to you directly rather than also
cc/to to the list that has probaly a reason, and you should not treat
the mail is if it came on the list.

I guess I am subscribing to around 20 mailing lists and do not have
the problems you are having...

   Lgb
--
Linux hp-41 APTEP SF
http://perso.club-internet.fr/jdanield
[EMAIL PROTECTED] - [EMAIL PROTECTED]



Re: footnotes within floats

1999-09-30 Thread Herbert

Panagiotis Melas wrote:
 
 Hello,
 
 Is it possible to use a footnote in a table which is used as a float?

have alook at

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg01398.html


Herbert
-- 
[EMAIL PROTECTED]
http://www.educat.hu-berlin.de/~voss



bibliography

1999-09-30 Thread Leonid Belostotski

Hello,
I'm preparing a bibliography using BibTex. I ran in to a problem though.
When I produce .DVI file the following error message appears:

Your field is more than 5000 characters---line 471 of file
file_name.bib
 : TITLE = "{ some title he
 : re}",
I'm skipping whatever remains of this entry
Warning--I didn't find a database entry for "L1"
Warning--I didn't find a database entry for "T1"
Warning--I didn't find a database entry for "V1"
Warning--I didn't find a database entry for "G1"

and so on...

Does anybody know what causes this problem? How can I fix it?

Thank you very much.



rpm-ing lyx

1999-09-30 Thread Tobias Klaus

Hi,

I just tried to rpm -tb lyx-1.0.4.tar.gz for Suse6.2, and I got the
following message:
Unable to stat icon: /xxx/xxx/lyx.xpm
Any ideas how to do it such that it works?

Tobias
-- 
Tobias Klaus

Department of Political Science
Trinity College Dublin
Dublin 2
Ireland

Neuffenstr, 6/1
73116 Waeschenbeuren
Germany



Re: rpm-ing lyx

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 11:52:10PM +0200, Tobias Klaus wrote:
 Hi,
 
 I just tried to rpm -tb lyx-1.0.4.tar.gz for Suse6.2, and I got the
 following message:
 Unable to stat icon: /xxx/xxx/lyx.xpm
 Any ideas how to do it such that it works?

Huh. I had no problem with rpm-ing lyx for RH 6.0.

You can try rebuilding my rpm from the src.rpm file:

Look in ftp://ftp.sylvan.com/pub/lyx/ for the lyx-1.0.4-1.src.rpm file.

---Kayvan

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



libstdc++-libc6.1-1.so.2

1999-09-30 Thread Sergio Luiz Carmelo Barroso - pos

Hello all,

I have just installed LyX in my Linux Slackware 3.4, kernel 
2.0.35. Well, when I try to run lyx, I get the following error message:

lyx: error in loading shared libraries
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or 
directory

I guess some library is missing. I have three libc's in my /lib directory:

libc.so.4.7.6
libc.so.5.4.46
libc-2.0.7.so

Does someone know what is wrong/missing?
Thank you all,

Sergio Barroso
DRCC - IFGW - UNICAMP



Re: libstdc++-libc6.1-1.so.2

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 08:14:57PM -0300, Sergio Luiz Carmelo Barroso - pos wrote:
   Hello all,
 
   I have just installed LyX in my Linux Slackware 3.4, kernel 
 2.0.35. Well, when I try to run lyx, I get the following error message:
 
 lyx: error in loading shared libraries
 libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or 
 directory
 
 I guess some library is missing. I have three libc's in my /lib directory:
 
 libc.so.4.7.6
 libc.so.5.4.46
 libc-2.0.7.so

It looks like you need glibc-2.1.1 and you have libc (libc-5.*)
installed.

You need to upgrade your libc or recompile from source.

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



Re: mailing list filter

1999-09-30 Thread Richard Palfalvi

jdd wrote:
 
 I can't filter this list with kmail (nor netscape), it seems that the list name
 appears in no accessible place (a see it it the header, but kmail don't seems
 to find it).
 couldn't you put simply a [lyx-users] in the subject line, as everybody else?
 Thanks a lot
 
  --
 Linux hp-41 APTEP SF
 http://perso.club-internet.fr/jdanield
 [EMAIL PROTECTED] - [EMAIL PROTECTED]



Hi out there !

I have to restart a bit this discussion again as I am having the same
problems with my netscape (4.5) mail-programm. The "funny" thing is that
with the following entries in the message filters list  filtering mails
from the lyx-users-list SOMETIMES WORKS and sometimes NOT ! :-(

message filters:

1. I created a new folder named LYX.

2. in the field filter-name I put:  [EMAIL PROTECTED]

3. in the following fields:

to + CONTAINS == [EMAIL PROTECTED]

to or CC + CONTAINS ==  [EMAIL PROTECTED]

an I turned on "Match all of the following"


So - as I mentioned out - I already had a lot of cases where the
incoming mails went into the right folder, correctly filtered, but also
often, when it did NOT ???!!

Who really knows an answer ? What about "customizing headers" ? what can
I do with that ? and is it useful too in this case ? 

salut, 
  Richard:-)
---
Richard Palfalvi
Untere Augartenstrasse 21/15,1020 Wien - Österreich - Austria - Autriche
Tel.: 0043-1-334.02.80

"In a world without walls and fences - who needs windows and gates ??"



Re: Bug? Reading math mode formulas

1999-09-30 Thread Nabil Hathout

Hello,

Tanks to Jean-Pierre for the solution he gave me. Note that since it
is not possible to insert directly 8bits characters in math mode, one
have to use \acute, \grave... commands if one wants to use accentuated
characters (to get é you have to type "\acute e").  See Jean-Pierre's
examples below.

--Nabil


Jean-Pierre.Chretien writes:
 > --
 > X-Sun-Data-Type: text
 > X-Sun-Content-Length: 1093
 > X-Sun-Charset: X-iso-8859-1
 > 
 > 
 > >>From: Nabil Hathout <[EMAIL PROTECTED]>
 > >>Date: Wed, 29 Sep 1999 17:37:40 +0200 (CEST)
 > >>To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]>
 > >>Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], 
 > [EMAIL PROTECTED]
 > >>Subject: Re: Bug? Reading math mode formulas
 > >>
 > >>You mean I don't need to insert a mbox and that inserting textrm
 > >>directly would be suffisant ?
 > >>
 > >>--Nabil
 > 
 > Just do it:
 > M-m m \frac M-m m abc... gives
 > 
 > \begin_inset Formula \( \frac{\textrm{abc}}{\textrm{eff}} \)
 > \end_inset
 > (I've replaced g by f to show that the ligature works).
 > 
 > If you want an accented character, you may have it 
 > 
 > \begin_inset Formula \( \frac{\textrm{abc}}{\acute{\textrm{e}}\textrm{ff}} \)
 > \end_inset 
 > 
 > but as you can see, this is quite different of the result obtained with
 > 
 > \begin_inset Formula \( \frac{\textrm{abc}}{\testac } \)
 > \end_inset 
 > 
 > once
 > \newcommand{\testac}{\mbox{éff}}
 > is defined in the preamble.
 > 
 > If you are a typographic addict, you will make a difference between a math accent
 > on letter e and a real é letter...
 > 
 > -- 
 > Jean-Pierre
 > 
 > --
 > X-Sun-Data-Type: text
 > X-Sun-Content-Length: 1197
 > X-Sun-Data-Name: newfile.lyx
 > X-Sun-Data-Description: newfile.lyx
 > X-Sun-Charset: X-iso-8859-1
 > 
 > #This file was created by  Wed Sep 29 17:49:40 1999
 > #LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
 > \lyxformat 2.15
 > \textclass report
 > \begin_preamble
 > \input{preamb_rapport}
 > \let\realcleardoublepage=\cleardoublepage
 > 
 > \renewcommand{\cleardoublepage}{\newpage{\pagestyle{empty}\realcleardoublepage}}
 > 
 > 
 > \newcommand{\testac}{\mbox{éff}}
 > \end_preamble
 > \options 12pt,twoside,a4paper
 > \language french
 > \inputencoding latin1
 > \fontscheme default
 > \graphics default
 > \float_placement !ht
 > \paperfontsize default
 > \spacing single 
 > \papersize a4paper
 > \paperpackage a4
 > \use_geometry 1
 > \use_amsmath 0
 > \paperorientation portrait
 > \leftmargin 30mm
 > \topmargin 20mm
 > \rightmargin 30mm
 > \bottommargin 24mm
 > \headheight 10mm
 > \headsep 9mm
 > \footskip 10mm
 > \secnumdepth 3
 > \tocdepth 3
 > \paragraph_separation indent
 > \defskip medskip
 > \quotes_language english
 > \quotes_times 2
 > \papercolumns 1
 > \papersides 2
 > \paperpagestyle default
 > 
 > \layout Standard
 > 
 > 
 > \begin_inset Formula \( \frac{\textrm{abc}}{\acute{\textrm{e}}\textrm{ff}} \)
 > \end_inset 
 > 
 >  
 > \begin_inset Formula \( \frac{\textrm{abc}}{\textrm{eff}} \)
 > \end_inset 
 > 
 > 
 > \layout Standard
 > 
 > 
 > \begin_inset Formula \( \frac{\textrm{abc}}{\testac } \)
 > \end_inset 
 > 
 > 
 > \the_end
 > 



Re: LyX 1.0.4.

1999-09-30 Thread Frank Mahler

"nnes)"@mgate.uni-hannover.de wrote:
Hi Lars. This is what our mailgate does with your address. Pretty
funny?!
 
> Finally we have LyX version 1.0.4 ready.
Yeah! Very great. Im pleased to see, that finally german umlauts in math
mode work, even after reloading the document! Thank you, I really need
this feature!
 
> Highlights for this release:
> 
> - several bugfixes.
> - DocBook support
> - new layouts
> - better handling of custom pagesizes.
> - more document files translated to other languages.
Nice to hear about that.

Still one popup (or call it dialog box?) behaves strange when I fit it
to full screen height: Open the Insert cross-reference dialog, there
appears a name-box (I cannot use it, what's it good for?). This field
resizes very bad and then covers about 90% of the list box and therefore
makes it unreadable.

But, to say that again.

Wow, a lot happend since 0.10.7 I wrote my thesis for a diploma with.

Now time has come to write my master's thesis, I'm very glad to have
LyX. A collegue writes with Word (uaahhhrgh...), anotherone tries it
with Scientific Word (quite good)... Both call it a curse :-\

cul8r,
 Frank
-- 
  while (!asleep()) sheep++;



Re: LyX 1.0.4.

1999-09-30 Thread Stephan Witt

Lars Gullik Bjønnes wrote:
> 
> Finally we have LyX version 1.0.4 ready.
> 
> Highlights for this release:
> 
> - several bugfixes.
> - DocBook support
> - new layouts
> - better handling of custom pagesizes.
> - more document files translated to other languages.
> 
> See CHANGES in the distribution for everything that has been done.
> 
> This release is considered to be very stable.
> 

Thank you for releasing the next stable LyX version.

Sorry for testing this release and not the prereleases already.
I ran out of time :(

As usually I compile on Sun-Solaris and have some trip-wires to detect.
I'll send an excerpt of my terminal output...
The output where warnings "bar hides foo::bar" was the only warnings
I have clipped.

% setenv CC cc
% setenv CXX CC
% setenv LD_LIBRARY_PATH /usr/openwin/lib  # I don't want to build with X11R6.3
% ./configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
[output omitted]
Configuration:
  Source code location:   .
  Compiler:   CC
  Compiler flags: -g
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx
  Special flags:  

Configuration of LyX was successful.  
Type 'make' to compile the program, 
and then 'make install' to install it.
% make
[output omitted]
/usr/bin/msgfmt -o pl.mo pl.po
Warning, Syntax at line number: 788, Missing ", ignored
Warning, Syntax at line number: 788, Missing " at EOL, ignored
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include paragraph.C 
"paragraph.C", line 351: Warning: layout hides LyXParagraph::layout.
"paragraph.C", line 850: Warning: layout hides LyXParagraph::layout.
"paragraph.C", line 898: Warning: size hides LyXParagraph::size.
"paragraph.C", line 2602: Warning: depth hides LyXParagraph::depth.
"paragraph.C", line 2648: Warning: The variable column has not yet been assigned
a value.
5 Warning(s) detected.
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include table.C 
"table.C", line  Error: A previously specified default argument value cannot be
changed.
"table.C", line 1885: Warning (Anachronism): LyXTable::cellstruct is not
accessible from file level.
"table.C", line 1885: Note: Type "CC -migration" for more on anachronisms.
1 Error(s) and 1 Warning(s) detected.
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include buffer.C 
"buffer.C", line 223: Warning: filename hides Buffer::filename.
"buffer.C", line 1138: Warning: filename hides Buffer::filename.
"buffer.C", line 1213: Warning: filename hides Buffer::filename.
"buffer.C", line 1553: Warning: filename hides Buffer::filename.
"buffer.C", line 2110: Warning: filename hides Buffer::filename.
"buffer.C", line 2333: Warning: The variable inner_span has not yet been
assigned a value.
"buffer.C", line 2680: Warning: filename hides Buffer::filename.
"buffer.C", line 2792: Warning: The variable command_base has not yet been
assigned a value.
8 Warning(s) detected.
[output omitted]
%

Problem 1: pl.po
I ignored this one.
Problem 2: src/paragraph.C:2648
Line 2607 reads as
int column = 0, tmp;
Problem 3: src/table.C:1422
Line 1421 reads as
const char *LyXTable::getDocBookAlign(int cell, bool isColumn)
Problem 4: src/buffer.C:2333
Line 2321 reads as
bool inner_span=false;
Line 2688 reads as
int command_depth=0,command_base=0,cmd_depth;

I send no patch, because I don't know the correct solutions...

Regards,

Stephan

-- 
---
<[EMAIL PROTECTED]>  | beusen unternehmensgruppe senkel
fon: +49 30 549932-62 | Landsberger Allee 392
fax: +49 30 549932-29 | 12681 Berlin, Germany
---



Re: Bibliography

1999-09-30 Thread Alessandro Coluccelli

Varotto Riccardo wrote:
> 
> Hi,
> 
> In which way can I write the page of the Bibliography in the main index?

Add the following command in TeX mode, at the beginning of the
bibliografy:
\addcontentsline{toc}{chapter}{Bibliography}

This if you are using report style... if you are using article you
should change chapter with section. And if you are writing a document in
Italian language, you should put Bibliografia instead of Bibliography.
I hope this may help. 

Alessandro



Re: Bug? Reading math mode formulas

1999-09-30 Thread Jean-Marc Lasgouttes

> "Nabil" == Nabil Hathout <[EMAIL PROTECTED]> writes:

Nabil> Hello, Tanks to Jean-Pierre for the solution he gave me. Note
Nabil> that since it is not possible to insert directly 8bits
Nabil> characters in math mode, one have to use \acute, \grave...
Nabil> commands if one wants to use accentuated characters (to get é
Nabil> you have to type "\acute e"). See Jean-Pierre's examples below.

There have been changes recently (in 1.0.4) allowing to enter 8bit
russian characters in mathed. I would think that this works in latin1
too, provided you setup LC_CTYPE correctly.

JMarc



Re: foots and headers

1999-09-30 Thread Jean-Marc Lasgouttes

> "jdd" == jdd  <[EMAIL PROTECTED]> writes:

jdd> is there anything in lyx like the headers ands footers of word
jdd> and such ? I like to have file name, page number and modification
jdd> date on footers.

Currently, you have to do it by hand through fancyhdr.sty.
Fortunately, this package has a pretty good documentation.

JMarc



Re: mailing list filter

1999-09-30 Thread Jose Abilio Oliveira Matos

On Wed, Sep 29, 1999 at 08:57:44PM +0200, jdd wrote:
> look at this header received as an answer to my question. There is absolutly no
> reference to lyx-user, probably because it was a direct answer, but if a tag
> was present in the initial subject, it would be filtered correctly
> 
> the to field if often usefull, the cc also, but this is not adressing the
> problem completely. I subscribe to many (id 13!) mailing list, lyx is the only
> one not setting a tag in the subject.
> 
> Well, I won't kill you for that, I appreciate lyx too much!
> 
> ..
[...] 

The message you sent appears with the first header after From as:
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm

  Ok, more explicit than this is impossible.
  Maybe your MTA stripes those headers it doesn't like. :)

  I received several mailling lists and there is only one that puts the tag
in the subject. Something that I find annoying. All my procmail filters
work as a charm.


> --
> Linux hp-41 APTEP SF
> http://perso.club-internet.fr/jdanield
> [EMAIL PROTECTED] - [EMAIL PROTECTED]

-- 
José



Re: docbook

1999-09-30 Thread Jean-Marc Lasgouttes

> "jdd" == jdd  <[EMAIL PROTECTED]> writes:

jdd> On mer, 29 sep 1999, Jose Abilio Oliveira Matos à écrit
>> On Tue, Sep 28, 1999 at 08:34:07PM +0200, jdd wrote:
>>> I have seen than lyx 1.04pre8 supports docbook. How? is the
>>> linuxdoc export the good choice?
>>  ???
>> 
>> The docbook is a new type of document layout, so you should first
>> change it to docbook.

jdd> I use the french version of lyx 1.04pre8. May somebody say me how
jdd> "document layout" translates in french, I don't find anything
jdd> such in the format document menu. I have a document "classe" with
jdd> article, book,... SGML, but no docbook and none gives me an
jdd> export docbook tag.

Do you have sgmltools 2.0 installed?

JMarc



Re: docbook

1999-09-30 Thread Jose Abilio Oliveira Matos

On Wed, Sep 29, 1999 at 09:23:24PM +0200, jdd wrote:
> On mer, 29 sep 1999, Jose Abilio Oliveira Matos à écrit
> >On Tue, Sep 28, 1999 at 08:34:07PM +0200, jdd wrote:
> >> I have seen than lyx 1.04pre8 supports docbook. How? is the linuxdoc export the
> >> good choice?
> >
> >  ???
> >
> >  The docbook is a new type of document layout, so you should first change it to
> >docbook.
> 
> I use the french version of lyx 1.04pre8. May somebody say me how "document
> layout" translates in french, I don't find anything such in the format document
> menu. I have a document "classe" with article, book,... SGML, but no docbook
> and none gives me an export docbook tag.
> 

  The docbook support is only available if you have a sgmltools executable program
on your path.
  If you have the docbook dtd but you don't sgmltools installed create a fake
sgmltools executable. Then reconfigure LyX. Options->Reconfigure (This is easy to
translate to french so you don't have any excuse. ;)

> >  Then you export your document as docbook.
> 
> 
> 
> I think I have docbook installed, at least I got this :

> jdd@charles:~ > locate docbook.dtd 
> /home/jdd/data/download/docbook/docbook.dtd
> /usr/share/sgml/docbk30/docbook.dtd
> /usr/share/sgml/docbk31/docbook.dtd
> /usr/share/sgml/sdb/sdocbook.dtd
> jdd@charles:~ 

  LyX uses sgmltools to preview the document with dvi or ps.
  If you don't have it you must export the resulting document to docbook and then
out there work as usual to produce the different output.

  Support for docbook outside the sgmltools can be done, but only for the next
development cycle.

  Best regards,

-- 
José



Re: docbook

1999-09-30 Thread Jose Abilio Oliveira Matos

On Thu, Sep 30, 1999 at 10:06:35AM +0200, Jean-Marc Lasgouttes wrote:
> > "jdd" == jdd  <[EMAIL PROTECTED]> writes:
> 
> jdd> I use the french version of lyx 1.04pre8. May somebody say me how
> jdd> "document layout" translates in french, I don't find anything
> jdd> such in the format document menu. I have a document "classe" with
> jdd> article, book,... SGML, but no docbook and none gives me an
> jdd> export docbook tag.
> 
> Do you have sgmltools 2.0 installed?

  As I said in other post the docbook only works out of the box if you
have sgmtools v2.0 installed, else you need to follow the tweaks
I proposed.
 
> JMarc

-- 
José



Words to LyX

1999-09-30 Thread Ramin Yasdi

Hi,

How can I transfer a word file  "filename.doc" to lyx?

Thanks for helpRamin



how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Alexander Wollmann

Hi everybody!

I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
rpm´s are compiled for RedHat 6.0. 

Can anyone tell me in a few words how to make a rpm-file for my system? I have
to compile the .src.rpm - file, right?

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 30-Sep-99
Time: 10:38:30

This message was sent by XFMail
---



revtex.sty not found???

1999-09-30 Thread Rob Lahaye


Hello,

I've downloaded LyX 1.0.4 to my Linux RedHat 6 PC.
Also installed the tetex-lyx files.

So far I was using "Class: Article" in Layout->Document...
No problems with either 1.0.3 or 1.0.4 for viewing dvi or ps.

With 1.0.4 I decided to replace Article by Article(REVTeX),
which immediately results in an error when wanting to view dvi.

The LaTeX log file says:
  [snip]
  Entering LaTeX 2.09 COMPATIBILITY MODE
  [snip]
  !LaTeX Error: File 'revtex.sty' not found
  [cut]

2 questions:
  (1) Why going into 2.09 compatibility mode?
  (2) How, what and where about the revtex.sty file?

Thanks a lot for your help,

Rob.



Re: Words to LyX

1999-09-30 Thread Christopher Sawtell

On Thu, 30 Sep 1999, Ramin Yasdi wrote:
> Hi,
> 
> How can I transfer a word file  "filename.doc" to lyx?

With a lot of time and great difficulty.

If the file is simple text in a word file you can use `strings' as a filter to
produce an ascii file, which you can then edit by hand because strings is not
perfect. Then import the result of that into LyX as an ascii file, and format
it appropriately. I kid you not, it _does_ work.

You could also look at:- 

http://www.fz-juelich.de/isr/1/texconv/pctotex.html

for some other programs.

You might also be able to import the file into either WordPerfect or StarOffice
and just go from there using the word processor. 

If it is full of formulae you are probably out of luck.

--
Sincerely etc.,

 NAMEChristopher Sawtell - Support Engineer - iOpen Technologies Ltd.
 ICQ UIN 45863470
 EMAIL   csawtell(at)xtra(dot)co(dot)nz
 CNOTES  ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz 



Re: how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Tony Dancer

On 30 Sep, Alexander Wollmann wrote:
> Hi everybody!
> 
> I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
> rpm´s are compiled for RedHat 6.0. 
> 
> Can anyone tell me in a few words how to make a rpm-file for my system? I have
> to compile the .src.rpm - file, right?
> 
> Greets,
> Alex.
> 
Alex
 
If you download the tar file, all the instructions are in the
development sub-dir of the unpacked archive, along with a specs file.

You can build the RPM from the tar archive, not a src rpm.

hope thie helps

Tony



Re: Error when starting LyX 1.0.4

1999-09-30 Thread Peter Suetterlin


  Hi Aleander,

this is a problem of the german menu bindings file when you also use the
emacs bindings.  It is described in the de_menus.bind:
emacs.bind uses M-d to delete a word (like in emacs), but de_menus.bind
want's that keystroke for the "Datei" menu.
The easiest solution is to edit emacs.bind (in LYX_DIR/bind) (or copy it
to de_emacs.bind and edit that):
Change
  \bind "M-d" "word-delete-forward"
to
  \bind "M-S-D" "word-delete-forward"

  Peter

Alexander Wollmann wrote:
> Hi!
> 
> I just installed 1.0.4 from the src.rpm - package. Now I get the following
> error-messages when startin LyX:
> 
> Error: New binding for 'M-d e l' is overriding old binding...  
> Error: New binding for 'M-d e d' is overriding old binding... 
> Error: New binding for 'M-d e p' is overriding old binding...   
> Error: New binding for 'M-d e l' is overriding old binding...
> Error: New binding for 'M-d e t' is overriding old binding... 
> Error: New binding for 'M-d e b' is overriding old binding...   


-- 
~~
Peter "Pit" Suetterlin  http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048   [EMAIL PROTECTED]
 -- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * --
Come and see the stars! http://www.kis.uni-freiburg.de/~ps/SFB
Sternfreunde Breisgau e.V.  Tel.: +49 7641 3492
__



Re: some beginner questions

1999-09-30 Thread Jean-Marc Lasgouttes

> "John" == John D Blair <[EMAIL PROTECTED]> writes:

John> sometimes exceed 50 words. When the sidebar text appears close
John> to the bottom of a page the text extends right through the
John> footer and off the page. This wasn't at all what I expected. It
John> seems to me that it should either move the margin note up so the
John> text fits, or wrap it to the next page. Is this just a bug in
John> whatever class handles margin notes that I can correct by
John> upgrading? Centering the margin note in the page was just a
John> perceived method for fixing the problem, but I would prefer to
John> keep the margin note close to the text I insert it next to.

I see what you mean now. I cannot think of a good fix to the problem:
margin notes are designed to appear not before the point where they
have been issued, so it is difficult to move them. I guess people on
comp.text.tex would have some ideas on that, but this is beyond my
LaTeX knowledge...

JMarc



Re: Executing LyX

1999-09-30 Thread albert chapman-layland

Thanks,

Following is the result of rerunning the configure script.  I've looked at
doc/LaTexConfig.lyx as suggested below and not found it particularly
enlightening.  However, by examining the results of running configure, I
guess my problem is that LyX can find none of the document classes it is
looking for with this configuration script.  Is this right?  If so, how do I
retrieve them--should they have been part of my Latex distribution, or are
they from another source?

Any help is greatly appreciated.  I need to have this up and running soon--I
just don't have them time to learn latex right now.  

Thanks very much,
Albert


checking for a LaTeX2e program... 
+checking for "latex"... yes
checking for reLyX LaTeX-to-LyX translator... 
+checking for "reLyX"... yes
checking for a Literate programming processor... 
+checking for "noweave"... no
checking for a Postscript interpreter... 
+checking for "gs"... yes
checking for a Postscript previewer... 
+checking for "gv"... yes
checking for a *roff formatter... 
+checking for "groff"... yes
checking for ChkTeX... 
+checking for "chktex"... no
checking for a spell-checker... 
+checking for "ispell"... yes
checking for a fax driver... 
+checking for "sendfax"... yes
checking for SGML-tools (aka LinuxDoc-SGML)... 
+checking for "sgml2lyx"... no
checking for a spool command... 
+checking for "lp"... no
+checking for "lpr"... yes
checking LaTeX configuration... auto
+Inspecting your LaTeX configuration.
+checking for LaTeX version... 1998/12/01
+checking for default encoding (this may take a long time)
+  checking for ec fonts... yes
+  checking for ec support in LaTeX format... yes
+checking for document class IEEEtran [IEEEtran.cls]... no
+checking for document class aapaper [aa]... no
+checking for document class amsart-plain [amsart]... no
+checking for document class amsart-seq [amsart]... no
+checking for document class amsart [amsart.cls]... no
+checking for document class amsbook [amsbook.cls]... no
+checking for document class apa [apa,apacite.sty]... no
+checking for document class article [article.cls]... no
+checking for document class book [book.cls]... no
+checking for document class broadway [broadway]... no
+checking for document class dinbrief [dinbrief.cls]... no
+checking for document class egs [egs.cls]... no
+checking for document class ejour2 [ejour2.cls]... no
+checking for document class foils [foils.cls]... no
+checking for document class hollywood [hollywood]... no
+checking for document class iletter [iletter.cls]... no
+checking for document class latex8 [article,latex8.sty,times.sty]... no
+checking for document class letter [letter.cls]... no
+checking for sgml class SGML (LinuxDoc article)...  no
+checking for document class literate-article [article,noweb.sty]... no
+checking for document class literate-book [book,noweb.sty]... no
+checking for document class literate-report [report,noweb.sty]... no
+checking for sgml class SGML (LinuxDoc manpage)...  no
+checking for document class paper [paper.cls]... no
+checking for document class report [report.cls]... no
+checking for document class revtex [revtex.cls]... no
+checking for document class scrartcl [scrartcl]... no
+checking for document class scrbook [scrbook]... no
+checking for document class scrlettr [scrlettr]... no
+checking for document class scrreprt [scrreprt]... no
+checking for document class slides [slides.cls]... no
+checking for package a4 [a4.sty]... no
+checking for package a4wide [a4wide.sty]... no
+checking for package babel [babel.sty]... yes
+checking for package color [color.sty]... no
+checking for package fancyhdr [fancyhdr.sty]... no
+checking for package floatflt [floatflt.sty]... no
+checking for package setspace [setspace.sty]... no
+checking for package subfigure [subfigure.sty]... no
+checking for package geometry [geometry.sty]... no
+checking for package linuxdoc-sgml [linuxdoc-sgml.sty]... no
+checking for package longtable [longtable.sty]... no
+checking for package algorithm [algorithm.sty]... no
+checking for package rotating [rotating.sty]... no
+checking for package latex8 [latex8.sty]... no
+checking for package url [url.sty]... no
+checking for package graphics [graphics.sty]... no
+checking for graphics driver... none
+checking for package psnfss [times.sty]... no
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
creating textclass.lst
creating packages.lst
creating doc/LaTeXConfig.lyx
creating lyxrc.defaults



Thanks,
Albert


On 29 Sep 1999 16:24:32 +0200, Jean-Marc Lasgouttes wrote:

> > "albert" == albert chapman-layland <[EMAIL PROTECTED]> writes:
> 
> albert> Hi, I've been able to successfully compile and install LyX
> albert> 1.03 on my Linux box running Mandrake 6.0. However, when I try
> albert> to execute lyx, I get the following error messages at the
> albert> command line:
> 
> albert> LyXTestClass::Read: no text class found! LyXSetStyle: an error
> albert> occurred during parsing.
> 
> albert> 

footnotes within floats

1999-09-30 Thread Panagiotis Melas

Hello,

Is it possible to use a footnote in a table which is used as a float?

Panos




Pagination Query

1999-09-30 Thread Stefan Shih

Hello

I'm new to lyx, and am unsure of how to paginate my document's
pages in the following format:

For the front portion of my document, I am required to paginate
it in roman numerals (i, ii, iii ...), but subsequently for the
rest of the document, I am supposed to use numbers starting from
1,2,3

Any help rendered will be greatly appreciated.
Thanks in advance!

Regards
Stefan



Re: Pagination Query

1999-09-30 Thread Jean-Marc Lasgouttes

> "Stefan" == Stefan Shih <[EMAIL PROTECTED]> writes:

Stefan> Hello I'm new to lyx, and am unsure of how to paginate my
Stefan> document's pages in the following format:

Stefan> For the front portion of my document, I am required to
Stefan> paginate it in roman numerals (i, ii, iii ...), but
Stefan> subsequently for the rest of the document, I am supposed to
Stefan> use numbers starting from 1,2,3

If you are using the book class, you can add (marked as TeX)
\frontmatter at the beginning of the document,
\mainmatter at the beginning of the main part
\backmatter at the end of the main part.

JMarc

PS: it seems to me that I answered the same question yesterday...



Re: how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 10:41:15AM +0200, Alexander Wollmann wrote:
> Hi everybody!
> 
> I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
> rpm´s are compiled for RedHat 6.0. 
> 
> Can anyone tell me in a few words how to make a rpm-file for my system? I have
> to compile the .src.rpm - file, right?
> 
> Greets,
> Alex.

You should be able to just do ``rpm --rebuild lyx-1.0.4-1.src.rpm''
provided that you have the development tools and the xforms library
installed.

This should generate your RPM (which you can then install).

Once you do this, please rename your RPM to something obvious
like lyx-1.0.4-1-5.2.i386.rpm and upload it to my incoming
directory (ftp.sylvan.com/incoming) so I can provide it for other
RedHat 5.X users.

Several people volunteered to do this for RH 4.X and RH 5.X but never
followed through.

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



article class question

1999-09-30 Thread Tony Dancer

I have just installed the latest lyx version, and have a query which
may (or probably is not) related to this.

Does ams article class support 'Part' along with 'section' etc. Lyx
would suggest it does, but when I latex the document, any 'Part' I have
defined is shown in plain text.  

I assume LyX found amsarticle ok on the configure as it appears in my
lyx menus, so can't really understand why i would be getting this
mis-formatting, unless it is a newly emerged latex problem i guess.

thanks for your thoughts
Tony



Re: mailing list filter

1999-09-30 Thread jdd

for whatever reason, this very message was not filtered by kmail. However, I
don't want to bother the list with a too long thread and I will no more answer
on this subject on the list, many thanks for all that gave help.

On mer, 29 sep 1999, Lars Gullik Bjønnes à écrit
>jdd <[EMAIL PROTECTED]> writes:
>
>| look at this header received as an answer to my question. There is absolutly no
>| reference to lyx-user, probably because it was a direct answer, but if a tag
>| was present in the initial subject, it would be filtered correctly
>| 
>| the to field if often usefull, the cc also, but this is not adressing the
>| problem completely. I subscribe to many (id 13!) mailing list, lyx is the only
>| one not setting a tag in the subject.
>| 
>| Well, I won't kill you for that, I appreciate lyx too much!
>
>If you have a smart mailreader you still can look at the References
>and Msg-Id fields. It is just a cheap excuse for bad mailreaders if
>you have to have a tag in the subject to be able to filter the mail.
>
>AND if you choose to send the mail to you directly rather than also
>cc/to to the list that has probaly a reason, and you should not treat
>the mail is if it came on the list.
>
>I guess I am subscribing to around 20 mailing lists and do not have
>the problems you are having...
>
>   Lgb
--
Linux hp-41 APTEP SF
http://perso.club-internet.fr/jdanield
[EMAIL PROTECTED] - [EMAIL PROTECTED]



Re: footnotes within floats

1999-09-30 Thread Herbert

Panagiotis Melas wrote:
> 
> Hello,
> 
> Is it possible to use a footnote in a table which is used as a float?

have alook at

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg01398.html


Herbert
-- 
[EMAIL PROTECTED]
http://www.educat.hu-berlin.de/~voss



bibliography

1999-09-30 Thread Leonid Belostotski

Hello,
I'm preparing a bibliography using BibTex. I ran in to a problem though.
When I produce .DVI file the following error message appears:

Your field is more than 5000 characters---line 471 of file
file_name.bib
 : TITLE = "{ some title he
 : re}",
I'm skipping whatever remains of this entry
Warning--I didn't find a database entry for "L1"
Warning--I didn't find a database entry for "T1"
Warning--I didn't find a database entry for "V1"
Warning--I didn't find a database entry for "G1"

and so on...

Does anybody know what causes this problem? How can I fix it?

Thank you very much.



rpm-ing lyx

1999-09-30 Thread Tobias Klaus

Hi,

I just tried to rpm -tb lyx-1.0.4.tar.gz for Suse6.2, and I got the
following message:
Unable to stat icon: /xxx/xxx/lyx.xpm
Any ideas how to do it such that it works?

Tobias
-- 
Tobias Klaus

Department of Political Science
Trinity College Dublin
Dublin 2
Ireland

Neuffenstr, 6/1
73116 Waeschenbeuren
Germany



Re: rpm-ing lyx

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 11:52:10PM +0200, Tobias Klaus wrote:
> Hi,
> 
> I just tried to rpm -tb lyx-1.0.4.tar.gz for Suse6.2, and I got the
> following message:
> Unable to stat icon: /xxx/xxx/lyx.xpm
> Any ideas how to do it such that it works?

Huh. I had no problem with rpm-ing lyx for RH 6.0.

You can try rebuilding my rpm from the src.rpm file:

Look in ftp://ftp.sylvan.com/pub/lyx/ for the lyx-1.0.4-1.src.rpm file.

---Kayvan

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



libstdc++-libc6.1-1.so.2

1999-09-30 Thread Sergio Luiz Carmelo Barroso - pos

Hello all,

I have just installed LyX in my Linux Slackware 3.4, kernel 
2.0.35. Well, when I try to run lyx, I get the following error message:

lyx: error in loading shared libraries
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or 
directory

I guess some library is missing. I have three libc's in my /lib directory:

libc.so.4.7.6
libc.so.5.4.46
libc-2.0.7.so

Does someone know what is wrong/missing?
Thank you all,

Sergio Barroso
DRCC - IFGW - UNICAMP



Re: libstdc++-libc6.1-1.so.2

1999-09-30 Thread Kayvan A. Sylvan

On Thu, Sep 30, 1999 at 08:14:57PM -0300, Sergio Luiz Carmelo Barroso - pos wrote:
>   Hello all,
> 
>   I have just installed LyX in my Linux Slackware 3.4, kernel 
> 2.0.35. Well, when I try to run lyx, I get the following error message:
> 
> lyx: error in loading shared libraries
> libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or 
> directory
> 
> I guess some library is missing. I have three libc's in my /lib directory:
> 
> libc.so.4.7.6
> libc.so.5.4.46
> libc-2.0.7.so

It looks like you need glibc-2.1.1 and you have libc (libc-5.*)
installed.

You need to upgrade your libc or recompile from source.

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



Re: mailing list filter

1999-09-30 Thread Richard Palfalvi

jdd wrote:
> 
> I can't filter this list with kmail (nor netscape), it seems that the list name
> appears in no accessible place (a see it it the header, but kmail don't seems
> to find it).
> couldn't you put simply a [lyx-users] in the subject line, as everybody else?
> Thanks a lot
> 
>  --
> Linux hp-41 APTEP SF
> http://perso.club-internet.fr/jdanield
> [EMAIL PROTECTED] - [EMAIL PROTECTED]



Hi out there !

I have to restart a bit this discussion again as I am having the same
problems with my netscape (4.5) mail-programm. The "funny" thing is that
with the following entries in the message filters list  filtering mails
from the lyx-users-list SOMETIMES WORKS and sometimes NOT ! :-(

message filters:

1. I created a new folder named LYX.

2. in the field filter-name I put:  [EMAIL PROTECTED]

3. in the following fields:

to + CONTAINS ==> [EMAIL PROTECTED]

to or CC + CONTAINS ==>  [EMAIL PROTECTED]

an I turned on "Match all of the following"


So - as I mentioned out - I already had a lot of cases where the
incoming mails went into the right folder, correctly filtered, but also
often, when it did NOT ???!!

Who really knows an answer ? What about "customizing headers" ? what can
I do with that ? and is it useful too in this case ? 

salut, 
  Richard:-)
---
Richard Palfalvi
Untere Augartenstrasse 21/15,1020 Wien - Österreich - Austria - Autriche
Tel.: 0043-1-334.02.80

"In a world without walls and fences - who needs windows and gates ??"