Helge Hafting wrote:
> A trivial bug report. The table dialog (qt) no longer contain the
> buttons for adding or removing rows or columns. So the user is lost
> if the number of columns or rows are wrong. Unless this moved
> to a new place? Or perhaps not finished yet?
It is to be found in the
A trivial bug report. The table dialog (qt) no longer contain the
buttons for adding or removing rows or columns. So the user is lost
if the number of columns or rows are wrong. Unless this moved
to a new place? Or perhaps not finished yet?
Helge Hafting
Am Donnerstag, 17. März 2005 19:28 schrieb Jean-Pierre Chrétien:
> OK, then I have fresh question which seems undocumented
> how does tex2lyx manage multipart documents ?
> Currently master and included file must be converted separately
> Is this correct ?
No. All included documents are converted
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().
Furthermore, S-Tab didn't work (at least here) because the keysym is called
"BackTab", but lyx_main.C only has
kbmap->bind("S-Tab", FuncRequest(L
Georg Baum <[EMAIL PROTECTED]> writes:
>
> Jean-Pierre ChrÃtien wrote:
>
> > Where will I find this section ? I will check there before giving
> > feedback.
>
> I meant the wiki page:
>
> http://wiki.lyx.org/LaTeX/LatexToLyx
OK, then I have fresh question which seems undocumented
how does tex
This patch adds some missing commands to lib/reLyX/syntax.default. The
jurabib/natbib changes are not strictly necessary for tex2lyx, because
these commands are hardcoded, but they are there for documentation pruposes
(and reLyX uses them of course).
OK to apply?
GeorgIndex: lib/ChangeLog
===
Jean-Pierre Chrétien wrote:
> Where will I find this section ? I will check there before giving
> feedback.
I meant the wiki page:
http://wiki.lyx.org/LaTeX/LatexToLyx
Georg
--- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> I modified your patch a bit (removed rfind usage, tweaked display of
> annotation).
At the risk of sounding petty, changing "Annote: " to "Note: " might conflict
in the future if we decide display the BibTeX note field as well.
>
> I will co
--- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Shouldn't the test be
> + if (idx == 0 || dummy[idx - 1] != '\\')
> ?
>
Of course - I wasn't even aware that C++ strings have a [] operator (serves me
right for not having used c++ in years :)
On Thu, 17 Mar 2005, Jean-Marc Lasgouttes wrote:
> Eitan,
>
> I modified your patch a bit (removed rfind usage, tweaked display of
> annotation).
>
> I will commit this soon (to 1.3.x too).
Maybe you should ask him about that general GPL thingy that Angus (or was
it Andre?) did a little while
Georg Baum <[EMAIL PROTECTED]> writes:
>
> Jean-Pierre,
>
> thanks for the feedback.
> > Lastly it seems that the converter adds a \bibliographystyle{plain} in ERT
> > if there is no \bibliographystyle command in the document: this fails if
> > the command is in the class (which I did here to c
Juergen Spitzmueller wrote:
> Lars Gullik Bjønnes wrote:
>> Tested by others than youself?
>
> Not yet. Can please someone test this? Perhaps John, who has filed the bug
> report?
I tested it, and it works. I could find no regression, but my imagination of
weird things to do might be limited.
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> "Eitan" == Eitan <[EMAIL PROTECTED]> writes:
Eitan> Second try, this time with contextual diff and a changelog.
Eitan> + // Check if this is really a comment or just "\%" + if (idx
Eitan> == 0 || dummy.rfind('\\',idx) !=
Hello,
does anybody have experience with bugzilla administration? (BTW: Who
maintains bugzilla for LyX?)
A collegue of mine would like to know how much effort it takes to configure
and administrate it. How much days does it take to set up bugzilla provided
that you have no experience with it.
T
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> Georg, could tex2lyx undo this quoted-printable stuff (maybe when
>> it detects that the file was produced by LyX...)? It seems
>> reasonably safe to me...
Georg> Except when the label occurs in a user c
I tried to write "O(1)" in math mode, using matched parantheses
instead of typing '(' and ')' separately.
In lyx 1.3, this is done by typing
C-m To get math mode
O
M-m( To get the matching parantheses
1
The sequence yields the same result in lyx-1.4cvs.
But the cursor is _very_ confusing, as it i
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| Juergen Spitzmueller wrote:
>> Can you please test if the attached patch fixes the things I have promised
>> and if there are no regressions introduced by the patch?
>
| Lars, the patch has been tested by Helge. No regressions have been found. Can
Lars Gullik Bjønnes wrote:
> | Lars?
>
> Tested by others than youself?
Not yet. Can please someone test this? Perhaps John, who has filed the bug
report?
> If so, and reported to work, please gomit.
I'll commit as soon as I get some testing feedback.
Jürgen
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Eitan" == Eitan <[EMAIL PROTECTED]> writes:
>
| Eitan> Second try, this time with contextual diff and a changelog.
>
| Eitan> + // Check if this is really a comment or just "\%"
| Eitan> + if (idx == 0 || dummy.rfind('\\',idx) !=
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| Juergen Spitzmueller wrote:
>> http://bugzilla.lyx.org/show_bug.cgi?id=1799
>> cut of text in a table cell always cuts the whole cell
>>
>> The attached patch fixes this.
>> Martin, this also fixes the ERT generation problem.
>>
>> Furthermore, it
Jean-Marc Lasgouttes wrote:
> Georg, could tex2lyx undo this quoted-printable stuff (maybe when it
> detects that the file was produced by LyX...)? It seems reasonably
> safe to me...
Except when the label occurs in a user command: We cannot understand that in
this snippet:
\newcommand{\myref}[1
Sven Schreiber wrote:
> (sorry for new thread, btw is it possible to reply to the
> gmane-transferred mail, I mean are list addresses resolved etc?)
It is possible, this post is created via a news reply to gmane. Even the
obfuscated email-addresses work.
Georg
Jean-Marc Lasgouttes wrote:
> Lars, these change seem very reasonable to me, especially the check
> for \% is a real bug fix.
I agree. Unfortunately the homegrown bibtex parser has some more errors, and
we should replace it by something reasonable after 1.4.
Georg
(sorry for new thread, btw is it possible to reply to the
gmane-transferred mail, I mean are list addresses resolved etc?)
Jean-Marc Lasgouttes wrote:
Sven> "Can't change number of columns in 'simple'"
You have entered a & in a formula, and that confuses LyX. This bug ill
be fixed in 1.3.6, but i
> "Eitan" == Eitan <[EMAIL PROTECTED]> writes:
Eitan> Second try, this time with contextual diff and a changelog.
Eitan> +// Check if this is really a comment or just "\%"
Eitan> +if (idx == 0 || dummy.rfind('\\',idx) != idx - 1)
Eitan> +dummy.erase(idx, strin
> "Sven" == Sven Schreiber <[EMAIL PROTECTED]> writes:
Sven> When I try to open that file (from lyx-open dialog, or by
Sven> double-clicking), lyx reproducibly crashes (already tried a
Sven> win-reboot, and lyx reconfigure) and gives me the following
Sven> message on the console window:
Sven>
Hi, I have a weird show-stopping problem, and I need the output from the
lyx-file tomorrow for a presentation. Any hints would be highly
appreciated!
(This is with Ruurd's lyx 1.3.5 on win2000 -- if all fails within the
next few hours I will try at home on linux, but I'd rather have a quick
fi
> "Jean-Pierre" == Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes:
Jean-Pierre> This was due to round trip from lyx to latex and back.
Jean-Pierre> Lys exports to latex with quoted-printable diacritics in
Jean-Pierre> references. This has nothing to do with tex2lyx, sorry.
Georg, could tex2l
Juergen Spitzmueller wrote:
> http://bugzilla.lyx.org/show_bug.cgi?id=1799
> cut of text in a table cell always cuts the whole cell
>
> The attached patch fixes this.
> Martin, this also fixes the ERT generation problem.
>
> Furthermore, it brings back middle mouse button pasting in tabular.
>
> OK
Juergen Spitzmueller wrote:
> Can you please test if the attached patch fixes the things I have promised
> and if there are no regressions introduced by the patch?
Lars, the patch has been tested by Helge. No regressions have been found. Can
I apply it?
Jürgen
Helge Hafting wrote:
> The patch applied to today's cvs (16/3-2005) and compiled fine.
>
> >Helge Hafting wrote:
> >>* select cells, press C-M for math. Crash! No, I don't see how this
> >> could be useful, so ignoring operations on selections when
> >> the current selection doesn't fit the op
Georg Baum <[EMAIL PROTECTED]> writes:
>
> Jean-Pierre,
>
> thanks for the feedback.
> > b) text of labels is concerted in quoted-printable, which does not impact
> > the functionality, but is harder to read
>
> I don't understand what you mean. Can you please provide a minimal
> example .t
Helge Hafting wrote:
> >>* Pressing C-rightarrow (or leftarrow) jumps whole words
> >> at a time, for speedy navigation. Unfortunately the cursor
> >> won't go to the next table cell, I have to release the control key.
> >> It'd be nice to jump to the next cell with C-arrows too.
> >
> >Righ
33 matches
Mail list logo