LaTeX reader: Support \addbibresource.

This commit is contained in:
John MacFarlane
2014-05-12 13:06:06 -07:00
parent 2348f07b11
commit aa019448d6
+2
View File
@@ -309,6 +309,8 @@ blockCommands = M.fromList $
, ("PandocEndInclude", endInclude)
, ("bibliography", mempty <$ (skipopts *> braced >>=
addMeta "bibliography" . splitBibs))
, ("addbibresource", mempty <$ (skipopts *> braced >>=
addMeta "bibliography" . splitBibs))
] ++ map ignoreBlocks
-- these commands will be ignored unless --parse-raw is specified,
-- in which case they will appear as raw latex blocks