doc: Add link support to documentation
This commit is contained in:
parent
9ee7dce2c8
commit
4b8a09ca6a
@ -6,6 +6,26 @@
|
|||||||
|
|
||||||
\documentclass[openany,oneside]{scrbook}
|
\documentclass[openany,oneside]{scrbook}
|
||||||
\usepackage[printonlyused, withpage]{acronym}
|
\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{booktabs}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{color}
|
\usepackage{color}
|
||||||
|
Loading…
Reference in New Issue
Block a user