summaryrefslogtreecommitdiff
path: root/templates/latex/latexobjlink.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/latex/latexobjlink.tpl')
-rw-r--r--templates/latex/latexobjlink.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/latex/latexobjlink.tpl b/templates/latex/latexobjlink.tpl
deleted file mode 100644
index 89ecc2e..0000000
--- a/templates/latex/latexobjlink.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-<# inputs: obj, text #>
-<% if config.PDF_HYPERLINKS %>
-\hyperlink{<{ obj.fileName|raw }><% if obj.anchor %>_<{ obj.anchor }><% endif %>}{<{ text }>}
-<% else %>
-{\bf <{ text }>}
-<% endif %>