Custom layout style

2002-12-18 Thread Janine C . Buorditez
Hi.

I'm in the process of defining my own look to my books.

I've currently assembled a typedragon.layout and a typedragon.sty.
The .layout file is a modified book.layout. The .sty file is a modified
lshort.sty from ``The Not So Short Introduction to LaTeX2e''.

The style of the lshort document fascinates me. I doubt I've seen anything
better. If you have or created something superior on your own, please let
me know. Or if you have any neat fonts to spice things up I'd be glad to do
anything for them.

Preamble 
\usepackage{typedragon}
EndPreamble

Putting that in the premable only freezes LyX upon PDF preview.
Something must be wrong, and I'm not the girl to figure it out ;)

I'm positive there are tons of conflicts arising out of the settings in
the .sty file that are unnecessary to me. What *is* necessary to me is
visible in http://www.terrabionic.com/books. Sure, they look OK. I want
them to look GOOD ::}

With your help, that is possible. Please consider it?

Thanks! :P

Yours sincerely,
--janine



typedragon.layout
Description: Binary data


typedragon.sty
Description: Binary data


Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Jean-Marc Lasgouttes
 Nirmal == Nirmal Govind [EMAIL PROTECTED] writes:

Nirmal Just compiled 1.2.2 without any problems (using xforms 1.0) on
Nirmal my new ibook running debian powerpc with the benh kernel..
Nirmal things look a lot different (a lot better i.e.) on the mac I
Nirmal must say...

Good to know that we actually fixed these powerpc problems. It is
always difficult to be sure without access to a machine.

JMarc





Lyx misses Library

2002-12-18 Thread Hoffmann, Rainer
After compiling and installing xforms1.0 and lyx 1.2.2 (./configure, make,
make install) I tried to start lyx.

The resulting error message was:
lyx: error while loading shared library: libflimage.so.1: cannot open shared
object file: No such file or directory.

Can anybody help me please?

Rainer







Hoffmann, Rainer.vcf
Description: Binary data


Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Tuukka Toivonen
On 18 Dec 2002, Jean-Marc Lasgouttes wrote:

Good to know that we actually fixed these powerpc problems. It is
always difficult to be sure without access to a machine.

Have you thought about using SourceForge compile farm? I haven't
used it but it should be something similar what you need:

http://sourceforge.net/docman/display_doc.php?docid=762group_id=1

It likely requires, though, that the user is a member of some
project in SourceForge. But maybe some LyX developers would be
also member in a SourceForge project?




Re: Lyx misses Library

2002-12-18 Thread Jean-Marc Lasgouttes
 Rainer == Hoffmann, Rainer [EMAIL PROTECTED] writes:

Rainer After compiling and installing xforms1.0 and lyx 1.2.2
Rainer (./configure, make, make install) I tried to start lyx.

Rainer The resulting error message was: lyx: error while loading
Rainer shared library: libflimage.so.1: cannot open shared object
Rainer file: No such file or directory.

Did you run ldconfig after installing xforms (presuming you use
linux)?

JMarc



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jean-Marc Lasgouttes
 Stephan == Stephan Witt [EMAIL PROTECTED] writes:

Stephan Jean-Marc Lasgouttes wrote:
 Stephan == Stephan Witt [EMAIL PROTECTED] writes:
 
Stephan Dear automake/configure friends, ;)
 Dear Stephan,
Stephan I have succesfully built a lyx binary from the tar-ball.
Stephan There was no problem. Thank you.
 Great. What platform? If it is standard enough and you can run
 'make bindist', we would appreciate a bniary ditribution for your
 architecture (you run solaris, don't you?).

Stephan Yes, your memory capabilities are impressing!

No, I just have a big mailbox with a lot of problems that people have
reported and that are not yet solved.

Stephan I'll provide a binary distribution. I have to write a
Stephan README.bin before. And some tests should be done too. Are
Stephan there any proposals for testing? Of course I'll test it with
Stephan my own belongings.

Make sure that your distribution does not depend on non standard
libraries (mainly xforms and xpm). If they do, indicate how to get
them. The best solution may be to link statically against xforms, but
I do not know how to do that on solaris.

Something you could do is test the patches against xforms 1.0 proposed
by Angus leeming here:
http://marc.theaimsgroup.com/?l=lyx-develm=103971974818266w=2

There are two patches, one small and one big, both aiming to fix the
compose key processing problems seen by people on solaris. I would be
interested to know whether they work.

Stephan The man page on Linux tells...

Stephan CONFORMING TO This function is not part of the ANSI or POSIX
Stephan standards, and is not customary on Unix systems, but is not a
Stephan GNU invention either. Perhaps it comes from MS-DOS.

Stephan The standard conformance group of LyX has overlooked this
Stephan one? :)

As I said this test and the associated code comes from GNU gettext
(the code in intl/ is not ours).

JMarc



Re: Lyx and style

2002-12-18 Thread Giovanni Bicz
Hi all!

On Tuesday 17 December 2002 19:40, Matej Cepl wrote:
 You are trying to beat dead horse to run. Not that LaTeX would be
 dead, but it is absolutely not suited for being the backend for
 typesetting general layouts. That's not what it was prepared for.

Ok. let's try to clear some concepts, that may be a bit confused in my mind. 
But for the reason, that it is the same mind that is writing this very 
letter, I'll try to explain my ideas about the argument.
What I was trying to propose would not use LaTeX to typeset general layouts. 
The envisioned GUI would help the user to define layouts that can be used in 
latex. As we all know, Latex provides a lot of commands to do this (you can 
define the size of a page, just to keep it simple), if it wasn't the case, 
then latex would just stand for a language, that enables you to write macros, 
and then input a text, which exits somewhere, basically unchanged. Not only 
it provides these commands, but it has classes that extend these commands, 
and others that include a number of classes.
Backend may have been a wrong use of terminology of mine, so let's clear 
this point too. If you design a layout using for example the layouts package 
and then view it, you basically write a latex file, compile it with latex and 
view it with xdvi or dvips-gv. From another point of view, you are _just_ 
writing a layout which can be viewed by translating the human readeable 
commands _with latex_. After doing the layout (preamble to a file, .sty file 
or whatever) you can input the text (call the style and so on), and finally 
compile the document which you defined _by its content and its layout_.
So you do not jump out of latex (and LyX of course, but with the restriction 
that lyx does not explicitly encourage the user to do it this way).
And this is the point where comes in sight the typographer-designer.
This may be a very stupid question, but does the typographer (I will use the 
term typographer to denote a person who is interested in the look of the 
document [a book, for example] at least as the author is in its content) 
really have to learn the latex terminology just to output a typographically 
beautiful (or not beautiful, but self-designed) book, or may there be a way 
to avoid this. **From some point of view LyX itself has been made to ease 
people's job!** Why not doing a further step on this path? May be with a 
program (or a menu item), that knows some classes of a (la)tex distro (maybe 
hard-wired) or can extend itself, or knows memoir.cls and so on and 
containing (maybe documented) options for those classes may do the job, by 
being controlled by the user trough a GUI (or form etc.). After using the 
GUI, you can always modify the layout by hand, if you want, but you _have 
something _designed_.
The point is using existing classes, but easying their use.

Giovanni





Re: Lyx and style

2002-12-18 Thread Giovanni Bicz

On Tuesday 17 December 2002 20:06, Mark Carroll wrote:

 You don't think so? I can see that a WYSIWYG way of doing it might be, but
 layouts are very much a part of the LaTeX approach and something that let
 you edit layouts based more on specification basis might fit in - e.g.
 you can define your own paragraph environments with their own vskips,
 margins and whatever using a pretty interactive thing instead of devising
 special runes. The main disadvantage is that sorts of tweaks that users
 usually want to do (e.g. putting in their own centre-top fancy header) may
 be so wide-ranging that a structured GUI approach may not cover most of
 them.

Clear, I think I totally aggree with you. 





ANNOUNCE: Lyx 1.2.2 for Windows

2002-12-18 Thread Claus Hentschel
Just in time before Christmas the new release 1.2.2 for Windows is
available, too. Just download it as usual from
http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm

Claus





Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Jean-Marc Lasgouttes
 Tuukka == Tuukka Toivonen [EMAIL PROTECTED] writes:

Tuukka Have you thought about using SourceForge compile farm? I
Tuukka haven't used it but it should be something similar what you
Tuukka need:

Tuukka http://sourceforge.net/docman/display_doc.php?docid=762group_id=1

Tuukka It likely requires, though, that the user is a member of some
Tuukka project in SourceForge. But maybe some LyX developers would be
Tuukka also member in a SourceForge project?

We did have a project lyxbugs, in which we used to bug tracker, but
this has been abandonned now. However, it seems difficult to use the
compile farm if one does not have the files on sourceforge. It is much
easier for me to send patches to people who complain and see what
happens.

JMarc



paragraph indenting and penalties

2002-12-18 Thread Peter Harkins
I've some paragraphs I'd like to indent a bit from the left margin.
I checked Herbert Voss' tips page and found the following, which makes it
seem there's an easy (not-ERT) way of doing this. Unfortunately, the 'more'
(or 'extra') button it describes simply doesn't exist. I'm using LyX 1.2.1.

http://www.educat.hu-berlin.de/~voss/lyx/paragraph/margins.phtml#par

Also, I've some text that's just barely spilling onto a second page.
I've read the Tips page on penalties, but can't see which penalty applies to
this.



How to mark a bib item?

2002-12-18 Thread J.Lauffenburger
Hey

