mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Fixed newcommand fig set to accept 4 args instead of 3 args
This commit is contained in:
parent
9af2ff3067
commit
9b09f4cf28
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
% Usage: \fig{<path-to-file>}{<label>}{<caption>}
|
||||
\newcommand{\fig}[4]{
|
||||
\newcommand{\fig}[3]{
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=0.95\columnwidth]{#1}
|
||||
|
|
Loading…
Reference in a new issue