Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.48 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{graphicx,refcount,hyperref}
  4.  
  5. \newcounter{tmpcntr}
  6.  
  7. \begin{document}
  8.  
  9. \tableofcontents
  10.  
  11. % <some document content>
  12.  
  13. \setcounterpageref{tmpcntr}{sec:Dummy-Subsection}%
  14. \subsection
  15.   [Dummy Subsection]% ToC
  16.   {Dummy Subsection \texorpdfstring{\href{something-sn=\thesubsection pn=\thetmpcntr tn=Dummy-Subsection}{\includegraphics[height=1ex]{example-image}}}{}}
  17. \label{sec:Dummy-Subsection}
  18. % <some more document content>
  19.  
  20. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement