Pass all fields through latex filter by default.
This commit is contained in:
parent
9f782cd9cb
commit
fac8dcc24c
|
@ -53,9 +53,8 @@ bibEntryContext = Context $ \key _ item ->
|
||||||
Just val -> return $ StringField $ case key of
|
Just val -> return $ StringField $ case key of
|
||||||
k
|
k
|
||||||
| k == "author" -> formatAuthors val
|
| k == "author" -> formatAuthors val
|
||||||
| k == "month" -> expandMonth val
|
| k == "month" -> expandMonth val
|
||||||
| k `elem` [ "title", "booktitle", "journal", "note" ] -> latexToHtml val
|
| otherwise -> latexToHtml val
|
||||||
| otherwise -> val
|
|
||||||
Nothing -> empty
|
Nothing -> empty
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue