e77098ccc3
- Assign maintainership to submitter. PR: 127727 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Approved by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (former maintainer)
22 lines
684 B
Text
22 lines
684 B
Text
--- doc/doxygen_manual.tex.orig 2008-08-25 15:36:58.000000000 -0400
|
|
+++ doc/doxygen_manual.tex 2008-09-29 12:28:18.000000000 -0400
|
|
@@ -12,8 +12,7 @@
|
|
% Documents produced by Doxygen are derivative works derived from the
|
|
% input used in their production; they are not affected by this license.
|
|
|
|
-\documentclass[a4paper]{report}
|
|
-\usepackage{a4wide}
|
|
+\documentclass{report}
|
|
\usepackage{makeidx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{float}
|
|
@@ -24,8 +23,7 @@
|
|
\usepackage{times}
|
|
\usepackage{alltt}
|
|
\usepackage{tocloft}
|
|
-\usepackage[pdftex,
|
|
- pagebackref=true,
|
|
+\usepackage[pagebackref=true,
|
|
colorlinks=true,
|
|
linkcolor=blue
|
|
]{hyperref}
|