This is a question I ask for a few days. I'm using bibtex to generate my
bibliography and would like to mark some of the references of this
bibliography (as for instance selected paper that will be published
soon).

How can I do that?

Thanks
JP




Re: How to mark a bib item?

2002-12-18 Thread Jean-Pierre.Chretien

Date: Wed, 18 Dec 2002 15:55:00 +0100
From: J.Lauffenburger [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: How to mark a bib item?

Hey

This is a question I ask for a few days. I'm using bibtex to generate my
bibliography and would like to mark some of the references of this
bibliography (as for instance selected paper that will be published
soon).

How can I do that?

If the property is attached to a paper and will need further
editing of the bibtex database, you can mark it there, e.g. with a
note = {to be published soon}
field, which will ne interpreted by most bibtex styles,
You may turn the note in boldface, I guess:
note = \textbf{to be published soon}}


-- 
Jean-Pierre




Re: How to mark a bib item? (correction)

2002-12-18 Thread Jean-Pierre.Chretien


You may turn the note in boldface, I guess:
note = \textbf{to be published soon}}

Oops,
note = {\textbf{to be published soon}},
of course, or
note = \textbf{to be published soon},

-- 
Jean-Pierre




Re: How to mark a bib item?

2002-12-18 Thread J.Lauffenburger
Thanks but it is not exactly what I like to do. I would like to mark using a
bullet some of the references in the final bibliography. Is this possible?

 If the property is attached to a paper and will need further
 editing of the bibtex database, you can mark it there, e.g. with a
 note = {to be published soon}
 field, which will ne interpreted by most bibtex styles,
 You may turn the note in boldface, I guess:
 note = \textbf{to be published soon}}

 --
 Jean-Pierre




Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Bo Peng
Hi, All,

I am new to rpmbuild so I am not sure if building a rpm should be so 
simple. All I did was:

  rpm -ihv libforms-1.0-RC5.2.i386.rpm
  rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
  rpmbuild -tb lyx-1.2.2.tar.gz

on my redhat 8.0/i386 system. 

I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
delete it. I will be glad to build another one if someone can tell me 
the correct way to do it.

Have a nice day.

-- 
Bo Peng



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jean-Marc Lasgouttes
 Bo == Bo Peng [EMAIL PROTECTED] writes:

Bo Hi, All, I am new to rpmbuild so I am not sure if building a rpm
Bo should be so simple. All I did was:

Bo   rpm -ihv libforms-1.0-RC5.2.i386.rpm rpm -ihv
Bo libforms-devel-1.0-RC5.2.i386.rpm rpmbuild -tb lyx-1.2.2.tar.gz

Bo on my redhat 8.0/i386 system.

Bo I have uploaded the resulting lyx-1.2.2-xfomrs-1.0-rh8.rpm to
Bo ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash,
Bo please just delete it. I will be glad to build another one if
Bo someone can tell me the correct way to do it.

This is certainly useful. Kayvan ([EMAIL PROTECTED]) is currently
trying to get in touch with people to build rpms. Could you get in
touch with him? In particular, he probably has a rpm for the final
xforms 1.0. 

JMarc



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jose Celestino
Words by Bo Peng [Wed, Dec 18, 2002 at 11:22:59AM -0600]:
 Hi, All,
 
 I am new to rpmbuild so I am not sure if building a rpm should be so 
 simple. All I did was:
 
   rpm -ihv libforms-1.0-RC5.2.i386.rpm
   rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
   rpmbuild -tb lyx-1.2.2.tar.gz
 
 on my redhat 8.0/i386 system. 
 
 I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
 ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
 delete it. I will be glad to build another one if someone can tell me 
 the correct way to do it.
 

Sorry, I see no /pub/incoming at ftp.lyx.org...

-- 
Jose Celestino | http://xpto.org/~japc/files/japc-pgpkey.asc

Don't summarize. Don't abbreviate. Don't interpret. -- djb



Re: [ANNOUNCE] LyX 1.2.2 is released -- Bug 490?

2002-12-18 Thread Max Bian
Great work.  I have compiled it with Mandrake 8.2 with gcc 2.96
sucessfully.  But I am not sure that I have this bug fixed.  It is
marked as fixed, but lyx still behaves the same on that layout/paper
panel.  It is not mentioned in the list of fixes in this announcement
eighter.

http://bugzilla.lyx.org/show_bug.cgi?id=490

Can any user or developer comment on this?

Thanks!

Max

--- Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:
 
 We are glad to announce the release of LyX 1.2.2.
 
 LyX 1.2.2 is a maintenance release. It is a recommended upgrade from
 1.2.0 or 1.2.1, especially since it fixes a few bugs introduced in
 1.2.1.
 




Re: [ANNOUNCE] LyX 1.2.2 is released -- Bug 490?

2002-12-18 Thread Juergen Spitzmueller
Max Bian wrote:
 http://bugzilla.lyx.org/show_bug.cgi?id=490

 Can any user or developer comment on this?

I am afraid it is only fixed in 1.3.0cvs
Incidentally, JMarc, I can provide a patch for 1.2.3, if that will be released 
at all and there is interest.

Jürgen.



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Bo Peng
On Wed, Dec 18, 2002 at 05:36:35PM +, Jose Celestino wrote:
 Words by Bo Peng [Wed, Dec 18, 2002 at 11:22:59AM -0600]:
  Hi, All,
  
  I am new to rpmbuild so I am not sure if building a rpm should be so 
  simple. All I did was:
  
rpm -ihv libforms-1.0-RC5.2.i386.rpm
rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
rpmbuild -tb lyx-1.2.2.tar.gz
  
  on my redhat 8.0/i386 system. 
  
  I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
  ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
  delete it. I will be glad to build another one if someone can tell me 
  the correct way to do it.
  

 Sorry, I see no /pub/incoming at ftp.lyx.org...

Sorry, it is ftp://ftp.lyx.org/incoming. I had a feeling that  
everything should be under pub. :-)

-- 
Bo Peng



Re: Commands to change section parameters?

2002-12-18 Thread Dekel Tsur
On Fri, Dec 06, 2002 at 09:41:21AM -0500, Praedor Atrebates wrote:
 I would like to change a section of a document to have somewhat different 
 layout parameters from the rest of the document:
 
 I would like this section to use single spacing and medskip between 
 paragraphs.  What tex commands would one insert before and after such a 
 section to accomplish this?  At this point, I am going by hand in lyx and 
 setting each of many paragraphs in this way by had (via the Layout menus).

\begin{singlespace}\setlength{\parskip}{\medskipamount}
...
\end{singlespace}



Re: LyX-Code Paragraph Environment

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 10:37:03AM +1030, Paul Medwell wrote:
 In response to my own question, I can add the following to the preamble:
 \renewenvironment{lyxcode}
   {\begin{list}{}{
 \raggedright
 \setlength{\parsep}{0pt}
 \tiny\ttfamily}
   \item[]}
   {\end{list}}
 
 However, this only has an effect when using \tiny.  \small has no effect 
  on the size, and \smaller and \smallest give an error.

\small does works, but the difference from normal size is small, so you
might have not notice it.
For smaller sizes, you need to use \footnotesize or \scriptsize



Re: latex font question

2002-12-18 Thread Dekel Tsur
On Wed, Dec 11, 2002 at 06:48:54PM +1030, Owen Lucas wrote:
 Math macros? Ive heard of them but have not worked out what they are and 
 how to use them yet. what I wish to do is replace something like (1,0) 
 with the longer notation which in tex is $A^{2}\Sigma -X^{2}\Pi 
 \left(1-0\right)$.  
 
 Its one of those things that for day to day you can just say (1,0) and 
 you make perfect sense but put it in writing and you look like a fool 
 (and the above notation in tex is just the short version of the full 
 thing). As such it would be nice to type (1,0) and have it turn into the 
 above when the dvi is exported.

We had a code for math shortcuts: typing = would create \leq etc.
However, this code was not applied (why?), so this feature wouldn't appear
before version 1.4.0.



Re: embedding LaTeX commands in layouts

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 12:10:22PM -0500, Diab Jerius wrote:
 I'm trying to create a layout for a memo style which requires the
 following Format:
 \begin{document}
 
 \From{From}
 \To{To}
 \Subject{Subject}
 \ShortSubj{Subject for page headers}
 \RE{In Regards to}
 \Cc{Carbon Copy list}
 \File{File name}
 \Version{Version}
 
 \memo{}

 The problem is that \memo{} MUST appear after the field
 specifications, but before the memo text.  That's the macro which
 outputs the memo header.

Add 
  InTitle 1
to all the fields layout.
This will add a \maketitle command after the all the field layouts.
Additionally, add the the layout file

Preamble
\let\maketitle=\memo
EndPreamble



Re: report class title page.

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 07:55:46PM -0600, B Robinson wrote:
 
 Hello.  I'm writing a short 15 page paper using the report class.  I could
 also use report-koma if you think it would help.  The first page is just
 the title page, then on page 2 it starts the text.  This seems like a
 waste of paper to me.
 
 Any way i can get the title to start at the top of the page, and the text
 to begin right after that?

Add the following to the preamble:

 \let\oldmaketitle=\maketitle
 \renewcommand{\maketitle}{{\let\newpage=\relax\oldmaketitle}}



