Re: Question about row table color & error

2015-12-20 Thread Pedro Neves

On 20-12-2015 21:40, Paul A Rubin wrote:


Don't ask me why, but apparenty \rowcolor does not play well with 
multicolumn table cells. If you leave the first instance of \rowcolor 
alone but change the second instance to \cellcolor{lightgray}, I think 
you get what you want.

Hi Paul:

Yes, I do. It works fine using \cellcolor.

Thanks a lot.

Pedro


Re: Question about row table color & error

2015-12-20 Thread Paul A Rubin

Pedro,

Please reply to (or copy) the list in the future, so that the 
conversation stays visible.


Don't ask me why, but apparenty \rowcolor does not play well with 
multicolumn table cells. If you leave the first instance of \rowcolor 
alone but change the second instance to \cellcolor{lightgray}, I think 
you get what you want. (Cf. http://wiki.lyx.org/LyX/Tables#toc6)


Paul

On 12/20/2015 04:03 PM, Pedro Neves wrote:

On 20-12-2015 20:29, Paul A. Rubin wrote:

Most likely you are inserting the ERT in the designated
row in a place that offends LaTeX's sensibilities. If you can post a
minimal
example, perhaps someone can diagnose it.


Probably...
Here goes a small example, where it works on the first table and fails
on the second.


Cheers:

Pedro




float algorithm

2015-12-20 Thread Sajjad
Hello forum,

I am trying to insert float algorithm into the report I am writing. I did
the following:

1. Insert->Float->Algorithm
2. Inside Algorithm I inserted program listing
3. Wrote down the procedure.

When I generate the pdf , the algorithm is over-lapping the page number .
Is it possible to break the algorithm automatically once it cannot be fit
into one page and continue to the next page ? The issue can be seen in the
following link :


http://i.imgur.com/P02CjO8.png

As you can see page number 47 in the middle of the algorithm.


Any idea to get rid of this issue ?


Thanks


Feedback on Lyx 2.2-alpha2

2015-12-20 Thread David Rörich
Dear Lyx developers,

I just compiled the latest Lyx version (commit 435db257...) on my Ubuntu
system with Qt version 4.8.6 and here's some quick feedback.

Preview of included files stopped working for me. Consider the attached Lyx
document that includes a tikz picture. The preview is not rendered and I
don't see any messages concerning the preview rendering in the message
pane. The same document works with 2.1.4.

While responsiveness with commit tagged 2.2-alpha2 seemed to be slow,
typing, scrolling and deleting is smooth with the latest commit.

I like the new icons and splash screen ;)

Cheers,
David


2-2-alpha-test.lyx
Description: application/lyx


tikzpic.tex
Description: TeX document


Re: Feedback on Lyx 2.2-alpha2

2015-12-20 Thread David Rörich
2015-12-20 15:56 GMT+01:00 David Rörich :

>
>
> Preview of included files stopped working for me.
>

Sorry, I have to correct this: it works now. Currently I have no idea why
it didn't work with the first tests.

I still have to reopen a document to have the preview rendered, though.
That is, the bug http://www.lyx.org/trac/ticket/9786 has not been fixed,
yet.


Re: Feedback on Lyx 2.2-alpha2

2015-12-20 Thread Kornel Benko
Am Sonntag, 20. Dezember 2015 um 15:56:09, schrieb David Rörich 

> Dear Lyx developers,
> 
> I just compiled the latest Lyx version (commit 435db257...) on my Ubuntu
> system with Qt version 4.8.6 and here's some quick feedback.
> 
> Preview of included files stopped working for me. Consider the attached Lyx
> document that includes a tikz picture. The preview is not rendered and I
> don't see any messages concerning the preview rendering in the message
> pane. The same document works with 2.1.4.
> 
> While responsiveness with commit tagged 2.2-alpha2 seemed to be slow,
> typing, scrolling and deleting is smooth with the latest commit.
> 
> I like the new icons and splash screen ;)
> 
> Cheers,
> David

Cannot replicate. Works here.
(Mint 17, based on ubuntu)

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: float algorithm

2015-12-20 Thread Sajjad
Hello forum,

I think I found kind of a solution to the issue. Instead of having program
listing inside floating algorithm , I am having just the program listing
and now the code snippets are split automatically.

But I am encountering another issue. How do I enter some kind of caption to
the program listing I have just added, so that it gets listed into the list
of algorithms at the beginning of the report.

A better suggestion is expected than the one described.

Thanks

On Sun, Dec 20, 2015 at 4:36 PM, Sajjad  wrote:

> Hello forum,
>
> I am trying to insert float algorithm into the report I am writing. I did
> the following:
>
> 1. Insert->Float->Algorithm
> 2. Inside Algorithm I inserted program listing
> 3. Wrote down the procedure.
>
> When I generate the pdf , the algorithm is over-lapping the page number .
> Is it possible to break the algorithm automatically once it cannot be fit
> into one page and continue to the next page ? The issue can be seen in the
> following link :
>
>
> http://i.imgur.com/P02CjO8.png
>
> As you can see page number 47 in the middle of the algorithm.
>
>
> Any idea to get rid of this issue ?
>
>
> Thanks
>


Re: Question about row table color & error

2015-12-20 Thread Paul A . Rubin
I am unable to reproduce the problem here (LyX 2.1.4 on Linux Mint 17.2);
the document compiles correctly (with a gray table row) the first time, with
no error messages. Most likely you are inserting the ERT in the designated
row in a place that offends LaTeX's sensibilities. If you can post a minimal
example, perhaps someone can diagnose it.