Browse Source

modify image macro to behave as includegraphics

remotes/origin/split-songs
Romain Goffe 14 years ago
parent
commit
9db8602681
  1. 4
      crepbook.cls

4
crepbook.cls

@ -200,10 +200,10 @@
\fi%
}
\newcommand{\image}[2]{%
\newcommand{\image}[2][]{%
\ifpictures%
\begin{flushright}%
\includegraphics[width=#2cm]{#1}%
\includegraphics[#1]{#2}%
\end{flushright}%
\fi%
}

Loading…
Cancel
Save