Here is my MWE:
\newcommand{\munepsfig}[4][scale=1.0]{%
\begin{figure}[h]
\centering
\includegraphics[#1]{Pictures/#2.jpg}
\caption[#4]{#3}
\label{#1}
\end{figure}
}
and I am using it like:
\munepsfig[scale=0.66]{mm3}{Effect of variation of $\alpha$ on path of node movement \mycite{r22}}{Effect of variation of $\alpha$ on path of node movement}{f3.6}
Here f3.6 is my label, but in text it is not appearing. There is ?? in text.


\label{#4}instead – siracusa Apr 27 '19 at 03:16