summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.drv
blob: 41c3fedd36193bf1cfb222cdca7f4174fd0b52ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
%%
%% This is file `uni-titlepage.drv',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% uni-titlepage.dtx  (with options: `doc,manual')
%% Copyright (c) 2009-2021 by Markus Kohm <komascript(at)gmx.info>
%% 
%% This file was generated from file(s) of uni-titlepage distribution.
%% 
%% ----------------------------------------------------------------------
%% 
%% This work may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, version 1.3c of the license.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%% 
%% This work has the LPPL maintenance status "maintained".
%% 
%% The Current Maintainer and author of this work is Markus Kohm.
%% 
%% This file may only be distributed together with
%% the file `uni-titlepage.dtx'.
%% You may however distribute the file `uni-titlepage.dtx' without this file.
%% 
\ProvidesFile{%
  uni-titlepage%
  .drv%
}[%
2021/11/01 v0.7a
KOMA presents the title page project
]
\documentclass{scrdoc}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{xltabular}
\usepackage{ragged2e}
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage{hypdoc}
\CodelineIndex
\RecordChanges
\EnableCrossrefs
\GetFileInfo{uni-titlepage.drv}
\begin{document}
\title{More Titlepage Styles with Package \File{uni-titlepage}\footnote{This is file
    version \fileversion{} of file \File{\filename}.}}
\author{Markus Kohm\footnote{Markus Kohm \textless komascript\textcircled{\tiny
      at}gmx.info\textgreater}}
\date{\fileversion{}\footnote{\textbf{Note:} All version below 0.9 are ALPHA
    versions. Everything may change. Everything may break. Everything may
    happen.} \filedate}
\maketitle
\begin{abstract}
Creation of title pages is something most authors should not have to do.
But reality is not perfect, so a lot of authors have to do it.  In 2009
KOMA started the title page project at \url{https://komascript.de/titlepage}
to collect real title pages and implement them with a well defined interface.
In 2021 the project has been moved to \url{https://github.com/komascript/uni-titlepage}
and renamed.

Now, changing from one title page style to another would be very
simple.  Nevertheless implementation of a new title page style may be still
difficult.  But maybe the guys of the title page project would help you.  Just
ask!
\end{abstract}
\DocInput{uni-titlepage.dtx}
\end{document}
\endinput
%%
%% End of file `uni-titlepage.drv'.