I am using the package ot-tableau to make OT tableaux and there is an option for shaded cells. In the package documentation, the cells appear as shaded but when I use the exact same code from the documentation the cells don't appear shaded.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[shadedcells]{ot-tableau}
\begin{document}
\begin{tableau}{c|c}
\inp{\ips{ba}} \const{*VcdObs} \const*{\textsc{Ident-IO}-[nas]}
\cand{ba} \vio{*!} \vio{}
\cand[\HandRight]{pa} \vio{} \vio{*}
\end{tableau}
\ShadingOn
\begin{tableau}{c|c}
\inp{\ips{ba}} \const{*VcdObs} \const*{\textsc{Ident-IO}-[nas]}
\cand{ba} \vio{*!} \vio{}
\cand[\HandRight]{pa} \vio{} \vio{*}
\end{tableau}
\end{document}

ot-tableau's author with a reference to the GitHub page. Compiling the documentation also omits shading. I don't know this is atabuissue, but the state of that package makes it very likely. If it is atabuissue,ot-tableau's author could report it, but no package which depends ontabucan be recommended at present. Unfortunately, that means you'd be well advised to look for an alternative toot-tableauunless the author plans to migrate fromtabu. – cfr Oct 18 '19 at 01:21tabuorarydshln, buttabuconflicts withcolortbl, andarydshlnconflicts withhhline. It was working in 2017.... – adam.baker May 19 '21 at 10:35