Jean-Marc Lasgouttes wrote:
>> "Georg" == Georg Baum
>> <[EMAIL PROTECTED]>
>> writes:
>
> Georg> We need the command line switch since it is not possible to
> Georg> tell from the file itself that it was written by CJK-LyX.
>
> Even in the first line of the file?
AFAIK not. Is that
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> We need the command line switch since it is not possible to
Georg> tell from the file itself that it was written by CJK-LyX.
Even in the first line of the file?
JMarc
Am Sonntag, 11. Februar 2007 04:18 schrieb ChangGil Han:
> With your patch, lyx2lyx now translate correctly euc-kr encoded file to
the format for the current lyx-svn, but only in cjk environment--here
in "ko_KR.eucKR". Can you make this can also work in the locale set in
UTF-8?
Sure, the atta
Hello,
- Original Message -
>> From: Georg Baum <[EMAIL PROTECTED]>
>> To: lyx-devel@lists.lyx.org
>> Date: 2007-02-10 23:03:49
>> Subject: Re: A status report on the current lyx-1.5.0svn support of
>> CJKlanguages
>>
>>
>> Yes.
- Original Message -
>> From: Abdelrazak Younes <[EMAIL PROTECTED]>
>> To: lyx-devel@lists.lyx.org
>> Date: 2007-02-11 01:32:00
>> Subject: Re: A status report on the current lyx-1.5.0svn support of CJK
>> languages
>>
>>
>> OK,
ChangGil Han wrote:
> Abdelrazak Younes wrote:
>
>> OK, then Georg is right about generating as many keypressEvent as there
>> are characters in the inputMethodEvent. Please apply this patch and try
>> again.
>
> Your patch works here both in linux and in windows box!!!
OK, thanks for testing. I
Am Samstag, 10. Februar 2007 14:18 schrieb ChangGil Han:
> Yes, you are right. So the task to be done is to make lyx2lyx
translate .lyx file with CJK characters encoded in the locale set such as
euc-kr ro euc-jp, into the .lyx file readable by the current lyx-svn,
isn't it?
Yes. This patch a
Abdelrazak Younes wrote:
> OK, then Georg is right about generating as many keypressEvent as there
> are characters in the inputMethodEvent. Please apply this patch and try
> again.
Your patch works here both in linux and in windows box!!!
Regards,
cghan
Georg Baum wrote:
> I agree, but I was asking how it is done in cjk-lyx. My plan is
>
> 1) understand how cjk-lyx stores .lyx documents
> 2) understand how cjk-lyx exports cjk to latex
> 3) implement lyx2lyx support to read cjk-lyx files
> 4) implement support for proper latex export of cjk
>
> cj
Georg Baum wrote:
Abdelrazak Younes wrote:
I think we should have an RC setting for inputMethodEvent. This should
be enabled only for Asian language (see patch).
Why? As I understand it such an event is simply not generated if I don't use
an input method, so it would not hurt at all to enable
Abdelrazak Younes wrote:
> I think we should have an RC setting for inputMethodEvent. This should
> be enabled only for Asian language (see patch).
Why? As I understand it such an event is simply not generated if I don't use
an input method, so it would not hurt at all to enable it always.
An rc
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I think we should have an RC setting for inputMethodEvent.
Abdelrazak> This should be enabled only for Asian language (see
Abdelrazak> patch).
Why could not this be done automatically by LyX?
JMarc
한창길 wrote:
> Abdelrazak Younes wrote:
>
>> OK, I got it. But I think this is not the place to take care of
>> that. At this level, there should be only one (or two in case of
>> surrogate) utf16 character. I think that the proper place to trim
>> those superfluous characters is in
>> 'GuiWorkArea:
On Fri, 9 Feb 2007 14:04:28 +0900
<[EMAIL PROTECTED]> wrote:
> > Does that mean that cjk-lyx does not add a command to switch to a
> > cjk-environment itself, but you have to do it in ERT?
>
> It is not cjk-lyx but lyx-1.5svn in which I used cjk-latex. It
> would be handy if "a command to switc
Georg Baum wrote:
Question to all: The cjk patch contains a korean and japanese translation.
Should't we put this into svn?
I'd say yes. Why not?
Abdel.
"한창길" wrote:
> Georg Baum wrote:
>
>> Does that mean that cjk-lyx does not add a command to switch to a
>> cjk-environment itself, but you have to do it in ERT?
>
> It is not cjk-lyx but lyx-1.5svn in which I used cjk-latex. It would be
> handy if "a command to switch to the cjk-environment" is
José Matos wrote:
> I received it. Are you using gmane or any other newsgate to read the list?
Because of heavy traffic in my mail account, I have not subscribed lyx-devel
lists.
Regards,
cghan
Abdelrazak Younes wrote:
> OK, I got it. But I think this is not the place to take care of that. At
> this level, there should be only one (or two in case of surrogate) utf16
> character. I think that the proper place to trim those superfluous
> characters is in 'GuiWorkArea::inputMethodEvent()'.
Georg Baum wrote:
> Does that mean that cjk-lyx does not add a command to switch to a
> cjk-environment itself, but you have to do it in ERT?
It is not cjk-lyx but lyx-1.5svn in which I used cjk-latex. It would be handy
if "a command to switch to the cjk-environment" is hardcoded in lyx.
> I
Am Donnerstag, 8. Februar 2007 15:22 schrieb Abdelrazak Younes:
> Actually, most of the CJK patch is gettext translation and unicode
> conversion. I guess we could have taken this patch as-is as starting
> point for unicode :-). Maybe that's what Lars did, dunno.
IIRC he did that indeed.
Geor
Georg Baum wrote:
"한창길" wrote:
Georg Baum wrote:
"한창길" wrote:
2. Many TeX macro style files for the CJK languages such as "cjk-latex",
use as input encoding option, "utf8x" instead of "utf8". So adding one
line in "lib/encodings"
" Encoding utf8x utf8x UTF-8
End"
and settin
Abdelrazak Younes wrote:
> Maybe, but AFAIU, the desired characters were shown correctly on 한창길
> 's screen. If you look at the QLyXKeysym, the second character were
> clearly ignored... well, up to my latest commit of course.
In that case would probably be a bug of the input method. I was not su
Abdelrazak Younes wrote:
> Georg Baum wrote:
>> Sorry for all these dumb questions, but since I cannot read any of
>> the C, J, K languages myself I don't have any experience with this.
>
> I thought you could read Korean? ;-)
To you I can pretend that, but not to a native speaker :-)
Georg
Georg Baum wrote:
Abdelrazak Younes wrote:
OK, I got it. But I think this is not the place to take care of that. At
this level, there should be only one (or two in case of surrogate) utf16
character. I think that the proper place to trim those superfluous
characters is in 'GuiWorkArea::inputMet
Georg Baum wrote:
Sorry for all these dumb questions, but since I cannot read any of
the C, J, K languages myself I don't have any experience with this.
I thought you could read Korean? ;-)
Abdel.
Abdelrazak Younes wrote:
> OK, I got it. But I think this is not the place to take care of that. At
> this level, there should be only one (or two in case of surrogate) utf16
> character. I think that the proper place to trim those superfluous
> characters is in 'GuiWorkArea::inputMethodEvent()'.
"한창길" wrote:
> Georg Baum wrote:
>
>>"한창길" wrote:
>
>>> 2. Many TeX macro style files for the CJK languages such as "cjk-latex",
>>> use as input encoding option, "utf8x" instead of "utf8". So adding one
>>> line in "lib/encodings"
>>>
>>> " Encoding utf8x utf8x UTF-8
>>>End"
>>
한창길 wrote:
> Abdelrazak Younes wrote:
>
>> I can input any CJK characters here (by copy&paste from the web)
>> without any problem (WinXP SP2, english edition). So I reckon that
>> this is an encoding issue.
>
> As you may probably know, multibyte characters cannot be inputted
> directly from the
On Thursday 08 February 2007 12:08:59 pm 한창길 wrote:
> By the way, I cannot see my original post in the thread. What happened?
I received it. Are you using gmane or any other newsgate to read the list?
> Regards,
>
> cghan
--
José Abílio
Abdelrazak Younes wrote:
> I can input any CJK characters here (by copy&paste from the web) without
> any problem (WinXP SP2, english edition). So I reckon that this is an
> encoding issue.
As you may probably know, multibyte characters cannot be inputted directly from
the keyboard, but throug
"한창길" wrote:
> 2. Many TeX macro style files for the CJK languages such as "cjk-latex",
> use as input encoding option, "utf8x" instead of "utf8". So adding one
> line in "lib/encodings"
>
> " Encoding utf8x utf8x UTF-8
>End"
> and setting "Document -> Settings -> Language -> Enc
한창길 wrote:
> Hello,
>
>
>
> I have played around the current lyx-1.5.0svn for some time to test for
> the support of CJK languages, and here is my small report .
>
>
>
> 1. As I reported some time ago, lyx crashes whenever I try to input
> characters with "text_size" larger than "1" as
한창길 wrote:
> Hello,
>
>
>
> I have played around the current lyx-1.5.0svn for some time to test for
> the support of CJK languages, and here is my small report .
>
>
>
> 1. As I reported some time ago, lyx crashes whenever I try to input
> characters with "text_size" larger than "1" as
On 24 February Angus Leeming wrote:
> Now we're up to 53 respondants
Up to 61 now, thanks to:
Maarten Afman
Alfredo Braunstein
Baruch Even
Bernd Kümmerlen
Roman Maurer
Panayotis "PAP" Papasotiriou
Michael Ressler
Huang Ying
42 names left in CREDITS.
--
Angus
John Levon wrote:
>> Baruch Even
>> NOT YET REPLIED
>> YET TO TRY
>
> Please try the latter, it's what he's currently using (I spoke to him
> briefly on IRC yesterday)
I mailed all the "YET TO TRY"s just an hour ago.
Yet to hear anything from 'em though.
> I'm net.dead for a couple of w
On Thu, Feb 24, 2005 at 11:03:49AM +, Angus Leeming wrote:
> Baruch Even
> NOT YET REPLIED
> YET TO TRY
Please try the latter, it's what he's currently using (I spoke to him
briefly on IRC yesterday)
I'm net.dead for a couple of weeks, btw.
john
Angus Leeming wrote:
> It's quite interesting to see what happens when you post off a request
> into the ether and wait. So far, 45 people have responded and 56 haven't.
Actually, it was 46. Now we're up to 53 respondants, the new ones being.
João Luis Meloni Assirati
Helge Hafting
Adrien Rebo
It's quite interesting to see what happens when you post off a request
into the ether and wait. So far, 45 people have responded and 56 haven't.
The following people have agreed to the GPL:
Asger Alstrup
Heinrich Bauer
Georg Baum
Lars Gullik Bjønnes
Johnathan Burchill
Matej Cepl
Matthias K
On Monday 13 January 2003 11:16 am, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Lars, could you remind me how to re-direct [EMAIL PROTECTED] to my
> | home email?
>
> by fixing your .forward file.
Ahh. fetchmail. Haven't investigated that yet. Only just got sendmail
Angus Leeming <[EMAIL PROTECTED]> writes:
| Lars, could you remind me how to re-direct [EMAIL PROTECTED] to my
| home email?
by fixing your .forward file.
--
Lgb
Apologies for the silence recently. I've been busy at work and my spare time
has been spent setting up a new PC at home. The linux learning curve has been
quite steep, but I think I'm there. In fact, I must be because I submitted a
couple of patches from home last night ;-)
I've been trying to
On Friday 02 November 2001 11:16 am, Lars Gullik Bjønnes wrote:
> Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes:
>
> | On Fri, Nov 02, 2001 at 11:40:46AM +0100, Angus Leeming wrote:
> | >
> | > Good idea. It's at http://www.devel.lyx.org/~leeming/guiitest.tar.bz2
> | >
> | > When I try
On Friday 02 November 2001 10:45 am, Jose Abilio Oliveira Matos wrote:
> On Fri, Nov 02, 2001 at 11:40:46AM +0100, Angus Leeming wrote:
> >
> > Good idea. It's at http://www.devel.lyx.org/~leeming/guiitest.tar.bz2
> >
> > When I try and get at it over the web though I get the message:
> >
> >
On Fri, Nov 02, 2001 at 11:40:46AM +0100, Angus Leeming wrote:
>
> Good idea. It's at http://www.devel.lyx.org/~leeming/guiitest.tar.bz2
>
> When I try and get at it over the web though I get the message:
>
>
> Forbidden You don't have permission to access /~leeming/guiitest.tar.bz2 on
> this
On Friday 02 November 2001 4:22 am, Allan Rae wrote:
> On Tue, 30 Oct 2001, Angus Leeming wrote:
> [...]
> > Want some source code? I'm not going to play with this (honest!) till
early
> > December by the look of things.
>
> Why not put it on baywatch so we can get as:
> http://www.devel.l
On Tue, 30 Oct 2001, Angus Leeming wrote:
[...]
> Want some source code? I'm not going to play with this (honest!) till early
> December by the look of things.
Why not put it on baywatch so we can get as:
http://www.devel.lyx.org/~leeming/GUII-tests.tgz
just create a subdir in your home
On Tuesday 30 October 2001 5:22 pm, Lars Gullik Bjønnes wrote:
> /* basic IO routines */
> FL_EXPORT FL_IMAGE *flimage_load(const char *file); /* open & read */
> FL_EXPORT FL_IMAGE *flimage_open(const char *file);
[snip...]
Thanks Lars. I didn't know about these. They aren't in my version of t
On Tuesday 30 October 2001 4:52 pm, John Levon wrote:
> On Tue, Oct 30, 2001 at 04:25:24PM +0100, Angus Leeming wrote:
>
> > * A better way to browse file lists.
> > Should be able to have multiple instances of the File Browser
> > open, connected to the dialog that posted the "Browse"
On Tue, Oct 30, 2001 at 04:25:24PM +0100, Angus Leeming wrote:
> * A better way to browse file lists.
> Should be able to have multiple instances of the File Browser
> open, connected to the dialog that posted the "Browse" request.
>
> They should not block future actio
On Tuesday 30 October 2001 4:44 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
>
> | More powerful libraries like Qt could probably act on most input graphics
> | formats direct. I haven't given much thought to the details.
>
> But xforms also has support for this?
My little test program to load graphics asynchronously to produce a pixmap of
a given (requested) size seems to work beautifully although the logic is a
little hard-coded at the moment. It also has a daughter ChildProcesses dialog
that displays all currently running forked processes and can be
I've got the inset working for once, currently the only useful part of it
is the fact that it can have the filename, will read, write and create the
latex output for it. Useful for me anyhow :-)
It also features a bug (the inset-delete-and-then-dialog-apply bug).
I'm now aiming to make it on par
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> No, no. I never meant to imply that. However, that patch is not
| Lars> quite correct since the .cot should have its own enum value and
| Lars> not share one with .toc.
|
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> No, no. I never meant to imply that. However, that patch is not
Lars> quite correct since the .cot should have its own enum value and
Lars> not share one with .toc.
Is that a big problem? I mean, is it good enough like that? O
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Lars> Note that this has now been rewritten a bit in cvs.
|
| Yes, but is it necessary to import the rewrite in fix1? I opted for
| minimal changes.
No, no. I never meant to imply that.
However, that patch is not quite correct since the .cot s
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> Thanks. Applied to lyx-1_1_5 too.
Lars> Note that this has now been rewritten a bit in cvs.
Yes, but is it necessary to import the rewrite in fix1? I opted for
minimal
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Thanks. Applied to lyx-1_1_5 too.
Note that this has now been rewritten a bit in cvs.
Lgb
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes:
Baruch> One additional fix that could be added (really a minor one) is
Baruch> in the dependency of latex'ing. Specifically when an hebrew
Baruch> document has a TOC it will need (as any document with a TOC)
Baruch> two passes, however the
Juergen Vigna <[EMAIL PROTECTED]> writes:
| On 04-Jul-2000 Lars Gullik Bjønnes wrote:
| >
| > hmm I think this change a lot of my code too... but not much.
| >
|
| Well if you worked on the insetcollapsable.[Ch] YES otherwise probably
| no.
I have done some there, because we now have some 6-8
On 04-Jul-2000 Lars Gullik Bjønnes wrote:
>
> hmm I think this change a lot of my code too... but not much.
>
Well if you worked on the insetcollapsable.[Ch] YES otherwise probably
no.
>| I'll commit what I have now so you can have a look!
>
> Please, do.
>
Really soon just let me finish s
Juergen Vigna <[EMAIL PROTECTED]> writes:
| Well guys,
|
| you would mean I'm bussy with other things and therefore not comitting
| anything new, but the case is that I'm still struggling with the update
| problems and I'm still not able to solve them (I already rewrote the
| collapsable inset t
Well guys,
you would mean I'm bussy with other things and therefore not comitting
anything new, but the case is that I'm still struggling with the update
problems and I'm still not able to solve them (I already rewrote the
collapsable inset to use a TextInset instead to BE a TextInset and so
I fi
Baruch Even <[EMAIL PROTECTED]> writes:
| The patch:
|
| Index: src/LaTeX.C
I will apply it to cvs (but I'll leave it to Jean-Marc to apply it to
the 1.1.5 branch)
But...I think I should be able to make lyx discover all files
generated by latex automatically so that we don't need that
struct/a
One additional fix that could be added (really a minor one) is in the
dependency of latex'ing. Specifically when an hebrew document has a TOC it
will need (as any document with a TOC) two passes, however the hebrew TOC
is in a file with suffix .cot due to the fact the hebrew latex supports
both he
> Thanks. It would probably be better to give it a different name, like
> lyx-1.1.5fix, or anything to make sure people do not think it is an
> actual version (hmm, maybe the name is just taken from the version
> string I forgot to update?).
Yup. auto-generated. ;-)
--
Kayvan A. Sylvan
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:
Kayvan> On Thu, Jun 29, 2000 at 11:10:50AM +0200, Jean-Marc Lasgouttes
Kayvan> wrote:
>> Hello,
>>
>> Yesterday's status update gave great results, so it is time for
>> another one. Let me recall that all these fixes have been checke
On Thu, Jun 29, 2000 at 11:10:50AM +0200, Jean-Marc Lasgouttes wrote:
>
> Hello,
>
> Yesterday's status update gave great results, so it is time for
> another one. Let me recall that all these fixes have been checked in
> the branch lyx-1_1_5, which you can get with the command
> cvs checkout
Hello,
Yesterday's status update gave great results, so it is time for
another one. Let me recall that all these fixes have been checked in
the branch lyx-1_1_5, which you can get with the command
cvs checkout -d lyx-1_1_5 -r lyx-1_1_5 lyx-devel
I advise those of you who want the 1.1.5 series
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Lars> We have had that for a long-long time. Only some new code seems
| Lars> to trigger it more often. I can fix it by removing the
| Lars> "turn-the-cursor-off-when-window-is-not-active" code, this code
| Lars> is not working anyway...
|
| Ple
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | -
Lars> crash in lyxsum() [Lars may have a fix for that] |
Lars> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11937.html
Lars> |
Lars> http://www.mail-archive.com/lyx
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| - crash in lyxsum() [Lars may have a fix for that]
| http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11937.html
| http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11917.html
Index: lyxsum.C
==
Hello,
While everybody else is coding great features for LyX 1.1.6, I have
been accumulating a few fixes for the next fix release of 1.1.5. All
these fixes have been checked in the branch lyx-1_1_5, which you can
get with the command
cvs checkout -d lyx-1_1_5 -r lyx-1_1_5 lyx-devel
I advise t
On 30-Jun-99 Jean-Marc Lasgouttes wrote:
>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
>
> Juergen> Ahem, hmm, well, you know Jean-Marc, Lars and myself had a
> Juergen> bit more time to fix things after you left us at 19:00 on
> Juergen> sunday, so we fixed this stuff and now th
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> Ahem, hmm, well, you know Jean-Marc, Lars and myself had a
Juergen> bit more time to fix things after you left us at 19:00 on
Juergen> sunday, so we fixed this stuff and now the whole
Juergen> menustructure is displayed correct
On 30-Jun-99 Jean-Marc Lasgouttes wrote:
>
> It was indeed much fun...
>
#:O) Did you ever see 4 drunk LyX Developers, no ..., well then you
missed something, maybe you'll have a thought on partecipating the
next meeting!
>
> Just a small word about menus: work is not totally done there and
>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> Finally, after days of hard work drinking and coding, you get
Juergen> the status report from the much succesful third international
Juergen> LyX developers meeting in Bolzano, Italy.
Hi again!
Finally, after days of hard work drinking and coding, you get the status
report from the much succesful third international LyX developers
meeting in Bolzano, Italy.
In the four days the meeting latest, we did some work towards bringing
the future to LyX. The new data structure Asger
Hi all!
This is the first status report from the ~M here in Italy.
We are sorry that we didn't write you earlier, but we have been
absorbed by liquids. Now we have temporarily run dry, and
have worked a tiny bit on the code. We'll get back to you
with more details when we are fille
78 matches
Mail list logo