1
하위 그룹화 된 그림 행에 여러 Tikz 트리를 두는 방법은 무엇입니까? 제공된 스크린 샷에서 알 수 있듯이 모든 Figure/Tree는 별도의 행에 있습니다. 요청 :하위 그룹화 된 그림 행의 여러 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}
편집
... 나는 나무 폭은 선폭의> 50 %라고 생각,하지만 난 하나가 tikz 나무 그림의 폭을 조절할 수 모른다 tex.stackexchange.com이 주제를 이동 - 죄송합니다, 잘못된 페이지에 있던)