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] http://tex.stackexchange.com/questions/8775/use-xcolor-for-colored-
tables-in-a-beamer-slide
[2] http://tex.stackexchange.com/questions/5363/how-to-create-alternating-
rows-in-a-table
[3] http://tex.stackexchange.com/questions/52973/clash-among-packages
[4] A comment in http://tex.stackexchange.com/a/8779/8272


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 
http://bugzilla.lyx.org/trac/ticket/7733.

Nikos


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

2012-06-22 Thread Nikos Alexandris
Nikos Alexandris nik at 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 Nikos Alexandris
Nikos Alexandris nik at 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


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] http://tex.stackexchange.com/questions/8775/use-xcolor-for-colored-
tables-in-a-beamer-slide
[2] http://tex.stackexchange.com/questions/5363/how-to-create-alternating-
rows-in-a-table
[3] http://tex.stackexchange.com/questions/52973/clash-among-packages
[4] A comment in http://tex.stackexchange.com/a/8779/8272


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 
http://bugzilla.lyx.org/trac/ticket/7733.

Nikos


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

2012-06-22 Thread Nikos Alexandris
Nikos Alexandris nik at 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 Nikos Alexandris
Nikos Alexandris nik at 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


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 


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


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 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