Skip to content

Instantly share code, notes, and snippets.

@NIA
Created March 2, 2011 11:00
Show Gist options
  • Select an option

  • Save NIA/850777 to your computer and use it in GitHub Desktop.

Select an option

Save NIA/850777 to your computer and use it in GitHub Desktop.
% вставка картинки: \figure{file}{описание}
\newcommand{\includefigure}[2]{
\begin{figure}[!htb]
\center{\includegraphics{#1}}
\caption{#2} \label{fig:#1}
\end{figure}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment