0

I am using this template to write an article. I have the following to produce a side-by-side figure.

\documentclass[mnsc,nonblindrev]{informs3}
\begin{document}
\begin{figure}[ht]
\begin{minipage}{.49\textwidth}
    \FIGURE
    {\includegraphics*[width=1.08\textwidth,height=\textheight,keepaspectratio]{images/TCchangewithdifferentscenarios.png}}
    {Change in $\Bar{\sC}\left(k\right)$ given percentage improvement in $C^M_p$, $w_p$, $f$, and $\mu_p$ for $|\sP|=100$ and 100 replications.\label{fig:cost_change}}
    {}
\end{minipage}
\hfill%
\begin{minipage}{.49\textwidth}
  \FIGURE
    {\includegraphics*[width=1.08\textwidth,height=\textheight,keepaspectratio]{images/kchangewithdifferentscenarios.png}}
    {Change in $\Bar{k}$ given percentage improvement in $C^M_p$, $w_p$, $f$, and $\mu_p$ for $|\sP|=100$ and 100 replications.\label{fig:k_change}}
    {}
\end{minipage}
\end{figure}
\end{document}

This produces the below:enter image description here

I have two objectives. First, I want to have a single caption for both of these figures and explanations below each as a) and b). Second, I want to left align all the Figure and Table captions in the manuscript.

I want to note that the template has its own rules for figure addition. Please refer to here (pages 7-8) for figure addition instructions to be able to follow why I use such a weird-looking method.

I checked here and some other posts and you may claim my post is duplicate. But, my question is indeed template specific. I want to achieve the desired results without causing any conflict (due to package additions) with the current template design. For example, when I use the example with subcaption, the template produces a warning which bothers me.

tcokyasar
  • 233
  • 1
    If you HAVE ti use \FIGURE, try a \FIGURE without an image outside the minipages and \FIGURE without a caption inside the minipages. – John Kormylo Oct 25 '19 at 16:17
  • Actually, I also thought about this but found it a bit unprofessional. Maybe not a bad idea. How about the left alignment; do you have any suggestion on that? – tcokyasar Oct 25 '19 at 19:51
  • When all else fails, read the manual. – John Kormylo Oct 25 '19 at 21:29
  • @JohnKormylo, I tried to use \FIGURE, but it only adds some blank space. No matter how I did it, I could not get rid of the Figure captions. For example, I copy/pasted the mintage part into a single \FIGURE. It produces 3 figure captions. Any other suggestion? – tcokyasar Oct 27 '19 at 00:51
  • It occurred to me that you should be able to put both images into one \FIGURE (possibly using a tabular), ergo one caption. OTOH, they obviously don't want you to use left justified captions, or they would have made it an option. If you do it anyway, all you are going to do is make them angry. – John Kormylo Oct 27 '19 at 21:35
  • Can you add an answer with the code using tabular? – tcokyasar Oct 27 '19 at 21:37
  • See https://tex.stackexchange.com/questions/331118/how-do-i-align-both-baseline-and-caption-in-a-horizontal-tikzpicture-subcaption/331133?r=SearchResults&s=1|25.9106#331133 Note that you don't HAVE to use \subcaption. – John Kormylo Oct 27 '19 at 21:40
  • They use \subcaption which I was trying to avoid because of this warning: Package caption Warning: Unsupported document class (or package) detected, usage of the caption package is not recommended. See the caption package documentation for explanation. – tcokyasar Oct 28 '19 at 01:17
  • So don't use \subcaption. Just put the text into the minipage. – John Kormylo Oct 28 '19 at 14:51

0 Answers0