José Matos wrote:
> > I think XeTeX supports would be a very nice addition to LyX. Especially
> > now that we have so many unicode users.
> >
> > I say put it in, I am sure there would be many people testing this and
> > polishing/requesting features :-)
>
> I agree. :-)
OK, done. I do some furthe
On Sat, 4 Apr 2009, Pavel Sanda wrote:
i started new section of TODOs for our server migration so we dont
forget all problems we have reported.
http://www.lyx.org/NewWebsiteDevelopment
I've moved these TODOs to another page on the wiki, here:
http://wiki.lyx.org/Devel/Administration#
Vincent van Ravesteijn wrote:
> > I think this is a file format change. On reversion, the greyedout stuff
> > needs to be added to the preamble.
> >
> > Jürgen
> >
>
> How can I do that ? The color is not put into the LyX file, so lyx2lyx
> can't do anything for me.
>
> This is the same as for sh
Vincent van Ravesteijn wrote:
> Hmm.. if I knew how...
> to M-equal ?
M-plus and M-minus, I guess.
Jürgen
Enrico Forestieri wrote:
> > Log:
> > Don't create nested text-in-math environments.
>
> Jürgen, Ok for branch?
>
> Without this, when pasting "\text{§}" you woud get "\text{\text{§}}".
OK.
Jürgen
Richard Heck wrote:
> Pavel Sanda wrote:
>> Richard Heck wrote:
>>
>>> @@ -1499,14 +1487,6 @@
>>> break;
>>> }
>>> - case LFUN_BRANCH_ACTIVATE:
>>> - case LFUN_BRANCH_DEACTIVATE:
>>> - if (cmd.argument().empty())
>>> - return false;
>>> -
Pavel Sanda wrote:
Richard Heck wrote:
@@ -1499,14 +1487,6 @@
break;
}
- case LFUN_BRANCH_ACTIVATE:
- case LFUN_BRANCH_DEACTIVATE:
- if (cmd.argument().empty())
- return false;
- buffer_.dispatch(cmd);
-
On Mon, Apr 06, 2009 at 01:34:22AM +0200, for...@lyx.org wrote:
> Author: forenr
> Date: Mon Apr 6 01:34:22 2009
> New Revision: 29118
> URL: http://www.lyx.org/trac/changeset/29118
>
> Log:
> Don't create nested text-in-math environments.
Jürgen, Ok for branch?
Without this, when pasting "\te
> I am not criticizing the merge, perhaps this is needed and better but in effect you are replacing
> many small functions by a single big fat one (metrics method I guess)... which is not so pretty.
We already had the different fraction typed as kind of the InsetMathFraction inset, only the type
On 05/04/2009 21:52, uwesto...@lyx.org wrote:
Author: uwestoehr
Date: Sun Apr 5 21:52:53 2009
New Revision: 29114
URL: http://www.lyx.org/trac/changeset/29114
Log:
major code cleanup for fractions:
- InsetMathFrac.cpp/h:
- InsetCFrac, InsetDFrac, and InsetTFrac are now included as kind of
Kornel Benko wrote:
> > You can always commit the changes. But please do not touch LINGUAS unless
> > you have 50% "real" translations.
>
> I have now, but I am not touching this file. I hope, someone will check.
> Pavel?
no sorry, i'm not going to check slovak translation.
maybe you can try som
Vincent van Ravesteijn wrote:
> Vincent van Ravesteijn schreef:
>> Jürgen Spitzmüller schreef:
>>> Jürgen Spitzmüller wrote:
>>>
Or M-+/-, if it's not taken yet.
>>>
>>> I think M-+/- is a good candidate indeed.
>>>
>>> Jürgen
>>>
>> So, if Juergen agrees with Juergen, ...
>>
>>
Richard Heck wrote:
> @@ -1499,14 +1487,6 @@
> break;
> }
>
> - case LFUN_BRANCH_ACTIVATE:
> - case LFUN_BRANCH_DEACTIVATE:
> - if (cmd.argument().empty())
> - return false;
> - buffer_.dispatch(cmd);
> - processU
Jürgen Spitzmüller schreef:
Uwe Stöhr wrote:
This patch customizes the color of the greyed-out-notes.
Fine with me and this should also go to branch if possible.
I think this is a file format change. On reversion, the greyedout stuff needs
to be added to the preamble.
Jürgen
Uwe Stöhr wrote:
> (I currently don't get emails when bugs are changed that I reported or
> where I'm on the CC list.)
i also don't get email notification. this is a mustfix.
pavel
Waluyo Adi Siswanto schrieb:
Besides this, it is necessary what version of the babel package you are using. I have here version
3.81. To find this out, compile your file to PDF and then use the menu Document -> LaTeX log.
(Indonesian support was added about a year ago in babel, so when you are u
On Sun, Apr 05, 2009 at 09:22:32PM +0200, Vincent van Ravesteijn wrote:
> Hi all,
>
> Would it be possible to add this function to the Cursor class ?
Sure.
Andre'
Today I cleaned up and simplified the fraction in mathed.
This way I also added support for the optional argument of \cfrac. The LaTeX part and the
metrics/drawing works so, but I am unable to set the cursor correctly. Therefore it is currently not
possible to set the cursor to the cell of the o
Hi all,
Would it be possible to add this function to the Cursor class ?
Vincent
Index: C:/Users/Vincent/OpenSource/LyX/svn-trunk/src/Cursor.cpp
===
--- C:/Users/Vincent/OpenSource/LyX/svn-trunk/src/Cursor.cpp
(revision 29107)
++
On Sunday 05 April 2009 20:02:53 Abdelrazak Younes wrote:
> I think XeTeX supports would be a very nice addition to LyX. Especially
> now that we have so many unicode users.
>
> I say put it in, I am sure there would be many people testing this and
> polishing/requesting features :-)
I agree. :-)
and which I as a regular user really like :D
hartmann
2009/4/5 Abdelrazak Younes
>
>> On 05/04/2009 17:31, Hartmann Sybill wrote:
>>
>>> btw. MS Office uses CRTL + Mouse Wheel as the shortcut for zooming
>>>
>>
>> Yes, this is also what we do since 1.6.0 :-)
>>
>> Abdel.
>>
>>
>
On 05/04/2009 17:31, Hartmann Sybill wrote:
btw. MS Office uses CRTL + Mouse Wheel as the shortcut for zooming
Yes, this is also what we do since 1.6.0 :-)
Abdel.
On 05/04/2009 17:57, Jürgen Spitzmüller wrote:
Since I do not use (nor intend to use) XeTeX myself (and consequently, I am
only superficially familiar with XeTeX) and since my time is limited, I
propose to put this to trunk, provided that someone volunteers to test and
polish the feature. XeTeX i
Kornel Benko schreef:
Hi,
I commited a version of sk.mo, but now I got a message from
mailer-dae...@wierdlmpc.msci.memphis.edu
about not being able to deliver to :
because of too large message. (> 30 bytes)
Ok, I can understand this.
But, if my commits have made it into this list, why o
Hi,
I commited a version of sk.mo, but now I got a message from
mailer-dae...@wierdlmpc.msci.memphis.edu
about not being able to deliver to :
because of too large message. (> 30 bytes)
Ok, I can understand this.
But, if my commits have made it into this list, why on earth there is n
Vincent van Ravesteijn schreef:
Jürgen Spitzmüller schreef:
Jürgen Spitzmüller wrote:
Or M-+/-, if it's not taken yet.
I think M-+/- is a good candidate indeed.
Jürgen
So, if Juergen agrees with Juergen, ...
and the thread comes to a silent end, I think I'll add the M-+/-
shortc
Vincent van Ravesteijn wrote:
Jürgen Spitzmüller schreef:
Jürgen Spitzmüller wrote:
Or M-+/-, if it's not taken yet.
I think M-+/- is a good candidate indeed.
Jürgen
So, if Juergen agrees with Juergen, ...
and the thread comes to a silent end, I think I'll add the M-+/-
shortcut
Jürgen Spitzmüller schreef:
Jürgen Spitzmüller wrote:
Or M-+/-, if it's not taken yet.
I think M-+/- is a good candidate indeed.
Jürgen
So, if Juergen agrees with Juergen, ...
and the thread comes to a silent end, I think I'll add the M-+/-
shortcuts...
Vincent
Waluyo Adi Siswanto wrote:
> ...It could be my system ..?
> I am attaching a sample file, and see what I get in pdf (Contents and
> Chapter #, failed to translate)
Works for me. I guess you need to setup indonesian babel support on your
system. Look here for instructions:
http://www.tex.ac.uk/cgi
Attached is what I have done to start XeTeX support in LyX. What it currently
does, is:
* check and configure xetex.
* provide a basic xetex backend (with its own output flavor XETEX)
* provide a simple checkbox "use XeTeX" in Document>Settings
* if this is selected,
- set the correct enc
On Sun, Apr 05, 2009 at 05:20:21PM +0200, Enrico Forestieri wrote:
> On Sun, Apr 05, 2009 at 05:13:29PM +0200, Jürgen Spitzmüller wrote:
>
> > Enrico Forestieri wrote:
> > > Jürgen, may I commit the attached to branch?
> > >
> > > I'm willing to take care that ui files remain compatible with Qt 4
btw. MS Office uses CRTL + Mouse Wheel as the shortcut for zooming
On Sun, Apr 05, 2009 at 05:13:29PM +0200, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > Jürgen, may I commit the attached to branch?
> >
> > I'm willing to take care that ui files remain compatible with Qt 4.2,
> > so, may I commit such kind of tweaks to branch without asking?
>
> Yes,
Enrico Forestieri wrote:
> Jürgen, may I commit the attached to branch?
>
> I'm willing to take care that ui files remain compatible with Qt 4.2,
> so, may I commit such kind of tweaks to branch without asking?
Yes, OK.
The strange thing is, though, that I have edited this file myself with
design
On Fri, Mar 20, 2009 at 05:19:59PM +0100, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > Jürgen, may I do the same on branch?
>
> OK.
Jürgen, may I commit the attached to branch?
I'm willing to take care that ui files remain compatible with Qt 4.2,
so, may I commit such kind of tweaks
> In 1.6.x id user interface, I have found this problem.
> When I use document class "book", all seems translated correctly in LyX
> working area (on the screen).
> ...
> When I view DVI, PDF or PS, they are not translated but still in its
> original "Contents" and "Chapter #"
This works for me h
Waluyo Adi Siswanto wrote:
> When I view DVI, PDF or PS, they are not translated but still in its
> original "Contents" and "Chapter #"
Did you set the document language to Indonesian in Document>Settings>Language?
Jürgen
In 1.6.x id user interface, I have found this problem.
When I use document class "book", all seems translated correctly in LyX
working area (on the screen).
The "Table of Contents" translated correctly to "Daftar Isi"
The "Chapter" when I choose"Chapter" environment also translated to
"Bab".
When
Am Sonntag 05 April 2009 schrieb Jürgen Spitzmüller:
> Kornel Benko wrote:
> > > You can do it step-by-step. A ratio of 50% is needed to get it shipped
> > > with a release (i.e, enable it in LINGUAS), quite a bit more is
> > > probably needed for it to be really useful. However, note that many
> >
Jürgen Spitzmüller wrote:
> Or M-+/-, if it's not taken yet.
I think M-+/- is a good candidate indeed.
Jürgen
Kornel Benko wrote:
> > You can do it step-by-step. A ratio of 50% is needed to get it shipped
> > with a release (i.e, enable it in LINGUAS), quite a bit more is probably
> > needed for it to be really useful. However, note that many translations
> > are not 100%.
>
> Thanks, the ratio as of now i
Enrico Forestieri wrote:
> > Unicode symbols entered or pasted in math are wrapped in \text{} by
> > default. Unwrapped symbols can be obtained either by dissolving the text
> > inset or by verbatim paste (Ctrl+Shift+V). In such a case, the symbols
> > are wrapped in \lyxmathsym when exporting to l
42 matches
Mail list logo