summaryrefslogtreecommitdiffstats
path: root/templates/latex/latexobjlink.tpl
blob: 89ecc2eba138e5b8fed6158a1fb7a31ca4a9d37d (plain)
1
2
3
4
5
6
<# inputs: obj, text #>
<% if config.PDF_HYPERLINKS %>
\hyperlink{<{ obj.fileName|raw }><% if obj.anchor %>_<{ obj.anchor }><% endif %>}{<{ text }>}
<% else %>
{\bf <{ text }>}
<% endif %>