Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Frank Derichsweiler

On Mon, Mar 12, 2001 at 12:16:30PM +, John Levon wrote:
 
 No, we have been through this before. Any distribution that requires the kernel
 headers via the symlink like this is broken. Most modern ones are fixed now.
 
 For the broken distributions, you *must* include the kernel headers in
 the correct place if you hope to compile programs. This is simply a
 requirement of the distribution in question. It has *nothing* to do with
 LyX, and we should not have any special-case test.
 
 Hopefully in two years everyone's distribution will be fixed and this issue
 won't arise.
 

Sorry for being not clear enough. Hopefully now better:
- I agree that it is not a LyX fault.
- I agree that it is a problem of the SuSE distribution (in this case).
- I suggest to add a small text notice within the INSTALL or within the
   
configure-produced warning that xforms is not working like the
following:
"This xforms problem might be due to missing Linux kernel header
files"


Thanks,
Frank




fancyheader

2001-03-13 Thread Chris Schulbert

Hi!


I use section* for some of my headings. The document shows no numbers, but
in the fancyheader are leading numbers displayed. I use \sectionmark for
shorter text in the fancyheader. How can I remove the numbers in the
fancyheader?

Regards
Chris




Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Jean-Marc Lasgouttes

 "Frank" == Frank Derichsweiler [EMAIL PROTECTED] 
writes:

Frank I suggest to
Frank add a small text notice within the INSTALL or within the 
Frank configure-produced warning that xforms is not working like the
Frank following: "This xforms problem might be due to missing Linux
Frank kernel header files"

Currently INSTALL says:

  o Configure will seemingly fail to find xpm.h and forms.h on linux
if the kernel headers are not available. Two cases are possible: 

  - you have not installed the kernel sources. The you should
install them or at least the kernel-headers package (or
whatever it is called in your distribution).

  - you have the sources, but you did a 'make mrproper' in the
kernel directory (this  this removes some symbolic links that
are needed for compilation). A 'make symlinks' in linux kernel
sources fixes that. 


What more can we do??

JMarc



Re: fancyheader

2001-03-13 Thread Herbert Voss



On Tue, 13 Mar 2001, Chris Schulbert wrote:

 I use section* for some of my headings. The document shows no numbers, but
 in the fancyheader are leading numbers displayed. I use \sectionmark for
 shorter text in the fancyheader. How can I remove the numbers in the
 fancyheader?

have a look at the fancyhdr-doc, there are all different outputs of
headers/footers described.

Herbert




Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Dekel Tsur

On Mon, Mar 12, 2001 at 04:41:29PM +0100, Guenter Milde wrote:
 Actually there are 4 variants of what a user might want :
 
| command already defined | command not defined  | LaTeX command 
 ---
  1 | use my version  | use my version   | ???
  2 | use default version | use my version | \providecommand
  3 | use default version | warn me (i.e. error) | {} 
  4 | warn me (i.e. error)| use my version | \newcommand
 

It should not hard to write a command for case 1 (called \setcommand for
example):

\def\setcommand{\@star@or@long\set@command}
\def\set@command#1{%
  \begingroup \escapechar\m@ne\xdef\@gtempa{{\string#1}}\endgroup
  \let\@ifdefinable\@rc@ifdefinable
  \new@command#1}

I just copied the code from \renewcommand and deleted few lines.
Since I'm not a TeX wizard I'm not sure if the above code is entirely correct.



Help!

2001-03-13 Thread Wahyu Nugroho

Guys,

I am new in Linux, very very new.
I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try 
to install it to my machine (running RedHat 6.2) I got these message on my 
screen :
error : failed dependencies :
Xforms = 0.88 is needed by lyx-1.1.6fix1-1
tetex is needed by lyx-1.1.6fix1-1
tetex-latex is needed by lyx-1.1.6fix1-1
libforms.so.0.88 is needed by lyx-1.1.6fix1-1
What I have to do to install it on my machine?
And what is the different with :
   lyx-1.1.6fix1-1mdk.i586.rpm?

Best regards,
Wahyu Nugroho
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




on widgets

2001-03-13 Thread Joao B. Oliveira


Hi!

The LyX menu fonts are quite large on my
installation, so I tried to configure them in my
.Xresources file, but I am unable to get the names
of the widgets right. Even doing

*font: 8x13 

or something does not change the LyX menu fonts,
although most other programs are changed. I tried
to get the widget tree with editres, but LyX does
not answer to it.

Does anyone know how to get the information about
LyX's widget tree, or how to set the menu fonts
explicitly?

Thanks for any hint,

j. b. oliveira








Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Frank Derichsweiler

On Tue, Mar 13, 2001 at 11:02:38AM +0100, Jean-Marc Lasgouttes wrote:
 
   - you have not installed the kernel sources. The you should
^ insert n

 
 What more can we do??
Nothing but insert the "n" letter ;-)

My message was just to clarify my point of view.

Frank



Re: on widgets

2001-03-13 Thread Jean-Marc Lasgouttes

 "Joao" == Joao B Oliveira [EMAIL PROTECTED] writes:

Joao Does anyone know how to get the information about LyX's widget
Joao tree, or how to set the menu fonts explicitly?

Since xforms is not Xt based, there is no widget tree and nothing is
settable via resources. The only thing you can change for menus is the
font itself, but not the font size. Sorry.

JMarc



Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Jean-Marc Lasgouttes

 "Frank" == Frank Derichsweiler [EMAIL PROTECTED] 
writes:

Frank Nothing but insert the "n" letter ;-)

Point taken :)

JMarc



Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Dekel Tsur

On Mon, Mar 12, 2001 at 02:09:46PM +0100, Guenter Milde wrote:
e.g.: For imaginary and real part of a complex numberI prefer Im and Re
(in roman) : as \Re and \Im is already defind in LaTeX (inserting R and I
in fractur), redefine them with \renewcommand in the preamble. I cannot
use the math-macro in its present form for this task. 

You can currently use the \setcommand from my previous mail, and also 
put \let\newcommand=\setcommand in the preamble.

Another option (more safe as \setcommand is not used) is to put the following
lines in your preamble (or before the LyX math-macro definition):
\let\Re=\undefined
\let\Im=\undefined

It will undefine the \Re and \Im commands if they are already defined.



Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Jean-Marc Lasgouttes

 "Dekel" == Dekel Tsur [EMAIL PROTECTED] writes:

Dekel It should not hard to write a command for case 1 (called
Dekel \setcommand for example):

I think that this command is a bad idea (and does not exist in latex
for the same reason): it is clear that most first time users will use
this version (why would they do anything else?) and then, after they
have redefined \def to some nifty value, will get even more confused.

We should not help people to shoot themselves in the foot.

JMarc



Re: Help!

2001-03-13 Thread Tuukka Toivonen

On Tue, 13 Mar 2001, Wahyu Nugroho wrote:

 I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try 
 to install it to my machine (running RedHat 6.2) I got these message on my 
 screen :
 error : failed dependencies :
 Xforms = 0.88 is needed by lyx-1.1.6fix1-1
 tetex is needed by lyx-1.1.6fix1-1
 tetex-latex is needed by lyx-1.1.6fix1-1
 libforms.so.0.88 is needed by lyx-1.1.6fix1-1

It looks like you don't have these packages. At least tetex should come
with redhat, i don't know about xforms.

Insert the install CD, run a package manager (for example gnorpm), go to
the CD and search and install all packages that have "xforms" or
"tetex" in their names.

 And what is the different with :
lyx-1.1.6fix1-1mdk.i586.rpm?

I think this is for Mandrake distribution. So don't worry about it.




Character 1/2, 1/3

2001-03-13 Thread Martin Adorni

Hi,

writing a text I came across a maybe simple problem. Is there a special
character to write 1/2, 1/3 and so on. To be more precise: Im looking
for ONE character giving me an upper 1 followed by / and a lower 2.
I've tried this in math mode but it didn't look well.

Any suggestions are welcome.

Martin



Character 1/2, 1/3

2001-03-13 Thread Ronald Florence

Martin Adorni writes:

  Is there a special character to write 1/2, 1/3 and so on. To be more
  precise: Im looking for ONE character giving me an upper 1 followed
  by / and a lower 2.

I don't know other machines, but with Sun workstations you can use the
compose key to create the characters , , and .  (If the character
set on your mail-reader is correct, those come out 1/2, 1/4, and 3/4.)
Unfortunately it is not possible to create other fractions with the
compose key.

-- 

Ronald Florence http://members.home.net/18james



Re: Character 1/2, 1/3

2001-03-13 Thread Jean-Pierre.Chretien


Date: Tue, 13 Mar 2001 15:10:31 +0100
From: Martin Adorni [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Character 1/2, 1/3

Hi,

writing a text I came across a maybe simple problem. Is there a special
character to write 1/2, 1/3 and so on. To be more precise: Im looking
for ONE character giving me an upper 1 followed by / and a lower 2.
I've tried this in math mode but it didn't look well.

Any suggestions are welcome.

Martin

   are iso latin characters, typed in here with the compose key
of a Sun keyboard.
I'm not sure you will like the attached ps result (needs Input Ecoding
Latin 1 in Layout-Document).

