undo progress on making the cols align

This commit is contained in:
hi 2025-07-31 12:24:41 +00:00
parent 1e66888807
commit 0df55f349d

View file

@ -270,5 +270,5 @@ truthtable s = open <> header <> "\\hline\n" <> body <> close
bools assignments = [if bool then "1" else "0" | (key, bool) <- assignments] bools assignments = [if bool then "1" else "0" | (key, bool) <- assignments]
parts assignments = parts assignments =
(\xs -> [" " <> [x] <> " " | x <- xs]) $ (\xs -> [[x] | x <- xs]) $
fromJust $ serializeLatexTruthTableRow assignments s fromJust $ serializeLatexTruthTableRow assignments s