Re: Shaded Tables?

2014-06-20 Thread Tom Hopper
This might do what you want: http://texblog.org/2011/09/02/coloring-every-alternate-table-row/ From that page, define the following in your preamble, and you should get alternating colors in all tables: \usepackage[table]{color} \definecolor{lightgray}{gray}{0.9} \let\oldtabular\tabular

Re: Shaded Tables?

2014-06-20 Thread Scott Kostyshak
On Fri, Jun 20, 2014 at 5:43 AM, Tom Hopper tomhop...@gmail.com wrote: This might do what you want: http://texblog.org/2011/09/02/coloring-every-alternate-table-row/ From that page, define the following in your preamble, and you should get alternating colors in all tables:

Re: Shaded Tables?

2014-06-20 Thread Evan Langlois
Thanks guys. Tom's suggestion worked great (except its ... \usepackage[table]{xcolor} not {color}). Don't know how you found that! PERFECT! Scott - Table 2.16 doesn't look like its shaded that way, and trying to pull it up in PDF tells me that package babel has unknown option ngerman and

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
Before you do this... read this article. http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001IV Zebra tables are almost always a bad idea. The correct way to solve the problem is through typesetting and either avoiding or using horizontal lines. You also should look at booktabs for

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
Sorry, completely avoidable. Check out The books by Edward Tufte for some excellent visuals and explanations about why they are so good. ~Ben On Fri, Jun 20, 2014 at 11:22 AM, Benedict Holland benedict.m.holl...@gmail.com wrote: Before you do this... read this article.

Multipart Documents

2014-06-20 Thread Mike
Hi, I have a set of documents that together make up a book. I would like to make the set of documents (100 in all) into a template that can be used for writing other books. Could anyone tell me if the locations of the documents are relative or fixed please? Or do I need to re-establish a

Re: Shaded Tables?

2014-06-20 Thread Daniel CLEMENT
Le vendredi 20 juin 2014 à 11:22 -0400, Benedict Holland a écrit : Before you do this... read this article. http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001IV On this page, I noticed the following comment: [/quote] I'm a fan of putting a thin dotted or light-colored line below

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
So now we are getting into type settings and visual aids and what is easier for us to read. I would argue that highlighting every 3rd row should place special emphasis on that row for some strange reason. Your eyes will naturally shift to the different row. The reasons to not zebra stripe are

Re: Multipart Documents

2014-06-20 Thread Richard Heck
On 06/20/2014 11:36 AM, Mike wrote: Hi, I have a set of documents that together make up a book. I would like to make the set of documents (100 in all) into a template that can be used for writing other books. Could anyone tell me if the locations of the documents are relative or fixed please?

Re: Korean Input Problem in tex Code mode on lyx 2.1.0

2014-06-20 Thread Georg Baum
Scott Kostyshak wrote: On Tue, Jun 17, 2014 at 8:55 AM, Seunghee shlee20...@gmail.com wrote: Hi, Scott, thank you for your reply. I have installed lyx2.2dev and tried to input Korean in the both of modes. In the 'Program Listing' mode the problem is fixed, but not in the 'tex mode'. I

Biber produces errors where bibtex8 does not

2014-06-20 Thread Benedict Holland
Hello, I tried using biber and biblatex following the instructions here: http://wiki.lyx.org/BibTeX/Biblatex I received some very strange errors like Lonely \item - perhaps a missing list environment when some of my references were included. It was actually 2/35 which were throwing the error

Re: Multipart Documents

2014-06-20 Thread Mike
Richard Heck rgheck at lyx.org writes: On 06/20/2014 11:36 AM, Mike wrote: Hi, I have a set of documents that together make up a book. I would like to make the set of documents (100 in all) into a template that can be used for writing other books. Could anyone tell me if the

Re: Biber produces errors where bibtex8 does not

2014-06-20 Thread Benedict Holland
So it appears that the reason is that biber does not escape the abstract of a reference, even if it doesn't at all display that abstract. Specifically this is occurring if a percentage sign is within the abstract. Apparently all percentage signs must be escaped? Is this a bug with lyx or with

Re: Shaded Tables?