1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread stuart macgregor
I hoped this would go away with 1.2.2 - but I've just built the new tarball 
and :-(

When I insert a .eps file into a figure float, it looks fine on the lyx 
screen, but I get two errors on .ps output - one complaining of a missing '}' 
immediately followed by one compliainig of an unnecessary '}'.

I have tried all (both) positions of the insertion and with/without caption 
and or label.

The same .eps figures generate good .ps when not in a float.

I looked at the .lyx file with an editor - but it looked clean to me.

help




Re: 1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread Juergen Spitzmueller
stuart macgregor wrote:
 I hoped this would go away with 1.2.2 - but I've just built the new tarball
 and :-(

well you should have reported...

 When I insert a .eps file into a figure float, it looks fine on the lyx
 screen, but I get two errors on .ps output - one complaining of a missing
 '}' immediately followed by one compliainig of an unnecessary '}'.

Are you shure that you are not inserting the figure into the caption? I.e., 
press enter after creating the float, so that a new line above the caption 
will be inserted. Insert the figure there.

Please send a minimal example file, if that does not help.

Jürgen.



Re: headers problem

2002-12-18 Thread Dekel Tsur
On Mon, Dec 16, 2002 at 11:25:38PM +0100, Guido Milanese wrote:
 I am typesetting a journal in LaTeX and I posted several help messages to no 
 success. I have now a very limited question, if possible. I should typeset 
 articles at 11pts and articles at 10pts, but the headers should be exactly 
 the same size. I am using fancyhdr. How can I obtain this result?

If you want to have the headers in 10pts, write
  \fontsize{10}{12}\selectfont
inside the header command.



RCS use

2002-12-18 Thread Morten Langlo
This following action Locks LyX in a wait for an answer from RCS:
  * register a new file under version control and then immediately do
  * Undo Last Check In

RCS file: newfile.lyx,v
deleting revision 1.1
Do you really want to delete all revisions? [ny](n)

I know - one would not normally do this but.. :-) 
it would be nice if LyX either answers yes or no - or 
passes the question to the user. Just a small wish for Christmas?

Sincerely Yours

morten 

-- 
Morten Langlo
8550 Ryomgård
Denmark




Re: Emphasize paragraph with a vertical line in the margin

2002-12-18 Thread Dekel Tsur
On Mon, Dec 16, 2002 at 11:07:57PM +0100, kasper wrote:
 Hello list
 
 Is it possible to emphasize paragraphs with a vertical line in the right
 margin, as shown in my example file ...
 
 http://www.kspr.net/attic/161202-01.html

Yes, there are several options.
One options is to use the changebar package:
Add \usepackage{changebar} to the preamble,
add \cbstart in ERT before the paragraph, and \cbend after it.



Re: fancyhdr

2002-12-18 Thread Dekel Tsur
On Tue, Dec 17, 2002 at 09:18:54AM +1100, John Sheahan wrote:
 
 regarding pdflatex - habit. When I last looked I liked the
 fonts better than pdf export.  And worked  with xpdf [pre]viewing.
  (pdf export had the same issue as pdflatex file types BTW.)

It is easy to configre dvips to make Export-PDF have the same fonts
as Export-PDF(pdflatex).
See Extended.lyx



Re: [ANNOUNCE] LyX 1.2.2 is released -- Bug 490?

2002-12-18 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote:
 If you can do the patch, I'll apply it. Note that as of today, I do
 not think there will be a 1.2.3. But one never knows...

For what it's worth, here it comes.

Jürgen.
Index: src/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/ChangeLog,v
retrieving revision 1.713.2.52
diff -u -r1.713.2.52 ChangeLog
--- src/ChangeLog	2002/12/16 14:57:01	1.713.2.52
+++ src/ChangeLog	2002/12/18 19:24:07
@@ -1,3 +1,8 @@
+2002-12-18  Juergen Spitzmueller  [EMAIL PROTECTED]
+
+	* lyxlength.[Ch]: set default unit to UNIT_NONE,
+	implement bool empty() [bug 490]
+
 2002-12-16  Jean-Marc Lasgouttes  [EMAIL PROTECTED]
 
 	* version.C.in: update (again) release date for 1.2.2
Index: src/lyxlength.C
===
RCS file: /cvs/lyx/lyx-devel/src/lyxlength.C,v
retrieving revision 1.15.2.2
diff -u -r1.15.2.2 lyxlength.C
--- src/lyxlength.C	2002/06/20 12:39:08	1.15.2.2
+++ src/lyxlength.C	2002/12/18 19:24:08
@@ -27,7 +27,7 @@
 using std::abs;
 
 LyXLength::LyXLength()
-	: val_(0), unit_(LyXLength::PT)
+	: val_(0), unit_(LyXLength::UNIT_NONE)
 {}
 
 
@@ -157,6 +157,12 @@
 bool LyXLength::zero() const
 {
 	return val_ == 0.0;
+}
+
+
+bool LyXLength::empty() const
+{
+	return unit_ == LyXLength::UNIT_NONE;
 }
 
 
Index: src/lyxlength.h
===
RCS file: /cvs/lyx/lyx-devel/src/lyxlength.h,v
retrieving revision 1.7.2.1
diff -u -r1.7.2.1 lyxlength.h
--- src/lyxlength.h	2002/06/20 12:39:08	1.7.2.1
+++ src/lyxlength.h	2002/12/18 19:24:08
@@ -63,6 +63,8 @@
 	void unit(LyXLength::UNIT unit);
 	///
 	bool zero() const;
+	///
+	bool empty() const;
 	/// return string representation
 	string const asString() const;
 	/// return string representation for LaTeX
Index: src/frontends/xforms/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.381.2.26
diff -u -r1.381.2.26 ChangeLog
--- src/frontends/xforms/ChangeLog	2002/10/22 14:44:42	1.381.2.26
+++ src/frontends/xforms/ChangeLog	2002/12/18 19:24:15
@@ -1,3 +1,8 @@
+2002-12-18  Juergen Spitzmueller  [EMAIL PROTECTED]
+
+	* xforms_helpers.C: (updateWidgetsFromLength)
+	use len.empty() instead of len.zero() [bug 490]
+
 2002-10-22  Jean-Marc Lasgouttes  [EMAIL PROTECTED]
 
 	* xformsGImage.C (getWidth): add 4 instead of 2 in the fix below,
Index: src/frontends/xforms/xforms_helpers.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/xforms_helpers.C,v
retrieving revision 1.43
diff -u -r1.43 xforms_helpers.C
--- src/frontends/xforms/xforms_helpers.C	2002/04/23 08:16:27	1.43
+++ src/frontends/xforms/xforms_helpers.C	2002/12/18 19:24:17
@@ -201,7 +201,7 @@
 	lyx::Assert(input   input-objclass  == FL_INPUT 
 		choice  choice-objclass == FL_CHOICE);
 
-	if (len.zero()) {
+	if (len.empty()) {
 		fl_set_input(input, );
 		fl_set_choice_text(choice, default_unit.c_str());
 	} else {



Re: 1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread stuart macgregor
 Are you shure that you are not inserting the figure into the caption? I.e.,
 press enter after creating the float, so that a new line above the caption
 will be inserted. Insert the figure there.
 Jürgen.

Thats it - thanks Jürgen.

I am sure did not need to do a new line in older lyx incarnations - I just did 
an insert figure with the cursor lying inside the caption and it worked.

The apparent fault was too gross to be missed by developers, so I assumed it 
would be caught - or that I was missing something obvious.

I have just looked again at the UserGuide on figure floats and on captions, 
and the insertion of this essential new line does not jump out at me.  
Perhaps if I read the whole thing 

Anyway, great, thanks.



Lyx 1.2.0

2002-12-18 Thread Dr. Antonio Botelho de Sousa
Hello

I have a problem; i'm using SuSe 8.1 which cames with Lyx 1.2.0. I've tried to 
upgrade to lyx 1.2.1, but was a disaster. I used the comand rpm -ivh 
--upgrade --nodeps *.rpm and the system crashed totaly.
I'm not able to compile the source, because the system says it has not 
tetex-latex or tetex-xdvi. So i have to live with the 1.2.0 until SuSe 
decides to make a precompiled useful. But that's Ok.
The problem is that when i insert a float (figure or table)  lost the caption; 
it is not inserted. 
Does anyone can give me a help?
Thanks
Botelho de Sousa



Re: 1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread John Levon
On Wed, Dec 18, 2002 at 11:35:44PM +, stuart macgregor wrote:

 I am sure did not need to do a new line in older lyx incarnations - I just did 
 an insert figure with the cursor lying inside the caption and it worked.

Yes, I wonder why.

 The apparent fault was too gross to be missed by developers, so I assumed it 
 would be caught - or that I was missing something obvious.

We know about it.  And we should fix it. But I don't know if anybody
knows how...

regards
john
-- 
ALL television is children's television.
- Richard Adler 



Custom layout style

2002-12-18 Thread Janine C . Buorditez
Hi.

I'm in the process of defining my own look to my books.

I've currently assembled a typedragon.layout and a typedragon.sty.
The .layout file is a modified book.layout. The .sty file is a modified
lshort.sty from ``The Not So Short Introduction to LaTeX2e''.

The style of the lshort document fascinates me. I doubt I've seen anything
better. If you have or created something superior on your own, please let
me know. Or if you have any neat fonts to spice things up I'd be glad to do
anything for them.

Preamble 
\usepackage{typedragon}
EndPreamble

Putting that in the premable only freezes LyX upon PDF preview.
Something must be wrong, and I'm not the girl to figure it out ;)

I'm positive there are tons of conflicts arising out of the settings in
the .sty file that are unnecessary to me. What *is* necessary to me is
visible in http://www.terrabionic.com/books. Sure, they look OK. I want
them to look GOOD ::}

With your help, that is possible. Please consider it?

Thanks! :P

Yours sincerely,
--janine



typedragon.layout
Description: Binary data


typedragon.sty
Description: Binary data


Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Jean-Marc Lasgouttes
 Nirmal == Nirmal Govind [EMAIL PROTECTED] writes:

Nirmal Just compiled 1.2.2 without any problems (using xforms 1.0) on
Nirmal my new ibook running debian powerpc with the benh kernel..
Nirmal things look a lot different (a lot better i.e.) on the mac I
Nirmal must say...

Good to know that we actually fixed these powerpc problems. It is
always difficult to be sure without access to a machine.

JMarc





Lyx misses Library

2002-12-18 Thread Hoffmann, Rainer
After compiling and installing xforms1.0 and lyx 1.2.2 (./configure, make,
make install) I tried to start lyx.

The resulting error message was:
lyx: error while loading shared library: libflimage.so.1: cannot open shared
object file: No such file or directory.

Can anybody help me please?

Rainer







Hoffmann, Rainer.vcf
Description: Binary data


Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Tuukka Toivonen
On 18 Dec 2002, Jean-Marc Lasgouttes wrote:

Good to know that we actually fixed these powerpc problems. It is
always difficult to be sure without access to a machine.

Have you thought about using SourceForge compile farm? I haven't
used it but it should be something similar what you need:

http://sourceforge.net/docman/display_doc.php?docid=762group_id=1

It likely requires, though, that the user is a member of some
project in SourceForge. But maybe some LyX developers would be
also member in a SourceForge project?




Re: Lyx misses Library

2002-12-18 Thread Jean-Marc Lasgouttes
 Rainer == Hoffmann, Rainer [EMAIL PROTECTED] writes:

Rainer After compiling and installing xforms1.0 and lyx 1.2.2
Rainer (./configure, make, make install) I tried to start lyx.

Rainer The resulting error message was: lyx: error while loading
Rainer shared library: libflimage.so.1: cannot open shared object
Rainer file: No such file or directory.

Did you run ldconfig after installing xforms (presuming you use
linux)?

JMarc



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jean-Marc Lasgouttes
 Stephan == Stephan Witt [EMAIL PROTECTED] writes:

Stephan Jean-Marc Lasgouttes wrote:
 Stephan == Stephan Witt [EMAIL PROTECTED] writes:
 
Stephan Dear automake/configure friends, ;)
 Dear Stephan,
Stephan I have succesfully built a lyx binary from the tar-ball.
Stephan There was no problem. Thank you.
 Great. What platform? If it is standard enough and you can run
 'make bindist', we would appreciate a bniary ditribution for your
 architecture (you run solaris, don't you?).

Stephan Yes, your memory capabilities are impressing!

No, I just have a big mailbox with a lot of problems that people have
reported and that are not yet solved.

Stephan I'll provide a binary distribution. I have to write a
Stephan README.bin before. And some tests should be done too. Are
Stephan there any proposals for testing? Of course I'll test it with
Stephan my own belongings.

Make sure that your distribution does not depend on non standard
libraries (mainly xforms and xpm). If they do, indicate how to get
them. The best solution may be to link statically against xforms, but
I do not know how to do that on solaris.

Something you could do is test the patches against xforms 1.0 proposed
by Angus leeming here:
http://marc.theaimsgroup.com/?l=lyx-develm=103971974818266w=2

There are two patches, one small and one big, both aiming to fix the
compose key processing problems seen by people on solaris. I would be
interested to know whether they work.

Stephan The man page on Linux tells...

Stephan CONFORMING TO This function is not part of the ANSI or POSIX
Stephan standards, and is not customary on Unix systems, but is not a
Stephan GNU invention either. Perhaps it comes from MS-DOS.

Stephan The standard conformance group of LyX has overlooked this
Stephan one? :)

As I said this test and the associated code comes from GNU gettext
(the code in intl/ is not ours).

JMarc



Re: Lyx and style

2002-12-18 Thread Giovanni Bicz
Hi all!

On Tuesday 17 December 2002 19:40, Matej Cepl wrote:
 You are trying to beat dead horse to run. Not that LaTeX would be
 dead, but it is absolutely not suited for being the backend for
 typesetting general layouts. That's not what it was prepared for.

Ok. let's try to clear some concepts, that may be a bit confused in my mind. 
But for the reason, that it is the same mind that is writing this very 
letter, I'll try to explain my ideas about the argument.
What I was trying to propose would not use LaTeX to typeset general layouts. 
The envisioned GUI would help the user to define layouts that can be used in 
latex. As we all know, Latex provides a lot of commands to do this (you can 
define the size of a page, just to keep it simple), if it wasn't the case, 
then latex would just stand for a language, that enables you to write macros, 
and then input a text, which exits somewhere, basically unchanged. Not only 
it provides these commands, but it has classes that extend these commands, 
and others that include a number of classes.
Backend may have been a wrong use of terminology of mine, so let's clear 
this point too. If you design a layout using for example the layouts package 
and then view it, you basically write a latex file, compile it with latex and 
view it with xdvi or dvips-gv. From another point of view, you are _just_ 
writing a layout which can be viewed by translating the human readeable 
commands _with latex_. After doing the layout (preamble to a file, .sty file 
or whatever) you can input the text (call the style and so on), and finally 
compile the document which you defined _by its content and its layout_.
So you do not jump out of latex (and LyX of course, but with the restriction 
that lyx does not explicitly encourage the user to do it this way).
And this is the point where comes in sight the typographer-designer.
This may be a very stupid question, but does the typographer (I will use the 
term typographer to denote a person who is interested in the look of the 
document [a book, for example] at least as the author is in its content) 
really have to learn the latex terminology just to output a typographically 
beautiful (or not beautiful, but self-designed) book, or may there be a way 
to avoid this. **From some point of view LyX itself has been made to ease 
people's job!** Why not doing a further step on this path? May be with a 
program (or a menu item), that knows some classes of a (la)tex distro (maybe 
hard-wired) or can extend itself, or knows memoir.cls and so on and 
containing (maybe documented) options for those classes may do the job, by 
being controlled by the user trough a GUI (or form etc.). After using the 
GUI, you can always modify the layout by hand, if you want, but you _have 
something _designed_.
The point is using existing classes, but easying their use.

Giovanni





Re: Lyx and style

2002-12-18 Thread Giovanni Bicz

On Tuesday 17 December 2002 20:06, Mark Carroll wrote:

 You don't think so? I can see that a WYSIWYG way of doing it might be, but
 layouts are very much a part of the LaTeX approach and something that let
 you edit layouts based more on specification basis might fit in - e.g.
 you can define your own paragraph environments with their own vskips,
 margins and whatever using a pretty interactive thing instead of devising
 special runes. The main disadvantage is that sorts of tweaks that users
 usually want to do (e.g. putting in their own centre-top fancy header) may
 be so wide-ranging that a structured GUI approach may not cover most of
 them.

Clear, I think I totally aggree with you. 





ANNOUNCE: Lyx 1.2.2 for Windows

2002-12-18 Thread Claus Hentschel
Just in time before Christmas the new release 1.2.2 for Windows is
available, too. Just download it as usual from
http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm

Claus





Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Jean-Marc Lasgouttes
 Tuukka == Tuukka Toivonen [EMAIL PROTECTED] writes:

Tuukka Have you thought about using SourceForge compile farm? I
Tuukka haven't used it but it should be something similar what you
Tuukka need:

Tuukka http://sourceforge.net/docman/display_doc.php?docid=762group_id=1

Tuukka It likely requires, though, that the user is a member of some
Tuukka project in SourceForge. But maybe some LyX developers would be
Tuukka also member in a SourceForge project?

We did have a project lyxbugs, in which we used to bug tracker, but
this has been abandonned now. However, it seems difficult to use the
compile farm if one does not have the files on sourceforge. It is much
easier for me to send patches to people who complain and see what
happens.

JMarc



paragraph indenting and penalties

2002-12-18 Thread Peter Harkins
I've some paragraphs I'd like to indent a bit from the left margin.
I checked Herbert Voss' tips page and found the following, which makes it
seem there's an easy (not-ERT) way of doing this. Unfortunately, the 'more'
(or 'extra') button it describes simply doesn't exist. I'm using LyX 1.2.1.

http://www.educat.hu-berlin.de/~voss/lyx/paragraph/margins.phtml#par

Also, I've some text that's just barely spilling onto a second page.
I've read the Tips page on penalties, but can't see which penalty applies to
this.



How to mark a bib item?

2002-12-18 Thread J.Lauffenburger
Hey

This is a question I ask for a few days. I'm using bibtex to generate my
bibliography and would like to mark some of the references of this
bibliography (as for instance selected paper that will be published
soon).

How can I do that?

Thanks
JP




Re: How to mark a bib item?

2002-12-18 Thread Jean-Pierre.Chretien

Date: Wed, 18 Dec 2002 15:55:00 +0100
From: J.Lauffenburger [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: How to mark a bib item?

Hey

This is a question I ask for a few days. I'm using bibtex to generate my
bibliography and would like to mark some of the references of this
bibliography (as for instance selected paper that will be published
soon).

How can I do that?

If the property is attached to a paper and will need further
editing of the bibtex database, you can mark it there, e.g. with a
note = {to be published soon}
field, which will ne interpreted by most bibtex styles,
You may turn the note in boldface, I guess:
note = \textbf{to be published soon}}


-- 
Jean-Pierre




Re: How to mark a bib item? (correction)

2002-12-18 Thread Jean-Pierre.Chretien


You may turn the note in boldface, I guess:
note = \textbf{to be published soon}}

