Revert "LaTeX reader: don't treat \vspace and \hspace as block commands."

This reverts commit 2873cd8288.
This commit is contained in:
John MacFarlane 2017-02-25 10:28:56 +01:00
parent fa43e36449
commit f1cf8273d5

View file

@ -388,6 +388,7 @@ blockCommands = M.fromList $
, "ignore"
, "hyperdef"
, "markboth", "markright", "markleft"
, "hspace", "vspace"
, "newpage"
]