Answers for "insert a subtitle under the title in latex"

1

latex subfigure align top

begin{figure}
  centering
  begin{subfigure}[t]{0.45textwidth}
    includegraphics[width=linewidth, height=20em]{example-image-a}
    caption{taller image}
  end{subfigure}
  begin{subfigure}[t]{0.45textwidth}
    includegraphics[width=linewidth, height=15em]{example-image-b}
    caption{shorter image}
  end{subfigure}
  caption{two images}
end{figure}
Posted by: Guest on December-09-2020
1

latex bar over text in equation

$overline{text{height}}$
Posted by: Guest on December-08-2020

Browse Popular Code Answers by Language