I’d like to make all my graphic a little smaller and tried to set the scale-value of \includegraphics globally with \setkeys{Gin} but while changing width works fine scale has no effect.
\documentclass{scrartcl}
\usepackage[demo]{graphicx}% use some grafic from you computer and switch of demo
\setkeys{Gin}{width=0.75\textwidth}% works fine
% \setkeys{Gin}{scale=0.5}% doesn't work
\begin{document}
Nulla facilisi. Sed aliquam nulla quis nunc porttitor pellentesque. Nunc.
Nulla facilisi. Sed aliquam nulla quis nunc porttitor pellentesque. Nunc.
\begin{figure}
\centering
\includegraphics{somegraphic}
\end{figure}
\end{document}
I know that it’s better to produce graphics in the right size but I’m using vector graphics and it’s ok for me to scale them a bit in this case.
BTW: Is there an image that is available in most TeX-systems for creating an MWE