Re: Passing [table] to xcolor along with "Show changes in output"

2012-06-22 Thread Nikos Alexandris
Nikos Alexandris  nikosalexandris.net> writes:

> > > In the Document Class > Class options > Custom:
> ... 
> > > - entering  "table" or "xcolor=table"  results, again, in "Undefined
> > > control sequence"
 
On Friday 22 of June 2012 20:39:03 Paul A.  Rubin wrote:

> > What version of LyX?  I just tried it in 2.0.3, and with 'table' in the
> > custom options field things worked fine.  Possibly something else you are
> > loading (that I didn't have in my test document) intercepted the table
> > option?  You could try posting a minimal example.
 
Nikos:

> It works (using LyX 2.0.2) with "table" :-) but not with "xcolor=table".  I
> was trying, I guess, the whole time "xcolor=table". Previous attempts with
> "table" were failing due to a forgotten "\usepackage[table]{xcolor}" entry
> 'hidden' in the (long) Preamble.

+ take care to selectively accept "changes" if they concern the `\rowcolors` 
command itself!  This is another (annoying) bit that caused trouble in 
compiling a PDF file.

Nikos


Re: Passing [table] to xcolor along with "Show changes in output"

2012-06-22 Thread Nikos Alexandris
Nikos Alexandris  nikosalexandris.net> writes:

> > In the Document Class > Class options > Custom:
...
> > - entering  "table" or "xcolor=table"  results, again, in "Undefined
> > control sequence"

On Friday 22 of June 2012 20:39:03 Paul A.  Rubin wrote:
 
> What version of LyX?  I just tried it in 2.0.3, and with 'table' in the
> custom options field things worked fine.  Possibly something else you are
> loading (that I didn't have in my test document) intercepted the table
> option?  You could try posting a minimal example.

Thanks Paul.

It works (using LyX 2.0.2) with "table" :-) but not with "xcolor=table".  I 
was trying, I guess, the whole time "xcolor=table". Previous attempts with 
"table" were failing due to a forgotten "\usepackage[table]{xcolor}" entry 
'hidden' in the (long) Preamble.

Perfect &  sorry for the noise, Nikos


Re: Passing [table] to xcolor along with "Show changes in output"

2012-06-22 Thread Paul A . Rubin
Nikos Alexandris  nikosalexandris.net> writes:

> 
> In the Document Class > Class options > Custom:
> 
> - entering  "table" or "xcolor=table"  results, again, in "Undefined control 
> sequence"

What version of LyX?  I just tried it in 2.0.3, and with 'table' in the custom
options field things worked fine.  Possibly something else you are loading (that
I didn't have in my test document) intercepted the table option?  You could try
posting a minimal example.

Paul



Re: Passing [table] to xcolor along with "Show changes in output"

2012-06-22 Thread Nikos Alexandris
[...]

The option clash I experience with "Track Changes" and "[table]{xcolor}" seems 
to be interesting for those involved in ticket 
.

Nikos


Passing [table] to xcolor along with "Show changes in output"

2012-06-22 Thread Nikos Alexandris
Hi list.

I can't get around an xcolor-related option clash.  The "Show changes in 
output" option loads the "xcolor" package.  I do want to use "\rowcolors" in 
some (or all) tables and therefore need to pass the [table] option for the 
package in question.  Whatever of the following I have tried, results in some 
error:

In the Preamble:

- "\usepackage{xcolor}"  results in "Undefined control sequence"
- "\usepackage[table]{xcolor}"  results in option clash
- "\PassOptionsToPackage{table}{xcolor}"  results in "Undefined control 
sequence"


In the Document Class > Class options > Custom:

- entering  "table" or "xcolor=table"  results, again, in "Undefined control 
sequence"

Any ideas?  I've also searched through tex.stackexchange where various 
solutions apply to relevant but not the same situation while loading xcolor 
[1][2][3]. And, of course, I added a comment-question [4].

All the best, Nikos

---
[1] 
[2] 
[3] 
[4] A comment in