All Questions
9 questions
2
votes
3
answers
273
views
How to Automatically Overlay a Title of a Different Color onto Itself
I would like to be able to overlay a title of one color onto the same title of a different color to achieve a different effect; and I would like, if possible, to do this automatically without creating ...
2
votes
1
answer
259
views
Changing the Text Color in a Shadowed Title
I am trying to add some shading to a title by modifying code presented in Drop shadow for text in PGF/Beamer
Consider the MWE
\documentclass{article}
\usepackage{tikz}
\usepackage{xcolor}
\newcommand\...
0
votes
1
answer
328
views
How to change after preamble the color a beamer's block shadow fades to?
Thanks to this answer, it is possible to make the shadow of a beamer's block fade to the background color instead of white.
As pointed out by the following MWE, the problem is, the solution provided ...
0
votes
1
answer
2k
views
How to change color of 'shadow' around frametitle (Latex beamer)
How do I change the blue shawdow around the frametitle to a different color?
Or rather even get rid of the shawdow
[Solution: I used the \setbeamercolor settings AFTER \begin{document}. Writing it ...
1
vote
1
answer
2k
views
LaTeX - mdframed shadow color/opacity
I currently have a problem with the mdframed shadow color. If I set the shadowcolor parameter to black, the shadow will actually be grey (I guess because it is not fully opaque...), as seen on the ...
11
votes
2
answers
910
views
Watercolor like shadow in TikZ
How to create watercolor-like "shadow" to highlight some node on figure, like in image below?
Note that I don't need for coloring to fill a shape, nor do I need for it to have variable intensity, nor ...
2
votes
1
answer
635
views
Grid of colorful boxes with shade
How can I reproduce this in Latex?
22
votes
3
answers
27k
views
Coloured shadowed boxes around equations
When I want to highlight some important result, I traditionnally put my equations in boxes:
\begin{equation}
boxed{\Delta = b^2-4ac}
\end{equation}
I would like to have a more fancy thing:
to be ...
2
votes
1
answer
929
views
Tikz: Strange color change. [duplicate]
Possible Duplicate:
Using opacity in TikZ causes strange rendering in Acrobat.
This is a nice pice of TikZ for typesetting Go boards (gobans).
\documentclass{standalone}
\usepackage{tikz}
\...