summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-01-15 14:31:04 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-01-15 14:31:04 +0000
commitf3edb0ba6410a2a7f7a5278b91c3623aaff6f5d7 (patch)
tree6707f3391482a45513a08486cf807001f161eab9 /doc
parenteb570f06db271e06468fac2fc17d0a951ed410bd (diff)
downloadgitano-f3edb0ba6410a2a7f7a5278b91c3623aaff6f5d7.tar.gz
Final tweaks before 1.0 release of manual
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/.gitignore1
-rw-r--r--doc/admin/Makefile4
-rw-r--r--doc/admin/cover-image.jpgbin0 -> 309625 bytes
-rw-r--r--doc/admin/header.tex6
-rw-r--r--doc/admin/titling.tex12
5 files changed, 20 insertions, 3 deletions
diff --git a/doc/admin/.gitignore b/doc/admin/.gitignore
new file mode 100644
index 0000000..d9f8848
--- /dev/null
+++ b/doc/admin/.gitignore
@@ -0,0 +1 @@
+gitano-admin-doc.*
diff --git a/doc/admin/Makefile b/doc/admin/Makefile
index 42ffcac..64979b6 100644
--- a/doc/admin/Makefile
+++ b/doc/admin/Makefile
@@ -2,10 +2,10 @@ sources = $(wildcard *.mdwn)
all: gitano-admin-doc.pdf gitano-admin-doc.html
-gitano-admin-doc.pdf: $(sources) Makefile
+gitano-admin-doc.pdf: $(sources) Makefile titling.tex header.tex
pandoc --standalone --toc --chapters -V documentclass:report -V geometry:margin=1in -V graphics:true -V papersize:a4paper -H titling.tex -H header.tex -o gitano-admin-doc.pdf $(sources)
-gitano-admin-doc.html: $(sources) Makefile
+gitano-admin-doc.html: $(sources) Makefile manual.css image.html
pandoc --toc --standalone --css manual.css -B image.html -o gitano-admin-doc.html $(sources)
clean:
diff --git a/doc/admin/cover-image.jpg b/doc/admin/cover-image.jpg
new file mode 100644
index 0000000..176874a
--- /dev/null
+++ b/doc/admin/cover-image.jpg
Binary files differ
diff --git a/doc/admin/header.tex b/doc/admin/header.tex
index 0a6c227..4e7505f 100644
--- a/doc/admin/header.tex
+++ b/doc/admin/header.tex
@@ -18,3 +18,9 @@
\renewcommand{\headrulewidth}{0pt}%
\renewcommand{\footrulewidth}{1pt}%
}
+
+\fancypagestyle{stilltitle}{%
+ \fancyhf{}%
+ \renewcommand{\headrulewidth}{0pt}%
+ \renewcommand{\footrulewidth}{0pt}%
+}
diff --git a/doc/admin/titling.tex b/doc/admin/titling.tex
index 2d348ea..6a57cf3 100644
--- a/doc/admin/titling.tex
+++ b/doc/admin/titling.tex
@@ -1,7 +1,17 @@
\usepackage{titling}
\pretitle{
+ \begin{center}
+ \includegraphics[width=15cm,height=15cm]{cover-image.jpg}
+ \vskip 2em
+ \resizebox{15cm}{!}{Gitano Administration}
+ \end{center}
+ \newpage
+ \thispagestyle{stilltitle}
\begin{center}
\includegraphics[width=8cm,height=8cm]{logo-front.jpg}\\[\bigskipamount]
+ \LARGE
+}
+\posttitle{
+ \end{center}
}
-\posttitle{\end{center}}