Jose' Matos wrote:
> Any lyx version, starting from 0.12, has converted the inset latex
> accents
> to the right format. So this is not a new change, this was a change in the
> file format from 2.10 to 2.15.
Yes, it was a change from 2.10 to 2.15, but it is also a new change, because
up to no
This is one for the coordinate/drawing experts:
Open a document with a table with many rows or create a table in a new
document and add rows until there are more rows than can be displayed ->
the scrollbar does not become smaller, but it remains at the window height.
Therefore it is impossible to s
On Thu, 2004-12-02 at 17:57, Angus Leeming wrote:
> Jean-Marc Lasgouttes wrote:
> > Martin> And then how to build on this?
> >
> > I do not have much time to look at it now, but the idea is that you
> > should use sed to keep only the languages, and then do something like
> >
> > echo "s/@chk_lan
BufferView::Pimpl::update(fc=1, fu=1) buffer: 0x9f7c000
npit: 1148 pit1: 894 pit2: 894
bv:metrics: y1: -206 y2: 525
par ascent: 14
par descent: 14
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../../../include/c++/3.4.2/debug/vector:192:
error: attempt to subscript container with out-of-bounds ind
LyXText::getPitNearY: y: -5 cache size: 11
examining: pit: 1064 y: -410
examining: pit: 1065 y: -385
examining: pit: 1066 y: 10
examining: pit: 1067 y: 32
examining: pit: 1068 y: 102
examining: pit: 1069 y: 169
examining: pit: 1070 y: 255
examining: pit: 1071 y: 311
examining: pi
Jean-Marc Lasgouttes wrote:
> Martin> And then how to build on this?
>
> I do not have much time to look at it now, but the idea is that you
> should use sed to keep only the languages, and then do something like
>
> echo "s/@chk_languages@/${languages}/g" >>chkconfig.sed
>
> Then if you add the
Martin Vermeer wrote:
>> 'grep -A' is not POSIX. Tru64 Unix's version of grep, for example,
>> doesn't recognize it.
>>
>> sed -n '/hyphenation patterns/{
>> :loop
>> /loaded\.$/!{
>> $!{
>> N
>> s/\n//
>> tloop
>> }
>> }
>> p
>> }' chklatex.log > hyphenation.lst
>
> Yes, this works too :-)
Actu
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Yes, this works too :-)
Martin> And then how to build on this?
I do not have much time to look at it now, but the idea is that you
should use sed to keep only the languages, and then do something like
echo "s/@chk_languages@/$
Hi all,
it would be nice to have the ability to tile the text window so several
documents can be viewed at once. This would be particularly useful for
merging text from two documents.
--
Regards,
Cyrille Artho
http://artho.com/ - ETHZ, RZ H14 - Tel. +41 - [0]1 - 632 09 88
British education is pro
On Thu, 2004-12-02 at 16:41, Angus Leeming wrote:
> Martin Vermeer wrote:
>
> > On Thu, 2004-12-02 at 15:06, Jean-Marc Lasgouttes wrote:
> >> > "Helge" == Helge Hafting
> >> > <[EMAIL PROTECTED]> writes:
> >>
> >> Helge> Is edit->reconfigure the right time though? A user may
> >> Helge> r
Martin Vermeer wrote:
> On Thu, 2004-12-02 at 15:06, Jean-Marc Lasgouttes wrote:
>> > "Helge" == Helge Hafting
>> > <[EMAIL PROTECTED]> writes:
>>
>> Helge> Is edit->reconfigure the right time though? A user may
>> Helge> routinely use a couple of languages, and which one isn't known
>> H
On Monday 29 November 2004 17:58, Georg Baum wrote:
>
> I looked it up, it is in update_tabular in lyx_1_2.py. At least the
> version is changed there. The equivalent to setHeaderFooterRows() of
> tabular.C is missing. Why? Or did I overlook something?
I don't think so.
I have a patch coming
On Thu, 2004-12-02 at 15:06, Jean-Marc Lasgouttes wrote:
> > "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
>
> Helge> Is edit->reconfigure the right time though? A user may
> Helge> routinely use a couple of languages, and which one isn't known
> Helge> at reconfigure time.
>
> Edit>Re
On Thursday 02 December 2004 13:16, Georg Baum wrote:
> Jose' Matos wrote:
> > Patch attached, I will commit it soon.
>
> This is not correct IMHO. You need to increase the file format number and
> implement update_latexaccents in the conversion from 237 -> 238.
> Otherwise files from 0.??? that
Lars Gullik Bjønnes wrote:
> Right. I have turned on completely on this issue... so expect to see a
> lot of const added in future patches from me.
>
> - In delaration 'const' in POD (or value passed params) does not make
> sense.
> - In definition it is just like a local variable. (and we want
>
Jose' Matos wrote:
> Patch attached, I will commit it soon.
This is not correct IMHO. You need to increase the file format number and
implement update_latexaccents in the conversion from 237 -> 238. Otherwise
files from 0.??? that were run through an older lyx2lyx and still contain
this obsolet
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
Helge> Is edit->reconfigure the right time though? A user may
Helge> routinely use a couple of languages, and which one isn't known
Helge> at reconfigure time.
Edit>Reconfigure is the right time to tell the user what hyphenations
are avai
On Wednesday 01 December 2004 14:57, Jean-Marc Lasgouttes wrote:
>
> Jose'> Believe it or not I like to remove those 0.13 types of
> Jose'> comment. ;-) -- José Abílio
>
> I believe you...
:-)
Patch attached, I will commit it soon.
> JMarc
--
José Abílio
Index: lib/lyx2lyx/lyx_0_12.py
==
John Levon wrote:
It could even compile a short test file in the
background extracting the phrase "hyphenation patterns for ... loaded"
from the log. (or Reconfigure could do that.)
If we can test the case, then we can Edit->Reconfigure warn the user indeed.
Is edit->reconfigure the right t
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> The following patch merges your patch with my earlier patch. It
>> seems to work here, but I have not been very imaginative in my
>> testing.
Georg> It works here, too. I think you should apply it. It is
Jean-Marc Lasgouttes wrote:
> The following patch merges your patch with my earlier patch. It seems
> to work here, but I have not been very imaginative in my testing.
It works here, too. I think you should apply it. It is better than the
current state, and even if there is still some hidden bug
On Thu, 2004-12-02 at 12:16, Lars Gullik BjÃnnes wrote:
...
> | Attached a patch to the User Guide.
>
> Very good. (haven't looked at it)
Somebody, please do. Or I'll just commit a little later.
- Martin
signature.asc
Description: This is a digitally signed message part
On Thu, 2004-12-02 at 12:39, Jean-Marc Lasgouttes wrote:
...
> >> It could even compile a short test file in the background
> >> extracting the phrase "hyphenation patterns for ... loaded" from
> >> the log. (or Reconfigure could do that.)
>
> John> If we can test the case, then we can Edit->Rec
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Dec 02, 2004 at 12:02:20PM +0200, Martin Vermeer wrote:
>> What about adding a panel Preferences->Language
>> Settings->Hyphenation shortly explaining this?
John> Hmm, not a fan...
>> It could even compile a short test file in
Martin Vermeer <[EMAIL PROTECTED]> writes:
| Just found out that in order to get proper hypenation for Finnish out of
| teTeX, you have to turn it on through the texconfig utility!
>
| Believe it or not, by default you only have hyphenation for american,
| french and german...
>
| THIS IS A PROBLE
On Thu, Dec 02, 2004 at 12:02:20PM +0200, Martin Vermeer wrote:
> What about adding a panel Preferences->Language Settings->Hyphenation
> shortly explaining this?
Hmm, not a fan...
> It could even compile a short test file in the
> background extracting the phrase "hyphenation patterns for ... l
Just found out that in order to get proper hypenation for Finnish out of
teTeX, you have to turn it on through the texconfig utility!
Believe it or not, by default you only have hyphenation for american,
french and german...
THIS IS A PROBLEM.
I am reasonably well informed on (La)TeX and found t
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:
Kayvan> This is very strange. Is anyone else seeing this? In the
Kayvan> latest LyX CVS, undo (C-z) is disabled.
I just posted a patch to fix this and other things.
JMarc
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> And I know now why: the statement
Georg> flag = view()->getStatus(cmd);
Georg> in LyXFunc::getStatus() cleared the message.
Indeed. The right solution is to use |= instead of =.
Georg> I added it a second time (not very elegant, b
29 matches
Mail list logo