2014-06-20 Thread Tom Hopper
This might do what you want: http://texblog.org/2011/09/02/coloring-every-alternate-table-row/ From that page, define the following in your preamble, and you should get alternating colors in all tables: \usepackage[table]{color} \definecolor{lightgray}{gray}{0.9} \let\oldtabular\tabular

Re: Shaded Tables?

2014-06-20 Thread Scott Kostyshak
On Fri, Jun 20, 2014 at 5:43 AM, Tom Hopper tomhop...@gmail.com wrote: This might do what you want: http://texblog.org/2011/09/02/coloring-every-alternate-table-row/ From that page, define the following in your preamble, and you should get alternating colors in all tables:

Re: Shaded Tables?

2014-06-20 Thread Evan Langlois
Thanks guys. Tom's suggestion worked great (except its ... \usepackage[table]{xcolor} not {color}). Don't know how you found that! PERFECT! Scott - Table 2.16 doesn't look like its shaded that way, and trying to pull it up in PDF tells me that package babel has unknown option ngerman and

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
Before you do this... read this article. http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001IV Zebra tables are almost always a bad idea. The correct way to solve the problem is through typesetting and either avoiding or using horizontal lines. You also should look at booktabs for

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
Sorry, completely avoidable. Check out The books by Edward Tufte for some excellent visuals and explanations about why they are so good. ~Ben On Fri, Jun 20, 2014 at 11:22 AM, Benedict Holland benedict.m.holl...@gmail.com wrote: Before you do this... read this article.

Multipart Documents

2014-06-20 Thread Mike
Hi, I have a set of documents that together make up a book. I would like to make the set of documents (100 in all) into a template that can be used for writing other books. Could anyone tell me if the locations of the documents are relative or fixed please? Or do I need to re-establish a

Re: Shaded Tables?

2014-06-20 Thread Daniel CLEMENT
Le vendredi 20 juin 2014 à 11:22 -0400, Benedict Holland a écrit : Before you do this... read this article. http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001IV On this page, I noticed the following comment: [/quote] I'm a fan of putting a thin dotted or light-colored line below

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
So now we are getting into type settings and visual aids and what is easier for us to read. I would argue that highlighting every 3rd row should place special emphasis on that row for some strange reason. Your eyes will naturally shift to the different row. The reasons to not zebra stripe are

Re: Multipart Documents

2014-06-20 Thread Richard Heck
On 06/20/2014 11:36 AM, Mike wrote: Hi, I have a set of documents that together make up a book. I would like to make the set of documents (100 in all) into a template that can be used for writing other books. Could anyone tell me if the locations of the documents are relative or fixed please?

Re: Korean Input Problem in tex Code mode on lyx 2.1.0

2014-06-20 Thread Georg Baum
Scott Kostyshak wrote: On Tue, Jun 17, 2014 at 8:55 AM, Seunghee shlee20...@gmail.com wrote: Hi, Scott, thank you for your reply. I have installed lyx2.2dev and tried to input Korean in the both of modes. In the 'Program Listing' mode the problem is fixed, but not in the 'tex mode'. I

Biber produces errors where bibtex8 does not

2014-06-20 Thread Benedict Holland
Hello, I tried using biber and biblatex following the instructions here: http://wiki.lyx.org/BibTeX/Biblatex I received some very strange errors like Lonely \item - perhaps a missing list environment when some of my references were included. It was actually 2/35 which were throwing the error

Re: Multipart Documents

2014-06-20 Thread Mike
Richard Heck rgheck at lyx.org writes: On 06/20/2014 11:36 AM, Mike wrote: Hi, I have a set of documents that together make up a book. I would like to make the set of documents (100 in all) into a template that can be used for writing other books. Could anyone tell me if the

Re: Biber produces errors where bibtex8 does not

2014-06-20 Thread Benedict Holland
So it appears that the reason is that biber does not escape the abstract of a reference, even if it doesn't at all display that abstract. Specifically this is occurring if a percentage sign is within the abstract. Apparently all percentage signs must be escaped? Is this a bug with lyx or with

Re: Shaded Tables?

