LaTeX reader: Don't boldface alt title in theorems.

This commit is contained in:
John MacFarlane
2020-07-22 22:59:28 -07:00
parent 9d07d180f0
commit f014d71a2f
+2 -2
View File
@@ -1940,8 +1940,8 @@ lookupTheoremEnvironment name = do
Nothing -> return ()
return $ space <> B.text (renderDottedNum num)
else return mempty
let title = B.strong (B.text (theoremName tspec) <> number
<> optTitle) <> space
let title = B.strong (B.text (theoremName tspec) <> number)
<> optTitle <> space
return $ divWith ("", [name], []) $ addTitle title $
walk italicize bs