Tagged Questions
10
votes
1answer
229 views
Creating a drop shadow with guassian blur
How can I add a drop shadow to a \includegraphics picture? The effect should be very minute just to be a little bit eye pleasing. I know you can use \shadowbox in fancybox package but the output would ...
7
votes
1answer
248 views
How can I renew \includegraphics to always use \shadowbox?
I want to enclose all \includegraphics into \shadowbox. Therefore I thought to re-define \includegraphics:
\renewcommand{\includegraphics}{\shadowbox\includegraphics}
so that each time ...