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

Fixed an error which came up, for example, with `\vspace`
inside a caption.  (Captions expect inlines.)

Closes #3256.
This commit is contained in:
John MacFarlane 2016-11-26 21:27:56 +01:00
parent 78f2c994e1
commit 2873cd8288

View file

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