
Search found 7 matches
- Mon Aug 24, 2009 5:19 pm
- Forum: Graphics, Figures & Tables
- Topic: highlighting cells in table
- Replies: 7
- Views: 33707
Re: highlighting cells in table
thank you
it works perfectly. i'll be sure to check out the documentation for more efficient table construction!

- Mon Aug 24, 2009 4:15 pm
- Forum: Graphics, Figures & Tables
- Topic: highlighting cells in table
- Replies: 7
- Views: 33707
highlighting cells in table
here is a basic compilable version of the code i would like to implement:
\documentclass[a4paper]{article}
\usepackage{tabularx,colortbl}
\begin{document}
\begin{tabularx}{.7\textwidth}{c|c c c c|}
\multicolumn{1}{c}{}& \textbf{pno} & \textbf{tpt} & \textbf{flt} & \multicolumn{1}{c}{\textbf{vla ...
\documentclass[a4paper]{article}
\usepackage{tabularx,colortbl}
\begin{document}
\begin{tabularx}{.7\textwidth}{c|c c c c|}
\multicolumn{1}{c}{}& \textbf{pno} & \textbf{tpt} & \textbf{flt} & \multicolumn{1}{c}{\textbf{vla ...
- Fri Aug 21, 2009 1:56 pm
- Forum: Graphics, Figures & Tables
- Topic: highlighting cells in table
- Replies: 7
- Views: 33707
Re: highlighting cells in table
Yup, quite sure...the grey cell colour replaces the table border on the top when printed
- Fri Aug 21, 2009 10:01 am
- Forum: Graphics, Figures & Tables
- Topic: highlighting cells in table
- Replies: 7
- Views: 33707
highlighting cells in table
I am trying to highlight individual cells in a table. This is all fine, but the first cell I want to highlight is the top left cell of the table. When I highlight it, the border lines of the table on the top and left of the cell are no longer visible. How do I ensure that the cell colouring lies ...
- Wed Jan 28, 2009 1:34 pm
- Forum: Graphics, Figures & Tables
- Topic: removing vertical lines in tables
- Replies: 6
- Views: 48262
Re: removing vertical lines in tables
thank you so much, it works perfectly!
- Wed Jan 28, 2009 11:49 am
- Forum: Graphics, Figures & Tables
- Topic: removing vertical lines in tables
- Replies: 6
- Views: 48262
removing vertical lines in tables
Okay, here is an example of what the table does at the moment...i would like to remove the vertical line on the right for the first two rows, so that the numbers are enclosed in a box, with the labels on the outside. Thank you!
\begin{tabular}{c c|c c c c|}
\multicolumn{2}{c}{} & Piano & Trumpet ...
\begin{tabular}{c c|c c c c|}
\multicolumn{2}{c}{} & Piano & Trumpet ...
- Wed Jan 28, 2009 11:37 am
- Forum: Graphics, Figures & Tables
- Topic: removing vertical lines in tables
- Replies: 6
- Views: 48262
removing vertical lines in tables
i want to make a table that only has continuous vertical lines that span a part of the table and not the whole table, for example from rows 4 to 8. As far as i know, when the tabular environment is created, you have to declare where the vertical lines go and so these vertical lines span the entire ...