Skip to content

Commit

Permalink
Added the image comand on the settings file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzinghen committed Oct 1, 2011
1 parent 59f8e05 commit 77f65fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Reports/settings.tex
Expand Up @@ -33,6 +33,19 @@
uses, provides, bro_bt_device_t, bdaddr_t, scicos_block}
}

% args: image path
% caption
% width
% label
\newcommand{\image}[4]{%
\begin{figure}[hbt]%
\centering%
\includegraphics[width=#3\columnwidth]{#1}%
\caption{\emph{#2}}%
\label{#4}%
\end{figure}%
}


\newcommand{\Eqn}[1]{Equation~(\ref{#1})}
\newcommand{\Abs}[1]{\left|\:#1\:\right|}
Expand Down

0 comments on commit 77f65fc

Please sign in to comment.