-- 
Jean-Pierre

 newfile.ps


Q: how to add a *.cls file to layout/document/class?

2001-03-13 Thread Stephan Mietens

Hi Folks,

I got a .cls file which I like to add to lyx menu layout/document/class,
but I did not find out how. Latex accepts the file (which I saved in
a local directory so far); it just must be mentioned at that class-
pulldown menu.

please reply to [EMAIL PROTECTED]
 
Stephan



Re: Help!

2001-03-13 Thread robin

Tuukka Toivonen wrote:
 
 On Tue, 13 Mar 2001, Wahyu Nugroho wrote:
 
  I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try
  to install it to my machine (running RedHat 6.2) I got these message on my
  screen :
  error : failed dependencies :
  Xforms = 0.88 is needed by lyx-1.1.6fix1-1
  tetex is needed by lyx-1.1.6fix1-1
  tetex-latex is needed by lyx-1.1.6fix1-1
  libforms.so.0.88 is needed by lyx-1.1.6fix1-1
 
 It looks like you don't have these packages. At least tetex should come
 with redhat, i don't know about xforms.
 
 Insert the install CD, run a package manager (for example gnorpm), go to
 the CD and search and install all packages that have "xforms" or
 "tetex" in their names.


6.2 may not have new enough versions of these programs. tetex and latex
don't change so frequently, but you'll probably need to download and
install the latest versions of xforms and libforms. rpmfind.net is good
for finding obscure libraries, or if you have a package manager that
supports this (e.g. kpackage) just point it at an FTP site and install
direct from there.  Whatever you do, don't attempt to solve the problem
by upgrading to RH 7.0 - it's the Windows ME of the Linux world!

Robin



Re: Q: how to add a *.cls file to layout/document/class?

2001-03-13 Thread Jean-Marc Lasgouttes

 "Stephan" == Stephan Mietens [EMAIL PROTECTED] writes:

Stephan Hi Folks, I got a .cls file which I like to add to lyx menu
Stephan layout/document/class, but I did not find out how. Latex
Stephan accepts the file (which I saved in a local directory so far);
Stephan it just must be mentioned at that class- pulldown menu.

There is a discussion on that in the Customization manual. You need in
particular to provide a .layout file for your class.

JMarc



Re: Help!

2001-03-13 Thread Lars Gullik Bjønnes

robin [EMAIL PROTECTED] writes:

| 6.2 may not have new enough versions of these programs. tetex and latex
| don't change so frequently, but you'll probably need to download and
| install the latest versions of xforms and libforms. rpmfind.net is good
| for finding obscure libraries, or if you have a package manager that
| supports this (e.g. kpackage) just point it at an FTP site and install
| direct from there.  Whatever you do, don't attempt to solve the problem
| by upgrading to RH 7.0 - it's the Windows ME of the Linux world!

prttthh... I really do not understand why everybody is bashing RH 7.0.

It is working perfectly fine.

Lgb



Re: Help!

2001-03-13 Thread Herbert Voss

Wahyu Nugroho wrote:
 
 I am new in Linux, very very new.
 I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try
 to install it to my machine (running RedHat 6.2) I got these message on my
 screen :
 error : failed dependencies :
 Xforms = 0.88 is needed by lyx-1.1.6fix1-1
 tetex is needed by lyx-1.1.6fix1-1
 tetex-latex is needed by lyx-1.1.6fix1-1
 libforms.so.0.88 is needed by lyx-1.1.6fix1-1
 What I have to do to install it on my machine?

if you have installed the above software on your system, try it with

rpm -U --nodeps lyx-1.1.6fix1-1.i386.rpm


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: Help!

2001-03-13 Thread John Levon

On 13 Mar 2001, Lars Gullik Bjønnes wrote:

 robin [EMAIL PROTECTED] writes:
 
 | 6.2 may not have new enough versions of these programs. tetex and latex
 | don't change so frequently, but you'll probably need to download and
 | install the latest versions of xforms and libforms. rpmfind.net is good
 | for finding obscure libraries, or if you have a package manager that
 | supports this (e.g. kpackage) just point it at an FTP site and install
 | direct from there.  Whatever you do, don't attempt to solve the problem
 | by upgrading to RH 7.0 - it's the Windows ME of the Linux world!
 
 prttthh... I really do not understand why everybody is bashing RH 7.0.
 
 It is working perfectly fine.
 
 Lgb

it is you who criticised RH's compiler version decision ! :)

yes, it generally works ok if you have the latest packages. One trick
with older C++ programs is to build C++ packages like :

CC=kgcc CXX=kgcc CXXFLAGS=-L/usr/lib

You can look at the spec file in the src.rpm of the kde* stuff to see how its
done.

john

-- 
"Alan Turing thought about criteria to settle the question of whether
 machines can think, a question of which we now know that it is about
 as relevant as the question of whether submarines can swim."
- Dijkstra




Re: Help!

2001-03-13 Thread Lars Gullik Bjønnes

John Levon [EMAIL PROTECTED] writes:

| On 13 Mar 2001, Lars Gullik Bjnnes wrote:
| 
|  robin [EMAIL PROTECTED] writes:
|  
|  | 6.2 may not have new enough versions of these programs. tetex and latex
|  | don't change so frequently, but you'll probably need to download and
|  | install the latest versions of xforms and libforms. rpmfind.net is good
|  | for finding obscure libraries, or if you have a package manager that
|  | supports this (e.g. kpackage) just point it at an FTP site and install
|  | direct from there.  Whatever you do, don't attempt to solve the problem
|  | by upgrading to RH 7.0 - it's the Windows ME of the Linux world!
|  
|  prttthh... I really do not understand why everybody is bashing RH 7.0.
|  
|  It is working perfectly fine.
|  
|  Lgb
| 
| it is you who criticised RH's compiler version decision ! :)

a long time ago. now I belive that this really has pushed C++ support
forward.
 
| yes, it generally works ok if you have the latest packages. One trick
| with older C++ programs is to build C++ packages like :
| 
| CC=kgcc CXX=kgcc CXXFLAGS=-L/usr/lib

nononono then you completely loose the much better C++ compiler in
2.96.
 
| You can look at the spec file in the src.rpm of the kde* stuff to see how its
| done.

only because qt/kde is lagging behind C++-wise

Lgb



Re: Help!

2001-03-13 Thread John Levon

On 13 Mar 2001, Lars Gullik Bjønnes wrote:

 | CC=kgcc CXX=kgcc CXXFLAGS=-L/usr/lib
 
 nononono then you completely loose the much better C++ compiler in
 2.96.

I know, but sometimes it is the only way to get thigns to compile. Of course
you should be using g++-2.96-69 if you can.

 only because qt/kde is lagging behind C++-wise
 
 Lgb

well qt 1 and kde 1 anyway

john

-- 
"Alan Turing thought about criteria to settle the question of whether
 machines can think, a question of which we now know that it is about
 as relevant as the question of whether submarines can swim."
- Dijkstra




Re: Multiple citation problem with LyX 1.1.6fix1

2001-03-13 Thread Dekel Tsur

On Mon, Mar 12, 2001 at 10:28:42AM +0100, [EMAIL PROTECTED] wrote:
 I am having a problem when inserting more than one citation in a citation
 inset. Indeed, LyX inserts a space after each "citation key-comma" group
 (before the next citation key). Bibtex, apparently, does not like this:
 
 White space in argument---line 12 of file watermin.aux
  : \citation{El-Halwagi:1989,
  :El-Halwagi:1990, Wang:1994, Hallale:1998}
 I'm skipping whatever remains of this command
 
 so that all the following keys are ignored and marked as "?"s in the final
 text. Is there any fix for this, other than typing LaTeX by hand the right
 way?

I've just fixed this bug. The fix will be included in 1.1.6fix2 which should
be released in a day or two.



Re: alignment in tables

2001-03-13 Thread Tuukka Toivonen

I just can't understand LyX tables. I upgraded to 1.1.6fix1 and I still
have the same problem(s). Let's start from simple:

How can I set both Table Column Width and Horizontal Alignment?

- It's impossible to use both Tabular Layout/Column/Row/Width and
  H. Alignment.
- I can set the Paragraph Layout/General/Alignment but this gives LaTeX
  errors.

On Tue, 6 Mar 2001, Herbert Voss wrote:

 try the following:
 delete the width for the last column. pay attention that the last cell

Ok. 

 is the same than the other ones in this column.  now choose horizontal
 alignment 

Ok works so far.

and than the columwidth.

But this sets the alignment to Left and grays it out so that I can't set
it anymore! And the postscript is wrong too.

Example attached. It gives "35 errors detected".


#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset  Tabular
lyxtabular version="2" rows="5" columns="5"
features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" 
endlastfoot="0"
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="left" valignment="top" leftline="true" rightline="true" width="2cm" 
special=""
row topline="true" bottomline="true" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard
\align right 
fd gf ggf
\end_inset 
/cell
/row
row topline="true" bottomline="false" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard
\align right 
gfgf
\end_inset 
/cell
/row
row topline="true" bottomline="false" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""

