summaryrefslogtreecommitdiffstats
path: root/DOCS/man/docutils.conf
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/docutils.conf')
-rw-r--r--DOCS/man/docutils.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/DOCS/man/docutils.conf b/DOCS/man/docutils.conf
new file mode 100644
index 0000000000..cd6e3acd52
--- /dev/null
+++ b/DOCS/man/docutils.conf
@@ -0,0 +1,20 @@
+[latex2e writer]
+use-latex-docinfo: yes
+use-latex-toc: yes
+hyperlink-color: Blue!30!RoyalPurple!70!Black
+latex-preamble: \usepackage[usenames,dvipsnames]{xcolor}
+ \usepackage{fullpage}
+ \usepackage{graphicx}
+ \renewcommand{\familydefault}{\sfdefault}
+
+ \makeatletter
+ \renewcommand{\maketitle}{
+ \begin{center}
+ \includegraphics{etc/mpv-icon-8bit-64x64.png}\\
+ \vspace*{-1.5em}
+ \begin{Huge}
+ \@title
+ \end{Huge}
+ \end{center}
+ }
+ \makeatother