LaTeX reader: handle \passthrough
macro used by latex writer.
Closes #5659.
This commit is contained in:
parent
01a52e2300
commit
99e24cf183
1 changed files with 2 additions and 0 deletions
|
@ -994,6 +994,8 @@ inlineCommands = M.union inlineLanguageCommands $ M.fromList
|
|||
, ("textgreater", lit ">")
|
||||
, ("thanks", skipopts >> note <$> grouped block)
|
||||
, ("footnote", skipopts >> note <$> grouped block)
|
||||
, ("passthrough", tok) -- \passthrough macro used by latex writer
|
||||
-- for listings
|
||||
, ("verb", doverb)
|
||||
, ("lstinline", dolstinline)
|
||||
, ("mintinline", domintinline)
|
||||
|
|
Loading…
Add table
Reference in a new issue