答案1
使用verbatim
,您将得到类似以下的结果。这是您所说的吗?
\documentclass{article}
\renewcommand*\ttdefault{txtt}
\usepackage{upquote}
\begin{document}
\begin{verbatim}
and your regressors look like this (2 conditions):
```
1 1 0 0 1 1 0 0
0 0 1 1 0 0 1 1
```
then the blocklables might look like this:
```
1 1 2 2 3 3 4 4
```
\end{verbatim}
\end{document}