2014-06-20 Thread Tom Hopper
This might do what you want: http://texblog.org/2011/09/02/coloring-every-alternate-table-row/ >From that page, define the following in your preamble, and you should get alternating colors in all tables: \usepackage[table]{color} \definecolor{lightgray}{gray}{0.9} \let\oldtabular\tabular

Re: Shaded Tables?

2014-06-20 Thread Scott Kostyshak
On Fri, Jun 20, 2014 at 5:43 AM, Tom Hopper wrote: > This might do what you want: > http://texblog.org/2011/09/02/coloring-every-alternate-table-row/ > > From that page, define the following in your preamble, and you should get > alternating colors in all tables: >

Re: Shaded Tables?

2014-06-20 Thread Evan Langlois
Thanks guys. Tom's suggestion worked great (except its ... \usepackage[table]{xcolor} not {color}). Don't know how you found that! PERFECT! Scott - Table 2.16 doesn't look like its shaded that way, and trying to pull it up in PDF tells me that package babel has unknown option ngerman and

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
Before you do this... read this article. http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001IV Zebra tables are almost always a bad idea. The correct way to solve the problem is through typesetting and either avoiding or using horizontal lines. You also should look at booktabs for

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
Sorry, completely avoidable. Check out The books by Edward Tufte for some excellent visuals and explanations about why they are so good. ~Ben On Fri, Jun 20, 2014 at 11:22 AM, Benedict Holland < benedict.m.holl...@gmail.com> wrote: > Before you do this... read this article. >

Multipart Documents

2014-06-20 Thread Mike
Hi, I have a set of documents that together make up a book. I would like to make the set of documents (100 in all) into a template that can be used for writing other books. Could anyone tell me if the locations of the documents are relative or fixed please? Or do I need to re-establish a

Re: Shaded Tables?

2014-06-20 Thread Daniel CLEMENT
Le vendredi 20 juin 2014 à 11:22 -0400, Benedict Holland a écrit : > Before you do this... read this article. > http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001IV On this page, I noticed the following comment: [/quote] I'm a fan of putting a thin dotted or light-colored line

Re: Shaded Tables?

2014-06-20 Thread Benedict Holland
So now we are getting into type settings and visual aids and what is easier for us to read. I would argue that highlighting every 3rd row should place special emphasis on that row for some strange reason. Your eyes will naturally shift to the different row. The reasons to not zebra stripe are

Re: Multipart Documents

2014-06-20 Thread Richard Heck
On 06/20/2014 11:36 AM, Mike wrote: Hi, I have a set of documents that together make up a book. I would like to make the set of documents (100 in all) into a template that can be used for writing other books. Could anyone tell me if the locations of the documents are relative or fixed please?

Re: Korean Input Problem in tex Code mode on lyx 2.1.0

2014-06-20 Thread Georg Baum
Scott Kostyshak wrote: > On Tue, Jun 17, 2014 at 8:55 AM, Seunghee wrote: >> >> Hi, Scott, >> thank you for your reply. >> I have installed lyx2.2dev and tried to input Korean in the both of >> modes. >> >> In the 'Program Listing' mode the problem is fixed, but not in the

Biber produces errors where bibtex8 does not

2014-06-20 Thread Benedict Holland
Hello, I tried using biber and biblatex following the instructions here: http://wiki.lyx.org/BibTeX/Biblatex I received some very strange errors like "Lonely \item - perhaps a missing list environment" when some of my references were included. It was actually 2/35 which were throwing the error

Re: Multipart Documents

2014-06-20 Thread Mike
Richard Heck lyx.org> writes: > > On 06/20/2014 11:36 AM, Mike wrote: > > Hi, > > I have a set of documents that together make up a book. > > I would like to make the set of documents > > (100 in all) into a template that can be used for > > writing other books. Could anyone tell me if the > >

Re: Biber produces errors where bibtex8 does not

2014-06-20 Thread Benedict Holland
So it appears that the reason is that biber does not escape the abstract of a reference, even if it doesn't at all display that abstract. Specifically this is occurring if a percentage sign is within the abstract. Apparently all percentage signs must be escaped? Is this a bug with lyx or with