From d01ef19ac0b9f4d26c27916c7eda02a6d201d8d4 Mon Sep 17 00:00:00 2001 From: Eduardo Junior <edujrrib@gmail.com> Date: Sun, 13 Dec 2015 13:26:20 -0200 Subject: [PATCH] =?UTF-8?q?Inclui=20novo=20comando=20para=20refer=C3=AAnci?= =?UTF-8?q?as=20corretas=20no=20documento=20pdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template.tex b/template.tex index 640d949..b058ecf 100644 --- a/template.tex +++ b/template.tex @@ -216,6 +216,7 @@ $else$ \predate{}\postdate{} $endif$ +%------------------------------------------- % Para o apêndice de exemplo de rotinas \usepackage{tabularx} \usepackage{float} @@ -237,6 +238,10 @@ $endif$ \end{table} } +% para referenciação correta dos links +% http://tex.stackexchange.com/questions/193380/hyperref-pageref-links-point-to-first-page +\newcommand{\hlabel}{\phantomsection\label} +%------------------------------------------- $for(header-includes)$ $header-includes$ -- GitLab