Re: Missing \begin{document}

2001-03-13 Thread George De Bruin

  I downloaded and installed lyx-1.1.6fix1 and when I try to process
  (convert to LaTeX od print) the file I get the error message:
 
  \missing{begin{document}
 
  The problem is that the program sometime before `beginning' the
  document, calls the file english.cfg.
  How can tjis be fixed?

 This might be the result of an unclosed { in the preamble.

While this may be true, might I suggest then that there is something going 
wrong between LyX 1.1.5 and 1.1.6?  I have a number of files that I was 
working on in 1.1.5 that never exhibited this problem, but the moment I 
opened them in 1.1.6 they started exhibiting this exact same problem.

If my memory serves me correctly, this is not the only time I have heard this 
mentioned on the list. 

// George



Re: Character 1/2, 1/3

2001-03-13 Thread Herbert Voss

Martin Adorni wrote:
 
 writing a text I came across a maybe simple problem. Is there a special
 character to write 1/2, 1/3 and so on. To be more precise: Im looking
 for ONE character giving me an upper 1 followed by / and a lower 2.
 I've tried this in math mode but it didn't look well.

on my suse7.1 i only write AltGr-4 for 1/4 and AltGr-5 for 1/2 and
AltGr-6 for 3/4

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: alignment in tables

2001-03-13 Thread Herbert Voss

Tuukka Toivonen wrote:
 
 I just can't understand LyX tables. I upgraded to 1.1.6fix1 and I still
 have the same problem(s). Let's start from simple:
 
 How can I set both Table Column Width and Horizontal Alignment?
 
 - It's impossible to use both Tabular Layout/Column/Row/Width and
   H. Alignment.
 - I can set the Paragraph Layout/General/Alignment but this gives LaTeX
   errors.
 
 On Tue, 6 Mar 2001, Herbert Voss wrote:
 
  try the following:
  delete the width for the last column. pay attention that the last cell
 
 Ok.
 
  is the same than the other ones in this column.  now choose horizontal
  alignment
 
 Ok works so far.
 
 and than the columwidth.
 
 But this sets the alignment to Left and grays it out so that I can't set
 it anymore! And the postscript is wrong too.

write in the align-field (right mouse button in table cell) only a "r",
without the quotation marks for right, "c" for center and "l" for left..

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Missing \begin{document}

2001-03-13 Thread Dekel Tsur

On Tue, Mar 13, 2001 at 12:05:58PM +, George De Bruin wrote:
   I downloaded and installed lyx-1.1.6fix1 and when I try to process
   (convert to LaTeX od print) the file I get the error message:
  
   \missing{begin{document}
  
   The problem is that the program sometime before `beginning' the
   document, calls the file english.cfg.
   How can tjis be fixed?
 
  This might be the result of an unclosed { in the preamble.
 
 While this may be true, might I suggest then that there is something going 
 wrong between LyX 1.1.5 and 1.1.6?  I have a number of files that I was 
 working on in 1.1.5 that never exhibited this problem, but the moment I 
 opened them in 1.1.6 they started exhibiting this exact same problem.

Do you have an example document ?

One difference between 1.1.5 and 1.1.6 is that the latter always use babel,
but I don't know if that is the cause of the problem.



bad characters in labels?

2001-03-13 Thread Tuukka Toivonen

I used a label "t=bda" in an equation, but it produced (??) instead of the
equation number in the output. I guess Latex doesn't accept the
"=" character in labels. Shouldn't LyX check that the label's doesn't have
illegal characters?




Re: bad characters in labels?

2001-03-13 Thread Stefano Ghirlanda

Tuukka Toivonen [EMAIL PROTECTED] writes:

 I used a label "t=bda" in an equation, but it produced (??) instead
 of the equation number in the output. I guess Latex doesn't accept
 the "=" character in labels.

Yes... if you use _ I think you also get an error...

-- 
Stefano Ghirlanda, Zoologiska Institutionen, Stockholms Universitet
  email: you know it already, tel: +46-8-164055, fax:+46-8-167715
 the free science campaign: http://ethology.zool.su.se/freescience



Re: alignment in tables

2001-03-13 Thread Herbert Voss


 
   is the same than the other ones in this column.  now choose horizontal
   alignment
 
  Ok works so far.
 
  and than the columwidth.
 
  But this sets the alignment to Left and grays it out so that I can't set
  it anymore! And the postscript is wrong too.
 
 write in the align-field (right mouse button in table cell) only a "r",
 without the quotation marks for right, "c" for center and "l" for left..


write in the align-field of first cell of the last column

p{2cm}{\raggedleft}

leave the width-field blank. you can choose horizontal-alignment
right, if you want wysiwym, but id doesn't belong to your latex
output.

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/



Math panel

2001-03-13 Thread [EMAIL PROTECTED]

Hello,

I would like to thank all the LyX's team for this great software !

Having said that, i find that this software would gain to be more complete at the 
level of the displaying (AMS symbols, character over other one, ...).

As regards the quality of the displaying on the screen, is it planned to move closer 
LyX to a software as scientific word ?

Thanks a lot and best regards,

Paul Nadler.
__
Voila vous propose une boite aux lettres gratuite sur Voila Mail:
http://mail.voila.fr






Re: alignment in tables

2001-03-13 Thread Dekel Tsur

On Tue, Mar 13, 2001 at 05:43:39PM +0200, Tuukka Toivonen wrote:
 I just can't understand LyX tables. I upgraded to 1.1.6fix1 and I still
 have the same problem(s). Let's start from simple:
 
 How can I set both Table Column Width and Horizontal Alignment?
 
 - It's impossible to use both Tabular Layout/Column/Row/Width and
   H. Alignment.
 - I can set the Paragraph Layout/General/Alignment but this gives LaTeX
   errors.

The problem is the code generated by the LyX (i.e. this is a bug!)

\begin{tabular}{|c|c|c|c|p{2cm}|}
...
\raggedleft fd gf ggf\\

The \raggedleft command redefines the \\ command, and therefore the end of
the row is misinterpreted.
The problem appears only when you have a constant width column at the last
row, and you use left/right/center alignment in one of the cells.
It shouldn't be hard to fix the bug (lyx should add a parbox in such cases).

A temporary solution is to add a dummy column row to the table (see attached
file).


#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset  Tabular
lyxtabular version="2" rows="5" columns="6"
features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" 
endlastfoot="0"
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="left" valignment="top" leftline="true" rightline="true" width="2cm" 
special=""
column alignment="left" valignment="top" leftline="false" rightline="false" width="" 
special=""
row topline="true" bottomline="false" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard
\align right 
fd gf ggf
\end_inset 
/cell
cell multicolumn="1" alignment="left" valignment="top" topline="false" 
bottomline="false" leftline="false" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
/row
row topline="true" bottomline="false" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard
\align right 
gfgf
\end_inset 
/cell
cell multicolumn="1" alignment="left" valignment="top" topline="false" 

Re: alignment in tables

2001-03-13 Thread Dekel Tsur

On Tue, Mar 13, 2001 at 08:57:06PM +0200, Tuukka Toivonen wrote:
 On Tue, 13 Mar 2001, Herbert Voss wrote:
 
  write in the align-field (right mouse button in table cell) only a "r",
  without the quotation marks for right, "c" for center and "l" for left..
 
 Thank you! Now I can set both alignment and column width, it doesn't give
 Latex errors and it even gives the right WYSIWYM output in to the LyX
 screen.
 
 However, the created postscript is wrong! The alignment is ok, but the
 column is too wide, as I would have deleted completely the "width" field.

If you use the special column-alignment field, then you override
the column alignment set by LyX, so instead of having a constant width column,
you get a normal centered (for example) column.
However LyX still shows the column as a constant width column as it doesn't
parse the alignment field.



Prosper latex slides - pdf/ps format

2001-03-13 Thread Paul E Johnson

Matej Cepl wrote:
 
 Somebody mentioned Prosper -- http://sourceforge.net/projects/prosper/ . It seems to 
be quite powerfull.
 

I think the prosper package is pretty good.  Did anybody write a lyx
layout file for it yet?

If not, perhaps someone will collaborate with me in order to do so.  
I like prosper because it helps to access the staged/overlay features to
make better onscreen shows.

-- 
Paul E. Johnson   email: [EMAIL PROTECTED]
Dept. of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn
University of Kansas  Office: (785) 864-9086
Lawrence, Kansas 66045FAX: (785) 864-5700



Re: Poll - final

2001-03-13 Thread Lars Gullik Bjønnes

Andre Poenitz [EMAIL PROTECTED] writes:

| The picture has not changed much from the intermediate results. It is now
| 
| 1   g++ 2.7.3
| 0   2.8.1
| 7   2.91.66+
| 21  2.95.2+
| 1   Digital C++ V6.1
| 1   Sun CC 6.0
| 1   Compaq cxx V6.2-024
| 6   2.96+
| 6   .rpm
| 
| I might have got something wrong in the lower part, but the important bit
| should be right: Nobody is forced to use g++ 2.8.* right now, but the
| 2.7.3 does not want to upgrade because the software is tuned to compiler
| version/c-lib. 

I see my gcc 3.0 is missing :-) am I among the 2.96?

I'd opt for not supporting anything older than 2.95.2.

one reason: it is not likely that number of 2.91.66 users will
increase, rather the opposite.

Lgb



Poll - final

2001-03-13 Thread Andre Poenitz

The picture has not changed much from the intermediate results. It is now

1   g++ 2.7.3
0   2.8.1
7   2.91.66+
21  2.95.2+
1   Digital C++ V6.1
1   Sun CC 6.0
1   Compaq cxx V6.2-024
6   2.96+
6   .rpm

I might have got something wrong in the lower part, but the important bit
should be right: Nobody is forced to use g++ 2.8.* right now, but the
2.7.3 does not want to upgrade because the software is tuned to compiler
version/c-lib. 

Andre'

-- 
Andr Pnitz  [EMAIL PROTECTED]



Re: bad characters in labels?

2001-03-13 Thread Herbert Voss

Tuukka Toivonen wrote:
 
 I used a label "t=bda" in an equation, but it produced (??) instead of the
 equation number in the output. I guess Latex doesn't accept the
 "=" character in labels. Shouldn't LyX check that the label's doesn't have
 illegal characters?

it's possible in latest cvs version

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




pop-up menus are always on the foreground

2001-03-13 Thread Hezi Gildor


hi,
i am using 1.1.6fix1 on a redhat 6.2
when i open a pop-up menu like Layout-Character, it "insist" to stay
in the foreground. i can move it aside, but cannot have my main Lyx
screen partially cover it. 

is it a bug/change in the new version?

thanks, hezi.



Re: Missing \begin{document}

2001-03-13 Thread Stephan E . Schlierf

On Tuesday, 13/03/2001 George De Bruin wrote:
   I downloaded and installed lyx-1.1.6fix1 and when I try to process
   (convert to LaTeX od print) the file I get the error message:
  
   \missing{begin{document}
  
   The problem is that the program sometime before `beginning' the
   document, calls the file english.cfg.
   How can tjis be fixed?
 
  This might be the result of an unclosed { in the preamble.

 While this may be true, might I suggest then that there is something going
 wrong between LyX 1.1.5 and 1.1.6?  I have a number of files that I was
 working on in 1.1.5 that never exhibited this problem, but the moment I
 opened them in 1.1.6 they started exhibiting this exact same problem.

 If my memory serves me correctly, this is not the only time I have heard
 this mentioned on the list.

 // George

Every now and then I have to deal with this porblem, too. The way I solve it 
(don't laugh :-):
Close the document in LyX.
Open the document with an editor (like emacs or - if you are a tough guy - vi)
Don't change anything but save the document.
Close the document in your editor.
Reopen the document with LyX.
Don't ask me why but then the problem disappears...

Regards,
Stephan

-- 
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de




Re: 1.1.6fix1 on SuSE6.3 ?

2001-03-13 Thread Erkko Airo

On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote:

 Hi,
 
 can you tell me how to compile the 1.1.6fix1 on a SuSE6.3 system?
 Couldn't run the configure-script (Cannot find forms.h Although I
 helped the script find it with the --with-extra flags).
 
 What source of xforms and libXpm is best?

I managed to _compile_ it on SuSE 6.3 ok, but I have not yet
installed or tested the new version -- have to finish some writings first
with the old one.

From your error message it seems you do not have the xforms development
package (xformsd) installed -- that is you must install both xforms and
xformsd packages. If you have the full SuSE CD-set, the package is there.
If you made the installation from the single CD evaluation version you
must get the xformsd package from a Suse ftp-site.

For libXpm I used the package (xpm) that came with the distro. No problems
there.

Compiler may be a problem. The gcc delivered with Suse 6.3 is too old, so
I had to use egcs (again the version that came with distro seems to work).
And if I remember right the package gpp must also be installed. Both these
are found from the Suse series d if you use Yast to install stuff. I think
one of these conflicts with something that is required by the gcc package,
though I am no sure of this.

For sources I used the source RPM from Kayvan A. Sylvan's ftp site, which
seems to work fine. I did only minor editing on the spec file to change
the names of required packages: the (la)tex packages on Redhat (on which
the source RPM has been built) and Suse have different names, but this
editing is only necessary to keep the rpm system happy, it does not effect
the functionality of lyx.

e.airo
--
[EMAIL PROTECTED]
http://www.geocities.com/soho/gallery/1122/
"Erkon puheita on mukava kuunnella vaikkei niist aina 
mitn tolkkua saakaan." P. Monto, Talouselm 6/99




Re: Missing \begin{document}

2001-03-13 Thread Nick Burgan

On Sat, 10 Mar 2001 11:41:pm, root wrote:
 I downloaded and installed lyx-1.1.6fix1 and when I try to process
 (convert to LaTeX od print) the file I get the error message:

 \missing{begin{document}

 The problem is that the program sometime before `beginning' the
 document, calls the file english.cfg.
 How can tjis be fixed?

 Thank you.


When I first installed 1.1.6fix1 I was having the same problem. After messing 
around for ages what seemed to be causing the problem was that I had a space 
in the name of the directory in which the file was located. If you remove any 
spaces or other strange characters (dashes "-" etc ) from the everywhere in 
the directory tree of the file the problem goes away. Or if you move the file 
to another appropriately named directory and open it from there, there is no 
problem.

I hope this is of some help

Nick Burgan



Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Frank Derichsweiler

On Mon, Mar 12, 2001 at 12:16:30PM +, John Levon wrote:
 
 No, we have been through this before. Any distribution that requires the kernel
 headers via the symlink like this is broken. Most modern ones are fixed now.
 
 For the broken distributions, you *must* include the kernel headers in
 the correct place if you hope to compile programs. This is simply a
 requirement of the distribution in question. It has *nothing* to do with
 LyX, and we should not have any special-case test.
 
 Hopefully in two years everyone's distribution will be fixed and this issue
 won't arise.
 

Sorry for being not clear enough. Hopefully now better:
- I agree that it is not a LyX fault.
- I agree that it is a problem of the SuSE distribution (in this case).
- I suggest to add a small text notice within the INSTALL or within the
   
configure-produced warning that xforms is not working like the
following:
"This xforms problem might be due to missing Linux kernel header
files"


Thanks,
Frank




fancyheader

2001-03-13 Thread Chris Schulbert

Hi!


I use section* for some of my headings. The document shows no numbers, but
in the fancyheader are leading numbers displayed. I use \sectionmark for
shorter text in the fancyheader. How can I remove the numbers in the
fancyheader?

Regards
Chris




Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Jean-Marc Lasgouttes

 "Frank" == Frank Derichsweiler [EMAIL PROTECTED] 
writes:

Frank I suggest to
Frank add a small text notice within the INSTALL or within the 
Frank configure-produced warning that xforms is not working like the
Frank following: "This xforms problem might be due to missing Linux
Frank kernel header files"

Currently INSTALL says:

  o Configure will seemingly fail to find xpm.h and forms.h on linux
if the kernel headers are not available. Two cases are possible: 

  - you have not installed the kernel sources. The you should
install them or at least the kernel-headers package (or
whatever it is called in your distribution).

  - you have the sources, but you did a 'make mrproper' in the
kernel directory (this  this removes some symbolic links that
are needed for compilation). A 'make symlinks' in linux kernel
sources fixes that. 


What more can we do??

JMarc



Re: fancyheader

2001-03-13 Thread Herbert Voss



On Tue, 13 Mar 2001, Chris Schulbert wrote:

 I use section* for some of my headings. The document shows no numbers, but
 in the fancyheader are leading numbers displayed. I use \sectionmark for
 shorter text in the fancyheader. How can I remove the numbers in the
 fancyheader?

have a look at the fancyhdr-doc, there are all different outputs of
headers/footers described.

Herbert




Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Dekel Tsur

On Mon, Mar 12, 2001 at 04:41:29PM +0100, Guenter Milde wrote:
 Actually there are 4 variants of what a user might want :
 
| command already defined | command not defined  | LaTeX command 
 ---
  1 | use my version  | use my version   | ???
  2 | use default version | use my version | \providecommand
  3 | use default version | warn me (i.e. error) | {} 
  4 | warn me (i.e. error)| use my version | \newcommand
 

It should not hard to write a command for case 1 (called \setcommand for
example):

\def\setcommand{\@star@or@long\set@command}
\def\set@command#1{%
  \begingroup \escapechar\m@ne\xdef\@gtempa{{\string#1}}\endgroup
  \let\@ifdefinable\@rc@ifdefinable
  \new@command#1}

I just copied the code from \renewcommand and deleted few lines.
Since I'm not a TeX wizard I'm not sure if the above code is entirely correct.



Help!

2001-03-13 Thread Wahyu Nugroho

Guys,

I am new in Linux, very very new.
I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try 
to install it to my machine (running RedHat 6.2) I got these message on my 
screen :
error : failed dependencies :
Xforms = 0.88 is needed by lyx-1.1.6fix1-1
tetex is needed by lyx-1.1.6fix1-1
tetex-latex is needed by lyx-1.1.6fix1-1
libforms.so.0.88 is needed by lyx-1.1.6fix1-1
What I have to do to install it on my machine?
And what is the different with :
   lyx-1.1.6fix1-1mdk.i586.rpm?

Best regards,
Wahyu Nugroho
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




on widgets

2001-03-13 Thread Joao B. Oliveira


Hi!

The LyX menu fonts are quite large on my
installation, so I tried to configure them in my
.Xresources file, but I am unable to get the names
of the widgets right. Even doing

*font: 8x13 

or something does not change the LyX menu fonts,
although most other programs are changed. I tried
to get the widget tree with editres, but LyX does
not answer to it.

Does anyone know how to get the information about
LyX's widget tree, or how to set the menu fonts
explicitly?

Thanks for any hint,

j. b. oliveira








Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Frank Derichsweiler

On Tue, Mar 13, 2001 at 11:02:38AM +0100, Jean-Marc Lasgouttes wrote:
 
   - you have not installed the kernel sources. The you should
^ insert n

 
 What more can we do??
Nothing but insert the "n" letter ;-)

My message was just to clarify my point of view.

Frank



Re: on widgets

2001-03-13 Thread Jean-Marc Lasgouttes

 "Joao" == Joao B Oliveira [EMAIL PROTECTED] writes:

Joao Does anyone know how to get the information about LyX's widget
Joao tree, or how to set the menu fonts explicitly?

Since xforms is not Xt based, there is no widget tree and nothing is
settable via resources. The only thing you can change for menus is the
font itself, but not the font size. Sorry.

JMarc



Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Jean-Marc Lasgouttes

 "Frank" == Frank Derichsweiler [EMAIL PROTECTED] 
writes:

Frank Nothing but insert the "n" letter ;-)

Point taken :)

JMarc



Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Dekel Tsur

On Mon, Mar 12, 2001 at 02:09:46PM +0100, Guenter Milde wrote:
e.g.: For imaginary and real part of a complex numberI prefer Im and Re
(in roman) : as \Re and \Im is already defind in LaTeX (inserting R and I
in fractur), redefine them with \renewcommand in the preamble. I cannot
use the math-macro in its present form for this task. 

You can currently use the \setcommand from my previous mail, and also 
put \let\newcommand=\setcommand in the preamble.

Another option (more safe as \setcommand is not used) is to put the following
lines in your preamble (or before the LyX math-macro definition):
\let\Re=\undefined
\let\Im=\undefined

It will undefine the \Re and \Im commands if they are already defined.



Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Jean-Marc Lasgouttes

 "Dekel" == Dekel Tsur [EMAIL PROTECTED] writes:

Dekel It should not hard to write a command for case 1 (called
Dekel \setcommand for example):

I think that this command is a bad idea (and does not exist in latex
for the same reason): it is clear that most first time users will use
this version (why would they do anything else?) and then, after they
have redefined \def to some nifty value, will get even more confused.

We should not help people to shoot themselves in the foot.

JMarc



Re: Help!

2001-03-13 Thread Tuukka Toivonen

On Tue, 13 Mar 2001, Wahyu Nugroho wrote:

 I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try 
 to install it to my machine (running RedHat 6.2) I got these message on my 
 screen :
 error : failed dependencies :
 Xforms = 0.88 is needed by lyx-1.1.6fix1-1
 tetex is needed by lyx-1.1.6fix1-1
 tetex-latex is needed by lyx-1.1.6fix1-1
 libforms.so.0.88 is needed by lyx-1.1.6fix1-1

It looks like you don't have these packages. At least tetex should come
with redhat, i don't know about xforms.

Insert the install CD, run a package manager (for example gnorpm), go to
the CD and search and install all packages that have "xforms" or
"tetex" in their names.

 And what is the different with :
lyx-1.1.6fix1-1mdk.i586.rpm?

I think this is for Mandrake distribution. So don't worry about it.




Character 1/2, 1/3

2001-03-13 Thread Martin Adorni

Hi,

writing a text I came across a maybe simple problem. Is there a special
character to write 1/2, 1/3 and so on. To be more precise: Im looking
for ONE character giving me an upper 1 followed by / and a lower 2.
I've tried this in math mode but it didn't look well.

Any suggestions are welcome.

Martin



Character 1/2, 1/3

2001-03-13 Thread Ronald Florence

Martin Adorni writes:

  Is there a special character to write 1/2, 1/3 and so on. To be more
  precise: Im looking for ONE character giving me an upper 1 followed
  by / and a lower 2.

I don't know other machines, but with Sun workstations you can use the
compose key to create the characters , , and .  (If the character
set on your mail-reader is correct, those come out 1/2, 1/4, and 3/4.)
Unfortunately it is not possible to create other fractions with the
compose key.

-- 

Ronald Florence http://members.home.net/18james



Re: Character 1/2, 1/3

2001-03-13 Thread Jean-Pierre.Chretien


Date: Tue, 13 Mar 2001 15:10:31 +0100
From: Martin Adorni [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Character 1/2, 1/3

Hi,

writing a text I came across a maybe simple problem. Is there a special
character to write 1/2, 1/3 and so on. To be more precise: Im looking
for ONE character giving me an upper 1 followed by / and a lower 2.
I've tried this in math mode but it didn't look well.

Any suggestions are welcome.

Martin

   are iso latin characters, typed in here with the compose key
of a Sun keyboard.
I'm not sure you will like the attached ps result (needs Input Ecoding
Latin 1 in Layout-Document).

-- 
Jean-Pierre

 newfile.ps


Q: how to add a *.cls file to layout/document/class?

2001-03-13 Thread Stephan Mietens

Hi Folks,

I got a .cls file which I like to add to lyx menu layout/document/class,
but I did not find out how. Latex accepts the file (which I saved in
a local directory so far); it just must be mentioned at that class-
pulldown menu.

please reply to [EMAIL PROTECTED]
 
Stephan



Re: Help!

2001-03-13 Thread robin

Tuukka Toivonen wrote:
 
 On Tue, 13 Mar 2001, Wahyu Nugroho wrote:
 
  I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try
  to install it to my machine (running RedHat 6.2) I got these message on my
  screen :
  error : failed dependencies :
  Xforms = 0.88 is needed by lyx-1.1.6fix1-1
  tetex is needed by lyx-1.1.6fix1-1
  tetex-latex is needed by lyx-1.1.6fix1-1
  libforms.so.0.88 is needed by lyx-1.1.6fix1-1
 
 It looks like you don't have these packages. At least tetex should come
 with redhat, i don't know about xforms.
 
 Insert the install CD, run a package manager (for example gnorpm), go to
 the CD and search and install all packages that have "xforms" or
 "tetex" in their names.


6.2 may not have new enough versions of these programs. tetex and latex
don't change so frequently, but you'll probably need to download and
install the latest versions of xforms and libforms. rpmfind.net is good
for finding obscure libraries, or if you have a package manager that
supports this (e.g. kpackage) just point it at an FTP site and install
direct from there.  Whatever you do, don't attempt to solve the problem
by upgrading to RH 7.0 - it's the Windows ME of the Linux world!

Robin



Re: Q: how to add a *.cls file to layout/document/class?

2001-03-13 Thread Jean-Marc Lasgouttes

 "Stephan" == Stephan Mietens [EMAIL PROTECTED] writes:

Stephan Hi Folks, I got a .cls file which I like to add to lyx menu
Stephan layout/document/class, but I did not find out how. Latex
Stephan accepts the file (which I saved in a local directory so far);
Stephan it just must be mentioned at that class- pulldown menu.

There is a discussion on that in the Customization manual. You need in
particular to provide a .layout file for your class.

JMarc



Re: Help!

2001-03-13 Thread Lars Gullik Bjønnes

robin [EMAIL PROTECTED] writes:

| 6.2 may not have new enough versions of these programs. tetex and latex
| don't change so frequently, but you'll probably need to download and
| install the latest versions of xforms and libforms. rpmfind.net is good
| for finding obscure libraries, or if you have a package manager that
| supports this (e.g. kpackage) just point it at an FTP site and install
| direct from there.  Whatever you do, don't attempt to solve the problem
| by upgrading to RH 7.0 - it's the Windows ME of the Linux world!

prttthh... I really do not understand why everybody is bashing RH 7.0.

It is working perfectly fine.

Lgb



Re: Help!

2001-03-13 Thread Herbert Voss

Wahyu Nugroho wrote:
 
 I am new in Linux, very very new.
 I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try
 to install it to my machine (running RedHat 6.2) I got these message on my
 screen :
 error : failed dependencies :
 Xforms = 0.88 is needed by lyx-1.1.6fix1-1
 tetex is needed by lyx-1.1.6fix1-1
 tetex-latex is needed by lyx-1.1.6fix1-1
 libforms.so.0.88 is needed by lyx-1.1.6fix1-1
 What I have to do to install it on my machine?

if you have installed the above software on your system, try it with

rpm -U --nodeps lyx-1.1.6fix1-1.i386.rpm


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: Help!

2001-03-13 Thread John Levon

On 13 Mar 2001, Lars Gullik Bjønnes wrote:

 robin [EMAIL PROTECTED] writes:
 
 | 6.2 may not have new enough versions of these programs. tetex and latex
 | don't change so frequently, but you'll probably need to download and
 | install the latest versions of xforms and libforms. rpmfind.net is good
 | for finding obscure libraries, or if you have a package manager that
 | supports this (e.g. kpackage) just point it at an FTP site and install
 | direct from there.  Whatever you do, don't attempt to solve the problem
 | by upgrading to RH 7.0 - it's the Windows ME of the Linux world!
 
 prttthh... I really do not understand why everybody is bashing RH 7.0.
 
 It is working perfectly fine.
 
 Lgb

it is you who criticised RH's compiler version decision ! :)

yes, it generally works ok if you have the latest packages. One trick
with older C++ programs is to build C++ packages like :

CC=kgcc CXX=kgcc CXXFLAGS=-L/usr/lib

You can look at the spec file in the src.rpm of the kde* stuff to see how its
done.

john

-- 
"Alan Turing thought about criteria to settle the question of whether
 machines can think, a question of which we now know that it is about
 as relevant as the question of whether submarines can swim."
- Dijkstra




Re: Help!

2001-03-13 Thread Lars Gullik Bjønnes

John Levon [EMAIL PROTECTED] writes:

| On 13 Mar 2001, Lars Gullik Bjnnes wrote:
| 
|  robin [EMAIL PROTECTED] writes:
|  
|  | 6.2 may not have new enough versions of these programs. tetex and latex
|  | don't change so frequently, but you'll probably need to download and
|  | install the latest versions of xforms and libforms. rpmfind.net is good
|  | for finding obscure libraries, or if you have a package manager that
|  | supports this (e.g. kpackage) just point it at an FTP site and install
|  | direct from there.  Whatever you do, don't attempt to solve the problem
|  | by upgrading to RH 7.0 - it's the Windows ME of the Linux world!
|  
|  prttthh... I really do not understand why everybody is bashing RH 7.0.
|  
|  It is working perfectly fine.
|  
|  Lgb
| 
| it is you who criticised RH's compiler version decision ! :)

a long time ago. now I belive that this really has pushed C++ support
forward.
 
| yes, it generally works ok if you have the latest packages. One trick
| with older C++ programs is to build C++ packages like :
| 
| CC=kgcc CXX=kgcc CXXFLAGS=-L/usr/lib

nononono then you completely loose the much better C++ compiler in
2.96.
 
| You can look at the spec file in the src.rpm of the kde* stuff to see how its
| done.

only because qt/kde is lagging behind C++-wise

Lgb



Re: Help!

2001-03-13 Thread John Levon

On 13 Mar 2001, Lars Gullik Bjønnes wrote:

 | CC=kgcc CXX=kgcc CXXFLAGS=-L/usr/lib
 
 nononono then you completely loose the much better C++ compiler in
 2.96.

I know, but sometimes it is the only way to get thigns to compile. Of course
you should be using g++-2.96-69 if you can.

 only because qt/kde is lagging behind C++-wise
 
 Lgb

well qt 1 and kde 1 anyway

john

-- 
"Alan Turing thought about criteria to settle the question of whether
 machines can think, a question of which we now know that it is about
 as relevant as the question of whether submarines can swim."
- Dijkstra




Re: Multiple citation problem with LyX 1.1.6fix1

2001-03-13 Thread Dekel Tsur

On Mon, Mar 12, 2001 at 10:28:42AM +0100, [EMAIL PROTECTED] wrote:
 I am having a problem when inserting more than one citation in a citation
 inset. Indeed, LyX inserts a space after each "citation key-comma" group
 (before the next citation key). Bibtex, apparently, does not like this:
 
 White space in argument---line 12 of file watermin.aux
  : \citation{El-Halwagi:1989,
  :El-Halwagi:1990, Wang:1994, Hallale:1998}
 I'm skipping whatever remains of this command
 
 so that all the following keys are ignored and marked as "?"s in the final
 text. Is there any fix for this, other than typing LaTeX by hand the right
 way?

I've just fixed this bug. The fix will be included in 1.1.6fix2 which should
be released in a day or two.



Re: alignment in tables

2001-03-13 Thread Tuukka Toivonen

I just can't understand LyX tables. I upgraded to 1.1.6fix1 and I still
have the same problem(s). Let's start from simple:

How can I set both Table Column Width and Horizontal Alignment?

- It's impossible to use both Tabular Layout/Column/Row/Width and
  H. Alignment.
- I can set the Paragraph Layout/General/Alignment but this gives LaTeX
  errors.

On Tue, 6 Mar 2001, Herbert Voss wrote:

 try the following:
 delete the width for the last column. pay attention that the last cell

Ok. 

 is the same than the other ones in this column.  now choose horizontal
 alignment 

Ok works so far.

and than the columwidth.

But this sets the alignment to Left and grays it out so that I can't set
it anymore! And the postscript is wrong too.

Example attached. It gives "35 errors detected".


#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset  Tabular
lyxtabular version="2" rows="5" columns="5"
features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" 
endlastfoot="0"
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="left" valignment="top" leftline="true" rightline="true" width="2cm" 
special=""
row topline="true" bottomline="true" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard
\align right 
fd gf ggf
\end_inset 
/cell
/row
row topline="true" bottomline="false" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard
\align right 
gfgf
\end_inset 
/cell
/row
row topline="true" bottomline="false" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""

Re: Missing \begin{document}

2001-03-13 Thread George De Bruin

  I downloaded and installed lyx-1.1.6fix1 and when I try to process
  (convert to LaTeX od print) the file I get the error message:
 
  \missing{begin{document}
 
  The problem is that the program sometime before `beginning' the
  document, calls the file english.cfg.
  How can tjis be fixed?

 This might be the result of an unclosed { in the preamble.

While this may be true, might I suggest then that there is something going 
wrong between LyX 1.1.5 and 1.1.6?  I have a number of files that I was 
working on in 1.1.5 that never exhibited this problem, but the moment I 
opened them in 1.1.6 they started exhibiting this exact same problem.

If my memory serves me correctly, this is not the only time I have heard this 
mentioned on the list. 

// George



Re: Character 1/2, 1/3

2001-03-13 Thread Herbert Voss

Martin Adorni wrote:
 
 writing a text I came across a maybe simple problem. Is there a special
 character to write 1/2, 1/3 and so on. To be more precise: Im looking
 for ONE character giving me an upper 1 followed by / and a lower 2.
 I've tried this in math mode but it didn't look well.

on my suse7.1 i only write AltGr-4 for 1/4 and AltGr-5 for 1/2 and
AltGr-6 for 3/4

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: alignment in tables

2001-03-13 Thread Herbert Voss

Tuukka Toivonen wrote:
 
 I just can't understand LyX tables. I upgraded to 1.1.6fix1 and I still
 have the same problem(s). Let's start from simple:
 
 How can I set both Table Column Width and Horizontal Alignment?
 
 - It's impossible to use both Tabular Layout/Column/Row/Width and
   H. Alignment.
 - I can set the Paragraph Layout/General/Alignment but this gives LaTeX
   errors.
 
 On Tue, 6 Mar 2001, Herbert Voss wrote:
 
  try the following:
  delete the width for the last column. pay attention that the last cell
 
 Ok.
 
  is the same than the other ones in this column.  now choose horizontal
  alignment
 
 Ok works so far.
 
 and than the columwidth.
 
 But this sets the alignment to Left and grays it out so that I can't set
 it anymore! And the postscript is wrong too.

write in the align-field (right mouse button in table cell) only a "r",
without the quotation marks for right, "c" for center and "l" for left..

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Missing \begin{document}

2001-03-13 Thread Dekel Tsur

On Tue, Mar 13, 2001 at 12:05:58PM +, George De Bruin wrote:
   I downloaded and installed lyx-1.1.6fix1 and when I try to process
   (convert to LaTeX od print) the file I get the error message:
  
   \missing{begin{document}
  
   The problem is that the program sometime before `beginning' the
   document, calls the file english.cfg.
   How can tjis be fixed?
 
  This might be the result of an unclosed { in the preamble.
 
 While this may be true, might I suggest then that there is something going 
 wrong between LyX 1.1.5 and 1.1.6?  I have a number of files that I was 
 working on in 1.1.5 that never exhibited this problem, but the moment I 
 opened them in 1.1.6 they started exhibiting this exact same problem.

Do you have an example document ?

One difference between 1.1.5 and 1.1.6 is that the latter always use babel,
but I don't know if that is the cause of the problem.



bad characters in labels?

2001-03-13 Thread Tuukka Toivonen

I used a label "t=bda" in an equation, but it produced (??) instead of the
equation number in the output. I guess Latex doesn't accept the
"=" character in labels. Shouldn't LyX check that the label's doesn't have
illegal characters?




Re: bad characters in labels?

2001-03-13 Thread Stefano Ghirlanda

Tuukka Toivonen [EMAIL PROTECTED] writes:

 I used a label "t=bda" in an equation, but it produced (??) instead
 of the equation number in the output. I guess Latex doesn't accept
 the "=" character in labels.

Yes... if you use _ I think you also get an error...

-- 
Stefano Ghirlanda, Zoologiska Institutionen, Stockholms Universitet
  email: you know it already, tel: +46-8-164055, fax:+46-8-167715
 the free science campaign: http://ethology.zool.su.se/freescience



Re: alignment in tables

2001-03-13 Thread Herbert Voss


 
   is the same than the other ones in this column.  now choose horizontal
   alignment
 
  Ok works so far.
 
  and than the columwidth.
 
  But this sets the alignment to Left and grays it out so that I can't set
  it anymore! And the postscript is wrong too.
 
 write in the align-field (right mouse button in table cell) only a "r",
 without the quotation marks for right, "c" for center and "l" for left..


write in the align-field of first cell of the last column

p{2cm}{\raggedleft}

leave the width-field blank. you can choose horizontal-alignment
right, if you want wysiwym, but id doesn't belong to your latex
output.

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/



Math panel

2001-03-13 Thread [EMAIL PROTECTED]

Hello,

I would like to thank all the LyX's team for this great software !

Having said that, i find that this software would gain to be more complete at the 
level of the displaying (AMS symbols, character over other one, ...).

As regards the quality of the displaying on the screen, is it planned to move closer 
LyX to a software as scientific word ?

Thanks a lot and best regards,

Paul Nadler.
__
Voila vous propose une boite aux lettres gratuite sur Voila Mail:
http://mail.voila.fr






Re: alignment in tables

2001-03-13 Thread Dekel Tsur

On Tue, Mar 13, 2001 at 05:43:39PM +0200, Tuukka Toivonen wrote:
 I just can't understand LyX tables. I upgraded to 1.1.6fix1 and I still
 have the same problem(s). Let's start from simple:
 
 How can I set both Table Column Width and Horizontal Alignment?
 
 - It's impossible to use both Tabular Layout/Column/Row/Width and
   H. Alignment.
 - I can set the Paragraph Layout/General/Alignment but this gives LaTeX
   errors.

The problem is the code generated by the LyX (i.e. this is a bug!)

\begin{tabular}{|c|c|c|c|p{2cm}|}
...
\raggedleft fd gf ggf\\

The \raggedleft command redefines the \\ command, and therefore the end of
the row is misinterpreted.
The problem appears only when you have a constant width column at the last
row, and you use left/right/center alignment in one of the cells.
It shouldn't be hard to fix the bug (lyx should add a parbox in such cases).

A temporary solution is to add a dummy column row to the table (see attached
file).


#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset  Tabular
lyxtabular version="2" rows="5" columns="6"
features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" 
endlastfoot="0"
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="center" valignment="top" leftline="true" rightline="false" width="" 
special=""
column alignment="left" valignment="top" leftline="true" rightline="true" width="2cm" 
special=""
column alignment="left" valignment="top" leftline="false" rightline="false" width="" 
special=""
row topline="true" bottomline="false" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard
\align right 
fd gf ggf
\end_inset 
/cell
cell multicolumn="1" alignment="left" valignment="top" topline="false" 
bottomline="false" leftline="false" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
/row
row topline="true" bottomline="false" newpage="false"
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard

\end_inset 
/cell
cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" 
width="" special=""
\begin_inset Text

\layout Standard
\align right 
gfgf
\end_inset 
/cell
cell multicolumn="1" alignment="left" valignment="top" topline="false" 

Re: alignment in tables

2001-03-13 Thread Dekel Tsur

On Tue, Mar 13, 2001 at 08:57:06PM +0200, Tuukka Toivonen wrote:
 On Tue, 13 Mar 2001, Herbert Voss wrote:
 
  write in the align-field (right mouse button in table cell) only a "r",
  without the quotation marks for right, "c" for center and "l" for left..
 
 Thank you! Now I can set both alignment and column width, it doesn't give
 Latex errors and it even gives the right WYSIWYM output in to the LyX
 screen.
 
 However, the created postscript is wrong! The alignment is ok, but the
 column is too wide, as I would have deleted completely the "width" field.

If you use the special column-alignment field, then you override
the column alignment set by LyX, so instead of having a constant width column,
you get a normal centered (for example) column.
However LyX still shows the column as a constant width column as it doesn't
parse the alignment field.



Prosper latex slides - pdf/ps format

2001-03-13 Thread Paul E Johnson

Matej Cepl wrote:
 
 Somebody mentioned Prosper -- http://sourceforge.net/projects/prosper/ . It seems to 
be quite powerfull.
 

I think the prosper package is pretty good.  Did anybody write a lyx
layout file for it yet?

If not, perhaps someone will collaborate with me in order to do so.  
I like prosper because it helps to access the staged/overlay features to
make better onscreen shows.

-- 
Paul E. Johnson   email: [EMAIL PROTECTED]
Dept. of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn
University of Kansas  Office: (785) 864-9086
Lawrence, Kansas 66045FAX: (785) 864-5700



Re: Poll - final

2001-03-13 Thread Lars Gullik Bjønnes

Andre Poenitz [EMAIL PROTECTED] writes:

| The picture has not changed much from the intermediate results. It is now
| 
| 1   g++ 2.7.3
| 0   2.8.1
| 7   2.91.66+
| 21  2.95.2+
| 1   Digital C++ V6.1
| 1   Sun CC 6.0
| 1   Compaq cxx V6.2-024
| 6   2.96+
| 6   .rpm
| 
| I might have got something wrong in the lower part, but the important bit
| should be right: Nobody is forced to use g++ 2.8.* right now, but the
| 2.7.3 does not want to upgrade because the software is tuned to compiler
| version/c-lib. 

I see my gcc 3.0 is missing :-) am I among the 2.96?

I'd opt for not supporting anything older than 2.95.2.

one reason: it is not likely that number of 2.91.66 users will
increase, rather the opposite.

Lgb



Poll - final

2001-03-13 Thread Andre Poenitz

The picture has not changed much from the intermediate results. It is now

1   g++ 2.7.3
0   2.8.1
7   2.91.66+
21  2.95.2+
1   Digital C++ V6.1
1   Sun CC 6.0
1   Compaq cxx V6.2-024
6   2.96+
6   .rpm

I might have got something wrong in the lower part, but the important bit
should be right: Nobody is forced to use g++ 2.8.* right now, but the
2.7.3 does not want to upgrade because the software is tuned to compiler
version/c-lib. 

Andre'

-- 
Andr Pnitz  [EMAIL PROTECTED]



Re: bad characters in labels?

2001-03-13 Thread Herbert Voss

Tuukka Toivonen wrote:
 
 I used a label "t=bda" in an equation, but it produced (??) instead of the
 equation number in the output. I guess Latex doesn't accept the
 "=" character in labels. Shouldn't LyX check that the label's doesn't have
 illegal characters?

it's possible in latest cvs version

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




pop-up menus are always on the foreground

2001-03-13 Thread Hezi Gildor


hi,
i am using 1.1.6fix1 on a redhat 6.2
when i open a pop-up menu like Layout-Character, it "insist" to stay
in the foreground. i can move it aside, but cannot have my main Lyx
screen partially cover it. 

is it a bug/change in the new version?

thanks, hezi.



Re: Missing \begin{document}

2001-03-13 Thread Stephan E . Schlierf

On Tuesday, 13/03/2001 George De Bruin wrote:
   I downloaded and installed lyx-1.1.6fix1 and when I try to process
   (convert to LaTeX od print) the file I get the error message:
  
   \missing{begin{document}
  
   The problem is that the program sometime before `beginning' the
   document, calls the file english.cfg.
   How can tjis be fixed?
 
  This might be the result of an unclosed { in the preamble.

 While this may be true, might I suggest then that there is something going
 wrong between LyX 1.1.5 and 1.1.6?  I have a number of files that I was
 working on in 1.1.5 that never exhibited this problem, but the moment I
 opened them in 1.1.6 they started exhibiting this exact same problem.

 If my memory serves me correctly, this is not the only time I have heard
 this mentioned on the list.

 // George

Every now and then I have to deal with this porblem, too. The way I solve it 
(don't laugh :-):
Close the document in LyX.
Open the document with an editor (like emacs or - if you are a tough guy - vi)
Don't change anything but save the document.
Close the document in your editor.
Reopen the document with LyX.
Don't ask me why but then the problem disappears...

Regards,
Stephan

-- 
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de




Re: 1.1.6fix1 on SuSE6.3 ?

2001-03-13 Thread Erkko Airo

On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote:

 Hi,
 
 can you tell me how to compile the 1.1.6fix1 on a SuSE6.3 system?
 Couldn't run the configure-script (Cannot find forms.h Although I
 helped the script find it with the --with-extra flags).
 
 What source of xforms and libXpm is best?

I managed to _compile_ it on SuSE 6.3 ok, but I have not yet
installed or tested the new version -- have to finish some writings first
with the old one.

From your error message it seems you do not have the xforms development
package (xformsd) installed -- that is you must install both xforms and
xformsd packages. If you have the full SuSE CD-set, the package is there.
If you made the installation from the single CD evaluation version you
must get the xformsd package from a Suse ftp-site.

For libXpm I used the package (xpm) that came with the distro. No problems
there.

Compiler may be a problem. The gcc delivered with Suse 6.3 is too old, so
I had to use egcs (again the version that came with distro seems to work).
And if I remember right the package gpp must also be installed. Both these
are found from the Suse series d if you use Yast to install stuff. I think
one of these conflicts with something that is required by the gcc package,
though I am no sure of this.

For sources I used the source RPM from Kayvan A. Sylvan's ftp site, which
seems to work fine. I did only minor editing on the spec file to change
the names of required packages: the (la)tex packages on Redhat (on which
the source RPM has been built) and Suse have different names, but this
editing is only necessary to keep the rpm system happy, it does not effect
the functionality of lyx.

e.airo
--
[EMAIL PROTECTED]
http://www.geocities.com/soho/gallery/1122/
"Erkon puheita on mukava kuunnella vaikkei niist aina 
mitn tolkkua saakaan." P. Monto, Talouselm 6/99




Re: Missing \begin{document}

2001-03-13 Thread Nick Burgan

On Sat, 10 Mar 2001 11:41:pm, root wrote:
 I downloaded and installed lyx-1.1.6fix1 and when I try to process
 (convert to LaTeX od print) the file I get the error message:

 \missing{begin{document}

 The problem is that the program sometime before `beginning' the
 document, calls the file english.cfg.
 How can tjis be fixed?

 Thank you.


When I first installed 1.1.6fix1 I was having the same problem. After messing 
around for ages what seemed to be causing the problem was that I had a space 
in the name of the directory in which the file was located. If you remove any 
spaces or other strange characters (dashes "-" etc ) from the everywhere in 
the directory tree of the file the problem goes away. Or if you move the file 
to another appropriately named directory and open it from there, there is no 
problem.

I hope this is of some help

Nick Burgan



Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Frank Derichsweiler

On Mon, Mar 12, 2001 at 12:16:30PM +, John Levon wrote:
> 
> No, we have been through this before. Any distribution that requires the kernel
> headers via the symlink like this is broken. Most modern ones are fixed now.
> 
> For the broken distributions, you *must* include the kernel headers in
> the correct place if you hope to compile programs. This is simply a
> requirement of the distribution in question. It has *nothing* to do with
> LyX, and we should not have any special-case test.
> 
> Hopefully in two years everyone's distribution will be fixed and this issue
> won't arise.
> 

Sorry for being not clear enough. Hopefully now better:
- I agree that it is not a LyX fault.
- I agree that it is a problem of the SuSE distribution (in this case).
- I suggest to add a small text notice within the INSTALL or within the
   
configure-produced warning that xforms is not working like the
following:
"This xforms problem might be due to missing Linux kernel header
files"


Thanks,
Frank




fancyheader

2001-03-13 Thread Chris Schulbert

Hi!


I use section* for some of my headings. The document shows no numbers, but
in the fancyheader are leading numbers displayed. I use \sectionmark for
shorter text in the fancyheader. How can I remove the numbers in the
fancyheader?

Regards
Chris




Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Jean-Marc Lasgouttes

> "Frank" == Frank Derichsweiler <[EMAIL PROTECTED]> 
>writes:

Frank> I suggest to
Frank> add a small text notice within the INSTALL or within the 
Frank> configure-produced warning that xforms is not working like the
Frank> following: "This xforms problem might be due to missing Linux
Frank> kernel header files"

Currently INSTALL says:

  o Configure will seemingly fail to find xpm.h and forms.h on linux
if the kernel headers are not available. Two cases are possible: 

  - you have not installed the kernel sources. The you should
install them or at least the kernel-headers package (or
whatever it is called in your distribution).

  - you have the sources, but you did a 'make mrproper' in the
kernel directory (this  this removes some symbolic links that
are needed for compilation). A 'make symlinks' in linux kernel
sources fixes that. 


What more can we do??

JMarc



Re: fancyheader

2001-03-13 Thread Herbert Voss



On Tue, 13 Mar 2001, Chris Schulbert wrote:

> I use section* for some of my headings. The document shows no numbers, but
> in the fancyheader are leading numbers displayed. I use \sectionmark for
> shorter text in the fancyheader. How can I remove the numbers in the
> fancyheader?

have a look at the fancyhdr-doc, there are all different outputs of
headers/footers described.

Herbert




Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Dekel Tsur

On Mon, Mar 12, 2001 at 04:41:29PM +0100, Guenter Milde wrote:
> Actually there are 4 variants of what a user might want :
> 
>| command already defined | command not defined  | LaTeX command 
> ---
>  1 | use my version  | use my version   | ???
>  2 | use default version | use my version | \providecommand
>  3 | use default version | warn me (i.e. error) | {} 
>  4 | warn me (i.e. error)| use my version | \newcommand
> 

It should not hard to write a command for case 1 (called \setcommand for
example):

\def\setcommand{\@star@or@long\set@command}
\def\set@command#1{%
  \begingroup \escapechar\m@ne\xdef\@gtempa{{\string#1}}\endgroup
  \let\@ifdefinable\@rc@ifdefinable
  \new@command#1}

I just copied the code from \renewcommand and deleted few lines.
Since I'm not a TeX wizard I'm not sure if the above code is entirely correct.



Help!

2001-03-13 Thread Wahyu Nugroho

Guys,

I am new in Linux, very very new.
I have download lyx-1.1.6fix1-1.i386.rpm from LyX ftp site. But when I try 
to install it to my machine (running RedHat 6.2) I got these message on my 
screen :
error : failed dependencies :
Xforms >= 0.88 is needed by lyx-1.1.6fix1-1
tetex is needed by lyx-1.1.6fix1-1
tetex-latex is needed by lyx-1.1.6fix1-1
libforms.so.0.88 is needed by lyx-1.1.6fix1-1
What I have to do to install it on my machine?
And what is the different with :
   lyx-1.1.6fix1-1mdk.i586.rpm?

Best regards,
Wahyu Nugroho
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




on widgets

2001-03-13 Thread Joao B. Oliveira


Hi!

The LyX menu fonts are quite large on my
installation, so I tried to configure them in my
.Xresources file, but I am unable to get the names
of the widgets right. Even doing

*font: 8x13 

or something does not change the LyX menu fonts,
although most other programs are changed. I tried
to get the widget tree with editres, but LyX does
not answer to it.

Does anyone know how to get the information about
LyX's widget tree, or how to set the menu fonts
explicitly?

Thanks for any hint,

j. b. oliveira








Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Frank Derichsweiler

On Tue, Mar 13, 2001 at 11:02:38AM +0100, Jean-Marc Lasgouttes wrote:
> 
>   - you have not installed the kernel sources. The you should
^ insert n

> 
> What more can we do??
Nothing but insert the "n" letter ;-)

My message was just to clarify my point of view.

Frank



Re: on widgets

2001-03-13 Thread Jean-Marc Lasgouttes

> "Joao" == Joao B Oliveira <[EMAIL PROTECTED]> writes:

Joao> Does anyone know how to get the information about LyX's widget
Joao> tree, or how to set the menu fonts explicitly?

Since xforms is not Xt based, there is no widget tree and nothing is
settable via resources. The only thing you can change for menus is the
font itself, but not the font size. Sorry.

JMarc



Re: Lyx1.1.6fix1 on SuSE 7.1

2001-03-13 Thread Jean-Marc Lasgouttes

> "Frank" == Frank Derichsweiler <[EMAIL PROTECTED]> 
>writes:

Frank> Nothing but insert the "n" letter ;-)

Point taken :)

JMarc



Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Dekel Tsur

On Mon, Mar 12, 2001 at 02:09:46PM +0100, Guenter Milde wrote:
>e.g.: For imaginary and real part of a complex numberI prefer Im and Re
>(in roman) : as \Re and \Im is already defind in LaTeX (inserting R and I
>in fractur), redefine them with \renewcommand in the preamble. I cannot
>use the math-macro in its present form for this task. 

You can currently use the \setcommand from my previous mail, and also 
put \let\newcommand=\setcommand in the preamble.

Another option (more safe as \setcommand is not used) is to put the following
lines in your preamble (or before the LyX math-macro definition):
\let\Re=\undefined
\let\Im=\undefined

It will undefine the \Re and \Im commands if they are already defined.



Re: Sugestions for a new LaTex Preamble Environment

2001-03-13 Thread Jean-Marc Lasgouttes

> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:

Dekel> It should not hard to write a command for case 1 (called
Dekel> \setcommand for example):

I think that this command is a bad idea (and does not exist in latex
for the same reason): it is clear that most first time users will use
this version (why would they do anything else?) and then, after they
have redefined \def to some nifty value, will get even more confused.

We should not help people to shoot themselves in the foot.

JMarc



  1   2   >