cref, sep
Adding inlineCommands
This commit is contained in:
parent
08ac33815b
commit
678aa31561
1 changed files with 2 additions and 0 deletions
|
@ -414,6 +414,8 @@ inlineCommands = M.fromList $
|
|||
, ("sim", lit "~")
|
||||
, ("label", unlessParseRaw >> (inBrackets <$> tok))
|
||||
, ("ref", unlessParseRaw >> (inBrackets <$> tok))
|
||||
, ("sep", lit ",")
|
||||
, ("cref", unlessParseRaw >> (inBrackets <$> tok))
|
||||
, ("(", mathInline $ manyTill anyChar (try $ string "\\)"))
|
||||
, ("[", mathDisplay $ manyTill anyChar (try $ string "\\]"))
|
||||
, ("ensuremath", mathInline $ braced)
|
||||
|
|
Loading…
Add table
Reference in a new issue