Pass all fields through latex filter by default.
This commit is contained in:
+1
-2
@@ -54,8 +54,7 @@ bibEntryContext = Context $ \key _ item ->
|
|||||||
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
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user