summaryrefslogtreecommitdiff
path: root/fluid/documentation/src/fluid-title.tex.in
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-04-17 17:51:32 +0200
committerGitHub <noreply@github.com>2024-04-17 17:51:32 +0200
commitfd791a068e39e06785adc44693f4c533d3d6c903 (patch)
treeef7ff684b38f646165e80c142e454cd7ef077e2e /fluid/documentation/src/fluid-title.tex.in
parentb4cf1a9824f2c4ba9596044962d3af36e3ca3d99 (diff)
Separate FLUID user documentation, screen shot automation (#936)
* CMake integration, no autotiools * alignment panel is now correctly renamed to setting panel * source view is now correctly renamed to code view * Merge FLTK FLUID docs into FLUID user manual. * Add two simple entry tutorials * Remove FLUID chapter form FLTK docs. * GitHub action to generate HTML and PDF docs and make the available as artefacts
Diffstat (limited to 'fluid/documentation/src/fluid-title.tex.in')
-rw-r--r--fluid/documentation/src/fluid-title.tex.in35
1 files changed, 35 insertions, 0 deletions
diff --git a/fluid/documentation/src/fluid-title.tex.in b/fluid/documentation/src/fluid-title.tex.in
new file mode 100644
index 000000000..f0036d417
--- /dev/null
+++ b/fluid/documentation/src/fluid-title.tex.in
@@ -0,0 +1,35 @@
+%
+% FLUID PDF documentation title page (LaTeX)
+%
+\begin{titlepage}
+\vspace*{4cm}
+\begin{center}%
+{\Huge FLUID for FLTK @FLTK_VERSION@ User Manual}\\
+\vspace*{2cm}
+\begin{DoxyImageNoCaption}
+ \mbox{\includegraphics[width=4cm]{fluid-128.png}}
+\end{DoxyImageNoCaption}\\
+\vspace*{2cm}
+{\Large
+By F. Costantini, D. Gibson, M. Melcher, \\
+A. Schlosser, B. Spitzak, and M. Sweet.}\\
+\vspace*{1.5cm}
+{\large Copyright © 1998 - @YEAR@ by Bill Spitzak and others.}\\
+\vspace*{0.75cm}
+{\small
+This software and manual are provided under the terms of the GNU Library General Public License.}\\
+{\small
+Permission is granted to reproduce this manual or any portion for any purpose,}\\
+{\small
+provided this copyright and permission notice are preserved.}\\
+\vspace*{1.5cm}
+{\large Generated by Doxygen @DOXY_VERSION@}\\
+\vspace*{0.5cm}
+\today{}\\
+\vspace*{0.5cm}
+{\small Git revision @GIT_REVISION@}\\
+\end{center}
+\end{titlepage}
+%
+% end of FLUID PDF documentation title page (LaTeX)
+%