[latex3-commits] [git/LaTeX3-latex3-pdfresources] master: notes on hyperref commands (6f492ad)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Mar 17 19:03:18 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : master
Link       : https://github.com/latex3/pdfresources/commit/6f492adeebf7abfc2db542e7a5a98829703cd26b

>---------------------------------------------------------------

commit 6f492adeebf7abfc2db542e7a5a98829703cd26b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Mar 17 19:03:18 2020 +0100

    notes on hyperref commands


>---------------------------------------------------------------

6f492adeebf7abfc2db542e7a5a98829703cd26b
 hyperreflinktypes.tex | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/hyperreflinktypes.tex b/hyperreflinktypes.tex
new file mode 100644
index 0000000..b7db35a
--- /dev/null
+++ b/hyperreflinktypes.tex
@@ -0,0 +1,22 @@
+\hyper at linkstart : 
+   in hyperref.sty!
+   two arguments!
+   first : color (will ignore it ...)
+   second: destination name
+   \hyper at linkstart{link}{\Hy at footnote@currentHref}
+   \hyper at linkstart{cite}{cite.#1}%        
+   \hyper at linkstart{link}{\Hy at tocdestname} (toc)
+
+ internal command 
+  \find at pdflink{#1}{#2}
+  ->  \pdf_link_begin_goto:nnw { link } { #2 }
+      \expandafter\Hy at colorlink\csname @#1color\endcsname
+      
+\hyper at link
+   three arguments, basically \hyper at linkstart/\hyperlinkend with
+   content as third argument. 
+   Used in \hyper at link@ - > 
+    \hyper@@link[cite]
+    \hyper@@link[link]
+    #1 either link or cite     
+ 
\ No newline at end of file





More information about the latex3-commits mailing list.