undo progress on making the cols align
This commit is contained in:
parent
1e66888807
commit
0df55f349d
1 changed files with 1 additions and 1 deletions
2
Main.hs
2
Main.hs
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue