This removes the need to edit the copyright year before generating the documentation (every year, in several files) and adds some technical information (doxygen generation date, doxygen version, and FLTK Git revision) in both HTML and PDF docs. - auto-generate copyright year (current year) used in several places - include FLTK Git revision in HTML and PDF docs - include generation date and doxygen version - replace special html footer which didn't work well with default footer
36 lines
967 B
TeX
36 lines
967 B
TeX
%
|
|
% FLTK PDF documentation title page (LaTeX)
|
|
%
|
|
\begin{titlepage}
|
|
\vspace*{5cm}
|
|
\begin{center}%
|
|
{\Huge FLTK @FLTK_VERSION@ Programming Manual}\\
|
|
\vspace*{2cm}
|
|
\begin{DoxyImageNoCaption}
|
|
\mbox{\includegraphics[width=6cm]{FL200.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 FLTK PDF documentation title page (LaTeX)
|
|
%
|