Is there something broken in math-ed?
The possibility to make single rows unnumbered is no longer...
The last .rpm I used where this worked is from 6 of march.
I've got a "Display formula" with 3 col's and 9 row's, row 2, 5,6 and 7 is
to be unnumbered.
I'm using Kayvan Sylvan's .rpm of LyX-1.2
On Thursday 08 March 2001 21:44, Allan Rae wrote:
> On Thu, 8 Mar 2001, Michael Zapf wrote:
> > I don't know if anybody ever encountered the same problem - but probably
> > I'm just too clumsy when typing...
> > I think that either the emphasize key should be relocated or that the
> > close/rever
On Wed, Mar 14, 2001 at 11:17:36AM +0200, Tuukka Toivonen wrote:
> On Wed, 14 Mar 2001, Robin Gerard wrote:
>
> > I have a problem of alignment when I use multicol.
>
> I have no idea what was wrong with your document. I couldn't fix
> it. However, I created a new document and copied and pasted
- Original Message -
From: "Herbert Voss" <[EMAIL PROTECTED]>
To: "Carlo Salinari" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 10:18 PM
Subject: Re: help needed with indexes
>
>
> Carlo Salinari wrote:
>
>
> > how can I make multiple indexes?
> >
> >
> >
On Wed, Mar 14, 2001 at 09:56:36PM +0100, Herbert Voss wrote:
> >> p{2cm}<{\raggedleft}
> >
> >
> > You probably meant <{\raggedleft}p{2cm}, but this will generate the same
> > error since \raggedleft redefines the \\ macro.
>
> no, i meant exactly that!
>
> the tex-code for my demo-table is:
Carlo Salinari wrote:
> how can I make multiple indexes?
>
>
>
> I want, i.e., a separated Names Index, Places Index, Quotations Index etc.
>
> and the "Add Index List" command seems inadequate for that.
>
> I tryed with some inline \latex and \makeindex hack, but I did not
>
> find a s
On Wed, Mar 14, 2001 at 09:43:05AM -0800, Kevin W. Bowman wrote:
>
> I previously mentioned that LyX 1.1.5fix2 has been instable, but I've
> narrowed the problem: whenever I click on the Refs menu, LyX crashes.
> This does not appear to occur with any of the other menus. Has anyone
> experienced
Hello list,
I've been working on a big lyx file (800 Kb) for a
while,
and now I have a problem:
how can I make multiple indexes?
I want, i.e., a separated Names Index, Places
Index, Quotations Index etc.
and the "Add Index List" command seems inadequate
for that.
I tryed with some inl
On Wed, Mar 14, 2001 at 03:21:38PM +0100, Martin Adorni wrote:
> Hi,
>
> before asking you I've to tell you that I'm still using lyx1.1.5fix1.
>
> My question is whether it is possible to set different alignments (left,
> right, center) within one column by dialog. The dialog 'Table layout'
> se
On Wed, Mar 14, 2001 at 07:23:18PM +0200, Tuukka Toivonen wrote:
> Anyway, it seems I found a fix. I used $-math, eg. $N=32$ instead of LyX
> blue box. Not a wysiwym way, but I'm not going to put complex formulas
> anyway in headers.
>
> I learned the $-math way from looking Maxima's TeX output.
On Wed, Mar 14, 2001 at 02:54:12PM +0200, Tuukka Toivonen wrote:
> I spend really long time for debugging and finally noticed why I couldn't
> get hyperref working:
> pdflatex gives errors if there are math in numbered sections. Are there
> any workaround (except "don't do that")?
I can put math
Dekel Tsur wrote:
> On Tue, Mar 13, 2001 at 10:41:58PM +0100, Herbert Voss wrote:
>
>> p{2cm}<{\raggedleft}
>
>
> You probably meant <{\raggedleft}p{2cm}, but this will generate the same
> error since \raggedleft redefines the \\ macro.
no, i meant exactly that!
the tex-code for my demo-ta
On Wed, Mar 14, 2001 at 07:15:08AM +, Robin Gerard wrote:
> Hello,
> I have a problem of alignment when I use multicol.
> I join an example in attached document.
> thanks for idea.
The problem is that you mix 3 languages in your document (french, frenchb
and english). To use only one language
On Tue, Mar 13, 2001 at 10:41:58PM +0100, Herbert Voss wrote:
> p{2cm}<{\raggedleft}
You probably meant <{\raggedleft}p{2cm}, but this will generate the same
error since \raggedleft redefines the \\ macro.
The solution is to use
>{\let\temp=\\\raggedleft\let\\=\temp}p{2cm}
(you also need to put
Stefano Ghirlanda wrote:
> Hi,
> I am experimenting on a wrapper script around bibtex. I remember there
> is a way to change the name of the bibtex executable in ~/.lyx/lyxrc
> but I can't remember how... I have tried the following without
> success:
>
> \bibtex_command mybibtex
> \bibtex mybi
I previously mentioned that LyX 1.1.5fix2 has been instable, but I've
narrowed the problem: whenever I click on the Refs menu, LyX crashes.
This does not appear to occur with any of the other menus. Has anyone
experienced this problem before?
Thanks,
Kevin
--
-
> \newcommand\myMath{ .. lyx blue math box ...}
>> and than in your title
>> bla... \protect\myMath ...
>
>
> Still gives errors.
i have no problem with a lyx-mathbox in a section title.
latest cvs-version.
> Anyway, it seems I found a fix. I used $-math, eg. $N=32$ instead of LyX
> blue box
I'm getting the following error when I run LyX 1.1.5fix2:
Aladdin Ghostscript 6.01: Cannot get ghostview property.
Unable to open the initial device, quitting.
GS [5266] error 65280 E:1 255 S:0 0
I'm not sure if these are related, but LyX is becoming unstable in that
it crashes after I try
> > > > 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
On Wed, 14 Mar 2001, Herbert Voss wrote:
> > pdflatex gives errors if there are math in numbered sections. Are there
> try a \protect before your lyx mathbox or
Doesn't help. And it seems that LyX outputs two \protects automatically in
the TeX anyway.
> \newcommand\myMath{ .. lyx blue math box
Tuukka Toivonen wrote:
> I spend really long time for debugging and finally noticed why I couldn't
> get hyperref working:
> pdflatex gives errors if there are math in numbered sections. Are there
> any workaround (except "don't do that")?
try a \protect before your lyx mathbox or
\newcommand
Hi,
I am experimenting on a wrapper script around bibtex. I remember there
is a way to change the name of the bibtex executable in ~/.lyx/lyxrc
but I can't remember how... I have tried the following without
success:
\bibtex_command mybibtex
\bibtex mybibtex
\Command bibtex mybibtex
\command bibte
Hi,
before asking you I've to tell you that I'm still using lyx1.1.5fix1.
My question is whether it is possible to set different alignments (left,
right, center) within one column by dialog. The dialog 'Table layout'
sets the alignment of the whole column. The 'paragraph layout' sets the
alignme
I spend really long time for debugging and finally noticed why I couldn't
get hyperref working:
pdflatex gives errors if there are math in numbered sections. Are there
any workaround (except "don't do that")?
On 14 Mar 2001, Jean-Marc Lasgouttes wrote:
> > "Hezi" == Hezi Gildor <[EMAIL PROTECTED]> writes:
>
> Hezi> hi, i am using 1.1.6fix1 on a redhat 6.2 when i open a pop-up
> Hezi> menu like Layout->Character, it "insist" to stay in the
> Hezi> foreground. i can move it aside, but cannot have m
On 13 Mar 2001 14:15:40 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> > "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 exis
> "Hezi" == Hezi Gildor <[EMAIL PROTECTED]> writes:
Hezi> hi, i am using 1.1.6fix1 on a redhat 6.2 when i open a pop-up
Hezi> menu like Layout->Character, it "insist" to stay in the
Hezi> foreground. i can move it aside, but cannot have my main Lyx
Hezi> screen partially cover it.
Hezi> is i
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Tue, Mar 13, 2001 at 12:05:58PM +, George De Bruin
Dekel> 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
On Wed, 14 Mar 2001, Robin Gerard wrote:
> I have a problem of alignment when I use multicol.
I have no idea what was wrong with your document. I couldn't fix
it. However, I created a new document and copied and pasted the lines from
your document to it and it seems to work fine. It's attached.
30 matches
Mail list logo