From 4b8a09ca6acb055cb32d294c3ed83b60080fa40e Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Thu, 16 Nov 2017 20:58:09 +0100 Subject: [PATCH] doc: Add link support to documentation --- doc/tiny-xo2-documentation.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/tiny-xo2-documentation.tex b/doc/tiny-xo2-documentation.tex index bcf3581..a668038 100644 --- a/doc/tiny-xo2-documentation.tex +++ b/doc/tiny-xo2-documentation.tex @@ -6,6 +6,26 @@ \documentclass[openany,oneside]{scrbook} \usepackage[printonlyused, withpage]{acronym} +\usepackage[ +pdftitle={Tiny-XO2 Development Kit}, +pdfauthor={Markus Koch}, +pdfsubject={Tiny-XO2 Development Kit}, +pdfcreator={pdflatex, LaTeX with KOMA-Script}, +pdfpagemode=UseOutlines, +pdfdisplaydoctitle=true, +pdflang=en, +%plainpages=false, +]{hyperref} +\hypersetup{ + colorlinks=true, + hidelinks=true, + linkcolor=blue, + citecolor=green, + %filecolor, + %menucolor=black, + %urlcolor=cyan, + bookmarksnumbered=true +} \usepackage{booktabs} \usepackage{graphicx} \usepackage{color}