All Questions
7 questions
0
votes
1
answer
598
views
Breaking line in shadow box
I am going to write Definitions: Least element, Greatest element, minimal element, maximal element in a shadow box but the line exceeds the page margin. Here's my code:
\documentclass[12pt,a4paper]{...
4
votes
1
answer
6k
views
How to customize shadow box?
I have the following text box:
\documentclass{article}
\usepackage{xcolor}
\usepackage{fancybox}
\definecolor{ShadowColor}{RGB}{30,150,190}
\makeatletter
\newcommand\Cshadowbox{\VerbBox\@Cshadowbox}...
5
votes
2
answers
2k
views
Coloured shadowbox around equations?
I currently put some boxes around equations using:
\newcommand*\eqbox[1]{
\definecolor{shadowcolor}{RGB}{0, 0, 102}\setlength\shadowsize{2pt}\shadowbox*{#1}
}
\eqbox{$1+1=2$}
How to have the same ...
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 ...
3
votes
1
answer
5k
views
Grey (not black) shadow box?
I would like to change the default color of a shadowbox to grey. How to do that with no problem of equation "style"/"management" inside the shadowbox ?
Thank you very much
53
votes
4
answers
31k
views
Faded drop-shadow using tikz-based rounded rectangle?
Background
Epigraphs are in a box with rounded corners. The boxes have a drop-shadow.
Example
Picture #1 shows a shadow, while Picture #2 shows a shadow that fades out (soft blur):
Problem
The ...