答案1
答案2
作为单独的段落,然后作为单个段落。请注意,堆叠的材料不会换行。从问题中不清楚这是否是一个问题。
产生\stackanchor
垂直分割的文本,同时\addstackgap
在堆栈上方/下方添加垂直缓冲区。
\documentclass[a4paper]{article}
\usepackage{stackengine}
\def\stackalignment{l}
\begin{document}
I want to do something similar. There is some text. There is some text.
\qquad have one sentence here \addstackgap[5pt]{\stackanchor[8pt]{Outcome one}{Outcome two}}
And then my passage moves on. There is some text. There is some text.
\bigskip
I want to do something similar. There is some text. There is some text.
have one sentence here \addstackgap[5pt]{\stackanchor[8pt]{Outcome one}{Outcome two}}
And then my passage moves on. There is some text. There is some text.
\end{document}