Oops,
note = {\textbf{to be published soon}},
of course, or
note = \textbf{to be published soon},

-- 
Jean-Pierre




Re: How to mark a bib item?

2002-12-18 Thread J.Lauffenburger
Thanks but it is not exactly what I like to do. I would like to mark using a
bullet some of the references in the final bibliography. Is this possible?

 If the property is attached to a paper and will need further
 editing of the bibtex database, you can mark it there, e.g. with a
 note = {to be published soon}
 field, which will ne interpreted by most bibtex styles,
 You may turn the note in boldface, I guess:
 note = \textbf{to be published soon}}

 --
 Jean-Pierre




Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Bo Peng
Hi, All,

I am new to rpmbuild so I am not sure if building a rpm should be so 
simple. All I did was:

  rpm -ihv libforms-1.0-RC5.2.i386.rpm
  rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
  rpmbuild -tb lyx-1.2.2.tar.gz

on my redhat 8.0/i386 system. 

I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
delete it. I will be glad to build another one if someone can tell me 
the correct way to do it.

Have a nice day.

-- 
Bo Peng



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jean-Marc Lasgouttes
 Bo == Bo Peng [EMAIL PROTECTED] writes:

Bo Hi, All, I am new to rpmbuild so I am not sure if building a rpm
Bo should be so simple. All I did was:

