Tagged Questions
7
votes
1answer
102 views
Why is pdflatex automatically loading a ConTeXt package and crashing
If I process the following MWE with pdflatex (TeXLive 2012, Linux)
\documentclass{article}
\usepackage{color}
\def\mymacro#1{#1}
\begin{document}
\pdfinfo{/Title (Some text \textbf{This macro causes ...
3
votes
1answer
118 views
Change color of links created with \in, \at, etc
By default the link color of references created with \in or \at is red.
How can this color be globally changed, so that all links have the same color (e.g. blue)?
\setupinteraction
...
1
vote
1answer
207 views
How to make gray-colored text in ConTeXt beta?
As I know, in ConTeXt stable, one can use \color[gray:3]{} to display the text inside the brackets with a very light gray color, e.g.:
\setupcolor[rgb]
\starttext
\color[gray:3]{This is some ...
1
vote
1answer
216 views
Different default color for each font in ConTeXt
Is there a way to specify the color along with the font name when using simplefonts? At the moment, I use the following to setup my default fonts.
\usemodule[simplefonts]
\setmainfont[Ubuntu]
...
6
votes
1answer
541 views
CMYK ConTeXt colors in TikZ
Colors defined via the internal \definecolor macro in ConTeXt cannot be used in TikZ when the CMYK system is used.
Is there a way to convert them or tick a setting so that TikZ can use them?
Minimal ...
5
votes
1answer
529 views
Background color of cells in ConTeXt
I'd like to set the background colors for cells to indicate their relations. How can I do this in ConTeXt?