サブフィギュアグループ化されたフィギュアの行に複数のTikzツリーを配置するにはどうすればよいですか?提供されたスクリーンショットが示すように、すべての図/ツリーは別々の行に配置されます。木の幅は線幅の50%以上だと思いますが、tikzの木の図の幅を調整できるかどうかはわかりません...
\usepackage{subfigure}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usetikzlibrary{trees}
\begin{figure}[H]
\subfigure[s1]{
\begin{minipage}[c][1\width]{0.5\textwidth}%
\begin{tikzpicture}
\Tree[.{root} ]
\end{tikzpicture}
\centering{}
\end{minipage}}\qquad
\subfigure[s2]{
\begin{minipage}[c][1\width]{0.5\textwidth}%
\centering{}
\begin{tikzpicture}[ ]
\Tree[.{another root} ]
\end{tikzpicture}
\end{minipage}}
\caption{the caption}
\end{figure}
編集:このトピックをtex.stackexchange.comに移動するリクエスト-申し訳ありませんが、間違ったページにありました;)