Indentation and hypersetup
This commit is contained in:
parent
b912ff28ad
commit
50512fe9d2
|
@ -1,10 +1,20 @@
|
||||||
\documentclass[a4paper,openany,twoside]{memoir}
|
\documentclass[ a4paper
|
||||||
|
, openany
|
||||||
|
, twoside
|
||||||
|
] {memoir}
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
\usepackage[a-3u]{pdfx}
|
\usepackage[a-3u]{pdfx}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
|
|
||||||
|
\hypersetup{ colorlinks=true
|
||||||
|
, linkcolor=black
|
||||||
|
, filecolor=blue
|
||||||
|
, urlcolor=blue
|
||||||
|
}
|
||||||
|
|
||||||
\author{Marty Sluijtman}
|
\author{Marty Sluijtman}
|
||||||
\title{On the Wonders of Bikes}
|
\title{On the Wonders of Bikes}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
Loading…
Reference in a new issue