<div dir="ltr"><div>`lacheck` is a useful tool for improving my .tex code, though it's not perfect:<br><br><font size="1"><span style="font-family:courier new,monospace">$ wget <a href="https://raw.githubusercontent.com/mcandre/pig/master/analysis.tex" target="_blank">https://raw.githubusercontent.com/mcandre/pig/master/analysis.tex</a></span></font>
<font size="1"><span style="font-family:courier new,monospace">$ lacheck analysis.tex<br></span></font><font size="1"><span style="font-family:courier new,monospace">"analysis.tex", line 141: possible unwanted space at "{"<br>

"analysis.tex", line 171: possible unwanted space at "{"<br>"analysis.tex", line 177: possible unwanted space at "{"<br>"analysis.tex", line 184: Whitespace before punctation mark in " ."<br>

"analysis.tex", line 185: Dots should be ellipsis "..."<br>"analysis.tex", line 186: Dots should be ellipsis "..."<br></span></font><font size="1"><span style="font-family:courier new,monospace"><br>

$ tail -n +140 analysis.tex | head<br>\begin{verbatimtab}<br>data Player = Player {<br>  name :: String,<br>  strategy :: Strategy,<br>  score :: Int<br>  }<br>\end{verbatimtab}<br>In
 detail, the information available to a player consists of a rotating 
list of players, where the first player in the list is the current 
player, and a list of the current player's run (an empty list if the 
player has not yet rolled).<br>
\\\\<br>The Always Hold strategy disregards game state and always holds;
 a constant function. Haskell uses an underscore (\_) to denote 
conditions irrelevant to a computation. Both player list and run list 
are irrelevant, so they may be underscored from the function inputs. 
Haskell uses double colons (::) to specify types for robustness, 
clarity, and code generation. Many of them can be omitted (Haskell has a
 powerful type inference system), but the signatures shall remain here 
for readability.</span></font><br clear="all"><div><div><br></div><div>How can we get lacheck to ignore the inner content of verbatimtab sections? Is there a way to configure lacheck to ignore certain section names, or would this fix require patching lacheck?<br>
<br></div><div>Who can help maintain lacheck? I tried emailing <a href="mailto:pmcphee@datamirror.com">pmcphee@datamirror.com</a>, but the address seems to be no longer in service.<br></div><div><br>-- <br><div></div>Cheers,<div>
<br></div><div>Andrew Pennebaker</div><div><a href="http://www.yellosoft.us" target="_blank">www.yellosoft.us</a></div>
</div></div></div></div>