I am trying to have items in the description environment that only appear in
one branch, If I select those items and then select insert branch, everything
inside the branch becomes one be item without a description. View source shows:
\begin{description}
\item [{item}] explanation
\item [{branch\_only\_item explanation}]~\end{description}
If I set the environment inside the branch to be description, it ends up trying
to nest the branch items into one item in the outer list. This gives a latex
error when I try to generate the pdf. View source shows:
\begin{description}
\item [{item}] explanation
\item [{\begin{description}
\item [{branch\_only\_item}] explanation\end{description}
}]~\end{description}
How do I get a description list with some items that only appear in a branch?
Thanks,
Phil