Bo   rpm -ihv libforms-1.0-RC5.2.i386.rpm rpm -ihv
Bo libforms-devel-1.0-RC5.2.i386.rpm rpmbuild -tb lyx-1.2.2.tar.gz

Bo on my redhat 8.0/i386 system.

Bo I have uploaded the resulting lyx-1.2.2-xfomrs-1.0-rh8.rpm to
Bo ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash,
Bo please just delete it. I will be glad to build another one if
Bo someone can tell me the correct way to do it.

This is certainly useful. Kayvan ([EMAIL PROTECTED]) is currently
trying to get in touch with people to build rpms. Could you get in
touch with him? In particular, he probably has a rpm for the final
xforms 1.0. 

JMarc



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jose Celestino
Words by Bo Peng [Wed, Dec 18, 2002 at 11:22:59AM -0600]:
 Hi, All,
 
 I am new to rpmbuild so I am not sure if building a rpm should be so 
 simple. All I did was:
 
   rpm -ihv libforms-1.0-RC5.2.i386.rpm
   rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
   rpmbuild -tb lyx-1.2.2.tar.gz
 
 on my redhat 8.0/i386 system. 
 
 I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
 ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
 delete it. I will be glad to build another one if someone can tell me 
 the correct way to do it.
 

Sorry, I see no /pub/incoming at ftp.lyx.org...

-- 
Jose Celestino | http://xpto.org/~japc/files/japc-pgpkey.asc

Don't summarize. Don't abbreviate. Don't interpret. -- djb



Re: [ANNOUNCE] LyX 1.2.2 is released -- Bug 490?

2002-12-18 Thread Max Bian
Great work.  I have compiled it with Mandrake 8.2 with gcc 2.96
sucessfully.  But I am not sure that I have this bug fixed.  It is
marked as fixed, but lyx still behaves the same on that layout/paper
panel.  It is not mentioned in the list of fixes in this announcement
eighter.

http://bugzilla.lyx.org/show_bug.cgi?id=490

Can any user or developer comment on this?

Thanks!

Max

--- Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:
 
 We are glad to announce the release of LyX 1.2.2.
 
 LyX 1.2.2 is a maintenance release. It is a recommended upgrade from
 1.2.0 or 1.2.1, especially since it fixes a few bugs introduced in
 1.2.1.
 




Re: [ANNOUNCE] LyX 1.2.2 is released -- Bug 490?

2002-12-18 Thread Juergen Spitzmueller
Max Bian wrote:
 http://bugzilla.lyx.org/show_bug.cgi?id=490

 Can any user or developer comment on this?

I am afraid it is only fixed in 1.3.0cvs
Incidentally, JMarc, I can provide a patch for 1.2.3, if that will be released 
at all and there is interest.

Jürgen.



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Bo Peng
On Wed, Dec 18, 2002 at 05:36:35PM +, Jose Celestino wrote:
 Words by Bo Peng [Wed, Dec 18, 2002 at 11:22:59AM -0600]:
  Hi, All,
  
  I am new to rpmbuild so I am not sure if building a rpm should be so 
  simple. All I did was:
  
rpm -ihv libforms-1.0-RC5.2.i386.rpm
rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
rpmbuild -tb lyx-1.2.2.tar.gz
  
  on my redhat 8.0/i386 system. 
  
  I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
  ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
  delete it. I will be glad to build another one if someone can tell me 
  the correct way to do it.
  

 Sorry, I see no /pub/incoming at ftp.lyx.org...

Sorry, it is ftp://ftp.lyx.org/incoming. I had a feeling that  
everything should be under pub. :-)

-- 
Bo Peng



Re: Commands to change section parameters?

2002-12-18 Thread Dekel Tsur
On Fri, Dec 06, 2002 at 09:41:21AM -0500, Praedor Atrebates wrote:
 I would like to change a section of a document to have somewhat different 
 layout parameters from the rest of the document:
 
 I would like this section to use single spacing and medskip between 
 paragraphs.  What tex commands would one insert before and after such a 
 section to accomplish this?  At this point, I am going by hand in lyx and 
 setting each of many paragraphs in this way by had (via the Layout menus).

\begin{singlespace}\setlength{\parskip}{\medskipamount}
...
\end{singlespace}



Re: LyX-Code Paragraph Environment

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 10:37:03AM +1030, Paul Medwell wrote:
 In response to my own question, I can add the following to the preamble:
 \renewenvironment{lyxcode}
   {\begin{list}{}{
 \raggedright
 \setlength{\parsep}{0pt}
 \tiny\ttfamily}
   \item[]}
   {\end{list}}
 
 However, this only has an effect when using \tiny.  \small has no effect 
  on the size, and \smaller and \smallest give an error.

\small does works, but the difference from normal size is small, so you
might have not notice it.
For smaller sizes, you need to use \footnotesize or \scriptsize



Re: latex font question

2002-12-18 Thread Dekel Tsur
On Wed, Dec 11, 2002 at 06:48:54PM +1030, Owen Lucas wrote:
 Math macros? Ive heard of them but have not worked out what they are and 
 how to use them yet. what I wish to do is replace something like (1,0) 
 with the longer notation which in tex is $A^{2}\Sigma -X^{2}\Pi 
 \left(1-0\right)$.  
 
 Its one of those things that for day to day you can just say (1,0) and 
 you make perfect sense but put it in writing and you look like a fool 
 (and the above notation in tex is just the short version of the full 
 thing). As such it would be nice to type (1,0) and have it turn into the 
 above when the dvi is exported.

We had a code for math shortcuts: typing = would create \leq etc.
However, this code was not applied (why?), so this feature wouldn't appear
before version 1.4.0.



Re: embedding LaTeX commands in layouts

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 12:10:22PM -0500, Diab Jerius wrote:
 I'm trying to create a layout for a memo style which requires the
 following Format:
 \begin{document}
 
 \From{From}
 \To{To}
 \Subject{Subject}
 \ShortSubj{Subject for page headers}
 \RE{In Regards to}
 \Cc{Carbon Copy list}
 \File{File name}
 \Version{Version}
 
 \memo{}

 The problem is that \memo{} MUST appear after the field
 specifications, but before the memo text.  That's the macro which
 outputs the memo header.

Add 
  InTitle 1
to all the fields layout.
This will add a \maketitle command after the all the field layouts.
Additionally, add the the layout file

Preamble
\let\maketitle=\memo
EndPreamble



Re: report class title page.

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 07:55:46PM -0600, B Robinson wrote:
 
 Hello.  I'm writing a short 15 page paper using the report class.  I could
 also use report-koma if you think it would help.  The first page is just
 the title page, then on page 2 it starts the text.  This seems like a
 waste of paper to me.
 
 Any way i can get the title to start at the top of the page, and the text
 to begin right after that?

Add the following to the preamble:

 \let\oldmaketitle=\maketitle
 \renewcommand{\maketitle}{{\let\newpage=\relax\oldmaketitle}}



