On Mon, May 4, 2015 at 10:08 AM, Jean-Marc Lasgouttes
wrote:
> Le 24/08/2014 18:50, Richard Heck a écrit :
>>
>> This particular case seems special to me. Showing ALL ends of paragraphs
>> is overkill. It
>> seems to me that we ought to display some extra space here, since that
>> is how the outpu
On Sun, May 3, 2015 at 7:09 PM, Scott Kostyshak wrote:
> On Sun, May 3, 2015 at 5:21 PM, Enrico Forestieri wrote:
>> On Sun, May 03, 2015 at 04:07:28PM -0400, Scott Kostyshak wrote:
>>
>>> On Sun, May 3, 2015 at 11:00 AM, Enrico Forestieri wrote:
>>> > On Sun, May 03, 2015 at 01:52:33AM -0400, S
On Mon, May 4, 2015 at 3:39 AM, Kornel Benko wrote:
> Am Sonntag, 3. Mai 2015 um 19:09:35, schrieb Scott Kostyshak
>
>>
>> OK I'll rename to removeAuxiliaryFiles. I'll do that as soon as master
>> is compilable again.
>>
>> Scott
>
> For now I suggest simply add '\n' to the string at po/ar.po:22
Am 22.04.2015 um 01:08 schrieb LyX Ticket Tracker :
> #9514: Even with "Spellcheck for Notes" disabled Lyx still spellchecks certain
> elements inside Notes
> -+-
> Reporter: danielpferreira | Owner: stwitt
> Type: defect |
Am 03.05.2015 um 21:17 schrieb Scott Kostyshak:
I get a build error I think is coming from this commit:
I fixed this.
regards Uwe
On Mon, May 04, 2015 at 05:48:44PM +0200, Jean-Marc Lasgouttes wrote:
> Le 04/05/2015 17:37, Enrico Forestieri a écrit :
> >>A relative path is always possible, at least in linux: think
> >> ../../home/foo/myfiles/foo.lyx
> >>which is actually an absolute path to a file in another user's homedir
Hi,
in the process of building lyx for what will become Fedora 23 (rawhide
at the moment) there a planned rebuild of all C++ packages in order to get the
new ABI (no more cow strings)
Fedora 22 that is scheduled to be release this month has the old ABI while the
next version (rawhide) s
Le 11/01/2015 03:47, Uwe Stöhr a écrit :
This new feeature deserves an entry with a screenshot image in our list
of new features:
http://wiki.lyx.org/LyX/NewInLyX22
JMarc, maybe you can do this as you know the feature the best?
Juergen just did it (thanks!)
JMarc
Am 22.04.2015 um 23:03 schrieb Scott Kostyshak:
> On Wed, Apr 22, 2015 at 4:44 PM, Sven Schreiber wrote:
>> Hi,
>> today I have consciously experienced the behavior that James had
>> described: I cut a paragraph that contained some math insets and when I
>> pasted it the math insets were gone and
Le 04/05/2015 17:39, Jürgen Spitzmüller a écrit :
Should be solved.
It is. Thanks.
JMarc
Le 04/05/2015 17:37, Enrico Forestieri a écrit :
A relative path is always possible, at least in linux: think
../../home/foo/myfiles/foo.lyx
which is actually an absolute path to a file in another user's homedir.
Wrong example. The relative path would be ../foo/myfiles/foo.lyx (but
see below
2015-05-04 14:49 GMT+02:00 Jean-Marc Lasgouttes:
> Hello,
>
> With today's build, I get the following warning. Juergen, is this related
> to your recent changes?
>
For sure.
> GENui_TabularCreateUi.h
> ../../../../master/src/frontends/qt4/ui/TabularCreateUi.ui: Warning:
> Z-order assignme
On Mon, May 04, 2015 at 03:42:32PM +0200, Jean-Marc Lasgouttes wrote:
> Le 04/05/2015 00:44, Enrico Forestieri a écrit :
> >Unless someone can give an example showing that a relative path of one
> >of the above forms produces problems, I am going to unify the two
> >methods in a single one simply
2015-05-04 15:32 GMT+02:00 Jean-Marc Lasgouttes:
>
> Doing it in eatLine breaks parsing of LANGUAGES.
>>
>
> What file is that?
>
err, lib/languages.
Jürgen
>
> JMarc
>
>
2015-05-04 15:30 GMT+02:00 Jean-Marc Lasgouttes:
> Le 03/05/2015 17:17, Jürgen Spitzmüller a écrit :
>
>> 2015-05-03 16:42 GMT+02:00 Jürgen Spitzmüller:
>>
>>
>> Sure. We could find out what is wrong!
>>
>>
>> Uwe, does the attached patch help?
>>
>
> I am lost with this thread. What are the s
Le 01/05/2015 10:30, Nikolay Orlyuk a écrit :
Hi
Please consider this patch for fixing build in Exherbo linux distro.
Note that autotools will install config/ar-lib as well. I'm not sure if
it reasonable to commit into source tree of Lyx. Though that script
should be included in final release t
Le 24/08/2014 18:50, Richard Heck a écrit :
This particular case seems special to me. Showing ALL ends of paragraphs
is overkill. It
seems to me that we ought to display some extra space here, since that
is how the output will
look.
Actually, LyX does add a parskip in front of such displayed eq
Le 04/05/2015 00:44, Enrico Forestieri a écrit :
Unless someone can give an example showing that a relative path of one
of the above forms produces problems, I am going to unify the two
methods in a single one simply returning a relative path.
Using relative paths is a superior alternative to ab
Le 27/04/2015 11:09, Jürgen Spitzmüller a écrit :
I inspected the (actually not so few) uses now, and I think that
getString and getDocString is the place where tabs should be replaced by
blanks.
Doing it in eatLine breaks parsing of LANGUAGES.
What file is that?
JMarc
Le 03/05/2015 17:17, Jürgen Spitzmüller a écrit :
2015-05-03 16:42 GMT+02:00 Jürgen Spitzmüller:
Sure. We could find out what is wrong!
Uwe, does the attached patch help?
I am lost with this thread. What are the symptoms?
JMarc
Le 03/05/2015 14:30, Jürgen Spitzmüller a écrit :
2015-04-30 19:35 GMT+02:00 Jürgen Spitzmüller:
Further testing revealed that this is a change that needs careful
testing. I have learned that readParToken also uses getDocString()
in order to read normal paragraph lines, and thus obvi
Hello,
With today's build, I get the following warning. Juergen, is this
related to your recent changes?
JMarc
GENui_TabularCreateUi.h
../../../../master/src/frontends/qt4/ui/TabularCreateUi.ui: Warning:
Z-order assignment: 'layoutWidget' is not a valid widget.
../../../../master/src/f
2015-05-04 12:13 GMT+02:00 Enrico Forestieri:
> > Graphic files are missing.
>
> They are not relevant. Replace them with \rule{0.2\textwidth}{2cm}
> in ERT. See attached original and redacted example.
>
Sure. But it would help if not me would invest time and do this, but the
person who is asking
Juhu!
Thanks a LOOT!
That solved the problem!
Yeah!
Thank you
2015-05-04 12:13 GMT+02:00 Enrico Forestieri :
> On Mon, May 04, 2015 at 11:36:26AM +0200, Jürgen Spitzmüller wrote:
>
> > 2015-05-04 10:39 GMT+02:00 Aline Gautrein:
> >
> > > Lyx File
> > >
> >
> > Graphic files are missin
On Mon, May 04, 2015 at 11:36:26AM +0200, Jürgen Spitzmüller wrote:
> 2015-05-04 10:39 GMT+02:00 Aline Gautrein:
>
> > Lyx File
> >
>
> Graphic files are missing.
They are not relevant. Replace them with \rule{0.2\textwidth}{2cm}
in ERT. See attached original and redacted example.
--
Enrico
#
On Mon, May 04, 2015 at 10:39:26AM +0200, Aline Gautrein wrote:
> Lyx File
Your problem is that, from the point of view of latex, a graphics is
a single box with a given baseline (irrespective of the height) and
it is aligned according to that baseline. To achieve your goal, you
have to let latex
2015-05-04 10:39 GMT+02:00 Aline Gautrein:
> Lyx File
>
Graphic files are missing.
Jürgen
Lyx File
2015-05-04 9:00 GMT+02:00 Aline Gautrein :
> I don't get an error. The entries within the tables are just misplaced.
>
> 2015-05-04 8:52 GMT+02:00 Richard Heck :
>
>> On 05/04/2015 02:34 AM, Aline Gautrein wrote:
>>
>>> Hey,
>>>
>>> yes I tried that, but it didn't work.
>>>
>>
>> Please
Am Sonntag, 3. Mai 2015 um 19:09:35, schrieb Scott Kostyshak
>
> OK I'll rename to removeAuxiliaryFiles. I'll do that as soon as master
> is compilable again.
>
> Scott
For now I suggest simply add '\n' to the string at po/ar.po:22581.
At least this makes master compilable again.
Korne
I don't get an error. The entries within the tables are just misplaced.
2015-05-04 8:52 GMT+02:00 Richard Heck :
> On 05/04/2015 02:34 AM, Aline Gautrein wrote:
>
>> Hey,
>>
>> yes I tried that, but it didn't work.
>>
>
> Please post a minimal LyX file showing what you tried to do. Remove
> every
30 matches
Mail list logo