LaTeX reader: rudimentary support for \hyperlink
.
This commit is contained in:
parent
db715ca847
commit
ae61d5f57d
1 changed files with 4 additions and 0 deletions
|
@ -1384,7 +1384,11 @@ inlineCommands = M.fromList $
|
|||
<|> citation "citeauthor" AuthorInText False)
|
||||
, ("nocite", mempty <$ (citation "nocite" NormalCitation False >>=
|
||||
addMeta "nocite"))
|
||||
-- hyperlink: for now, we just preserve contents.
|
||||
-- we might add the actual links, but we need to avoid clashes
|
||||
-- with ids produced by label.
|
||||
, ("hypertarget", braced >> tok)
|
||||
, ("hyperlink", braced >> tok)
|
||||
-- glossaries package
|
||||
, ("gls", doAcronym "short")
|
||||
, ("Gls", doAcronym "short")
|
||||
|
|
Loading…
Add table
Reference in a new issue