0
votes
1answer
55 views

How to color the ToC and the references with a different color?

As the title reads, I'd like to color my ToC in let's say red and the references in my document with another color let's say blue. here's a MWE of my document : \documentclass{report} ...
2
votes
1answer
114 views

Customize TOC (colors) of classicthesis

I am using classicthesis as a template for my thesis. The thing is that I want to put a different color for the chapters on the table of contents. Example: CONTENTS 1 Introduction (on color ...
5
votes
1answer
51 views

color an entry in the list of figures

I have a command that prints an image and will be used inside a certain environment. First I run a test if the file exists and is a valid image file (see this question for the definition of ...
3
votes
2answers
157 views

coloring the page numbers in the table of contents

I try to color the page numbers of my table of contents. I'm using the package hyperref along with the options : \hypersetup{ colorlinks, linkcolor=wine-stain % custom color } Here's the ...
2
votes
1answer
106 views

How to customize color for TOC, LOF and LOT in {article} class while using {tocloft}?

I have a document using article class (please not ask me why don't use report class). The article has TOC, LOF, LOT and Nomenclature. The MWE: \documentclass[12pt,a4paper,twoside] {article} ...
3
votes
2answers
96 views

Hyperref: Changing the linkcolor locally in the TOC

I found that the link-color for TOC text is identical to the link-color for Figures and Tables. When I change the color to black in the TOC also the color for Figures/Tables citation etc. is changed. ...
0
votes
2answers
274 views

Problem in Bibliography Style (apalike) and table of content COLOR

I am using Latex for my thesis, and in Bibliography and table of content I have faced number of problems: 1-I am using natbib package and apalike style. I would like to cite references in following ...
6
votes
1answer
421 views

How to change style and color of Table of Content?

I want to change style and color of my Table of Contents to match this: Note that I use the minitoc package for creating my Table of Contents on a per-chapter basis.
4
votes
1answer
554 views

Light up table of contents in beamer

I am trying to color ToC in beamer. By default when ToC appears all entries are gray, but I want them to becoloured as my theme. How can this been done? A MWE is the following ...
5
votes
1answer
86 views

Remove Formatting in Table of Contents

I have custom colouring in the section headings, i.e. \section{\textcolor[red]{Heading}}, so when I use \tableofcontents it prints the table of contents including all the unnecessary colouring. Is ...
3
votes
1answer
205 views

colored toc and shorttoc?

I want to have colored part and chapter names in my shorttoc and my toc. So I worked out how to get the shorttoc colored, but I do not know how to get the toc also colored the same way? If I add the ...
1
vote
0answers
84 views

TOC and section headings colored [closed]

I am writing on a larger probject and I want to have colored headings (the part title and the chapter title, but not the section and subsection and so on). In the toc, I also want the part and the ...
3
votes
1answer
531 views

Change ref color of on the 'List of Figures'

In my 'List of Figures' Chapter the data is listed in red, and with a reference to appropriate part of the pdf file. I suppose this is due to ...
5
votes
1answer
437 views

How to make a multicolored table of contents?

I'm trying to change the colors of the table of contents in a Beamer presentation, like Changing color and bullets in Beamer's table of contents except that I would like to make the "bullet" for ...
2
votes
1answer
315 views

Highlight entries in Table of Contents with coloured rectangles using TikZ an tocloft

The solution presented in How to highlight specific entries in a tocloft-formatted ToC did not work for colored background. There is a problem when using color because the colored rectangles are ...
4
votes
2answers
1k views

How to access toc entries with titletoc

I'm bit lost with the content of titletoc.sty. I'd like to access toc entries, meaning chapter title, section title and so on to put them in a colorbox. I think it is somewhere in the ...
7
votes
1answer
783 views

Add colors that depend on chapters to the TOC

I'would like to add different colors in my TOC, depending on the chapter. I've a color for the header, section subsection of each chapter (red chapter one, blue chapter two etc...). With this code I ...
8
votes
1answer
9k views

Changing color and bullets in Beamer's table of contents

Does anyone know how to change the color scheme and/or bullets used in Beamer's table of contents (without changing the overall structure color or theme)? Unfortunately, the following doesn't work: ...
4
votes
2answers
2k views

TOC Section & Subsection coloring

Is it possible to create a TOC with section headings in one color and subsection headings in different color. \tableofcontents \setcounter{tocdepth}{2} I am using above lines to create TOC, do I ...