1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread stuart macgregor
I hoped this would go away with 1.2.2 - but I've just built the new tarball 
and :-(

When I insert a .eps file into a figure float, it looks fine on the lyx 
screen, but I get two errors on .ps output - one complaining of a missing '}' 
immediately followed by one compliainig of an unnecessary '}'.

I have tried all (both) positions of the insertion and with/without caption 
and or label.

The same .eps figures generate good .ps when not in a float.

I looked at the .lyx file with an editor - but it looked clean to me.

help




Re: 1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread Juergen Spitzmueller
stuart macgregor wrote:
 I hoped this would go away with 1.2.2 - but I've just built the new tarball
 and :-(

well you should have reported...

 When I insert a .eps file into a figure float, it looks fine on the lyx
 screen, but I get two errors on .ps output - one complaining of a missing
 '}' immediately followed by one compliainig of an unnecessary '}'.

Are you shure that you are not inserting the figure into the caption? I.e., 
press enter after creating the float, so that a new line above the caption 
will be inserted. Insert the figure there.

Please send a minimal example file, if that does not help.

Jürgen.



Re: headers problem

2002-12-18 Thread Dekel Tsur
On Mon, Dec 16, 2002 at 11:25:38PM +0100, Guido Milanese wrote:
 I am typesetting a journal in LaTeX and I posted several help messages to no 
 success. I have now a very limited question, if possible. I should typeset 
 articles at 11pts and articles at 10pts, but the headers should be exactly 
 the same size. I am using fancyhdr. How can I obtain this result?

If you want to have the headers in 10pts, write
  \fontsize{10}{12}\selectfont
inside the header command.



RCS use

2002-12-18 Thread Morten Langlo
This following action Locks LyX in a wait for an answer from RCS:
  * register a new file under version control and then immediately do
  * Undo Last Check In

RCS file: newfile.lyx,v
deleting revision 1.1
Do you really want to delete all revisions? [ny](n)

I know - one would not normally do this but.. :-) 
it would be nice if LyX either answers yes or no - or 
passes the question to the user. Just a small wish for Christmas?

Sincerely Yours

morten 

-- 
Morten Langlo
8550 Ryomgård
Denmark




Re: Emphasize paragraph with a vertical line in the margin

2002-12-18 Thread Dekel Tsur
On Mon, Dec 16, 2002 at 11:07:57PM +0100, kasper wrote:
 Hello list
 
 Is it possible to emphasize paragraphs with a vertical line in the right
 margin, as shown in my example file ...
 
 http://www.kspr.net/attic/161202-01.html

Yes, there are several options.
One options is to use the changebar package:
Add \usepackage{changebar} to the preamble,
add \cbstart in ERT before the paragraph, and \cbend after it.



Re: fancyhdr

2002-12-18 Thread Dekel Tsur
On Tue, Dec 17, 2002 at 09:18:54AM +1100, John Sheahan wrote:
 
 regarding pdflatex - habit. When I last looked I liked the
 fonts better than pdf export.  And worked  with xpdf [pre]viewing.
  (pdf export had the same issue as pdflatex file types BTW.)

It is easy to configre dvips to make Export-PDF have the same fonts
as Export-PDF(pdflatex).
See Extended.lyx



Re: [ANNOUNCE] LyX 1.2.2 is released -- Bug 490?

2002-12-18 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote:
 If you can do the patch, I'll apply it. Note that as of today, I do
 not think there will be a 1.2.3. But one never knows...

For what it's worth, here it comes.

Jürgen.
Index: src/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/ChangeLog,v
retrieving revision 1.713.2.52
diff -u -r1.713.2.52 ChangeLog
--- src/ChangeLog	2002/12/16 14:57:01	1.713.2.52
+++ src/ChangeLog	2002/12/18 19:24:07
@@ -1,3 +1,8 @@
+2002-12-18  Juergen Spitzmueller  [EMAIL PROTECTED]
+
+	* lyxlength.[Ch]: set default unit to UNIT_NONE,
+	implement bool empty() [bug 490]
+
 2002-12-16  Jean-Marc Lasgouttes  [EMAIL PROTECTED]
 
 	* version.C.in: update (again) release date for 1.2.2
Index: src/lyxlength.C
===
RCS file: /cvs/lyx/lyx-devel/src/lyxlength.C,v
retrieving revision 1.15.2.2
diff -u -r1.15.2.2 lyxlength.C
--- src/lyxlength.C	2002/06/20 12:39:08	1.15.2.2
+++ src/lyxlength.C	2002/12/18 19:24:08
@@ -27,7 +27,7 @@
 using std::abs;
 
 LyXLength::LyXLength()
-	: val_(0), unit_(LyXLength::PT)
+	: val_(0), unit_(LyXLength::UNIT_NONE)
 {}
 
 
@@ -157,6 +157,12 @@
 bool LyXLength::zero() const
 {
 	return val_ == 0.0;
+}
+
+
+bool LyXLength::empty() const
+{
+	return unit_ == LyXLength::UNIT_NONE;
 }
 
 
Index: src/lyxlength.h
===
RCS file: /cvs/lyx/lyx-devel/src/lyxlength.h,v
retrieving revision 1.7.2.1
diff -u -r1.7.2.1 lyxlength.h
--- src/lyxlength.h	2002/06/20 12:39:08	1.7.2.1
+++ src/lyxlength.h	2002/12/18 19:24:08
@@ -63,6 +63,8 @@
 	void unit(LyXLength::UNIT unit);
 	///
 	bool zero() const;
+	///
+	bool empty() const;
 	/// return string representation
 	string const asString() const;
 	/// return string representation for LaTeX
Index: src/frontends/xforms/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.381.2.26
diff -u -r1.381.2.26 ChangeLog
--- src/frontends/xforms/ChangeLog	2002/10/22 14:44:42	1.381.2.26
+++ src/frontends/xforms/ChangeLog	2002/12/18 19:24:15
@@ -1,3 +1,8 @@
+2002-12-18  Juergen Spitzmueller  [EMAIL PROTECTED]
+
+	* xforms_helpers.C: (updateWidgetsFromLength)
+	use len.empty() instead of len.zero() [bug 490]
+
 2002-10-22  Jean-Marc Lasgouttes  [EMAIL PROTECTED]
 
 	* xformsGImage.C (getWidth): add 4 instead of 2 in the fix below,
Index: src/frontends/xforms/xforms_helpers.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/xforms_helpers.C,v
retrieving revision 1.43
diff -u -r1.43 xforms_helpers.C
--- src/frontends/xforms/xforms_helpers.C	2002/04/23 08:16:27	1.43
+++ src/frontends/xforms/xforms_helpers.C	2002/12/18 19:24:17
@@ -201,7 +201,7 @@
 	lyx::Assert(input   input-objclass  == FL_INPUT 
 		choice  choice-objclass == FL_CHOICE);
 
-	if (len.zero()) {
+	if (len.empty()) {
 		fl_set_input(input, );
 		fl_set_choice_text(choice, default_unit.c_str());
 	} else {



Re: 1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread stuart macgregor
 Are you shure that you are not inserting the figure into the caption? I.e.,
 press enter after creating the float, so that a new line above the caption
 will be inserted. Insert the figure there.
 Jürgen.

Thats it - thanks Jürgen.

I am sure did not need to do a new line in older lyx incarnations - I just did 
an insert figure with the cursor lying inside the caption and it worked.

The apparent fault was too gross to be missed by developers, so I assumed it 
would be caught - or that I was missing something obvious.

I have just looked again at the UserGuide on figure floats and on captions, 
and the insertion of this essential new line does not jump out at me.  
Perhaps if I read the whole thing 

Anyway, great, thanks.



Lyx 1.2.0

2002-12-18 Thread Dr. Antonio Botelho de Sousa
Hello

I have a problem; i'm using SuSe 8.1 which cames with Lyx 1.2.0. I've tried to 
upgrade to lyx 1.2.1, but was a disaster. I used the comand rpm -ivh 
--upgrade --nodeps *.rpm and the system crashed totaly.
I'm not able to compile the source, because the system says it has not 
tetex-latex or tetex-xdvi. So i have to live with the 1.2.0 until SuSe 
decides to make a precompiled useful. But that's Ok.
The problem is that when i insert a float (figure or table)  lost the caption; 
it is not inserted. 
Does anyone can give me a help?
Thanks
Botelho de Sousa



Re: 1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread John Levon
On Wed, Dec 18, 2002 at 11:35:44PM +, stuart macgregor wrote:

 I am sure did not need to do a new line in older lyx incarnations - I just did 
 an insert figure with the cursor lying inside the caption and it worked.

Yes, I wonder why.

 The apparent fault was too gross to be missed by developers, so I assumed it 
 would be caught - or that I was missing something obvious.

We know about it.  And we should fix it. But I don't know if anybody
knows how...

regards
john
-- 
ALL television is children's television.
- Richard Adler 



Custom layout & style

2002-12-18 Thread Janine C . Buorditez
Hi.

I'm in the process of defining my own look to my books.

I've currently assembled a typedragon.layout and a typedragon.sty.
The .layout file is a modified book.layout. The .sty file is a modified
lshort.sty from ``The Not So Short Introduction to LaTeX2e''.

The style of the lshort document fascinates me. I doubt I've seen anything
better. If you have or created something superior on your own, please let
me know. Or if you have any neat fonts to spice things up I'd be glad to do
anything for them.

Preamble 
\usepackage{typedragon}
EndPreamble

Putting that in the premable only freezes LyX upon PDF preview.
Something must be wrong, and I'm not the girl to figure it out ;)

I'm positive there are tons of conflicts arising out of the settings in
the .sty file that are unnecessary to me. What *is* necessary to me is
visible in http://www.terrabionic.com/books. Sure, they look OK. I want
them to look GOOD ::}

With your help, that is possible. Please consider it?

Thanks! :P

Yours sincerely,
--janine



typedragon.layout
Description: Binary data


typedragon.sty
Description: Binary data


Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Jean-Marc Lasgouttes
> "Nirmal" == Nirmal Govind <[EMAIL PROTECTED]> writes:

Nirmal> Just compiled 1.2.2 without any problems (using xforms 1.0) on
Nirmal> my new ibook running debian powerpc with the benh kernel..
Nirmal> things look a lot different (a lot better i.e.) on the mac I
Nirmal> must say...

Good to know that we actually fixed these powerpc problems. It is
always difficult to be sure without access to a machine.

JMarc





Lyx misses Library

2002-12-18 Thread Hoffmann, Rainer
After compiling and installing xforms1.0 and lyx 1.2.2 (./configure, make,
make install) I tried to start lyx.

The resulting error message was:
lyx: error while loading shared library: libflimage.so.1: cannot open shared
object file: No such file or directory.

Can anybody help me please?

Rainer







Hoffmann, Rainer.vcf
Description: Binary data


Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Tuukka Toivonen
On 18 Dec 2002, Jean-Marc Lasgouttes wrote:

>Good to know that we actually fixed these powerpc problems. It is
>always difficult to be sure without access to a machine.

Have you thought about using SourceForge compile farm? I haven't
used it but it should be something similar what you need:

http://sourceforge.net/docman/display_doc.php?docid=762_id=1

It likely requires, though, that the user is a member of some
project in SourceForge. But maybe some LyX developers would be
also member in a SourceForge project?




Re: Lyx misses Library

2002-12-18 Thread Jean-Marc Lasgouttes
> "Rainer" == Hoffmann, Rainer <[EMAIL PROTECTED]> writes:

Rainer> After compiling and installing xforms1.0 and lyx 1.2.2
Rainer> (./configure, make, make install) I tried to start lyx.

Rainer> The resulting error message was: lyx: error while loading
Rainer> shared library: libflimage.so.1: cannot open shared object
Rainer> file: No such file or directory.

Did you run ldconfig after installing xforms (presuming you use
linux)?

JMarc



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jean-Marc Lasgouttes
> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes:

Stephan> Jean-Marc Lasgouttes wrote:
>>> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes:
>>> 
Stephan> Dear automake/configure friends, ;)
>> Dear Stephan,
Stephan> I have succesfully built a lyx binary from the tar-ball.
Stephan> There was no problem. Thank you.
>> Great. What platform? If it is standard enough and you can run
>> 'make bindist', we would appreciate a bniary ditribution for your
>> architecture (you run solaris, don't you?).

Stephan> Yes, your memory capabilities are impressing!

No, I just have a big mailbox with a lot of problems that people have
reported and that are not yet solved.

Stephan> I'll provide a binary distribution. I have to write a
Stephan> README.bin before. And some tests should be done too. Are
Stephan> there any proposals for testing? Of course I'll test it with
Stephan> my own belongings.

Make sure that your distribution does not depend on non standard
libraries (mainly xforms and xpm). If they do, indicate how to get
them. The best solution may be to link statically against xforms, but
I do not know how to do that on solaris.

Something you could do is test the patches against xforms 1.0 proposed
by Angus leeming here:
http://marc.theaimsgroup.com/?l=lyx-devel=103971974818266=2

There are two patches, one small and one big, both aiming to fix the
compose key processing problems seen by people on solaris. I would be
interested to know whether they work.

Stephan> The man page on Linux tells...

Stephan> CONFORMING TO This function is not part of the ANSI or POSIX
Stephan> standards, and is not customary on Unix systems, but is not a
Stephan> GNU invention either. Perhaps it comes from MS-DOS.

Stephan> The standard conformance group of LyX has overlooked this
Stephan> one? :)

As I said this test and the associated code comes from GNU gettext
(the code in intl/ is not ours).

JMarc



Re: Lyx and style

2002-12-18 Thread Giovanni Biczó
Hi all!

On Tuesday 17 December 2002 19:40, Matej Cepl wrote:
> You are trying to beat dead horse to run. Not that LaTeX would be
> dead, but it is absolutely not suited for being the backend for
> typesetting general layouts. That's not what it was prepared for.

Ok. let's try to clear some concepts, that may be a bit confused in my mind. 
But for the reason, that it is the same mind that is writing this very 
letter, I'll try to explain my ideas about the argument.
What I was trying to propose would not use LaTeX to typeset general layouts. 
The envisioned GUI would help the user to define layouts that can be used in 
latex. As we all know, Latex provides a lot of commands to do this (you can 
define the size of a page, just to keep it simple), if it wasn't the case, 
then latex would just stand for a language, that enables you to write macros, 
and then input a text, which exits somewhere, basically unchanged. Not only 
it provides these commands, but it has classes that "extend" these commands, 
and others that include a number of classes.
"Backend" may have been a wrong use of terminology of mine, so let's clear 
this point too. If you design a layout using for example the layouts package 
and then view it, you basically write a latex file, compile it with latex and 
view it with xdvi or dvips->gv. From another point of view, you are _just_ 
writing a layout which can be viewed by translating the human readeable 
commands _with latex_. After doing the layout (preamble to a file, .sty file 
or whatever) you can input the text (call the style and so on), and finally 
compile the document which you defined _by its content and its layout_.
So you do not jump out of latex (and LyX of course, but with the restriction 
that lyx does not explicitly "encourage" the user to do it this way).
And this is the point where comes in sight the typographer-designer.
This may be a very stupid question, but does the typographer (I will use the 
term "typographer" to denote a person who is interested in the look of the 
document [a book, for example] at least as the author is in its content) 
really have to learn the latex terminology just to output a typographically 
beautiful (or not beautiful, but self-designed) book, or may there be a way 
to avoid this. **From some point of view LyX itself has been made to ease 
people's job!** Why not doing a further step on this path? May be with a 
program (or a menu item), that knows some classes of a (la)tex distro (maybe 
hard-wired) or can extend itself, or knows memoir.cls and so on and 
containing (maybe documented) options for those classes may do the job, by 
being controlled by the user trough a GUI (or form etc.). After using the 
GUI, you can always modify the layout by hand, if you want, but you _have 
something _designed_.
The point is using existing classes, but easying their use.

Giovanni





Re: Lyx and style

2002-12-18 Thread Giovanni Biczó

On Tuesday 17 December 2002 20:06, Mark Carroll wrote:

> You don't think so? I can see that a WYSIWYG way of doing it might be, but
> layouts are very much a part of the LaTeX approach and something that let
> you edit layouts based more on "specification" basis might fit in - e.g.
> you can define your own paragraph environments with their own vskips,
> margins and whatever using a pretty interactive thing instead of devising
> special runes. The main disadvantage is that sorts of tweaks that users
> usually want to do (e.g. putting in their own centre-top fancy header) may
> be so wide-ranging that a structured GUI approach may not cover most of
> them.

Clear, I think I totally aggree with you. 





ANNOUNCE: Lyx 1.2.2 for Windows

2002-12-18 Thread Claus Hentschel
Just in time before Christmas the new release 1.2.2 for Windows is
available, too. Just download it as usual from
http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm

Claus





Re: LyX 1.2.2/xforms 1.0 on debian powerpc

2002-12-18 Thread Jean-Marc Lasgouttes
> "Tuukka" == Tuukka Toivonen <[EMAIL PROTECTED]> writes:

Tuukka> Have you thought about using SourceForge compile farm? I
Tuukka> haven't used it but it should be something similar what you
Tuukka> need:

Tuukka> http://sourceforge.net/docman/display_doc.php?docid=762_id=1

Tuukka> It likely requires, though, that the user is a member of some
Tuukka> project in SourceForge. But maybe some LyX developers would be
Tuukka> also member in a SourceForge project?

We did have a project lyxbugs, in which we used to bug tracker, but
this has been abandonned now. However, it seems difficult to use the
compile farm if one does not have the files on sourceforge. It is much
easier for me to send patches to people who complain and see what
happens.

JMarc



paragraph indenting and penalties

2002-12-18 Thread Peter Harkins
I've some paragraphs I'd like to indent a bit from the left margin.
I checked Herbert Voss' tips page and found the following, which makes it
seem there's an easy (not-ERT) way of doing this. Unfortunately, the 'more'
(or 'extra') button it describes simply doesn't exist. I'm using LyX 1.2.1.

http://www.educat.hu-berlin.de/~voss/lyx/paragraph/margins.phtml#par

Also, I've some text that's just barely spilling onto a second page.
I've read the Tips page on penalties, but can't see which penalty applies to
this.



How to mark a bib item?

2002-12-18 Thread J.Lauffenburger
Hey

This is a question I ask for a few days. I'm using bibtex to generate my
bibliography and would like to mark some of the references of this
bibliography (as for instance selected paper that will be published
soon).

How can I do that?

Thanks
JP




Re: How to mark a bib item?

2002-12-18 Thread Jean-Pierre.Chretien

>>Date: Wed, 18 Dec 2002 15:55:00 +0100
>>From: "J.Lauffenburger" <[EMAIL PROTECTED]>
>>To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
>>Subject: How to mark a bib item?
>>
>>Hey
>>
>>This is a question I ask for a few days. I'm using bibtex to generate my
>>bibliography and would like to mark some of the references of this
>>bibliography (as for instance selected paper that will be published
>>soon).
>>
>>How can I do that?

If the property is attached to a paper and will need further
editing of the bibtex database, you can mark it there, e.g. with a
note = {to be published soon}
field, which will ne interpreted by most bibtex styles,
You may turn the note in boldface, I guess:
note = \textbf{to be published soon}}


