Minor improvements in the manual
This commit is contained in:
@ -55,7 +55,7 @@ The macro `\crossrefenum` has the following syntax:
|
|||||||
|
|
||||||
> \\crossrefenum\[_type_\]\[_print prefix?_\]{_enumeration_}
|
> \\crossrefenum\[_type_\]\[_print prefix?_\]{_enumeration_}
|
||||||
|
|
||||||
* _type_ is the type of reference. Built-in possible values are:
|
* _type_ is the type of the references. Built-in possible values are:
|
||||||
* For LaTeX and ConTeXt: `page`, `note`, `pagenote`;
|
* For LaTeX and ConTeXt: `page`, `note`, `pagenote`;
|
||||||
* For ConTeXt only: `line`, `pageline`;
|
* For ConTeXt only: `line`, `pageline`;
|
||||||
* For LaTeX with _reledmac_: `edpage`, `edline`, `edpageline`.
|
* For LaTeX with _reledmac_: `edpage`, `edline`, `edpageline`.
|
||||||
@ -425,7 +425,9 @@ to disable _hyperref_ locally:
|
|||||||
``` {.tex}
|
``` {.tex}
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\let\oldcrfnm@enum\crfnm@enum
|
\let\oldcrfnm@enum\crfnm@enum
|
||||||
\def\crfnm@enum[#1][#2]#3{\begin{NoHyper}\oldcrfnm@enum[#1][#2]{#3}\end{NoHyper}}
|
\def\crfnm@enum[#1][#2]#3{%
|
||||||
|
\begin{NoHyper}\oldcrfnm@enum[#1][#2]{#3}\end{NoHyper}%
|
||||||
|
}
|
||||||
\makeatother
|
\makeatother
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user