Re: FYI: Translation of web site

2008-12-19 Thread Yokota K.
Oh, so I have changed the common sidebar. Sorry for my mistake. I hope the damage was not huge... Best regards, Koji

Re: How does Encodings::fromLateXCommand work?

2008-12-19 Thread Enrico Forestieri
On Sat, Dec 20, 2008 at 12:42:05AM +0100, Enrico Forestieri wrote: > I'll try to "fix" fromLaTeXCommand() in > order to make it usable for what you have in mind. Please, try the attached patch. -- Enrico Index: src/Encoding.cpp ===

Re: How does Encodings::fromLateXCommand work?

2008-12-19 Thread Enrico Forestieri
On Fri, Dec 19, 2008 at 12:32:57PM -0500, Richard heck wrote: > Jean-Marc Lasgouttes wrote: > > Richard heck writes: > > > >> I could be wrong, but what you report certainly seems like a bug. I > >> think maybe around this part of the function: > >>// The last added char caused a m

[patch] Re: External material problems, xfig, dia support

2008-12-19 Thread Pavel Sanda
Richard Heck wrote: > Pavel Sanda wrote: >> Pavel Sanda wrote: >> >>> hi, >>> >>> while trying to add support for dia i encountered more strange problems. >>> after some investigation i found that these problems haven't been >>> introduced by my changes, but are already part of lyx. >>> >>> can

Bug in Lyx 1.6.1

2008-12-19 Thread Helfer des HUIs
Hi I guess I'm not the first one who reports this, but Lyx 1.6.1 on Windows (XP) seems to be unable to convert EMFs. It worked in 1.6.0 but now it does not anymore. They are visible in the Output but only as a rasterized picture, not as a vector graphic. Greetings Stefan

Re: Finding maths with AdvancedSearch

2008-12-19 Thread Pavel Sanda
Tommaso Cucinotta wrote: > Please, find attached an up-to-date patch for the current > trunk, reflecting latest occurred changes. patching file src/lyxfind.cpp Hunk #12 FAILED at 969. Hunk #13 FAILED at 985. 2 out of 13 hunks FAILED -- saving rejects to file src/lyxfind.cpp.rej patching file src/f

Re: FYI: Translation of web site

2008-12-19 Thread Christian Ridderström
Hi, When you translate pages, please try and restrict your changes to wiki pages in the group 'WebJa' (or the corresponding group depending on the language). The reason for this is to minimize the risk of accidental damage. So, to give a specific example, please don't modify the page

Re: Two Patches, Updated

2008-12-19 Thread Richard heck
The previous patch did the wrong thing with math. This one (intends to) output math verbatim. I'm sure there are still some bugs here rh Index: insets/InsetBibtex.cpp === --- insets/InsetBibtex.cpp (revision 27927) +++ insets

Re: How does Encodings::fromLateXCommand work?

2008-12-19 Thread Richard heck
Jean-Marc Lasgouttes wrote: Richard heck writes: I could be wrong, but what you report certainly seems like a bug. I think maybe around this part of the function: // The last added char caused a mismatch, because // we didn't exhaust the chars in cmd and didn't

Re: How does Encodings::fromLateXCommand work?

2008-12-19 Thread Jean-Marc Lasgouttes
Richard heck writes: > I could be wrong, but what you report certainly seems like a bug. I > think maybe around this part of the function: >// The last added char caused a mismatch, because >// we didn't exhaust the chars in cmd and didn't >// exceed the maximum

Re: How does Encodings::fromLateXCommand work?

2008-12-19 Thread Richard heck
Jean-Marc Lasgouttes wrote: I am trying to use fromLaTeXCommand (the version that takes two strings) in tex2lyx but it does not work very well... I could be wrong, but what you report certainly seems like a bug. I think maybe around this part of the function: // The last added c

How does Encodings::fromLateXCommand work?

2008-12-19 Thread Jean-Marc Lasgouttes
I am trying to use fromLaTeXCommand (the version that takes two strings) in tex2lyx but it does not work very well... When I have a command I do not know about, I try (just in case) to see whether it is a unicode symbol I know about: // try to see whether the string is in unicodesymbols

Re: [ANNOUNCE] LyX 1.6.1 is released

2008-12-19 Thread Jürgen Spitzmüller
Joost Verburg wrote: > I've uploaded Windows installers to http://www.lyx.org/~joost/ I've put them on the server now. Jürgen

Re: LyX FindAndReplace dialog roadmap (was Re: FindAdv Wrap Option)

2008-12-19 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Hello, it seems you didn't consider this last patch any further. Sorry, completely forgot about that. It was improving a lot on the speed of searching, thus it seemed to me a reasonable way to improve usability of it. I see some commits on trunk about FindAndReplace

Re: Finding maths with AdvancedSearch

2008-12-19 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Tommaso Cucinotta ha scritto: Hello, it seems you didn't consider this last patch any further. It was improving a lot on the speed of searching, thus it seemed to me a reasonable way to improve usability of it. Also, note that, without the Paragraph::stringify() method