summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ot-tableau/ot-tableau.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ot-tableau/ot-tableau.tex')
-rw-r--r--macros/latex/contrib/ot-tableau/ot-tableau.tex49
1 files changed, 48 insertions, 1 deletions
diff --git a/macros/latex/contrib/ot-tableau/ot-tableau.tex b/macros/latex/contrib/ot-tableau/ot-tableau.tex
index 0eba320896..cc583bd1af 100644
--- a/macros/latex/contrib/ot-tableau/ot-tableau.tex
+++ b/macros/latex/contrib/ot-tableau/ot-tableau.tex
@@ -4,7 +4,7 @@
%\usepackage[notipa,usehhline]{ot-tableau}
\usepackage{fullpage,pifont}
\title{The \textsf{ot-tableau} package}
-\date{Revised 2021-05-19}
+\date{Revised 2023-08-01}
\author{Adam Baker}
\def\eg{e.g.,~}
\def\tabl{\textsf{ot-tableau}}
@@ -248,5 +248,52 @@ It makes the most sense to set these options as package options, but if you want
\item[fingerafter] Place the finger-of-optimality after the letter rather than before it. (\verb+\FingerBeforeLetter+, \verb+\LetterBeforeFinger+)
\item[usehhline] Use the \verb+hhline+ package to draw prettier tableau lines. (As of 2021-05-19, a package conflict means that the lines are not actually prettier. Hopefully this will be fixed in the future and we can go back to pretty lines!)
\end{description}
+\section{Multiple input candidates}
+To input candidates with multiple inputs, you can use the \verb+\mcand+ command instead of the \verb+\cand+ command. This suppresses the numbering of the candidate. Since multiple input candidates usually appear with no constraint markings on the candidate itself, the starred version of the \verb+\viol+ command suppresses vertical lines in that cell of the tableau. Here's a full example, adapted from Petrova et al. (2006) in \emph{The Linguistic Review} 23-1.
+\bigskip
+
+\LetterBeforeFinger
+\begin{tableau}{c:c|c|c|c}
+\inp{} \const{Agree} \const{ID preson voi} \const{ID-wf voi} \const{IDvoi}\const{*voi}
+\cand{\ips{pigds}} \vio*{} \vio*{} \vio*{} \vio*{} \vio{}
+\mcand{pigds} \vio{!*} \vio{} \vio{} \vio{} \vio{**}
+\mcand{pigdz} \vio{} \vio{} \vio{*!} \vio{*} \vio{***}
+\mcand[\Optimal]{pikts} \vio{} \vio{} \vio{} \vio{**} \vio{}
+\cand{\ips{pigts}} \vio*{} \vio*{} \vio*{} \vio*{} \vio{}
+\mcand{pigts} \vio{*!} \vio{} \vio{} \vio{} \vio{*}
+\mcand[\Optimal]{pikts} \vio{} \vio{} \vio{} \vio{*} \vio{}
+\mcand{pigdz} \vio{} \vio{} \vio{!*} \vio{**} \vio{***}
+\cand{\ips{pigtz}} \vio*{} \vio*{} \vio*{} \vio*{} \vio{}
+\mcand[\Optimal]{pigdz} \vio{} \vio{} \vio{} \vio{**} \vio{***}
+\mcand{piktz} \vio{*!} \vio{} \vio{} \vio{} \vio{}
+\mcand{pigts} \vio{} \vio{} \vio{!*} \vio{*} \vio{}
+\end{tableau}
+
+\bigskip
+
+Generated by:
+
+\begin{verbatim}
+\LetterBeforeFinger
+\begin{tableau}{c:c|c|c|c}
+\inp{} \const{Agree} \const{ID preson voi} \const{ID-wf voi} \const{IDvoi} \const{*voi}
+\cand{\ips{pigds}} \vio*{} \vio*{} \vio*{} \vio*{} \vio{}
+\mcand{pigds} \vio{!*} \vio{} \vio{} \vio{} \vio{**}
+\mcand{pigdz} \vio{} \vio{} \vio{*!} \vio{*} \vio{***}
+\mcand[\Optimal]{pikts} \vio{} \vio{} \vio{} \vio{**} \vio{}
+\cand{\ips{pigts}} \vio*{} \vio*{} \vio*{} \vio*{} \vio{}
+\mcand{pigts} \vio{*!} \vio{} \vio{} \vio{} \vio{*}
+\mcand[\Optimal]{pikts} \vio{} \vio{} \vio{} \vio{*} \vio{}
+\mcand{pigdz} \vio{} \vio{} \vio{!*} \vio{**} \vio{***}
+\cand{\ips{pigtz}} \vio*{} \vio*{} \vio*{} \vio*{} \vio{}
+\mcand[\Optimal]{pigdz} \vio{} \vio{} \vio{} \vio{**} \vio{***}
+\mcand{piktz} \vio{*!} \vio{} \vio{} \vio{} \vio{}
+\mcand{pigts} \vio{} \vio{} \vio{!*} \vio{*} \vio{}
+\end{tableau}
+\end{verbatim}
+
+
+
+
\end{document}