add parentheses to yaref
This commit is contained in:
parent
9d1d53877a
commit
a3b5b209ce
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
\newcommand{\yaref@text@large}[1]{%
|
||||
\ifcsname yaref@longlabel@#1\endcsname%
|
||||
\hyperref[#1]{\csname yaref@longlabel@#1\endcsname\ \ref*{#1}}%
|
||||
\hyperref[#1]{\csname yaref@longlabel@#1\endcsname\ (\ref*{#1})}%
|
||||
\else%
|
||||
\autoref{#1}%
|
||||
\fi%
|
||||
|
|
Reference in a new issue