-- 
Jean-Pierre




Re: How to mark a bib item? (correction)

2002-12-18 Thread Jean-Pierre.Chretien


>>You may turn the note in boldface, I guess:
>>note = \textbf{to be published soon}}

Oops,
note = {\textbf{to be published soon}},
of course, or
note = "\textbf{to be published soon}",

-- 
Jean-Pierre




Re: How to mark a bib item?

2002-12-18 Thread J.Lauffenburger
Thanks but it is not exactly what I like to do. I would like to mark using a
bullet some of the references in the final bibliography. Is this possible?

> If the property is attached to a paper and will need further
> editing of the bibtex database, you can mark it there, e.g. with a
> note = {to be published soon}
> field, which will ne interpreted by most bibtex styles,
> You may turn the note in boldface, I guess:
> note = \textbf{to be published soon}}
>
> --
> Jean-Pierre




Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Bo Peng
Hi, All,

I am new to rpmbuild so I am not sure if building a rpm should be so 
simple. All I did was:

  rpm -ihv libforms-1.0-RC5.2.i386.rpm
  rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
  rpmbuild -tb lyx-1.2.2.tar.gz

on my redhat 8.0/i386 system. 

I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
delete it. I will be glad to build another one if someone can tell me 
the correct way to do it.

Have a nice day.

