I have the following question:
I would like to do the following (excerpt from my seminar paper):
The subpoints should be tabbed but I can't seem to make that work here. Anyhow, I have managed to do this:(1) The Turing Test is decisive:
(1.1) If S passes the Turing Test, it has a mind.
(1.2) If S does not pass the Turing Test, it does not have a mind.
(2) The Turing Test is too strong:
(2.1) If S passes the Turing Test, it has a mind.
(2.2) If S does not pass the Turing Test, it may or may not have a mind.
(3) The Turing Test is too weak:
(3.1) If S passes the Turing Test, it may or may not have a mind.
(3.2) If S does not pass the Turing Test, it does not have a mind.
(4) The Turing Test does not correlate to having minds at all:
(4.1) If S passes the Turing Test, it may or may not have a mind.
(4.2) If S does not pass the Turing Test, it may or may not have a mind.
Code: Select all
\begin{enumerate}[label*=\arabic*.]
\item
The Turing Test is decisive:
\begin{enumerate}[label*=\arabic*]
\item If S passes the Turing Test, it has a mind.
\item If S does not pass the Turing Test, it does not have a mind.
\end{enumerate}
\item
The Turing Test is too strong:
\begin{enumerate}[label*=\arabic*]
\item If S passes the Turing Test, it has a mind.
\item If S does not pass the Turing Test, it may or may not have a mind.
\end{enumerate}
\item
The Turing Test is too weak:
\begin{enumerate}[label*=\arabic*]
\item If S passes the Turing Test, it may or may not have a mind.
\item If S does not pass the Turing Test, it does not have a mind.
\end{enumerate}
\item
The Turing Test does not correlate to having minds at all:
\begin{enumerate}[label*=\arabic*]
\item If S passes the Turing Test, it may or may not have a mind.
\item If S does not pass the Turing Test, it may or may not have a mind.
\end{enumerate}
\end{enumerate}
How can I make this work with the parenthesis being where I want them to be? If I do something like \begin{enumerate}[label*=(\arabic*)], I will get something like 1.(1) or (1).(1) .