Re: Feature offering

2009-05-06 Thread Enrico Forestieri
On Tue, May 05, 2009 at 10:30:05PM +0200, Enrico Forestieri wrote: > On Tue, May 05, 2009 at 09:50:04PM +0200, Pavel Sanda wrote: > > Enrico Forestieri wrote: > > > I think that ulem is better for underlining but switching to it > > > needs some clever thought... maybe reverting is the easiest thin

Re: Feature offering

2009-05-05 Thread Jean-Marc Lasgouttes
should be this reported to the ulem (or cite) package maintainers? also do we encounter this in our normal documents with citations? if it cause too much problem, we can revert it back... It happens that the author of both packages is Donald Arseneau (aka one of the masters of the style files).

Re: Feature offering

2009-05-05 Thread Enrico Forestieri
On Tue, May 05, 2009 at 09:50:04PM +0200, Pavel Sanda wrote: > Enrico Forestieri wrote: > > I think that ulem is better for underlining but switching to it > > needs some clever thought... maybe reverting is the easiest thing > > to do... > > no preference here. i will revert it for the time being

Re: Feature offering

2009-05-05 Thread Pavel Sanda
Enrico Forestieri wrote: > I think that ulem is better for underlining but switching to it > needs some clever thought... maybe reverting is the easiest thing > to do... no preference here. i will revert it for the time being; whosoever want to make it work even with citations, feel free to take t

Re: Feature offering

2009-05-05 Thread Enrico Forestieri
On Tue, May 05, 2009 at 12:54:02PM -0400, rgheck wrote: > Enrico Forestieri wrote: > > > > If someone incurs in this problem, this is the updated workaround: > > > > \usepackage{cite} > > \let\olduline\uline > > \newsavebox{\cbox} > > \let\oldcite\cite > > \newcommand{\newcite}[1]{\sbox\cbox{\oldci

Re: Feature offering

2009-05-05 Thread Enrico Forestieri
On Tue, May 05, 2009 at 05:39:01PM +0200, Pavel Sanda wrote: > Enrico Forestieri wrote: > > You just broke a number of old documents of mine, but I guess that is > > unavoidable. The problem is that ulem is incompatible with the cite > > package and misterious errors occur when you underline a cita

Re: Feature offering

2009-05-05 Thread rgheck
Pavel Sanda wrote: Jürgen Spitzmüller wrote: Yes. In a strict sense, you would have to revert the stuff to ERT. But also if you do not do that, an empty file format change would be advisable. i would bet that when we changed from soul to ulem this didnt happen and the same holds for th

Re: Feature offering

2009-05-05 Thread rgheck
Enrico Forestieri wrote: On Tue, May 05, 2009 at 01:52:22PM +0200, Pavel Sanda wrote: Pavel Sanda wrote: Jürgen Spitzmüller wrote: However, now that we have ulem in, we should use it for underlining (if it is available), such that underlined text is broken across lines.

Re: Feature offering

2009-05-05 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > i would bet that when we changed from soul to ulem this didnt happen and > the same holds for the switch for some boxes or subfloats we have changed > last year even in branch (cant remember what it was exactly...) in fact i > seem to be unable to recall when such bumps happen

Re: Feature offering

2009-05-05 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Yes. In a strict sense, you would have to revert the stuff to ERT. But also > if you do not do that, an empty file format change would be advisable. i would bet that when we changed from soul to ulem this didnt happen and the same holds for the switch for some boxes or

Re: Feature offering

2009-05-05 Thread Pavel Sanda
Enrico Forestieri wrote: > You just broke a number of old documents of mine, but I guess that is > unavoidable. The problem is that ulem is incompatible with the cite > package and misterious errors occur when you underline a citation. should be this reported to the ulem (or cite) package maintain

Re: Feature offering

2009-05-05 Thread Jürgen Spitzmüller
Pavel Sanda wrote: >> But you need to bumo the file format. > > eh? we increase fileformat any time we change > latex output? Yes. In a strict sense, you would have to revert the stuff to ERT. But also if you do not do that, an empty file format change would be advisable. Jürgen

Re: Feature offering

2009-05-05 Thread Enrico Forestieri
On Tue, May 05, 2009 at 01:52:22PM +0200, Pavel Sanda wrote: > Pavel Sanda wrote: > > Jürgen Spitzmüller wrote: > > > However, now that we have ulem in, we should use it for underlining (if > > > it is available), such that underlined text is broken across lines. > > > > i will look whether ulem

Re: Feature offering

2009-05-05 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > But you need to bumo the file format. eh? we increase fileformat any time we change latex output? pavel

Re: Feature offering

2009-05-05 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > checkout the current trunk if thats what you wanted. I guess it is. Thanks. But you need to bumo the file format. Jürgen

Re: Feature offering

2009-05-05 Thread Pavel Sanda
Pavel Sanda wrote: > Jürgen Spitzmüller wrote: > > However, now that we have ulem in, we should use it for underlining (if > > it is available), such that underlined text is broken across lines. > > i will look whether ulem supports across lines feature. checkout the current trunk if thats what

Re: Feature offering

2009-05-05 Thread Pavel Sanda
Abdelrazak Younes wrote: %\uuline{urgent} double-underlined text %\uwave{boat}wavy underline %\xout{removed} marked over with //. it would be piece of cake to add any of these (until i remember the code around). the question is - do we

Re: Feature offering

2009-05-04 Thread Pavel Sanda
Abdelrazak Younes wrote: > That would be an RC setting change, do we have an lfun for that? I mean an > lfun to change the value of an RC option? no pavel

Re: Feature offering

2009-05-04 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdelrazak Younes wrote: %\uuline{urgent} double-underlined text %\uwave{boat}wavy underline %\xout{removed} marked over with //. it would be piece of cake to add any of these (until i remember the code around). the question is - do we want

Re: Feature offering

2009-05-04 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > However, now that we have ulem in, we should use it for underlining (if > it is available), such that underlined text is broken across lines. i will look whether ulem supports across lines feature. pavel

Re: Feature offering

2009-05-04 Thread Pavel Sanda
Abdelrazak Younes wrote: >> %\uuline{urgent} double-underlined text >> %\uwave{boat}wavy underline >> %\xout{removed} marked over with //. >> >> it would be piece of cake to add any of these (until i remember the code >> around). the question is - do we want any of

Re: Feature offering

2009-05-04 Thread Abdelrazak Younes
Pavel Sanda wrote: hi, ulem package offer additional text style macros: %\uuline{urgent} double-underlined text %\uwave{boat}wavy underline %\xout{removed} marked over with //. it would be piece of cake to add any of these (until i remember the code around). th

Re: Feature offering

2009-05-03 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > it would be piece of cake to add any of these (until i remember the code > around). the question is - do we want any of these in lyx ? Dunno. However, now that we have ulem in, we should use it for underlining (if it is available), such that underlined text is broken across l

Feature offering

2009-05-03 Thread Pavel Sanda
hi, ulem package offer additional text style macros: %\uuline{urgent} double-underlined text %\uwave{boat}wavy underline %\xout{removed} marked over with //. it would be piece of cake to add any of these (until i remember the code around). the question is - do we