Search found 14 matches
- Tue Nov 04, 2008 10:46 pm
- Forum: General
- Topic: Setting text (not background) color for an entire table row?
- Replies: 5
- Views: 7418
Re: Setting text (not background) color for an entire table row?
I'm really really sorry. I had not carefully read the original question and thread title.
- Tue Nov 04, 2008 9:16 pm
- Forum: General
- Topic: Setting text (not background) color for an entire table row?
- Replies: 5
- Views: 7418
Setting text (not background) color for an entire table row?
What do you mean? There is an example in the manual:
You should be able to change gray into whatever colour you like (have a look at the PDF).
Code: Select all
\begin{tabular}{|l|c|}
\rowcolor[gray]{.9}
one&two\\
\rowcolor[gray]{.5}
three&four
\end{tabular}
- Tue Nov 04, 2008 4:57 pm
- Forum: General
- Topic: Setting text (not background) color for an entire table row?
- Replies: 5
- Views: 7418
Setting text (not background) color for an entire table row?
I guess the colortbl package is the right one for you:
http://www.ctan.org/tex-archive/macros/ ... /colortbl/
http://www.ctan.org/tex-archive/macros/ ... /colortbl/
- Tue Nov 04, 2008 4:53 pm
- Forum: New Members
- Topic: I love/hate LaTeX
- Replies: 3
- Views: 3815
Re: I love/hate LaTeX
Welcome to the world of enlighted people! 

- Fri Oct 31, 2008 12:16 pm
- Forum: General
- Topic: TeXnicCenter uses Myspell or Hunspell?
- Replies: 3
- Views: 3834
Re: TeXnicCenter uses Myspell or Hunspell?
See my answer in the other thread.
- Fri Oct 31, 2008 12:15 pm
- Forum: General
- Topic: Problem with setting up a new dictionary
- Replies: 8
- Views: 8099
Problem with setting up a new dictionary
That's strange. In my case everything works as expected. According to the readme, the Dutch dictonary requires the myspell engine. Maybe you could try a tool to convert the hunspell format in the myspell format? (although it might seem odd as MySpell uses 8-bit ASCII character encoding, whereas ...
- Wed Oct 29, 2008 5:24 pm
- Forum: General
- Topic: Numbered XY-pic equations
- Replies: 3
- Views: 3260
Numbered XY-pic equations
Thanks, The split evironment is a great help for vertically centered numbers.
I was not able to put the number at the bottom. Is there a specific order of the latex commands? Now I have:
\begin{equation}
\begin{minipage}[b]{7cm}
\xymatrix{
& B & \\
A \ar[ur] \ar[dr] & & \\
& C \ar[r]& D}
\end ...
I was not able to put the number at the bottom. Is there a specific order of the latex commands? Now I have:
\begin{equation}
\begin{minipage}[b]{7cm}
\xymatrix{
& B & \\
A \ar[ur] \ar[dr] & & \\
& C \ar[r]& D}
\end ...
- Wed Oct 29, 2008 4:58 pm
- Forum: General
- Topic: TeXnicCenter uses Myspell or Hunspell?
- Replies: 3
- Views: 3834
TeXnicCenter uses Myspell or Hunspell?
Texniccenter uses the same spell checker engine as in OpenOffice. It is already comprises in the setup file of TexnicCenter. So you do not need to change anything (nor installing OpenOfice for example).
If you need to install an other dictionary, just go to http://wiki.services.openoffice.org/wiki ...
If you need to install an other dictionary, just go to http://wiki.services.openoffice.org/wiki ...
- Wed Oct 29, 2008 4:51 pm
- Forum: General
- Topic: Numbered XY-pic equations
- Replies: 3
- Views: 3260
Numbered XY-pic equations
Hi all
I am using XYpic to create chemical reaction schemes, e.g.:
\begin{displaymath}
\xymatrix{
& B & \\
A \ar[ur] \ar[dr] & & \\
& C \ar[r]& D}
\end{displaymath} I wish to number them, because they should be treated as any other equation. However, \begin{equation}
\xymatrix{
& B & \\
A ...
I am using XYpic to create chemical reaction schemes, e.g.:
\begin{displaymath}
\xymatrix{
& B & \\
A \ar[ur] \ar[dr] & & \\
& C \ar[r]& D}
\end{displaymath} I wish to number them, because they should be treated as any other equation. However, \begin{equation}
\xymatrix{
& B & \\
A ...
- Mon Sep 22, 2008 3:32 pm
- Forum: General
- Topic: problem with table
- Replies: 2
- Views: 2034
problem with table
Hi Coyote_001
Welcome to the forum. The \begin{center} and \end{center} only places your table in the center of a page, but does not center your cells. \multicolumn{2}{|c||} only centers your column headings, but cell contents of the four columns are placed to the right, left, right, and left ...
Welcome to the forum. The \begin{center} and \end{center} only places your table in the center of a page, but does not center your cells. \multicolumn{2}{|c||} only centers your column headings, but cell contents of the four columns are placed to the right, left, right, and left ...