Search found 10 matches

by marto1980
Tue Nov 12, 2013 10:08 am
Forum: Text Formatting
Topic: Local Change of Font Color for particular Citations
Replies: 1
Views: 6726

Local Change of Font Color for particular Citations

Answered by Heiko Oberdiek.

Code: Select all

\hypersetup{citecolor=red}
... revised text
\hypersetup{citecolor=black}
With many thanks!
by marto1980
Sat Nov 09, 2013 1:21 pm
Forum: Text Formatting
Topic: Local Change of Font Color for particular Citations
Replies: 1
Views: 6726

Local Change of Font Color for particular Citations

Dear LaTeX users,

I'm revising a manuscript and I need to highlight all changes to the original in red. For normal text things are simple.
\textcolor{red}{some text}
The problem arises with citations in the text. I am using author-year citations with the natbib and hyperref packages. I have ...
by marto1980
Sun Mar 27, 2011 11:01 am
Forum: TeX Live and MacTeX
Topic: tlmgr: no texlive.tlpdb
Replies: 0
Views: 3190

tlmgr: no texlive.tlpdb

Hello!
I am running texlive-20100722. Now I need to update the pgf package. How do I do this? I see there is the automatic package manager for texlive: tlmgr. However, when I issue:

tlmgr update pgf

I get:

/usr/share/texmf/bin/tlmgr: open(/usr/share/tlpkg/texlive.tlpdb) failed: No such file or ...
by marto1980
Thu Feb 24, 2011 12:40 pm
Forum: Graphics, Figures & Tables
Topic: rotated centred boxes in a nonrotated table?
Replies: 2
Views: 2330

rotated centred boxes in a nonrotated table?

frabjous,
Thank you really very very much for your reply, it was tremendously helpful. However, as I am using a coloured version of this table there are some further complications. Here is a working example of my table:

\begin{tabular}{*{4}{>{\columncolor[gray]{1}\centering\arraybackslash}m{4ex ...
by marto1980
Thu Feb 24, 2011 10:52 am
Forum: Graphics, Figures & Tables
Topic: custom color for parts of the horizontal rule in tabular
Replies: 2
Views: 5441

custom color for parts of the horizontal rule in tabular

localghost,
Thank you very much for your reply. Actually, I rather need a solution with \hhline than with cline. I read thoroughly the documentation for colortbl, but obviously I am missing something. Here is a minimal working example that I think should work, but it doesn't:

\documentclass[utf8 ...
by marto1980
Wed Feb 23, 2011 9:05 pm
Forum: Graphics, Figures & Tables
Topic: custom color for parts of the horizontal rule in tabular
Replies: 2
Views: 5441

custom color for parts of the horizontal rule in tabular

Hello!

I need to create a 4-column table with the horizontal rule for the second row having the following feature:
for column 1 the horizontal rule must be blue in color while for the next 3 columns it must be black. Is there a way to achieve this with LaTeX? A solution with \hhline will be most ...
by marto1980
Tue Feb 15, 2011 11:39 am
Forum: Graphics, Figures & Tables
Topic: rotated centred boxes in a nonrotated table?
Replies: 2
Views: 2330

rotated centred boxes in a nonrotated table?

Dear LaTeX users,

I have a question regarding tables. I would like to ask you how to produce the table that I have attached (LongTerm.pdf) with LaTeX, more specifically with Beamer? I have tried so far with the package rotating, but I could not reproduce the good-looking horizontally and vertically ...
by marto1980
Mon May 24, 2010 10:19 am
Forum: Graphics, Figures & Tables
Topic: start a new chapter on the same page?
Replies: 1
Views: 4823

start a new chapter on the same page?

Dear LaTeX users,

As you know LaTeX automatically typesets the chapter heading on a new page. I want to make the chapter heading come on the same page, i.e. to suppress the new page. Is there a way to achieve that?
I am using documentclass book.

Regards,
Martin
by marto1980
Sun Apr 11, 2010 11:03 am
Forum: Graphics, Figures & Tables
Topic: figure caption on the next page-is this possible?
Replies: 2
Views: 2297

figure caption on the next page-is this possible?

Take a look at the fltpage package:
The fltpage package offers the outhouse of the caption for figures or tables which needs the whole page for its contents. This will be done by placing the caption on the bottom of the previous or next page.

HTH,
Axel

Dear Axel,

Thanks a lot! That worked ...
by marto1980
Sun Apr 11, 2010 9:01 am
Forum: Graphics, Figures & Tables
Topic: figure caption on the next page-is this possible?
Replies: 2
Views: 2297

figure caption on the next page-is this possible?

Hello!
I am running texlive2009 on Slackware Linux-13.0.

I have a big picture that must not be shrunk and that occupies a whole page. The figure caption has to go on the top of the next page. Is there a way to achieve that? Currently I have clumsily solved the problem by typesetting the picture ...