We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jgm
tarleb
silby
Learn more about funding links in repositories.
Report abuse
\Cref
\cref
1 parent aa00714 commit d836da7Copy full SHA for d836da7
src/Text/Pandoc/Readers/LaTeX/Inline.hs
@@ -338,6 +338,7 @@ refCommands = M.fromList
338
[ ("label", rawInlineOr "label" dolabel)
339
, ("ref", rawInlineOr "ref" $ doref "ref")
340
, ("cref", rawInlineOr "cref" $ doref "ref") -- from cleveref.sty
341
+ , ("Cref", rawInlineOr "Cref" $ doref "ref") -- from cleveref.sty
342
, ("vref", rawInlineOr "vref" $ doref "ref+page") -- from varioref.sty
343
, ("eqref", rawInlineOr "eqref" $ doref "eqref") -- from amsmath.sty
344
, ("autoref", rawInlineOr "autoref" $ doref "autoref") -- from hyperref.sty
0 commit comments