You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/Features.tex
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -306,13 +306,15 @@ \subsection{References and Links}%
306
306
By default, \package{hyperref} provides frames around links, but they are not that pretty, and the PDF viewer must support them.
307
307
Using just colors can sometimes look better, but I still wasn't satisfied.
308
308
309
-
Sometimes it is nice to know the precise location of the reference, especially when printed, where you can't click on them.
310
-
% Additionally, it is sometimes good to have an idea where the links point, especially when printed, where you can't click on them.
311
-
Therefore, the page number is (by default) included with \custommacro{\Cref} --- use starred variant \custommacro{\Cref*} to omit it.
309
+
Sometimes it is nice to know the precise location of the reference, especially when the document is printed and you cannot simply click on them.
310
+
Therefore, the page number is (by default) included with \custommacro{\Cref}, see \Cref{rem:zref-clever}.
311
+
Use the starred variant \custommacro{\Cref*} to omit it.
312
312
\end{remark}
313
-
\begin{remark}[Automatic Reference Type Detection]
314
-
Package \package{cleveref} provides \macro{\Cref} command, which automatically detects the type of reference, and formats it accordingly.
315
-
This behavior is adapted in \TeXtured{} with the macro of the same name \custommacro{\Cref}.
313
+
\begin{remark}[Automatic Reference Type Detection] \label{rem:zref-clever}
314
+
Package \package{zref-clever} provides \macro{\zcref} command --- similarly to the older, no longer maintained, \package{cleveref} package --- which automatically detects the type of reference, and formats it accordingly.
315
+
This behavior is adapted in \TeXtured{} with the macro \custommacro{\Cref}, which wraps the link in nice box, and also shows a corresponding page number of the target.
316
+
317
+
If you want the link to show the reference title, use \custommacro{\Nref} --- or the starred variant \custommacro{\Nref*} to omit the page number --- which utilizes \package{zref-titleref}.
\item Try to motivate every definition/theorem with \enquote{normal} text, do not let the document degenerate just into a listing of definitions/theorems/proofs/...
40
40
\item Use references to other remarks/definitions/sections to make the document more interconnected, which can help the reader to look at a bigger picture, recollect necessary information to proceed further, or to understand the context better.
0 commit comments