no spaces in latex truth table
This commit is contained in:
parent
0df55f349d
commit
c6628aedd1
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]
|
||||
|
||||
parts assignments =
|
||||
(\xs -> [[x] | x <- xs]) $
|
||||
(\xs -> [[x] | x <- filter (\i -> i /= ' ') xs]) $
|
||||
fromJust $ serializeLatexTruthTableRow assignments s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue