Support \frametitle, \framesubtitle.

This commit is contained in:
John MacFarlane 2012-02-05 09:28:56 -08:00
parent 922469bbb2
commit f97391c7de

View file

@ -231,8 +231,13 @@ blockCommands = M.fromList $
, ("subsubsection", section 3)
, ("paragraph", section 4)
, ("subparagraph", section 5)
-- beamer slides
, ("frametitle", section 3)
, ("framesubtitle", section 4)
-- letters
, ("opening", (para . trimInlines) <$> tok)
, ("closing", closing)
--
, ("rule", optional opt *> tok *> tok *> pure horizontalRule)
, ("begin", mzero) -- these are here so they won't be interpreted as inline
, ("end", mzero)