I have to reproduce a part of the following figure
Here is my code
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\usepackage{subcaption}
\begin{document}
\begin{figure}[htb]
\centering
\begin{tabular}{@{}cccc@{}}
\includegraphics[width=.23\textwidth]{example.pdf} = &
\includegraphics[width=.23\textwidth]{example0.pdf} + &
\includegraphics[width=.23\textwidth]{example1.pdf} + &
\includegraphics[width=.23\textwidth]{example2.pdf} + &
+ &
\includegraphics[width=.23\textwidth]{example3.pdf} +&
\includegraphics[width=.23\textwidth]{example4.pdf} +&
\includegraphics[width=.23\textwidth]{example5.pdf} +&
&
\includegraphics[width=.23\textwidth]{example6.pdf} +&
\includegraphics[width=.23\textwidth]{example7.pdf} +&
\includegraphics[width=.23\textwidth]{example8.pdf} &
\end{tabular}
\caption{This is some figure side by side}
\end{figure}
\end{document}
I get the following output
I would like to know how I can alligh the math operators (+,=) so I can get them in the middle
Thanks and Regards,
Fowaz




