> Makes sense.
The problem is actually more complicated than I expected. In my case,
I have a system bioinfo.layout under .lyx/layout, without system
bioinfo.cls. I have newer version of bioinfo.layout and bioinfo.cls
locally.
Problem 1: Currently, lyx will not find local bioinfo.layout and .cls
Enrico Forestieri wrote:
On Sat, Nov 24, 2007 at 09:25:48PM +0100, Uwe Stöhr wrote:
> they are in 1.5.2. you'll find them in the misc panel...
Oops, then we have it double. I corrected this now:
http://www.lyx.org/trac/changeset/21767
I don't think this was the correct patch. You should hav
On Sat, Nov 24, 2007 at 09:25:48PM +0100, Uwe Stöhr wrote:
> > they are in 1.5.2. you'll find them in the misc panel...
>
> Oops, then we have it double. I corrected this now:
> http://www.lyx.org/trac/changeset/21767
I don't think this was the correct patch. You should have ditched
the extra,
On Sat, Nov 24, 2007 at 08:50:29PM +0100, Andre Poenitz wrote:
> On Sat, Nov 24, 2007 at 01:34:49AM -, [EMAIL PROTECTED] wrote:
> > Author: forenr
> > Date: Sat Nov 24 02:34:46 2007
> > New Revision: 21757
> >
> > URL: http://www.lyx.org/trac/changeset/21757
> > Log:
> > Fix some other thinko
Hi all,
Not sure if I'm the one that munged this (quite possible), but in the
1.5.x version of amsmaths.inc, the 'thm' theorem type is defined (in the
preamble) as part of the Theorem style. The implication of this is that
if other styles (such as lemma) that are defined based on thm are
inv
Is there a specific reason we do not keep our dialogs to stay above the
application?
The current state is pretty annoying with focus-on-mouse-hover +
autoraise...
Andre'
On Sat, Nov 24, 2007 at 03:54:04PM +0100, Uwe Stöhr wrote:
> I think the uncontroversial part of the thread
> "[patch] was: how to access LyX's example files"
> (http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg132498.html)
>
> is the support to modify the examples folder in the preferences.
Andre Poenitz schrieb:
Do we have more than this case where we have buttons in file dialogs that
don't appear on Windows and Mac? If so this is nothing I can accept. That
would mean a loss of functionality and I don't like to have a platform
"priviledged", that's why I'm shouting so load for t
Andre Poenitz schrieb:
It would be pretty stupid to reduce the functionality of the Linux
version just because the Windows version does not have a certain
feature.
Please read my other posts too, this would not be a reduction of functionality:
http://www.mail-archive.com/lyx-devel@lists.lyx.or
> they are in 1.5.2. you'll find them in the misc panel...
Oops, then we have it double. I corrected this now:
http://www.lyx.org/trac/changeset/21767
regards Uwe
Uwe Stöhr wrote:
They appear in the math toolbar in LyX 1.5.3svn but not in LyX 1.5.2.
they are in 1.5.2. you'll find them in the misc panel...
On Sat, Nov 24, 2007 at 01:34:49AM -, [EMAIL PROTECTED] wrote:
> Author: forenr
> Date: Sat Nov 24 02:34:46 2007
> New Revision: 21757
>
> URL: http://www.lyx.org/trac/changeset/21757
> Log:
> Fix some other thinkos in r21048
>
> Modified:
> lyx-devel/trunk/src/buffer_funcs.cpp
> lyx-
On Sat, Nov 24, 2007 at 12:13:42AM +0100, Uwe Stöhr wrote:
> Jean-Marc Lasgouttes schrieb:
>
>>> I still don't get it. Why can the custom file dialog buttons not
>>> removed from the file dialog for Linux?
>> Because they are useful? There are other cases than this Example
>> button where this is
On Sat, Nov 24, 2007 at 12:36:53AM +0100, Uwe Stöhr wrote:
> Andre Poenitz schrieb:
>
>>> OK, but what about using also the same file dialog on Linux as for Win
>>> and Mac? The dialogs should definetively look the same on all platforms.
>> That won't buy you new friends on neither Windows nor Mac
Alex schrieb:
I would like to know what these strings are used and
for what are used for?
Here is the list:
Placeholders
Placeholder\t\\phantom
Horizontal placeholder\t\\hphantom
Vertical placeholder\t\\vphantom
It seems they should appear somewhere on the math toolbar, but I cannot
see th
Dears,
I would like to know what these strings are used and
for what are used for?
Here is the list:
Placeholders
Placeholder\t\\phantom
Horizontal placeholder\t\\hphantom
Vertical placeholder\t\\vphantom
It seems they should appear somewhere on the math toolbar, but I cannot
see them!
What
On LyX 1.5.2 it works correct.
On LyX 1.6.svn the ERT sequence "}{" is interpreted as "\}\{". Must be a problem with our new layout
module.
Could you please report this at bugzilla.lyx.org?
thanks and regards
Uwe
Attached is a patch to support framed and shaded notes in in tex2lyx.
OK for branch?
regards Uwe
Index: text.cpp
===
--- text.cpp (revision 21763)
+++ text.cpp (working copy)
@@ -786,6 +786,26 @@
p.skip_spaces();
}
+ else if (
Hi,
Im using/testing lyx 1.6.0svn (today) and Im playing with the
europecv-template. But for longer time an error occurs trying to produce
a pdf (all abilities) without changing the template. Whats wrong here?
Im adding the mistake window as attachment hoping this is ok for this list.
TfH
Olive
Attached is a patch to support \newline in tex2lyx.
Jürgen, OK for branch?
regards Uwe
Index: text.cpp
===
--- text.cpp (revision 21744)
+++ text.cpp (working copy)
@@ -2186,6 +2186,12 @@
}
}
+ else if (t.cs() == "newline")
I think the uncontroversial part of the thread
"[patch] was: how to access LyX's example files"
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg132498.html)
is the support to modify the examples folder in the preferences. We already do this for the
templates folder, therefore the patch i
>> Then we have the same file dialog for all platforms, no matter how
>> they will look on the different OS. Having a button in one OS and not
>> in others is confusing.
> Most people use one platform only. Those using more than one are
> accustomed to all kind of inconsistencies.
>
> So what pro
The attached patch let LyX support \linebreak:
- fileformat change
- tex2lyx support for \linebreak
- tex2lyx support for \newline
- rename LFUN_BREAK_LINE to LFUN_NEW_LINE because this is what the lfun does
and to avoid confusions
- new menu entry
- new shortcut C-S-Return for \linebreak
The w
Abdelrazak Younes wrote:
Jean-Marc Lasgouttes wrote:
I can get lyx to crash with the attached file. It is a reduced
testcase from a real one, and I think everything in there is useful
(including the hfill).
HOWTO:
- load the file
- place the cursor after the 'b' and press return
- begin to typ
24 matches
Mail list logo