-- 
Bo Peng



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:

Bo> Hi, All, I am new to rpmbuild so I am not sure if building a rpm
Bo> should be so simple. All I did was:

Bo>   rpm -ihv libforms-1.0-RC5.2.i386.rpm rpm -ihv
Bo> libforms-devel-1.0-RC5.2.i386.rpm rpmbuild -tb lyx-1.2.2.tar.gz

Bo> on my redhat 8.0/i386 system.

Bo> I have uploaded the resulting lyx-1.2.2-xfomrs-1.0-rh8.rpm to
Bo> ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash,
Bo> please just delete it. I will be glad to build another one if
Bo> someone can tell me the correct way to do it.

This is certainly useful. Kayvan ([EMAIL PROTECTED]) is currently
trying to get in touch with people to build rpms. Could you get in
touch with him? In particular, he probably has a rpm for the final
xforms 1.0. 

JMarc



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Jose Celestino
Words by Bo Peng [Wed, Dec 18, 2002 at 11:22:59AM -0600]:
> Hi, All,
> 
> I am new to rpmbuild so I am not sure if building a rpm should be so 
> simple. All I did was:
> 
>   rpm -ihv libforms-1.0-RC5.2.i386.rpm
>   rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
>   rpmbuild -tb lyx-1.2.2.tar.gz
> 
> on my redhat 8.0/i386 system. 
> 
> I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
> ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
> delete it. I will be glad to build another one if someone can tell me 
> the correct way to do it.
> 

Sorry, I see no /pub/incoming at ftp.lyx.org...

-- 
Jose Celestino | http://xpto.org/~japc/files/japc-pgpkey.asc

"Don't summarize. Don't abbreviate. Don't interpret." -- djb



Re: [ANNOUNCE] LyX 1.2.2 is released -- Bug 490?

2002-12-18 Thread Max Bian
Great work.  I have compiled it with Mandrake 8.2 with gcc 2.96
sucessfully.  But I am not sure that I have this bug fixed.  It is
marked as fixed, but lyx still behaves the same on that layout/paper
panel.  It is not mentioned in the list of fixes in this announcement
eighter.

http://bugzilla.lyx.org/show_bug.cgi?id=490

Can any user or developer comment on this?

Thanks!

Max

--- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> 
> We are glad to announce the release of LyX 1.2.2.
> 
> LyX 1.2.2 is a maintenance release. It is a recommended upgrade from
> 1.2.0 or 1.2.1, especially since it fixes a few bugs introduced in
> 1.2.1.
> 




Re: [ANNOUNCE] LyX 1.2.2 is released -- Bug 490?

2002-12-18 Thread Juergen Spitzmueller
Max Bian wrote:
> http://bugzilla.lyx.org/show_bug.cgi?id=490
>
> Can any user or developer comment on this?

I am afraid it is only fixed in 1.3.0cvs
Incidentally, JMarc, I can provide a patch for 1.2.3, if that will be released 
at all and there is interest.

Jürgen.



Re: [ANNOUNCE] LyX 1.2.2 is released

2002-12-18 Thread Bo Peng
On Wed, Dec 18, 2002 at 05:36:35PM +, Jose Celestino wrote:
> Words by Bo Peng [Wed, Dec 18, 2002 at 11:22:59AM -0600]:
> > Hi, All,
> > 
> > I am new to rpmbuild so I am not sure if building a rpm should be so 
> > simple. All I did was:
> > 
> >   rpm -ihv libforms-1.0-RC5.2.i386.rpm
> >   rpm -ihv libforms-devel-1.0-RC5.2.i386.rpm
> >   rpmbuild -tb lyx-1.2.2.tar.gz
> > 
> > on my redhat 8.0/i386 system. 
> > 
> > I have uploaded the resulting  lyx-1.2.2-xfomrs-1.0-rh8.rpm to 
> > ftp://ftp.lyx.org/pub/incoming. If this is a piece of trash, please just 
> > delete it. I will be glad to build another one if someone can tell me 
> > the correct way to do it.
> > 

> Sorry, I see no /pub/incoming at ftp.lyx.org...

Sorry, it is ftp://ftp.lyx.org/incoming. I had a feeling that  
everything should be under pub. :-)

-- 
Bo Peng



Re: Commands to change section parameters?

2002-12-18 Thread Dekel Tsur
On Fri, Dec 06, 2002 at 09:41:21AM -0500, Praedor Atrebates wrote:
> I would like to change a section of a document to have somewhat different 
> layout parameters from the rest of the document:
> 
> I would like this section to use single spacing and medskip between 
> paragraphs.  What tex commands would one insert before and after such a 
> section to accomplish this?  At this point, I am going by hand in lyx and 
> setting each of many paragraphs in this way by had (via the Layout menus).

\begin{singlespace}\setlength{\parskip}{\medskipamount}
...
\end{singlespace}



Re: LyX-Code Paragraph Environment

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 10:37:03AM +1030, Paul Medwell wrote:
> In response to my own question, I can add the following to the preamble:
> \renewenvironment{lyxcode}
>   {\begin{list}{}{
> \raggedright
> \setlength{\parsep}{0pt}
> \tiny\ttfamily}
>   \item[]}
>   {\end{list}}
> 
> However, this only has an effect when using \tiny.  \small has no effect 
>  on the size, and \smaller and \smallest give an error.

\small does works, but the difference from normal size is small, so you
might have not notice it.
For smaller sizes, you need to use \footnotesize or \scriptsize



Re: latex font question

2002-12-18 Thread Dekel Tsur
On Wed, Dec 11, 2002 at 06:48:54PM +1030, Owen Lucas wrote:
> Math macros? Ive heard of them but have not worked out what they are and 
> how to use them yet. what I wish to do is replace something like "(1,0)" 
> with the longer notation which in tex is $A^{2}\Sigma -X^{2}\Pi 
> \left(1-0\right)$.  
> 
> Its one of those things that for day to day you can just say (1,0) and 
> you make perfect sense but put it in writing and you look like a fool 
> (and the above notation in tex is just the short version of the full 
> thing). As such it would be nice to type (1,0) and have it turn into the 
> above when the dvi is exported.

We had a code for math shortcuts: typing <= would create \leq etc.
However, this code was not applied (why?), so this feature wouldn't appear
before version 1.4.0.



Re: embedding LaTeX commands in layouts

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 12:10:22PM -0500, Diab Jerius wrote:
> I'm trying to create a layout for a memo style which requires the
> following Format:
> \begin{document}
> 
> \From{}
> \To{}
> \Subject{}
> \ShortSubj{}
> \RE{}
> \Cc{}
> \File{}
> \Version{}
> 
> \memo{}
>
> The problem is that \memo{} MUST appear after the field
> specifications, but before the memo text.  That's the macro which
> outputs the memo header.

Add 
  InTitle 1
to all the fields layout.
This will add a \maketitle command after the all the field layouts.
Additionally, add the the layout file

Preamble
\let\maketitle=\memo
EndPreamble



Re: report class title page.

2002-12-18 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 07:55:46PM -0600, B Robinson wrote:
> 
> Hello.  I'm writing a short 15 page paper using the report class.  I could
> also use report-koma if you think it would help.  The first page is just
> the title page, then on page 2 it starts the text.  This seems like a
> waste of paper to me.
> 
> Any way i can get the title to start at the top of the page, and the text
> to begin right after that?

Add the following to the preamble:

 \let\oldmaketitle=\maketitle
 \renewcommand{\maketitle}{{\let\newpage=\relax\oldmaketitle}}



1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread stuart macgregor
I hoped this would go away with 1.2.2 - but I've just built the new tarball 
and :-(

When I insert a .eps file into a figure float, it looks fine on the lyx 
screen, but I get two errors on .ps output - one complaining of a missing '}' 
immediately followed by one compliainig of an unnecessary '}'.

I have tried all (both) positions of the insertion and with/without caption 
and or label.

The same .eps figures generate good .ps when not in a float.

I looked at the .lyx file with an editor - but it looked clean to me.

help




Re: 1.2.[12] on rh8: .eps in float problem

2002-12-18 Thread Juergen Spitzmueller
stuart macgregor wrote:
> I hoped this would go away with 1.2.2 - but I've just built the new tarball
> and :-(

well you should have reported...

> When I insert a .eps file into a figure float, it looks fine on the lyx
> screen, but I get two errors on .ps output - one complaining of a missing
> '}' immediately followed by one compliainig of an unnecessary '}'.

Are you shure that you are not inserting the figure into the caption? I.e., 
press enter after creating the float, so that a new line above the caption 
will be inserted. Insert the figure there.

Please send a minimal example file, if that does not help.

Jürgen.



  1   2   >