On Tue, Feb 22, 2005 at 02:55:35PM +, Angus Leeming wrote:
> In light of all this, I'm asking whether I can have your permission to add
> your names to http://www.lyx.org/blanket-permission.txt:
>
> "The following people hereby grant permission to licence their contributions
> to LyX under th
On Mon, Mar 07, 2005 at 11:34:28AM +, Angus Leeming wrote:
> flags them as different but I really don't care too much. I'm much more
> interested in getting Poenitz on board ;-)
And I am still interested why I should sign not just GPL v2 (which is
just fine) but also any following version inc
On Fri, Mar 18, 2005 at 11:49:58PM +0100, Helge Hafting wrote:
> I have a table where the cells consist of single digits,
> sometimes with an underbar or two. The ones that need
> one underbar use underlining of normal text. That works.
>
> Digits that need double underlining use mathed, and I u
I have a table where the cells consist of single digits,
sometimes with an underbar or two. The ones that need
one underbar use underlining of normal text. That works.
Digits that need double underlining use mathed, and I used
"edit->math->add line below" twice. It looked nice on screen,
but la
Table work seems to crash lyx if the table dialog is left open.
* I have seen it crash quite a bit while doing a lot of border changing
(turning various borders on and off).
* Leaving the border dialog up and not using it, but moving from cell to
cell and from one table to another editing t
> Fine, and do I have your permission to release this code and later
> contribution to LyX under the term of the GPL v2 or later?
Certainly. And I hope to have more contributions coming soon :)
__
Do you Yahoo!?
Yahoo! Small Business - Try our n
Jean-Marc Lasgouttes wrote:
> Juergen> Why? Isn't this bound to "Tab" (without Shift)?
>
> Because ~S-Tab means "either Tab or S-Tab". It may happen that it does
> not cause harm here, but you have bound the same key to two different
> LFUNs...
ah, I see now.
> Juergen> So is "Tab" the equivalent
> "Eitan" == Eitan <[EMAIL PROTECTED]> writes:
Eitan> --- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
>> Another possibility would be to just output the content of the
>> field without any label: + if (!annote.empty()) + result << "\n\n"
>> << annote;
>>
Eitan> Good enough for me...
Fi
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
>> Basically, you are killing the binding of Tab to LFUN_CELL_FORWARD.
Juergen> Why? Isn't this bound to "Tab" (without Shift)?
Because ~S-Tab means "either Tab or S-Tab". It may happen that it does
not cause harm here, but you
--- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Another possibility would be to just output the content of the field
> without any label:
> + if (!annote.empty())
> + result << "\n\n" << annote;
>
Good enough for me...
__
Do
Georg Baum wrote:
> The patch works when the minibuffer is switched off (qt frontend). If it is
> on, the tab key presses go to the small arrows at the left of the
> minibuffer, but this is a different problem.
Yes, that's bad :-(
Jürgen
Jean-Marc Lasgouttes wrote:
> I do not agree with this:
> - kbmap->bind("S-Tab", FuncRequest(LFUN_CELL_BACKWARD));
> - kbmap->bind("S-ISO_Left_Tab", FuncRequest(LFUN_CELL_BACKWARD));
> + kbmap->bind("~S-Tab", FuncRequest(LFUN_CELL_BACKWARD));
> + kbmap->bind("~S-ISO_Left_Tab", FuncR
> "Eitan" == Eitan <[EMAIL PROTECTED]> writes:
Eitan> --- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
>> I modified your patch a bit (removed rfind usage, tweaked display
>> of annotation).
Eitan> At the risk of sounding petty, changing "Annote: " to "Note: "
Eitan> might conflict in the
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes:
Rob> I then click on [Create directory], but LyX seems to just exit
Rob> without any message. The directory is not created.
Rob> HOWEVER, if I click on [Exit LyX], then LyX creates the directory
Rob> and continues.
Rob> Apparently the functio
Jean-Marc Lasgouttes wrote:
>> "Lars" == Lars Gullik Bjønnes
>> <[EMAIL PROTECTED]> writes:
> Lars> Does the same thing happen if you load a read-only document?
>
> Actually, the bug appears whenever one loads a document from the
> command line. The cursor is badly drawn and the icons are
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Furthermore, S-Tab didn't work (at least here) because the
Juergen> keysym is called "BackTab", but lyx_main.C only has
I do not agree with this:
- kbmap->bind("S-Tab", FuncRequest(LFUN_CELL_BACKWARD));
- kbm
Juergen Spitzmueller wrote:
> http://bugzilla.lyx.org/show_bug.cgi?id=1836
>
> the tab keys didn't work inside tabular because they haven't been enabled
> in insettabular::getStatus().
The patch works when the minibuffer is switched off (qt frontend). If it is
on, the tab key presses go to the s
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Does the same thing happen if you load a read-only document?
Actually, the bug appears whenever one loads a document from the
command line. The cursor is badly drawn and the icons are in the same
state as 'no document loaded'.
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
>> It may be that I misconstructed my test (I do not have a new TeX
>> at hand...). Could your try the following for me?
>>
>> 1/ create a file named ``a b.tex'' containing the single line
>> \message{working!}
>>
>> 2/ run latex as la
I wanted to underline something in mathed.
The menus worked fine, but suggested alt M W Z for
a keyboard shortcut.
I marked stuff, pressed alt M, and indeed W was one of the
options. Pressing W however, replaced the selection with a W.
Not exactly what I wanted. Undo worked fine though.
Helge Haft
Georg Baum wrote:
> The layout of the LaTeX part of the preferences dialog is broken: The inner
> box is set to a fixed size and cut off. I fixed that (taking
> QPrefPrinterModule.ui as an example). OK to apply?
Looks good to me.
Jürgen
Juergen Spitzmueller wrote:
> > I tried copying text from one table cell into another empty cell.
> > It didn't work - neither by using C-C C-V or by using the mouse.
> > Text marked in a table cell can ba pasted into an xterm,
> > but not into lyx using the mouse. Text marked in a table cell
> > i
Helge Hafting wrote:
> I tried copying text from one table cell into another empty cell.
> It didn't work - neither by using C-C C-V or by using the mouse.
> Text marked in a table cell can ba pasted into an xterm,
> but not into lyx using the mouse. Text marked in a table cell
> isn't copied by C-
I tried copying text from one table cell into another empty cell.
It didn't work - neither by using C-C C-V or by using the mouse.
Text marked in a table cell can ba pasted into an xterm,
but not into lyx using the mouse. Text marked in a table cell
isn't copied by C-c, the previous contents of the
The layout of the LaTeX part of the preferences dialog is broken: The inner
box is set to a fixed size and cut off. I fixed that (taking
QPrefPrinterModule.ui as an example). OK to apply?
GeorgIndex: src/frontends/qt2//ChangeLog
===
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> Looks good to me. When is DescribeMacro really needed?
Georg> It occured in a test document for jurabib. It is normally used
Georg> in package documentation. I can also leave it out if you prefer
Georg>
Jean-Marc Lasgouttes wrote:
> Looks good to me. When is DescribeMacro really needed?
It occured in a test document for jurabib. It is normally used in package
documentation. I can also leave it out if you prefer that, because I guess
it will be rarely needed with LyX (but won't hurt either).
Ge
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> This patch adds some missing commands to
Georg> lib/reLyX/syntax.default. The jurabib/natbib changes are not
Georg> strictly necessary for tex2lyx, because these commands are
Georg> hardcoded, but they are there for documentation prupo
This patch fixes the appendix problems Jean-Pierre reported. A test file is
also attached. OK to apply?
Georg\documentclass[english]{report}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\begin{document}
\chapter{My first chapter}bla\appendix\chapter{My first appendix
The test files Jean-Pierre sent me.
Georg
-- Forwarded message --
Subject: tex2lyx (files)
Date: Donnerstag, 17. MÃrz 2005 09:30
From: Jean-Pierre Chretien <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Hello Georg,
Here is a minimal example following my post on gmane
(.tex file
On Fri, 2005-03-18 at 08:58 +0100, Georg Baum wrote:
> And why is that not the default? I did not know until now that such a
> toolbar even exists. It is easy to remove it when a user does not want it,
> but if it is off by default it is difficult to learn that it exists at all.
> The same is valid
On Friday 18 March 2005 08:04, Juergen Spitzmueller wrote:
> Georg Baum wrote:
> > And why is that not the default? I did not know until now that such a
> > toolbar even exists. It is easy to remove it when a user does not want
> > it, but if it is off by default it is difficult to learn that it ex
Georg Baum wrote:
> And why is that not the default? I did not know until now that such a
> toolbar even exists. It is easy to remove it when a user does not want it,
> but if it is off by default it is difficult to learn that it exists at all.
> The same is valid of course for the math toolbar.
I
Juergen Spitzmueller wrote:
> It is to be found in the menu and in the tabular toolbar (which you have
> to enable by changing
> "table" "off,bottom"
> to (e.g.)
> "table" "table,bottom"
> in the ui configuration file (default.ui)
And why is that not the default? I did not know until now that suc
34 matches
Mail list logo