summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/uni-titlepage/uni-titlepage.dtx
blob: cb5d3bf6697039b18cd3d6ae8dfaceca8b095886 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
% \iffalse meta-comment
% ============================================================================
% uni-titlepage.dtx
% Copyright (c) Markus Kohm, 2009-2021
%
% This file is part of the LaTeX package `uni-titlepage'
%
% 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 work consists of the file `uni-titlepage.dtx'.
%
% ==========================================================================
% \fi^^A meta-comment
%
% \CharacterTable
%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%   Digits        \0\1\2\3\4\5\6\7\8\9
%   Exclamation   \!     Double quote  \"     Hash (number) \#
%   Dollar        \$     Percent       \%     Ampersand     \&
%   Acute accent  \'     Left paren    \(     Right paren   \)
%   Asterisk      \*     Plus          \+     Comma         \,
%   Minus         \-     Point         \.     Solidus       \/
%   Colon         \:     Semicolon     \;     Less than     \<
%   Equals        \=     Greater than  \>     Question mark \?
%   Commercial at \@     Left bracket  \[     Backslash     \\
%   Right bracket \]     Circumflex    \^     Underscore    \_
%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%   Right brace   \}     Tilde         \~}
%
% \iffalse meta-comment
% ==========================================================================
%<*dtx|ins>
\expandafter\ifx\csname ProvidesFile\endcsname\relax
  \def\ProvidesFile#1[#2]{\message{#1: #2}}%
\fi
%</dtx|ins>
%<*dtx|ins|doc|driver>
\ProvidesFile{%
%<*dtx|manual>
  uni-titlepage%
%</dtx|manual>
%<driver>  title%
%<example>  titlepage%
%<DHBW>  -DHBW%
%<KOMAScript>  -KOMAScript%
%<Markus&1>  -Markus-1%
%<Markus&2>  -Markus-2%
%<Spacer>  -Spacer%
%<TU-DD>  -TU-DD%
%<TU-HH>  -TU-HH%
%<KIT>  -KIT%
%<JT-Aufsaetze>  -JT-Aufsaetze%
%<JT-Geschichte>  -JT-Geschichte%
%<JT-Typography>  -JT-Typography%
%<WWUM>  -WWUM%
%<UKoLa>  -UKoLa%
%<*dtx>
  .dtx%
%</dtx>
%<ins>  .ins%
%<doc&!manual>  .tex%
%<doc&manual>  .drv%
%<driver> .def%
%</dtx|ins|doc|driver>
%<package>\ProvidesPackage{uni-titlepage%
%<*dtx|ins|doc|driver|package|README>
%<README># `uni-titlepage`
%<README>
%<README>Copyright (c) Markus Kohm <komascript at gmx.info>   
%<*!README>
}[%
%</!README>
%<README>
%<README>Release: 2021/09/01 v0.7
%<README>
%<README>License: LPPL 1.3c   
%<!README>2021/09/01 v0.7
%<README>
KOMA presents the title page project
%<*!README>
]
%</!README>
%</dtx|ins|doc|driver|package|README>
% \fi^^A meta-comment
%
% \changes{v0.5f}{2021/07/29}{usage of \texttt{l3build}}
% \changes{v0.6}{2021/07/29}{package renamed from \Package{titlepage} into
%   \Package{uni-titlepage}}
%
% \tableofcontents
%
% \section{Loading the Package}
% \label{sec:Loading-the-Package}
%
% You may load this package like all the other package, simply using:
% \begin{verbatim}
% \usepackage{uni-titlepage}
% \end{verbatim}\vskip-\baselineskip
%
% This package declares several options for title page manipulation. We will
% declare all those options in the following. Most of the options are package
% options as well, but some are style options only. You may use every package
% option already as optional argument of \cs{usepackage} and even of
% \cs{documentclass}. But in most cases it would be better to use them as
% optional argument of \cs{TitlePageStyle} or \cs{maketitle}. We show this way
% below.
%
%
% \section{The Title Page Styles and their Options}
% \label{sec:The-Title-Page-Style-and-their-Options}
%
% \DescribeMacro{TitlePageStyle}
% Several title page styles are supported. You may select a title page style
% using:
% \begin{quote}
%   \cs{TitlePageStyle}^^A
%   \texttt{[}\meta{option}\texttt{=}\meta{value},\dots\texttt{]}^^A
%   \marg{style}.
% \end{quote}
% The available styles are shown at the following sub-sections. Options may be
% every package option and every style option. 
%
% \DescribeMacro{maketitle}
% After loading a style you may generate title pages using:
% \begin{quote}
%   \cs{maketitle}^^A
%   \texttt{[}\meta{option}\texttt{=}\meta{value},\dots\texttt{]}^^A
%   .
% \end{quote}
% Again, you may use every package option and every style option as optional
% argument.
%
% \DescribeMacro{TitleOption}
% \DescribeMacro{TitleOptions}
% Another way to set an option is to use either
% \begin{quote}
%   \cs{TitleOption}\marg{option}\marg{value}
% \end{quote}
% or
% \begin{quote}
%   \cs{TitleOptions}^^A
%   \texttt{\{}\meta{option}\texttt{=}\meta{value},\dots\texttt{\}}.
% \end{quote}
% You can set every package option an every option of already loaded title
% page styles.
%
% For every option, that expects a string argument exists a corresponding
% command with the same name. So you may set, e.g., the title either using
% \cs{TitleOptions}\linebreak[2]\texttt{\{title=\{This is the Title\}\}} or
% \cs{TitleOption}\linebreak[2]\texttt{\{title\}\linebreak[2]\{This is the
% Title\}} or \cs{maketitle}\linebreak[2]\texttt{[title=\{This is the
% Title\}]} or \cs{TitlePageStyle}\linebreak[2]\texttt{[title=\{This is the
% Title\}]\{\dots\}} or \cs{title}\linebreak[2]\texttt{\{This is the
% Title\}}. The most robust way is to use the command \cs{title} instead of
% the option at one of the other commands!  If you use the option you may need
% to add \cs{protect} in front of commands inside the option value!
%
% \begin{xltabular}{\linewidth}{>{\ttfamily}l>{\ttfamily\raggedright}p{.25\linewidth}>{\RaggedRight}X}
% \toprule
% \normalfont\emph{String Option}
% & \normalfont\emph{Styles} 
% & \normalfont\emph{Common Meaning} \\
% \midrule
% \endhead
% \midrule
% \multicolumn{3}{r}{\dots}
% \endfoot
% \bottomrule
% \endlastfoot
% advisor    & TU-DD, UKoLa       & if your personal advisor differs from the
%                                   advising professor, this is the name of
%                                   the advisor
% \\
% author     & \normalfont\emph{every style}
%                                 & the authors, with some styles (currently
%                                   not with \texttt{DHBW} or \texttt{UKoLa})
%                                   you may seperate multiple authors by
%                                   \cs{and}
% \tabularnewline
% chair      & TU-DD, KIT, WWUM, UKoLa
%                                 & the chair or institure of the faculty of
%                                   the university where you've made or
%                                   presented your work
% \tabularnewline
% company    & DHBW               & some works are made not only at a
%                                   university but in cooperation with a
%                                   company; at Duale Hochschule
%                                   Baden-W\"urttemberg this is the default
%                                   case
% \tabularnewline
% course     & DHBW               & the shortcut for your discipline or course
% \tabularnewline
% date       & DHBW, KIT, KOMAScript, Markus-1, Markus-2, Spacer, TU-HH,
%              TU-DD, JT-Typography, WWUM
%                                 & the documents main date, this may by,
%                                   e.\,g., the release date, the semester of a
%                                   thesis or any other most valid date
% \tabularnewline
% dedication & KOMAScript, Markus-1, Markus-2, Spacer
%                                 & sometimes it is nice to dedicate the work
%                                   to someone, e.g., your wife, your
%                                   children, your grandmother or your first
%                                   love
% \tabularnewline
% academicgrade
%            & DHBW, TU-HH, WUMM, UKoLa
%                                 & the academic grade or degree you
%                                   reach with the work
% \tabularnewline
% discipline & DHBW, TU-DD, WUMM  & the discipline in which you've made your
%                                   work or reach your academic grade
% \tabularnewline
% duration   & DHBW               & the processing time for your work
% \tabularnewline
% faculty    & TU-DD, KIT, WUMM   & the faculty of the university where you've
%                                   made or presented your work
% \tabularnewline
% homepage   & KIT                & the www-address of the homepage
% \tabularnewline
% mainlogo   & DHBW, KIT, UKoLa   & a logo at the main title (currently used
%                                   for the DHBW or the KIT logo at the
%                                   default of \texttt{titlehead} and the
%                                   main logo of style \texttt{UKoLa})
% \tabularnewline
% secondlogo & UKoLa              & a secondary logo
% \tabularnewline
% matriculationnumber
%            & DHBW, TU-DD        & if you were a student while you've made
%                                   the work, this is you number
% \tabularnewline
% oralexaminationdate
%            & TU-HH, WUMM        & sometimes the date of the oral examination
%                                   is not the main date but has to be shown
%                                   too
% \tabularnewline
% place      & DHBW, TU-HH, JT-Geschichte, JT-Typography, WUMM, UKoLa
%                                 & the place, in general the city, where
%                                   you've made the work or where the Duale
%                                   Hochschule or the publisher resides
% \tabularnewline
% professor  & TU-DD, WUMM        & the name of the professor who advised you
%                                   during your work
% \tabularnewline
% publisher  & KOMAScript, Markus-1, Markus-2, Spacer, JT-Aufsaetze,
%              JT-Geschichte, JT-Typography
%                                 & most written works have a publisher
% \tabularnewline
% referee    & DHBW, TU-HH, UKoLa & every academic work will be referred;
%                                   with some styles (currently
%                                   \texttt{TU-HH}, \texttt{WWUM},
%                                   \texttt{UKoLa}) multiple
%                                   referees may be seperated with \cs{and}
% \tabularnewline
% sience     & WWUM               & kind of sience,
%                                   e.\,g., ``Naturwissenschaften''
% \tabularnewline
% student    & \normalfont\emph{see \texttt{author}}
%                                 & same like \texttt{author}
% \tabularnewline
% subject    & \normalfont\emph{every style}
%                                 & the kind of work, there are special
%                                   predefined subjects; if you use one of
%                                   \texttt{bachelor}, \texttt{academicgrade},
%                                   \texttt{diploma}, \texttt{master},
%                                   \texttt{project}, \texttt{seminar}, or
%                                   \texttt{studentresearch}
%                                   a language dependend replacement will
%                                   be done; to avoid this, you may set the
%                                   value in parentesis
% \tabularnewline
% subtitle   & KOMAScript, Markus-1, Markus-2, Spacer, TU-HH           
%                                 & the sub-title of the document
% \tabularnewline
% title      & \normalfont\emph{every style} 
%                                 & the main title of the document
% \tabularnewline
% titlehead  & DHBW, KOMAScript, Markus-2, Spacer, KIT
%                                 & page head over the main title of the
%                                   document
% \tabularnewline
% university & DHBW, TU-DD, TU-HH, KIT, WWUM
%                                 & the university where you've made or
%                                   presented your work
% \tabularnewline
% \end{xltabular}
%
% Let's have a look at the already defined title page styles. You should find
% an example \LaTeX{} file for each of them at the documentation folder. If
% not, ask you distributor or administrator for those! But you may find the
% code of all examples in \File{docstrip} syntax even at
% \autoref{sec:The-Examples-and-the-Manual} starting at
% \autopageref{sec:The-Examples-and-the-Manual}. At the shown examples most
% variable contents was made red.
%
%
% \clearpage
% \subsection{Style \File{DHBW}}
% \label{sec:Style-DHBW}
%
% Josef Schmidbauer asked me for a title page usable for bachelor thesis at
% the ``Duale Hochschulen Baden-W\"urttemberg''. This is a only one title page
% style.
% \begin{flushleft}
% \parbox[b][.707\linewidth][t]{.475\linewidth}{\footnotesize The
% page (in example \File{titlepage-DHBW.tex}) is:
%   \begin{enumerate}
%   \item main title page with \texttt{titlehead}, \texttt{mainlogo}, 
%     \texttt{title}, \texttt{subject}, \texttt{academicgrade}, \texttt{discipline},
%     \texttt{place}, \texttt{author}, \texttt{duration},
%     \texttt{matriculationnumber}, \texttt{course}, \texttt{company},
%     \texttt{referee}, \texttt{university}, and \texttt{date}.
%   \end{enumerate}
% }\hspace{0.025\linewidth}\nobreak
% \frame{\includegraphics[page=1,width=.475\linewidth]{titlepage-DHBW}}
% \end{flushleft}
% Note: The upper right corner is the logo placeholder. If you'd download the
% logo from the DHBW homepage \url{http://www.dhbw.de} and save it with the
% name \verb|DHBW_d_MOS_195x95_rgb_300.jpg| it would be used automaticly. The
% logo file is also available from
% \url{https://de.wikipedia.org/wiki/Datei:DHBW_d_MOS_195x95_rgb_300.jpg}. This
% original logo has a large white border, so it would be much smaller than the
% red box at the example. The example file also contains comments for an
% optional company logo at the upper left corner.
%
% \clearpage
% \subsection{Style \File{KOMAScript}}
% \label{sec:Style-KOMAScript}
%
% This is a style similar to the title pages of \KOMAScript{} classes.
% \begin{flushleft}
% \noindent\parbox[b][.707\linewidth][t]{.475\linewidth}{\footnotesize The
% pages (in twoside example \File{titlepage-KOMAScript.tex}) are:
%   \begin{enumerate}
%   \item defined by \texttt{extratitle}, which is not a package option but a
%     style option. You may set it using \cs{TitleOption} or \cs{TitleOptions}
%     after loading the style or with the optional argument of \cs{maketitle}
%     or \cs{TitlePageStyle}.
%   \item empty and only in twoside mode with \texttt{extratitle} used.
%   \item main title page with \texttt{titlehead}, \texttt{subject},
%     \texttt{title}, \texttt{subtitle}, \texttt{author}, \texttt{date},
%     \texttt{plublisher}. You may use \cs{thanks} at any of these.
%   \end{enumerate}
% }\hspace{.025\linewidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\linewidth]{titlepage-KOMAScript}}^^A
% \\
% \frame{\includegraphics[page=2,width=.5\linewidth]{titlepage-KOMAScript}}^^A
% \frame{\includegraphics[page=3,width=.5\linewidth]{titlepage-KOMAScript}}^^A
% \\
% \frame{\includegraphics[page=4,width=.5\linewidth]{titlepage-KOMAScript}}^^A
% \frame{\includegraphics[page=5,width=.5\linewidth]{titlepage-KOMAScript}}^^A
% \\
% \frame{\includegraphics[page=6,width=.5\linewidth]{titlepage-KOMAScript}}^^A
% \parbox[b][.707\linewidth][t]{.475\linewidth}{\footnotesize
%   \begin{enumerate}\setcounter{enumi}{3}
%   \item only in twoside mode defined by \texttt{uppertitleback} and
%     \texttt{lowertitleback}, which are not package options but style
%     options. You may set them using \cs{TitleOption} or \cs{TitleOptions}
%     after loading the style or with the optional argument of \cs{maketitle}
%     or \cs{TitlePageStyle}.
%   \item optional post title with \texttt{dedication}.
%   \item empty and only in twoside mode with \texttt{dedication} used.
%   \end{enumerate}
% }%
% \end{flushleft}
%
%
% \clearpage
% \subsection{Style \File{Markus-1}}
% \label{sec:Style-Markus-1}
%
% This is a style similar to the one of the title of the \KOMAScript{} book.
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize  The
% pages (in twoside example \File{titlepage-Markus-1.tex}) are:
%   \begin{enumerate}
%   \item defined by \texttt{publisher}; may be omitted by
%     \texttt{publisher=\{\}}.
%   \item only in twoside mode with \texttt{publisher} defined by
%     \texttt{author}.
%   \item main title page with \texttt{subject},
%     \texttt{title}, \texttt{subtitle}, and \texttt{date}.
%   \end{enumerate}
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-Markus-1}}
%
% \frame{\includegraphics[page=2,width=.5\textwidth]{titlepage-Markus-1}}^^A
% \frame{\includegraphics[page=3,width=.5\textwidth]{titlepage-Markus-1}}
%
% \frame{\includegraphics[page=4,width=.5\textwidth]{titlepage-Markus-1}}^^A
% \frame{\includegraphics[page=5,width=.5\textwidth]{titlepage-Markus-1}}
%
% \frame{\includegraphics[page=6,width=.5\textwidth]{titlepage-Markus-1}}^^A
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize
%   \begin{enumerate}\setcounter{enumi}{3}
%   \item only in twoside mode defined by \texttt{uppertitleback} and
%     \texttt{lowertitleback}, which are not package options but style
%     options. You may set them using \cs{TitleOption} or \cs{TitleOptions}
%     after loading the style or with the optional argument of \cs{maketitle}
%     or \cs{TitlePageStyle}.
%   \item optional post title with \texttt{dedication}.
%   \item empty and only in twoside mode with \texttt{dedication} used.
%   \end{enumerate}
% }
% \end{flushleft}
%
%
% \clearpage
% \subsection{Style \File{Markus-2}}
% \label{sec:Style-Markus-2}
%
% This style is not a real live style, but similar styles are often used:
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
% pages (in twoside example \File{titlepage-Markus-2.tex}) are:
%   \begin{enumerate}
%   \item defined by \texttt{extratitle}.
%   \item empty and only in twoside mode with \texttt{extratitle} used.
%   \item main title page with \texttt{titlehead} placed at the page head (if
%     this is to high, it might be put outside the page; if it is to deep, it
%     might overwrite parte of the title), \texttt{rulewidth} and
%     \texttt{rulesep} for the vertical rule (these aren't package options but
%     style options), \texttt{subject}, \texttt{title}, \texttt{subtitle},
%     \texttt{author}, \texttt{date}, and \texttt{plublisher}.
%   \end{enumerate}
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-Markus-2}}
%
% \frame{\includegraphics[page=2,width=.5\textwidth]{titlepage-Markus-2}}^^A
% \frame{\includegraphics[page=3,width=.5\textwidth]{titlepage-Markus-2}}
%
% \frame{\includegraphics[page=4,width=.5\textwidth]{titlepage-Markus-2}}^^A
% \frame{\includegraphics[page=5,width=.5\textwidth]{titlepage-Markus-2}}
%
% \frame{\includegraphics[page=6,width=.5\textwidth]{titlepage-Markus-2}}^^A
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize
%   \begin{enumerate}\setcounter{enumi}{3}
%   \item only in twoside mode defined by \texttt{uppertitleback} and
%     \texttt{lowertitleback}, which are not package options but style
%     options. You may set them using \cs{TitleOption} or \cs{TitleOptions}
%     after loading the style or with the optional argument of \cs{maketitle}
%     or \cs{TitlePageStyle}.
%   \item optional post title with \texttt{dedication}.
%   \item empty and only in twoside mode with \texttt{dedication} used.
%   \end{enumerate}
% }
% \end{flushleft}
%
%
% \clearpage
% \subsection{Style \File{Spacer}}
% \label{sec:Style-Spacer}
%
% This style is a variant of style \File{Markus-2} from
% \autoref{sec:Style-Markus-2}. It was asked by \texttt{spacer2012} at the
% original \texttt{titlepage} project on
% \url{https://komascript.de/titlepage}. In difference to \File{Markus-2} the
% title head will not be placed at the page head but at the body.
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
% pages (in twoside example \File{titlepage-Spacer.tex}) are:
%   \begin{enumerate}
%   \item defined by \texttt{extratitle}.
%   \item empty and only in twoside mode with \texttt{extratitle} used.
%   \item main title page with \texttt{titlehead} placed at the page head,
%     \texttt{rulewidth} and \texttt{rulesep} for the vertical rule (these
%     aren't package options but style options), \texttt{subject},
%     \texttt{title}, \texttt{subtitle}, \texttt{author}, \texttt{date}, and
%     \texttt{plublisher}.
%   \end{enumerate}
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-Spacer}}
%
% \frame{\includegraphics[page=2,width=.5\textwidth]{titlepage-Spacer}}^^A
% \frame{\includegraphics[page=3,width=.5\textwidth]{titlepage-Spacer}}
%
% \frame{\includegraphics[page=4,width=.5\textwidth]{titlepage-Spacer}}^^A
% \frame{\includegraphics[page=5,width=.5\textwidth]{titlepage-Spacer}}
%
% \frame{\includegraphics[page=6,width=.5\textwidth]{titlepage-Spacer}}^^A
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize
%   \begin{enumerate}\setcounter{enumi}{3}
%   \item only in twoside mode defined by \texttt{uppertitleback} and
%     \texttt{lowertitleback}, which are not package options but style
%     options. You may set them using \cs{TitleOption} or \cs{TitleOptions}
%     after loading the style or with the optional argument of \cs{maketitle}
%     or \cs{TitlePageStyle}.
%   \item optional post title with \texttt{dedication}.
%   \item empty and only in twoside mode with \texttt{dedication} used.
%   \end{enumerate}
% }
% \end{flushleft}
%
%
% \clearpage
% \subsection{Style \File{TU-DD}}
% \label{sec:Style-TU-DD}
%
% This style is used at the ``Technische Universit\"at Dresden''. I was asked
% fot this several years ago. Only one title page is defined!
%
% \noindent\parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
% page (in example \File{titlepage-TU-DD.tex}) is:
%   \begin{enumerate}
%   \item main title page with \texttt{university}, \texttt{faculty},
%     \texttt{chair}, \texttt{professor}, \texttt{title}, \texttt{subject},
%     \texttt{author}, \texttt{discipline}, \texttt{matriculationnumber},
%     \texttt{advisor}, \texttt{place}, and \texttt{date}.
%   \end{enumerate}
% }\hspace{.025\textwidth}%
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-TU-DD}}
%
% But there is another variant. If option \texttt{blackborder} was set to
% true, an black border is put around the page:
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
%   page (in example \File{titlepage-TU-DD.tex} with option
%   \texttt{blackborder}) is:
%   \begin{enumerate}
%   \item main title page with \texttt{university}, \texttt{faculty},
%     \texttt{chair}, \texttt{professor}, \texttt{title}, \texttt{subject},
%     \texttt{author}, \texttt{discipline}, \texttt{matriculationnumber},
%     \texttt{advisor}, \texttt{place}, and \texttt{date}.
%   \end{enumerate}
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=3,width=.5\textwidth]{titlepage-TU-DD}}
% \end{flushleft}
%
%
% \clearpage
% \subsection{Style \File{TU-HH}}
% \label{sec:Style-TU-HH}
%
% This style is used at the ``Technische Universit\"at Hamburg-Harburg''. I
% was asked for this several years ago. Only two title pages are defined!
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
%   pages (in twoside example \File{titlepage-TU-HH.tex}) are:
%   \begin{enumerate}
%   \item main title page with \texttt{title}, \texttt{subtitle},
%     \texttt{university}, \texttt{academicgrade}, \texttt{subject}, \texttt{author},
%     \texttt{place}, and \texttt{date}. Some additional text depending on the
%     selected language will be used also.
%   \end{enumerate}
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-TU-HH}}
%
% \frame{\includegraphics[page=2,width=.5\textwidth]{titlepage-TU-HH}}^^A
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize
%   \begin{enumerate}\setcounter{enumi}{1}
%   \item only in twoside mode with \texttt{referee} and
%     \texttt{oralexaminationdate}.
%   \end{enumerate}
% }
% \end{flushleft}
% The output of style \File{TU-HH} differs, if you use option
% \texttt{final}, which is a style option, not a package option. You may set
% it using \cs{TitleOption} or \cs{TitleOptions} after loading the style or
% with the optional argument of \cs{maketitle}  or \cs{TitlePageStyle}.
%
%
% \clearpage
% \subsection{Style \File{KIT}}
% \label{sec:Style-KIT}
%
% This style is used at the ``KIT -- University of the State of
% Baden-W\"urttemberg and National Research Center of the Helmholtz
% Association''. I've made this because of the ugly \LaTeX{} class and
% template made by the KIT itself. Only one title page is defined!
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
%   page (in example \File{titlepage-KIT.tex}) is:
%   \begin{enumerate}
%   \item main title page with \texttt{titlehead}, \texttt{mainlogo},
%     \texttt{title}, \texttt{subject}, \texttt{author},
%     \texttt{referee}. \texttt{advisor}, \texttt{university},
%     \texttt{duration}, and \texttt{homepage}.  Some 
%     additional text depending on the selected language will be used also.
%   \end{enumerate}
%   If \texttt{titlehead} is empty or unused left aligned \texttt{mainlogo}
%   will be used. If \texttt{mainlogo} is empty or unused, and if you have a
%   logo file \File{KITLogo\_RGB.pdf}, this will be used. As an alternative
%   also \File{2560px-Logo\_KIT.svg.png}, \File{2000px-Logo\_KIT.svg.png},
%   \File{1280px-Logo\_KIT.svg.png}, \File{1024px-Logo\_KIT.svg.png},
%   \File{1000px-Logo\_KIT.svg.png}, \File{800px-Logo\_KIT.svg.png},
%   \File{640px-Logo\_KIT.svg.png}, or \File{500px-Logo\_KIT.svg.png} from
%   \url{https://de.wikipedia.org/wiki/Datei:Logo\_KIT.svg} would be
%   auto-detected. Several other elements will be set to defaults too, if they
%   are empty. So you don't need to set all the elements, that has been set at
%   the example file.
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-KIT}}
% \end{flushleft}
%
% \clearpage
% \subsection{Style \File{JT-Aufsaetze}}
% \label{sec:Style-JT-Aufsaetze}
%
% The style is based on the front cover of ``Jan Tschichold: Ausgewählte
% Aufsätze über Fragen der Gestalt des Buches und der Typüographie, Birkhäuser
% Verlag Basel, 1975, ISBN: 3-7643-1946-1''. I've made this, because the book
% is a major book of classic typography. It seems to be old fashioned and indeed
% it is. Note, that the front cover of a book an the main title of a book are
% not the same! Nevertheless, here I've made a main title from a front
% cover. Currently only one title page is defined, but you may also use
% \texttt{extratitle}, \texttt{uppertitleback}, and \texttt{lowertitleback}.
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
%   page (in example \File{titlepage-JT-Aufsaetze.tex}) is:
%   \begin{enumerate}
%   \item main title page with \texttt{author}, \texttt{title},
%     \texttt{publisher}, \texttt{rulewidth} and \texttt{rulesep} for width
%     of the horizontal rules and the distance between them (these aren't
%     package options but style options).
%   \end{enumerate}
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-JT-Aufsaetze}}
% \end{flushleft}
%
% \clearpage
% \subsection{Style \File{JT-Geschichte}}
% \label{sec:Style-JT-Geschichte}
%
% The style is based on ``Jan Tschichold: Geschichte der
% Schrift in Bildern; Holbein-Verlag, 1947''. This is another major book of
% classic typography. I seems to be old fashioned and indeed
% it is. Currently only one title page is defined, but you may also use
% \texttt{extratitle}, \texttt{uppertitleback}, and \texttt{lowertitleback}.
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
%   page (in example \File{titlepage-JT-Geschichte.tex}) is:
%   \begin{enumerate}
%   \item main title page with \texttt{author}, \texttt{title},
%     \texttt{publisher}, \texttt{place}, \texttt{rulewidth} and
%     \texttt{rulesep} for width of the horizontal rules and the distance
%     between them (these aren't package options but style options).
%   \end{enumerate}
%   Note, that the default for \texttt{titlepagefont} prints everything but the
%   \texttt{title} with ad-hoc letterspacing in upper-case letters if
%   \cs{lsstyle} is available and without letterspacing but in small capitals
%   otherwise. Changing the default of \texttt{titlepagefont} will also change
%   this automatism.
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-JT-Geschichte}}
% \end{flushleft}
%
% \clearpage
% \subsection{Style \File{JT-Typography}}
% \label{sec:Style-JT-Typography}
%
% The style is based on ``Jan Tschichold: The New Typography; University of
% California Press, Berkley and Los Angeles, California 1995''. This is the
% English translation of another major book of
% classic typography. Some things like missing letterspacing at the upper-case
% title seems to be wrong. Currently only one title page is defined, but you
% may also use \texttt{extratitle}, \texttt{uppertitleback}, and
% \texttt{lowertitleback}.
% \begin{flushleft}
% \parbox[b][.707\textwidth][t]{.475\textwidth}{\footnotesize The
%   page (in example \File{titlepage-JT-Geschichte.tex}) is:
%   \begin{enumerate}
%   \item main title page with \texttt{author}, \texttt{title},
%     \texttt{subtitle}, \texttt{place}, \texttt{date}, \texttt{publisher}.
%   \end{enumerate}
% }\hspace{.025\textwidth}\nobreak
% \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-JT-Typography}}
% \end{flushleft}
%
% \clearpage
% \subsection{Style \File{WWUM}}
% \label{sec:Style-WWUM}
%
% Tobias S\"udkamp asked me for that title for the
% Westf\"alischen Wilhelms-Universit\"at M\"unster. The
% \texttt{professor} is more likely the \texttt{chairman}. Female
% referees should be prefixed by \textsf{[f]}. You can omit the examination
% date defining an empty \cs{examinationdatename}.
% \begin{flushleft}
%   \frame{\includegraphics[page=1,width=.5\textwidth]{titlepage-WWUM}}\nobreak
%   \hspace{.025\textwidth}\nobreak
%   \parbox[b][.7\textwidth][t]{.475\textwidth}{\footnotesize
%     The pages (in example \File{tilepage-WWUM.tex}) are:
%     \begin{enumerate}
%     \item cover page with \texttt{author}, \texttt{title}, \cs{the}\cs{year}
%     \item the backside of the cover page is empty if it exists
%     \item main title page with \texttt{chair}, \texttt{title},
%       \texttt{subject}, \texttt{academicgrade}, \texttt{sience}, \texttt{discipline},
%       \texttt{faculty}
%     \item main title back side with \texttt{professor}, \texttt{referee},
%       \texttt{oralexaminationdate} (normaly empty)
%     \end{enumerate}
%   }\\
%   \frame{\includegraphics[page=3,width=.5\textwidth]{titlepage-WWUM}}%^^A
%   \frame{\includegraphics[page=4,width=.5\textwidth]{titlepage-WWUM}}%^^A
% \end{flushleft}
%
% \clearpage
% \subsection{Style \File{UKoLa}}
% \label{sec:Style-UKoLa}
% \changes{v0.7}{2021/08/18}{new style \texttt{UKoLa}}
%
% In 2007 several students asked me for the title of the Universität
% Koblenz-Landau. At that time, I've made a package for the title they asked
% for. The package has been published at
% \url{https://komascript.de/unikoblenzlandau} only. In 2021, after I've
% published \Package{uni-titlepage}, it was time to implement this title also
% as a title style definition. Note, this is not an official style of the
% University Koblenz-Landau. Several referees can be separated by
% \cs{and}. Female referees should be prefixed by \textsf{[f]}.
% \begin{flushleft}
% \parbox[b][.707\linewidth][t]{.475\linewidth}{\footnotesize The
% page (in example \File{titlepage-UKoLa.tex}) is:
%   \begin{enumerate}
%   \item main title page with \texttt{mainlogo}, \texttt{secondlogo},
%     \texttt{title}, \texttt{subject}, \texttt{academicgrade},
%     \texttt{chair}, \texttt{dicipline}, \texttt{place}, \texttt{author},
%     \texttt{referee}, and \texttt{date}.
%   \end{enumerate}
% }\hspace{0.025\linewidth}\nobreak
% \frame{\includegraphics[page=1,width=.475\linewidth]{titlepage-UKoLa}}
% \end{flushleft}
% Note: The upper left corner is the logo placeholder. If you'd download the
% logo from \url{http://www.uni-koblenz-landau.de/logo.png} and save it with
% the name \verb|uni-koblenz-landau.png|, it would be used automaticly. 
%
% \clearpage
%
% \section{Additonal Commands}
% \label{sec:Additional-Commands}
%
% \DescribeMacro{\NowButAfterBeginDocument}
% Command
% \begin{quote}
%   \cs{NowButAfterBeginDocument}\marg{code}
% \end{quote}
%  is something like \cs{AtBeginDocument}, but if you call it somewhere after
% \cs{begin\{document\}} argument \meta{code} will be used immediately.  This
% command is used inside some of the title page styles, because you may load
% them either at the preamle or even after \cs{begin\{document\}}, but some
% code should not be executed before \cs{begin\{document\}}.
%
% \DescribeEnv{titlepage}
% In oposite to the \texttt{titlepage} environment of the standard classes,
% \begin{quote}
%   \cs{begin\{titlepage\}}\oarg{options}\\
%   \dots\\
%   \cs{end\{titlepage\}}
% \end{quote}
% knows some options.  These are \texttt{pagestyle=}\meta{style} and
% \texttt{pagenumber=}\meta{number}.  The first one changes the page style of
% the generated title page to the given \meta{style}.  If the option is not
% set, the default \texttt{empty} will be used.  The second one sets the
% logical page number of the generated title page to the given \meta{number}
% and sets the counter \texttt{pagenumber} to this value.  If the option is
% not used, the value of counter \texttt{pagenumber} will be increased by one
% and the result is used for the logical page number.
%
% \DescribeEnv{fullsizetitle}
% Using
% \begin{quote}
%   \cs{begin\{fullsizetitle\}}\oarg{options}\\
%   \dots\\
%   \cs{end\{fullsizetitle\}}
% \end{quote}
% is almost the same like above. But \texttt{fullsizetitle} removes the
% margins from the generated title page. Nevertheless if binding correction
% (aka binding offset) of package \File{typearea} or \File{geometry} could be
% recognized, it will not be removed. Some of the title page styles use this
% environment instead of \texttt{titlepage} inside \cs{maketitle}. With this
% the margins of the title page do not depend on the type area of the
% document.
% 
% \DescribeMacro{\usetitleelement}
% Command
% \begin{quote}
%   \cs{usetitleelement}\marg{element}
% \end{quote}
% gives the content of the corresponding title \meta{element}. Each main
% \meta{element} defined by the package may be used. Those are currently:
% \texttt{advisor}, \texttt{author}, \texttt{chair}, \texttt{company},
% \texttt{course}, \texttt{date}, \texttt{dedication}, \texttt{academicgrade},
% \texttt{discipline}, \texttt{duration}, \texttt{faculty}, \texttt{homepage},
% \texttt{mainlogo}, \texttt{matriculationnumber},
% \texttt{oralexaminationdate}, \texttt{place}, \texttt{professor},
% \texttt{publisher}, \texttt{referee}, \texttt{subject}, \texttt{subtitle},
% \texttt{title}, \texttt{titlehead}, and \texttt{university}. Note:
% \texttt{student} isn't a main \meta{element}, because it's only an alias for
% \texttt{author}.
%
% \StopEventually{\PrintIndex\PrintChanges}
%
% \section{Implementation}
% \label{sec:Implementation}
% \changes{v0.1}{2009/01/01}{Start of project}
% \changes{v0.2}{2011/06/03}{First version using \texttt{docstrip}}
%
% Note: To generate all files, developers and beta testers should simply use
% the source from \url{https://github.com/komascript/uni-titlepage} and call
% \begin{verbatim}
% l3build unpack
% l3build doc
% \end{verbatim}
% The resulting documentation will be placed in the main folder. The unpacked
% style file are in \texttt{build/unpacked}, You can use
% \begin{verbatim}
% l3build install
% \end{verbatim}
% to install them in \texttt{TEXMFHOME}. See the manual of \Package{l3build}
% for more information.
%
% As an alternative you can use the source distribution from CTAN and run:
% \begin{verbatim}
% tex uni-titlepage.dtx
% \end{verbatim}
% The documentation is usually part of the source distribution at CTAN. Note,
% that all the generated \texttt{tex} files are example files. Do not copy
% them to the run-time files but the documentation folder!
%
% \subsection{The Installation Driver `\File{uni-titlepage.ins}'}
% \label{sec:The-Installation-Driver-uni-titlepage.ins}
% \iffalse meta-comment
%<*dtx|ins>
% \fi ^^A meta-comment
% First of all we produce \File{uni-titlepage.ins}, the installation driver. It
% starts very common with loading \File{docstrip}, preamble declaration and
% start of generation.
%    \begin{macrocode}
\def\batchfile{uni-titlepage.dtx}
\input docstrip.tex
\ifToplevel{%
  \Msg{********************************************************************}
  \Msg{*}
  \Msg{* Steps of uni-titlepage generation:}
  \Msg{* ==============================}
  \Msg{*}
  \Msg{* - Generation of all needed files:}
  \keepsilent
  \askforoverwritefalse
}

\preamble
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.

\endpreamble

\generate{%
%    \end{macrocode}
% But while the dtx file is the ins file itself, we will never generate this
% file.
%    \begin{macrocode}
%  \file{uni-titlepage.ins}{\from{uni-titlepage.dtx}{ins}}% not needed
  \file{uni-titlepage.drv}{\from{uni-titlepage.dtx}{doc,manual}}%
  \file{uni-titlepage.sty}{\from{uni-titlepage.dtx}{package}}%
  \file{title-DHBW.def}{\from{uni-titlepage.dtx}{driver,DHBW}}%
  \file{title-KOMAScript.def}{\from{uni-titlepage.dtx}{driver,KOMAScript}}%
  \file{title-Markus-1.def}{\from{uni-titlepage.dtx}{driver,Markus,1}}%
  \file{title-Markus-2.def}{\from{uni-titlepage.dtx}{driver,Markus,2}}%
  \file{title-Spacer.def}{\from{uni-titlepage.dtx}{driver,Spacer}}%
  \file{title-TU-DD.def}{\from{uni-titlepage.dtx}{driver,TU-DD}}%
  \file{title-TU-HH.def}{\from{uni-titlepage.dtx}{driver,TU-HH}}%
  \file{title-KIT.def}{\from{uni-titlepage.dtx}{driver,KIT}}%
  \file{title-JT-Aufsaetze.def}{\from{uni-titlepage.dtx}{driver,JT-Aufsaetze}}%
  \file{title-JT-Geschichte.def}{\from{uni-titlepage.dtx}{driver,JT-Geschichte}}%
  \file{title-JT-Typography.def}{\from{uni-titlepage.dtx}{driver,JT-Typography}}%
  \file{title-WWUM.def}{\from{uni-titlepage.dtx}{driver,WWUM}}%
  \file{title-UKoLa.def}{\from{uni-titlepage.dtx}{driver,UKoLa}}%
  \file{titlepage-DHBW.tex}{\from{uni-titlepage.dtx}{doc,example,DHBW}}%
  \file{titlepage-KOMAScript.tex}{\from{uni-titlepage.dtx}{doc,example,KOMAScript}}%
  \file{titlepage-Markus-1.tex}{\from{uni-titlepage.dtx}{doc,example,Markus,1}}%
  \file{titlepage-Markus-2.tex}{\from{uni-titlepage.dtx}{doc,example,Markus,2}}%
  \file{titlepage-Spacer.tex}{\from{uni-titlepage.dtx}{doc,example,Spacer}}%
  \file{titlepage-TU-DD.tex}{\from{uni-titlepage.dtx}{doc,example,TU-DD}}%
  \file{titlepage-TU-HH.tex}{\from{uni-titlepage.dtx}{doc,example,TU-HH}}%
  \file{titlepage-KIT.tex}{\from{uni-titlepage.dtx}{doc,example,KIT}}%
  \file{titlepage-JT-Aufsaetze.tex}{\from{uni-titlepage.dtx}{doc,example,JT-Aufsaetze}}%
  \file{titlepage-JT-Geschichte.tex}{\from{uni-titlepage.dtx}{doc,example,JT-Geschichte}}%
  \file{titlepage-JT-Typography.tex}{\from{uni-titlepage.dtx}{doc,example,JT-Typography}}%
  \file{titlepage-WWUM.tex}{\from{uni-titlepage.dtx}{doc,example,WWUM}}%
  \file{titlepage-UKoLa.tex}{\from{uni-titlepage.dtx}{doc,example,UKoLa}}%
  \nopreamble\nopostamble
  \file{README.md}{\from{uni-titlepage.dtx}{README}}%
}%

\ifToplevel{%
  \Msg{* \space\space done.}
  \Msg{*}
  \Msg{* You may install all the files now.}
  \Msg{*}
  \Msg{********************************************************************}
}
%    \end{macrocode}
% At docstrip run we like to finish the file know:
%    \begin{macrocode}
\csname endinput\endcsname
%    \end{macrocode}
% \iffalse meta-comment
%</dtx|ins>
% \fi^^A meta-comment
%
% \subsection{The Package `\File{scrbase.sty}'}
% \label{sec:The-Package-scrbase.sty}
% \iffalse meta-comment
%<*package>
% \fi^^A meta-comment
%
% \begin{macro}{\TitleOptions}
% \begin{macro}{\TitleOption}
% We use the extended option handling of \KOMAScript, so we load package
% \File{scrbase} and declare a family, a member and a something like
% \verb|\KOMAoptions| and \verb|\KOMAoption| but for this package.
%    \begin{macrocode}
\RequirePackage{scrbase}[2014/12/03]
\DefineFamily{title}
\DefineFamilyMember{title}
\newcommand*{\TitleOptions}{\FamilyOptions{title}}
\newcommand*{\TitleOption}{\FamilyOption{title}}
%    \end{macrocode}
% \end{macro}
% \end{macro}
%
% \begin{option}{pagenumber}
%    \begin{macrocode}
\newcounter{titlepage}\setcounter{titlepage}{\@ne}
\DefineFamilyKey{title}{pagenumber}{%
  \setcounter{titlepage}{#1}\FamilyKeyStateProcessed
}
%    \end{macrocode}
% \end{option}
%
% \begin{macro}{\titlepagestyle}
% \begin{option}{pagestyle}
%    \begin{macrocode}
\providecommand*{\titlepagestyle}{}
\renewcommand*{\titlepagestyle}{empty}
\DefineFamilyKey{title}{pagestyle}{%
  \renewcommand*{\titlepagestyle}{#1}\FamilyKeyStateProcessed
}
%    \end{macrocode}
% \end{option}
% \end{macro}
%
% \begin{macro}{\if@resonecol}
%    \begin{macrocode}
\ifcsname @restonecolfalse\endcsname
  \expandafter\@gobble
\else
  \expandafter\@firstofone
\fi
{\newif\if@restonecol}
%    \end{macrocode}
% \end{macro}
%
% \begin{environment}{titlepage}
%    \begin{macrocode}
\scr@ifundefinedorrelax{titlepage}{\def\titlepage{}}{}
\scr@ifundefinedorrelax{endtitlepage}{\def\endtitlepage{}}{}
\providecommand*{\maketitle}[1][]{}
%    \end{macrocode}
% \end{environment}
%
% \begin{macro}{\inittitle}
% \begin{macro}{\makepretitle}
% \begin{macro}{\makepretitleback}
% \begin{macro}{\makemaintitle}
% \begin{macro}{\makemaintitleback}
% \begin{macro}{\makeposttitle}
% \begin{macro}{\makeposttitleback}
% \begin{macro}{\exittitle}
% \begin{macro}{\tp@undefinedtitle}
% Set of commands, that define a title style:
%    \begin{macrocode}
\newcommand*{\tp@undefinedtitle}[1]{%
  \PackageInfo{uni-titlepage}{leaving not defined #1-title page empty}%
}
\newcommand*{\inittitle}{}
\newcommand*{\makepretitle}{\tp@undefinedtitle{pre}}
\newcommand*{\makepretitleback}{\tp@undefinedtitle{back of pre}}
\newcommand*{\makemaintitle}{\tp@undefinedtitle{main}}
\newcommand*{\makemaintitleback}{\tp@undefinedtitle{back of main}}
\newcommand*{\makeposttitle}{\tp@undefinedtitle{post}}
\newcommand*{\makeposttitleback}{\tp@undefinedtitle{back of post}}
\newcommand*{\exittitle}{}
%    \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
%
% \begin{macro}{\inittitlestyle}
% Will be called before loading a title style:
%    \begin{macrocode}
\newcommand*{\inittitlestyle}{%
  \renewenvironment{titlepage}[1][]{%
    \TitleOptions{##1}%
    \clearpage
    \if@twocolumn
      \@restonecoltrue\onecolumn
    \else
      \@restonecolfalse
    \fi
    \ifx\titlepagestyle\@empty\else\thispagestyle{\titlepagestyle}\fi
    \if@twoside% im einseitigen Satz ist mir alles egal
      \ifodd\value{page}% aktuelle Seite ist ungerade
%    \end{macrocode}
% Current page number is odd \dots
%    \begin{macrocode}
        \ifodd\value{titlepage}%
        \else
%    \end{macrocode}
% \dots\ wanted page number is even: put in empty page.
%    \begin{macrocode}
          \null\newpage
        \fi
      \else
%    \end{macrocode}
% Current page number is even \dots
%    \begin{macrocode}
        \ifodd\value{titlepage}%
%    \end{macrocode}
% \dots\ wanted page number is off: put in empty page.
%    \begin{macrocode}
          \null\newpage % Leerseite
        \fi
      \fi
    \fi
    \setcounter{page}{\value{titlepage}}%
    \ifx\titlepagestyle\@empty\else\thispagestyle{\titlepagestyle}\fi
  }{%
    \if@restonecol\twocolumn \else \newpage\fi
    \stepcounter{titlepage}%
  }%

  \renewcommand*{\maketitle}[1][]{%
    \begingroup
      \TitleOptions{##1}%
      \inittitle
      \makepretitle\if@twoside\makepretitleback\fi
      \makemaintitle\if@twoside\makemaintitleback\fi
      \makeposttitle\if@twoside\makeposttitleback\fi
      \exittitle
    \endgroup
  }%

  \renewcommand*{\inittitle}{}%
  \renewcommand*{\makepretitle}{\tp@undefinedtitle{pre}}%
  \renewcommand*{\makepretitleback}{\tp@undefinedtitle{back of pre}}%
  \renewcommand*{\makemaintitle}{\tp@undefinedtitle{main}}%
  \renewcommand*{\makemaintitleback}{\tp@undefinedtitle{back of main}}%
  \renewcommand*{\makeposttitle}{\tp@undefinedtitle{post}}%
  \renewcommand*{\makeposttitleback}{\tp@undefinedtitle{back of post}}%
  \renewcommand*{\exittitle}{}%
}
\inittitlestyle
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\titlebox}
% \begin{macro}{fullsizetitle}
% New environment for full page titles (with respect to BCOR or
% Gm@bindingoffset if defined)
%    \begin{macrocode}
\newsavebox\titlebox
\newenvironment{fullsizetitle}[1][]{%
  \TitleOptions{#1}%
  \begin{lrbox}{\titlebox}
    \hsize\paperwidth
    \scr@ifundefinedorrelax{ta@bcor}{%
      \scr@ifundefinedorrelax{Gm@bindingoffset}{}{%
        \advanve\hsize-\Gm@bindingoffset}%
    }{%
      \advance\hsize-\ta@bcor
      \scr@ifundefinedorrelax{Gm@bindingoffset}{}{%
        \ifdim \Gm@bindingoffset=\ta@bcor\else
          \PackageWarning{uni-titlepage}{Ignorring geometry's binding
            correction,\MessageBreak
            using typearea's binding correction.\MessageBreak
            If you're using geometry and typearea,\MessageBreak
            you should set both options to the same value,\MessageBreak
            e.g. \string\KOMAoptions{BCOR=\the\ta@bcor}\MessageBreak
            \space\space\space\space\space
            \string\geometry{bindingoffset=\the\ta@bcor}\MessageBreak
            to make uni-titlepage use this value%
          }%
        \fi
      }%        
    }%
    \vsize\paperheight
    \linewidth\hsize
    \columnwidth\hsize
    \textwidth\hsize
    \textheight\vsize
    \noindent\minipage{\hsize}
}{%
    \endminipage
  \end{lrbox}
  \begin{titlepage}%
    \vspace*{-1in}\vskip-\topmargin\vskip-\headheight\vskip-\headsep
    \vskip-\topskip
    \raggedright
    \leavevmode
    \hskip-1in
    \ifodd\c@page
      \hskip-\oddsidemargin
      \scr@ifundefinedorrelax{ta@bcor}{%
        \scr@ifundefinedorrelax{Gm@bindingoffset}{}{%
          \hskip\Gm@bindingoffset}%
      }{\hskip\ta@bcor}%
    \else
      \hskip-\evensidemargin
    \fi
    \vbox to\z@{\hsize\z@
      \vskip-\baselineskip
      \makebox[0pt][l]{\usebox\titlebox}%
      \vss
    }%
  \end{titlepage}
}
%    \end{macrocode}
% \end{macro}
% \end{macro}
%
% \begin{macro}{\DefineSimpleTitleKey}
% \begin{macro}{\DefineReplaceTitleKey}
% \begin{macro}{\tp@replacewarning}
% \begin{macro}{\tp@dokeys}
% Define title page ``variables'':
%    \begin{macrocode}
\newcommand*{\tp@replacewarning}[2]{%
  \PackageWarning{uni-titlepage}{%
    Using `#2' instead of `#1',\MessageBreak
    because `#1' not defined%
  }%
}
\newcommand*{\tp@dokeys}{}
\newcommand*{\DefineSimpleTitleKey}[2][.\@currname.\@currext]{%
  \l@addto@macro\tp@dokeys{\do{#2}}%
  \expandafter\newcommand\expandafter*\csname @#2\endcsname{}%
  \expandafter\newcommand\expandafter*\csname #2\endcsname[1]{%
    \expandafter\gdef\csname @#2\endcsname{##1}}%
  \DefineFamilyKey[{#1}]{title}{#2}{%
    \csname #2\endcsname{##1}%
    \FamilyKeyStateProcessed
  }%
}
\newcommand*{\DefineReplaceTitleKey}[3][.\@currname.\@currext]{%
  \DefineFamilyKey[{#1}]{title}{#2}{%
    \tp@replacewarning{#2}{#3}%
    \FamilyOptions{title}{#3=##1}%
  }%
}
%    \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
%
% \begin{macro}{\titlehead}
% \begin{macro}{\@titlehead}
% \begin{option}{titlehead}
%    \begin{macrocode}
\providecommand*{\@titlehead}{}
\providecommand{\titlehead}[1]{\gdef\@titlehead{#1}}
\DefineFamilyKey{title}{titlehead}{\titlehead{#1}\FamilyKeyStateProcessed}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\homepage}
%   \changes{v0.3}{2012/07/05}{new command}
% \begin{macro}{\@homepage}
%   \changes{v0.3}{2012/07/05}{new internal}
% \begin{option}{homepage}
%   \changes{v0.3}{2012/07/05}{new option}
%    \begin{macrocode}
\providecommand*{\@homepage}{}
\providecommand{\homepage}[1]{\gdef\@homepage{#1}}
\DefineFamilyKey{title}{homepage}{\homepage{#1}\FamilyKeyStateProcessed}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\title}
% \begin{macro}{\@title}
% \begin{option}{title}
%    \begin{macrocode}
\let\@title\relax\let\title\relax\DefineSimpleTitleKey{title}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\author}
% \begin{macro}{\@author}
% \begin{option}{author}
%    \begin{macrocode}
\let\@author\relax\let\author\relax\DefineSimpleTitleKey{author}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\date}
% \begin{macro}{\@date}
% \begin{option}{date}
%    \begin{macrocode}
\let\@date\relax\let\date\relax\DefineSimpleTitleKey{date}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\duration}
% \begin{macro}{\@duration}
% \begin{option}{duration}
%    \begin{macrocode}
\DefineSimpleTitleKey{duration}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\course}
% \begin{macro}{\@course}
% \begin{option}{course}
%    \begin{macrocode}
\DefineSimpleTitleKey{course}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\company}
% \begin{macro}{\@company}
% \begin{option}{company}
%    \begin{macrocode}
\DefineSimpleTitleKey{company}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\subtitle}
% \begin{macro}{\@subtitle}
% \begin{option}{subtitle}
%    \begin{macrocode}
\let\@subtitle\relax\let\subtitle\relax\DefineSimpleTitleKey{subtitle}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\university}
% \begin{macro}{\@university}
% \begin{option}{university}
%    \begin{macrocode}
\DefineSimpleTitleKey{university}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\faculty}
% \begin{macro}{\@faculty}
% \begin{option}{faculty}
%    \begin{macrocode}
\DefineSimpleTitleKey{faculty}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\chair}
% \begin{macro}{\@chair}
% \begin{option}{chair}
%    \begin{macrocode}
\DefineSimpleTitleKey{chair}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\professor}
% \begin{macro}{\@professor}
% \begin{option}{professor}
%    \begin{macrocode}
\DefineSimpleTitleKey{professor}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\subject}
% \begin{macro}{\@subject}
% \begin{option}{subject}
% \changes{v0.4c}{2012/12/18}{typing error fixed (mrpiggi)}
% \changes{v0.5e}{2019/11/20}{\cs{ifstr} in \textsf{scrbase} renamed to
%   \cs{Ifstr}}
%    \begin{macrocode}
\providecommand*{\@subject}{}
\providecommand*{\subject}[1]{\gdef\@subject{#1}}
\l@addto@macro\tp@dokeys{\do{subject}}%
\DefineFamilyKey{title}{subject}{%
  \Ifstr{#1}{project}{\subject{\projectpapername}}{%
    \Ifstr{#1}{seminar}{\subject{\seminarpapername}}{%
      \Ifstr{#1}{studentresearch}{\subject{\studentresearchname}}{%
        \Ifstr{#1}{diploma}{\subject{\diplomathesisname}}{%
          \Ifstr{#1}{degree}{\subject{\degreethesisname}}{%
            \Ifstr{#1}{master}{\subject{\masterthesisname}}{%
              \Ifstr{#1}{bachelor}{\subject{\bachelorthesisname}}{%
                \subject{#1}%
              }%
            }%
          }%
        }%
      }%
    }%
  }%
  \FamilyKeyStateProcessed
}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\Ifstr}
% For compatibility with old versions of \textsf{scrbase} the macro is
% provided based on \cs{ifstr} if it has not been defined by \textsf{scrbase}.
%    \begin{macrocode}
\providecommand*{\Ifstr}{\ifstr}
%    \end{macrocode}
% \end{macro}
% \begin{option}{student}
%    \begin{macrocode}
\DefineReplaceTitleKey{student}{author}
%    \end{macrocode}
% \end{option}
% \begin{macro}{\sience}
%   \changes{v0.5}{2016/06/21}{new}
% \begin{macro}{\@sience}
%   \changes{v0.5}{2016/06/21}{new}
% \begin{option}{sience}
%   \changes{v0.5}{2016/06/21}{new}
%    \begin{macrocode}
\DefineSimpleTitleKey{sience}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\discipline}
% \begin{macro}{\@discipline}
% \begin{option}{discipline}
%    \begin{macrocode}
\DefineSimpleTitleKey{discipline}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\academicgrade}
% \changes{v0.6}{2021/07/29}{renamed ``degree'' to ``academic grade'' to avoid
%   name clash with the degree symbol}
% \begin{macro}{\@academicgrade}
% \changes{v0.6}{2021/07/29}{renamed ``degree'' to ``academic grade'' to avoid
%   name clash with the degree symbol}
% \begin{option}{academicgrade}
% \changes{v0.6}{2021/07/29}{renamed ``degree'' to ``academic grade'' to avoid
%   name clash with the degree symbol}
%    \begin{macrocode}
\DefineSimpleTitleKey{academicgrade}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\matriculationnumber}
% \begin{macro}{\@matriculationnumber}
% \begin{option}{matriculationnumber}
%    \begin{macrocode}
\DefineSimpleTitleKey{matriculationnumber}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\advisor}
% \begin{macro}{\@advisor}
% \begin{option}{advisor}
%    \begin{macrocode}
\DefineSimpleTitleKey{advisor}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\referee}
% \begin{macro}{\@referee}
% \begin{option}{referee}
%    \begin{macrocode}
\DefineSimpleTitleKey{referee}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\place}
% \begin{macro}{\@place}
% \begin{option}{place}
%    \begin{macrocode}
\DefineSimpleTitleKey{place}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\publisher}
% \begin{macro}{\@publisher}
% \begin{option}{publisher}
%    \begin{macrocode}
\DefineSimpleTitleKey{publisher}
\renewcommand*{\@publisher}{\csname @publishers\endcsname}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\mainlogo}
%   \changes{v0.4}{2012/07/24}{new}
% \begin{macro}{\@mainlogo}
%   \changes{v0.4}{2012/07/24}{new (internal)}
% \begin{option}{mainlogo}
%   \changes{v0.4}{2012/07/24}{new}
%    \begin{macrocode}
\DefineSimpleTitleKey{mainlogo}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\secondlogo}
% \changes{v0.7}{2021/08/18}{new}
% \begin{macro}{\@secondlogo}
% \changes{v0.7}{2021/08/18}{new (internal)}
% \begin{option}{secondlogo}
% \changes{v0.7}{2021/08/18}{new}
%    \begin{macrocode}
\DefineSimpleTitleKey{secondlogo}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\oralexaminationdate}
% \begin{macro}{\@oralexaminationdate}
% \begin{option}{oralexaminationdate}
%    \begin{macrocode}
\DefineSimpleTitleKey{oralexaminationdate}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
% \begin{macro}{\dedication}
% \begin{macro}{\@dedication}
% \begin{option}{dedication}
%    \begin{macrocode}
\providecommand*{\@dedication}{}
\providecommand{\dedication}[1]{\gdef\@dedication{#1}}
\DefineFamilyKey{title}{dedication}{\dedication{#1}\FamilyKeyStateProcessed}
%    \end{macrocode}
% \end{option}
% \end{macro}
% \end{macro}
%
% \begin{macro}{\usetitleelement}
%   \changes{v0.4}{2012/04/24}{new}
% \begin{macro}{\@usetitleelement@error}
%   \changes{v0.4}{2012/04/24}{new (internal)}
% Users cannot simply use, e.g., \cs{@title}, \cs{@mainlogo} etc. So we need a
% command to get them:
%    \begin{macrocode}
\newcommand*{\usetitleelement}[1]{%
  \scr@ifundefinedorrelax{#1}{%
    \@usetitleelement@error{#1}%
  }{%
    \scr@ifundefinedorrelax{@#1}{%
      \@usetitleelement@error{#1}%
    }{%
      \@nameuse{@#1}%
    }%
  }%
}
\newcommand*{\@usetitleelement@error}[1]{%
  \PackageError{uni-titlepage}{`#1' isn't a title element}{%
    You should use \string\usetitleelement\space for title elements
    only!\MessageBreak
    If you'll continue, command will be ignored.}%
}
%    \end{macrocode}
% \end{macro}
% \end{macro}
%
% Some variables use their own configurable font:
% \begin{option}{titlepagefont}
% \begin{macro}{\@titlepagefont}
%    \begin{macrocode}
\scr@ifundefinedorrelax{newkomafont}{%
  \newcommand*{\@titlepagefont}{}%
}{%
  \newkomafont{titlepage}{}%
}
\DefineFamilyKey{title}{titlepagefont}{%
  \renewcommand*{\@titlepagefont}{#1}%
  \FamilyKeyStateProcessed
}
%    \end{macrocode}
% \end{macro}
% \end{option}
%
% \begin{option}{subjectfont}
% \begin{macro}{\subject@font}
%    \begin{macrocode}
\providecommand*{\subject@font}{\bfseries}
\DefineFamilyKey{title}{subjectfont}{%
  \renewcommand*{\subject@font}{#1}%
  \FamilyKeyStateProcessed
}
%    \end{macrocode}
% \end{macro}
% \end{option}
%
% \begin{option}{titlefont}
% \begin{macro}{\title@font}
%    \begin{macrocode}
\providecommand*{\titlefont}{\bfseries}
\DefineFamilyKey{title}{titlefont}{%
  \renewcommand*{\titlefont}{#1}%
  \FamilyKeyStateProcessed
}
%    \end{macrocode}
% \end{macro}
% \end{option}
%
% \begin{option}{subtitlefont}
% \begin{macro}{\@subtitlefont}
%    \begin{macrocode}
\providecommand*{\@subtitlefont}{\bfseries}
\DefineFamilyKey{title}{subtitlefont}{%
  \renewcommand*{\@subtitlefont}{#1}%
  \FamilyKeyStateProcessed
}
%    \end{macrocode}
% \end{macro}
% \end{option}
%
% \begin{macro}{\TitlePageStyle}
% Load a title page style from file
%    \begin{macrocode}
\newcommand*{\TitlePageStyle}[2][]{%
  \IfFileExists{title-#2.def}{%
    \begingroup
      \edef\@tempa{\endgroup
        \noexpand\inittitlestyle
        \noexpand\makeatletter
        \noexpand\input{title-#2.def}%
        \noexpand\catcode`\noexpand\@=\the\catcode`\@
      }%
    \@tempa
    \TitleOptions{#1}%
  }{%
    \PackageError{uni-titlepage}{No title definition for `#2' found}{%
      You've tried to set title page style `#2', but no title page
      style definition file\MessageBreak
      `title-#2.def' may be found%
    }%
  }
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\NowButAfterBeginDocument}
% Nice shortcut:
%    \begin{macrocode}
\newcommand*{\NowButAfterBeginDocument}{%
  \if@atdocument
    \expandafter\@firstofone
  \else
    \expandafter\AtBeginDocument
  \fi
}
%    \end{macrocode}
% \end{macro}
%
%    \begin{macrocode}
\DeclareOption*{\expandafter\TitlePageStyle\expandafter{\CurrentOption}}
\FamilyProcessOptions*\relax
%    \end{macrocode}
%
% \begin{macro}{\chairmanname}
% \changes{v0.5}{2016/06/21}{new}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\projectpapername}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\seminarpapername}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\studentreserchname}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\diplomathesisname}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\degreethesisname}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\masterthesisname}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\bachelorthesisname}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\presentedbyname}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\advisorname}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\thename}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\ofthename}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\fromname}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\fromplacename}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\malerefereename}
% \changes{v0.5}{2016/06/21}{new}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\femalerefereename}
% \changes{v0.5}{2016/06/21}{new}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\ordinalmalerefereename}
% \changes{v0.7}{2021/08/18}{new}
% \begin{macro}{\ordinalfemalerefereename}
% \changes{v0.7}{2021/08/18}{new}
% \begin{macro}{\refereename}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\oralexaminationdatename}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\ordinal}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\maleordinal}
% \changes{v0.5}{2016/06/21}{new}
% \begin{macro}{\femaleordinal}
% \changes{v0.5}{2016/06/21}{new}
% \changes{v0.5c}{2019/05/27}{not needed \cs{AtBeginDocument} removed}
% \begin{macro}{\indatename}
% \changes{v0.7}{2021/08/18}{new}
% Language dependent terms:
%    \begin{macrocode}
\providecommand*{\chairmanname}{Chairman}
\providecommand*{\projectpapername}{Project Paper}
\providecommand*{\seminarpapername}{Seminar Paper}
\providecommand*{\studentresearchname}{Student Research Project}
\providecommand*{\diplomathesisname}{Diploma Thesis}
\providecommand*{\degreethesisname}{Degree Thesis}
\providecommand*{\masterthesisname}{Master Thesis}
\providecommand*{\bachelorthesisname}{Bachelor Thesis}
\providecommand*{\presentedbyname}{presented by}
\providecommand*{\advisorname}{Advisor}
\providecommand*{\thename}{}
\providecommand*{\ofthename}{of the}
\providecommand*{\fromname}{from}
\providecommand*{\fromplacename}{from}
\providecommand*{\refereename}{Referee}
\providecommand*{\femalerefereename}{\refereename}
\providecommand*{\malerefereename}{\refereename}
\providecommand*{\ordinalmalerefereename}{\englishordinalmalerefereename}
\providecommand*{\ordinalfemalerefereename}{\englishordinalfemalerefereename}
\providecommand*{\oralexaminationdatename}{Date of Oral Examination}
\providecommand*{\atthename}{at}
\providecommand*{\durationname}{Processing Time}
\providecommand*{\matriculationnumbername}{Matriculationnumber}
\providecommand*{\coursename}{Course}
\providecommand*{\companyname}{Training Company}
\providecommand*{\examinationname}{Examination}
\providecommand*{\examinationdatename}{Date of Examination}
\newcommand*{\ordinal}{\englishordinal}
\newcommand*{\femaleordinal}{\ordinal}
\newcommand*{\maleordinal}{\ordinal}
\providecommand*{\indatename}{in}
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\chairmanname}{Chairmain}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\projectpapername}{Project Paper}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\seminarpapername}{Seminar Paper}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\studentresearchname}{Student
  Research Project}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\diplomathesisname}{Diploma Thesis}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\degreethesisname}{Degree Thesis}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\masterthesisname}{Master Thesis}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\bachelorthesisname}{Bachelor
  Thesis}% 
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\ordinal}{\englishordinal}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\presentedbyname}{presented by}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\advisorname}{Advisor}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\thename}{}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\ofthename}{of the}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\fromname}{from}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\fromplacename}{from}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\refereename}{Referee}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\ordinalmalerefereename}{%
  \englishordinalmalerefereename}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\ordinalfemalerefereename}{%
  \englishordinalfemalerefereename}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\oralexaminationdatename}{Date of
  Oral Examination}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\durationname}{Processing Time}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\matriculationnumbername}{Matriculationnumber}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\coursename}{Course}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\companyname}{Training Company}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\examinationname}{Examination}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\examinationdatename}{Date of
  Examination}%
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\indatename}{in}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\chairmanname}{Dekan/Dekanin}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\projectpapername}{Projektarbeit}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\seminarpapername}{Seminararbeit}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\studentresearchname}{Studienarbeit}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\diplomathesisname}{Diplomarbeit}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\degreethesisname}{Dissertation}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\masterthesisname}{Master-Arbeit}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\bachelorthesisname}{Bachelor-Arbeit}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\ordinal}{\germanordinal}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\femaleordinal}{\germanfemaleordinal}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\maleordinal}{\germanmaleordinal}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\presentedbyname}{eingereicht von}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\advisorname}{Betreuer}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\thename}{den}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\ofthename}{der}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\fromname}{von}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\fromplacename}{aus}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\refereename}{Gutachter}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\ordinalmalerefereename}{%
  \germanordinalmalerefereename}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\ordinalfemalerefereename}{%
  \germanordinalfemalerefereename}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\femalerefereename}{Gutachterin}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\oralexaminationdatename}{Datum der m\"undlichen
  Pr\"ufung}% 
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\durationname}{Bearbeitungszeitraum}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\matriculationnumbername}{Matrikelnummer}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\coursename}{Kurs}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\companyname}{Ausbildungsfirma}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\examinationname}{Pr\"ufung}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\examinationdatename}{Tag der Pr\"ufung}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\indatename}{im}%
%    \end{macrocode}
% \begin{macro}{\englishordinalmalerefereename}
% \changes{v0.7}{2021/08/18}{new}
%    \begin{macrocode}
\newcommand*{\englishordinalmalerefereename}[1]{%
  \englishordinal{#1} \refereename%
}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\englishordinalfemalerefereename}
% \changes{v0.7}{2021/08/18}{new}
%    \begin{macrocode}
\newcommand*{\englishordinalfemalerefereename}[1]{%
  \englishordinalmalereferename{#1}%
}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\germanordinalmalerefereename}
% \changes{v0.7}{2021/08/18}{new}
%    \begin{macrocode}
\newcommand*{\germanordinalmalerefereename}[1]{%
  \ifnum #1<\@ne
    \PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
      This package does only define German ordinal names for referees from 1}%
  \else
    \ifcase #1\or Erstgutachter\or Zweitgutachter\or Drittgutachter%
    \or Viertgutachter\else
      \PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
        This package does only define German ordinal names for referees up
        to 4}%
  \fi
}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\germanordinalfemalerefereename}
% \changes{v0.7}{2021/08/18}{new}
%    \begin{macrocode}
\newcommand*{\germanordinalfemalerefereename}[1]{%
  \germanordinalfemalerefereename{#1}in%
}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\germanordinalmalecorrectorname}
% \changes{v0.7}{2021/08/18}{new}
%    \begin{macrocode}
\newcommand*{\germanordinalmalecorrectorname}[1]{%
  \ifnum #1<\@ne
    \PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
      This package does only define German ordinal names for correctors from 1}%
  \else
    \ifcase #1\or Erstkorrektor\or Zweitkorrektor\or Drittkorrektor%
    \or Viertkorrektor\else
      \PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
        This package does only define German ordinal names for correctors up
        to 6}%
  \fi
}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\germanordinalfemalecorrectorname}
% \changes{v0.7}{2021/08/18}{new}
%    \begin{macrocode}
\newcommand*{\germanordinalfemalecorrectorname}[1]{%
  \germanordinalmalecorrectorname{#1}in%
}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\englishordinal}
%    \begin{macrocode}
\newcommand*{\englishordinal}[1]{%
  \ifcsname engordnumber\endcsname
    \engordnumber{#1}%
  \else
    \ifnum #1<\@ne
      \PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
        This package does only define English ordinals from 1}%
    \else
      \ifcase #1\or 1st\or 2nd\or 3rd\or 4th\or 5th\or 6th\or 7th\or 8th\or
        9th\or 10th\else
        \PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
          This package does only define English ordinals from 1 to
          10.\MessageBreak
          You may load package `engord' to improve support of english
          ordinals}%
      \fi
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\germanordinal}
% \begin{macro}{\germanmaleordinal}
% \begin{macro}{\germanfemaleordinal}
%    \begin{macrocode}
\newcommand*{\germanordinal}[1]{%
  \ifnum #1<\@ne
    \PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
      This package does only define german ordinals from 1}%
  \else
    #1.%
  \fi
}
\newcommand*{\germanmaleordinal}[1]{%
  \ifcase #1
    \PackageError{uni-titlepage}{Male ordinal of `#1' not defined}{%
      This package does only define german male ordinals from 1}%
  \or Erster\or Zweiter\or Dritter\or Vierter\or F\"unfter\or Sechster%
  \or Siebter\or Achter\or Neunter\or Zehnter\else
    \PackageError{uni-titlepage}{Male ordinal of `#1' not defined}{%
      This package does only define german male ordinals up to 10}%
  \fi
}
\newcommand*{\germanfemaleordinal}[1]{%
  \ifcase #1
    \PackageError{uni-titlepage}{Female ordinal of `#1' not defined}{%
      This package does only define german female ordinals from 1}%
  \or Erste\or Zweite\or Dritte\or Vierte\or F\"unfte\or Sechste%
  \or Siebte\or Achte\or Neunte\or Zehnte\else
    \PackageError{uni-titlepage}{Female ordinal of `#1' not defined}{%
      This package does only define german female ordinals up to 10}%
  \fi
}
%    \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% 
% \iffalse meta-comment
%</package>
% \fi^^A meta-comment
%
% \subsection{The \texttt{titlepage} Drivers}
% \label{sec:The-titlepage-Drivers}
%
% \changes{v0.2}{2011/06/07}{new style \texttt{DHBW}}
% \changes{v0.2}{2011/06/07}{new style \texttt{Spacer}}
% \changes{v0.3}{2012/07/05}{new style \texttt{KIT}}
% \changes{v0.4}{2012/07/24}{new style \texttt{JT-Aufsaetze}}
% \changes{v0.4}{2012/07/24}{new style \texttt{JT-Geschichte}}
% \changes{v0.4}{2012/07/24}{new style \texttt{JT-Typography}}
% \iffalse meta-comment
%<*driver>
% \fi^^A meta-comment
%    \begin{macrocode}
\begingroup
  \def\PackageNotLoadedError#1{%
    \GenericError{%
      (#1)\@spaces\@spaces\@spaces\@spaces
    }{%
      File `#1' Error: package `uni-titlepage' hasn't been loaded%
    }{%
      This definition file was made to be loaded by package
      `uni-titlepage'.\MessageBreak
      You may not use it without package `uni-titlepage'!\MessageBreak
      See the documentation of package `uni-titlepage' for explanation.%
    }%
  }%
  \ifx\csname uni-titlepage.sty@vers\endcsname\relax
    \PackageNotLoadedError{%
%<DHBW>      title-DHBW.def%
%<KOMAScript>      title-KOMAScript.def%
%<TU-DD>      title-TU-DD.def%
%<TU-HH>      title-TU-HH.def%
%<Markus&1>      title-Markus-1.def%
%<Markus&2>      title-Markus-2.def%
%<Spacer>      title-Spacer.def%
%<KIT>      title-KIT.def%
%<JT-Aufsaetze>      title-JT-Aufsaetze.def%
%<JT-Geschichte>      title-JT-Geschichte.def%
%<JT-Typography>      title-JT-Typography.def%
%<WWUM>      title-WWUM.def%
%<UKoLA>      title-UKoLa.def%
    }%
  \fi
\endgroup
%    \end{macrocode}
%
% Each style corresponds with an own member. Nevertheless most styles will not
% have options in their own, because string options should be global to make
% change of style very easy.
%    \begin{macrocode}
\DefineFamilyMember[%
%<DHBW>  DHBW%
%<KOMAScript>  KOMAScript%
%<TU-DD>  TU-DD%
%<TU-HH>  TU-HH%
%<Markus&1>  Markus-1%
%<Markus&2>  Markus-2%
%<Spacer>  Spacer%
%<KIT>  KIT%
%<JT-Aufsaetze>  JT-Aufsaetze%
%<JT-Geschichte>  JT-Geschichte%
%<JT-Typography>  JT-Typography%
%<WWUM>  WWUM%
%<UKoLa>  UKoLa%
]{title}
%    \end{macrocode}
%
% Nevertheless some styles have their own switches:
% \begin{option}{blackborder}
% \emph{Trauerrand} at style \File{TU-DD}:
%    \begin{macrocode}
%<TU-DD>\FamilyBoolKey[TU-DD]{title}{blackborder}{blackborder}
%    \end{macrocode}
% \end{option}
% \begin{option}{final}
% Style \File{TU-HH} distinguishes between drafts and final thesis.
%    \begin{macrocode}
%<TU-HH>\FamilyBoolKey[TU-HH]{title}{final}{final}
%    \end{macrocode}
% \end{option}
% \begin{option}{rulewidth}
% \begin{macro}{\title@rulewidth}
% \begin{option}{rulesep}
% \begin{macro}{\title@rulesep}
% Some styles have some variable rules at the title:
%    \begin{macrocode}
%<*Spacer|JT-Aufsaetze|JT-Geschichte|Markus&2>
\providecommand*{\title@rulewidth}{%
%<Spacer|Markus&2>  0pt%
%<JT-Aufsaetze|JT-Geschichte>  .25\textwidth
}
\providecommand*{\title@rulesep}{%
%<Spacer|Markus&2>  \ifdim \title@rulewidth>\z@ 10pt\else \z@\fi
%<JT-Aufsaetze|JT-Geschichte>  1.5pt%
}
\DefineFamilyKey[%
%<Markus&2>  Markus-2%
%<JT-Aufsaetze>  JT-Aufsaetze%
%<JT-Geschichte>  JT-Geschichte%
%<Spacer>  Spacer%
]{title}{rulewidth}{%
  \gdef\title@rulewidth{\dimexpr #1\relax}%
  \FamilyKeyStateProcessed
}
\DefineFamilyKey[%
%<Markus&2>  Markus-2%
%<JT-Aufsaetze>  JT-Aufsaetze%
%<JT-Geschichte>  JT-Geschichte%
%<Spacer>  Spacer%
]{title}{rulesep}{%
  \gdef\title@rulesep{\dimexpr #1\relax}%
  \FamilyKeyStateProcessed
}
%</Spacer|JT-Aufsaetze|JT-Geschichte|Markus&2>
%    \end{macrocode}
% \end{macro}
% \end{option}
% \end{macro}
% \end{option}
%
% An some has their own terms:
% \begin{macro}{\presentationinformationUKoLA}
% \changes{v0.7}{2021/08/18}{new}
% \begin{macro}{\presentationinformationWWUM}
% \changes{v0.5}{2016/06/21}{new style WWUM}
% \begin{macro}{\presentationinformationTUHH}
% \changes{v0.5}{2016/06/21}{\cs{NowButAfterBeginDocument} not needed any
%   more}
% \changes{v0.5}{2016/06/21}{provide sevaral English and German
%   languages}
% \begin{macro}{\presentationinformationDHBW}
% \changes{v0.5}{2016/06/21}{\cs{NowButAfterBeginDocument} not needed any
%   more}
% \changes{v0.5}{2016/06/21}{provide sevaral English and German languages}
% \changes{0.5e}{2019/11/20}{\cs{if} replaced by \cs{ifx}}
% \begin{macro}{\presentationinformationKIT}
% \changes{v0.5}{2016/06/21}{\cs{NowButAfterBeginDocument} not needed any
%   more}
% \changes{v0.5}{2016/06/21}{provide sevaral English and German languages}
%    \begin{macrocode}
%<*UKoLa>
\providecommand*{\presentationinformationUKoLa}{%
  to optain the degree\\
  \@academicgrade\\
  of  \@discipline\\
}
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\presentationinformationUKoLa}{%
  to optain the degree\\
  \@academicgrade\\
  of  \@discipline\\
}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\presentationinformationUKoLa}{%
  zur Erlangung des Grades eines\\
  \@academicgrade\\
  im Studiengang \@discipline\\
}%
%</UKoLa>
%<*DHBW>
\providecommand*{\presentationinformationDHBW}{%
  for the \examinationname{} of\\[.5\baselineskip]
  \@academicgrade\\[0pt plus 1fill]
  of  \@discipline\\[.5\baselineskip]
  at the \@university{} \@place\\
}
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\presentationinformationDHBW}{%
  for the \examinationname\\[.5\baselineskip]
  \@academicgrade\\[0pt plus 1fill]
  of degree course \@discipline\\[.5\baselineskip]
  at the \@university\ifx\@place\@empty\else\space\@place\fi
}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\presentationinformationDHBW}{%
  f\"ur die \examinationname{} zum\\[.5\baselineskip]
  \@academicgrade\\[0pt plus 1fill]
  des Studienganges \@discipline\\[.5\baselineskip]
  an der \@university{}\ifx\@place\@empty\else\space\@place\fi
}%
%</DHBW>
%<*TU-HH>
\providecommand*{\presentationinformationTUHH}{%
  \iffinal Of the \else The \fi Graduation Committee of the\\
  \@university\\[.5ex]
  to the Acquisition of the Academic Degree\\[.5ex]
  \@academicgrade\\[.5ex]
  \iffinal approved \else submitted \fi\@subject}
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\presentationinformationTUHH}{%
  \iffinal Of the \else The \fi Graduation Committee of the\\
  \@university\\[.5ex]
  to the Acquisition of the Academic Degree\\[.5ex]
  \@academicgrade\\[.5ex]
  \iffinal approved \else submitted \fi\@subject}
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\presentationinformationTUHH}{%
  \iffinal Vom \else Dem \fi Promotionsausschuss der\\
  \@university\\[.5ex]
  zur Erlangung des akademischen Grades\\[.5ex]
  \@academicgrade\\[.5ex]
  \iffinal genehmigte \else vorgelegte \fi\@subject}%
%</TU-HH>
%<*KIT>
\providecommand*{\presentationinformationKIT}{%
  At the \@faculty\\
  \strut\ignorespaces\@chair\\
}
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\presentationinformationKIT}{%
  At the \@faculty\\
  \strut\ignorespaces\@chair\\
}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\presentationinformationKIT}{%
  An der \@faculty\\
  \strut\ignorespaces\@chair\\
}%
%</KIT>
%<*WWUM>
\providecommand*{\presentationinformationWWUM}{%
  \@subject\\
  to the Aquisition of the Academic Degree\\
  \@academicgrade\\
  of the \@sience{} of \@discipline\\
  of the \@faculty{} faculty\\
  of the \@university
}
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\presentationinformationWWUM}{%
  \@subject\\
  to the Aquisition of the Academic Degree\\
  \@academicgrade\\
  of the \@sience{} of \@discipline\\
  of the \@faculty{} faculty\\
  of the \@university
}
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\presentationinformationWWUM}{%
  \@subject\\
  zur Erlangung des \@academicgrade\\
  der \@sience{} im Fachbereich \@discipline\\
  der \@faculty{} Fakult\"at\\
  der \@university
}
%</WWUM>
%    \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \begin{macro}{\KITlongname}
%   \changes{v0.5}{2016/06/21}{\cs{NowButAfterBeginDocument} not needed any
%     more}^^A
%   \changes{v0.5}{2016/06/21}{provide sevaral English and German
%     languages}^^A
% \begin{macro}{\fromname}
%   \changes{v0.5}{2016/06/21}{\cs{NowButAfterBeginDocument} not needed any
%     more}^^A
%   \changes{v0.5}{2016/06/21}{provide sevaral English and German
%     languages}^^A
% \begin{macro}{\refereename}
%   \changes{v0.5}{2016/06/21}{\cs{NowButAfterBeginDocument} not needed any
%     more}^^A
%   \changes{v0.5}{2016/06/21}{provide sevaral English and German
%     languages}^^A
% \begin{macro}{\KITurl}
%    \begin{macrocode}
%<*KIT>
\providecaptionname{american,australian,british,canadian,%
  english,newzealand,UKenglish,USenglish}{\KITlongname}{%
  University of the State of Baden-W\"urttemberg and National Research Center
  of the Helmholtz Association%
}%
\providecaptionname{german,ngerman,austrian,naustrian,%
  swissgerman,nswissgerman}{\KITlongname}{%
  Universit\"at des Landes Baden-W\"urttemberg und nationales
  Forschungszentrum in der Helmholtz-Gemeinschaft
}%
\scr@ifundefinedorrelax{captionsamerican}{}{%
  \renewcaptionname{american}{\fromname}{of}%
  \renewcaptionname{american}{\refereename}{Reviewer}%
}%
\scr@ifundefinedorrelax{captionsaustralian}{}{%
  \renewcaptionname{australian}{\fromname}{of}%
  \renewcaptionname{australian}{\refereename}{Reviewer}%
}%
\scr@ifundefinedorrelax{captionsbritish}{}{%
  \renewcaptionname{british}{\fromname}{of}%
  \renewcaptionname{british}{\refereename}{Reviewer}%
}%
\scr@ifundefinedorrelax{captionscanadian}{}{%
  \renewcaptionname{canadian}{\fromname}{of}%
  \renewcaptionname{canadian}{\refereename}{Reviewer}%
}%
\scr@ifundefinedorrelax{captionsenglish}{}{%
  \renewcaptionname{english}{\fromname}{of}%
  \renewcaptionname{english}{\refereename}{Reviewer}%
}%
\scr@ifundefinedorrelax{captionsnewzealand}{}{%
  \renewcaptionname{newzealand}{\fromname}{of}%
  \renewcaptionname{newzealand}{\refereename}{Reviewer}%
}%
\scr@ifundefinedorrelax{captionsUKenglish}{}{%
  \renewcaptionname{UKenglish}{\fromname}{of}%
  \renewcaptionname{UKenglish}{\refereename}{Reviewer}%
}%
\scr@ifundefinedorrelax{captionsUSenglish}{}{%
  \renewcaptionname{USenglish}{\fromname}{of}%
  \renewcaptionname{USenglish}{\refereename}{Reviewer}%
}%
\newcommand*{\KITurl}{www.kit.edu}
%</KIT>
%    \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% 
% \begin{macro}{\presentedbyname}
% \changes{v0.5}{2016/06/21}{changed value for \texttt{WWUM}}
% \changes{v0.5a}{2016/06/22}{fixed \texttt{swissgerman} instead of
%   \texttt{swiss}}
% \changes{v0.5b}{2018/08/31}{changes have to be delayed}
% \changes{v0.7}{2021/08/18}{changed value also for \texttt{UKoLa}}
% \begin{macro}{\ordinalmalerefereename}
% \changes{v0.7}{2021/08/18}{changed value for \texttt{UKoLa}}
% \begin{macro}{\ordinalfemalerefereename}
% \changes{v0.7}{2021/08/18}{changed value for \texttt{UKoLa}}
%    \begin{macrocode}
%<*WWUM|UKoLa>
\NowButAfterBeginDocument
{%  
  \providecaptionname{german,ngerman,austrian,naustrian,
    swissgerman,nswissgerman}{\presentedbyname}{vorgelegt von}%
  \scr@ifundefinedorrelax{captionsgerman}{}{%
    \renewcaptionname{german}{\presentedbyname}{vorgelegt von}%
    \renewcaptionname{german}{\ordinalfemalerefereename}{%
      \ordinalfemalecorrectorname}%
  }%
  \scr@ifundefinedorrelax{captionsngerman}{}{%
    \renewcaptionname{ngerman}{\presentedbyname}{vorgelegt von}%
    \renewcaptionname{ngerman}{\ordinalmalerefereename}{%
      \germanordinalmalecorrectorname}%
    \renewcaptionname{ngerman}{\ordinalfemalerefereename}{%
      \germanordinalfemalecorrectorname}%
  }%
  \scr@ifundefinedorrelax{captionsaustrian}{}{%
    \renewcaptionname{austrian}{\presentedbyname}{vorgelegt von}%
    \renewcaptionname{austrian}{\ordinalmalerefereeename}{%
      \germanordinalmalecorrectorname}%
    \renewcaptionname{austrian}{\ordinalfemalerefereeename}{%
      \germanordinalfemalecorrectorname}%
  }%
  \scr@ifundefinedorrelax{captionsnaustrian}{}{%
    \renewcaptionname{naustrian}{\presentedbyname}{vorgelegt von}%
    \renewcaptionname{naustrian}{\ordinalmalerefereename}{%
      \germanordinalmalecorrectorname}%
    \renewcaptionname{naustrian}{\ordinalfemalerefereename}{%
      \germanordinalfemalecorrectorname}%
  }%
  \scr@ifundefinedorrelax{captionsswissgerman}{}{%
    \renewcaptionname{swissgerman}{\presentedbyname}{vorgelegt von}%
    \renewcaptionname{swissgerman}{\ordinalmalerefereename}{%
      \germanordinalmalecorrectorname}%
    \renewcaptionname{swissgerman}{\ordinalfemalerefereename}{%
      \germanordinalfemalecorrectorname}%
  }%
  \scr@ifundefinedorrelax{captionsnswissgerman}{}{%
    \renewcaptionname{nswissgerman}{\presentedbyname}{vorgelegt von}%
    \renewcaptionname{nswissgerman}{\ordinalmalerefereename}{%
      \germanordinalmalecorrectorname}%
    \renewcaptionname{nswissgerman}{\ordinalfemalerefereename}{%
      \germanordinalfemalecorrectorname}%
  }%
}
%</WWUM|UKoLa>
%    \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
%
% While style initialization, something may change:
%    \begin{macrocode}
\renewcommand*{\inittitle}{%
%    \end{macrocode}
% style \File{KOMAScript} redefines some footnote macros:
%    \begin{macrocode}
%<*KOMAScript>
  \let\footnotesize\small
  \let\footnoterule\relax
  \let\footnote\thanks
  \renewcommand*\thefootnote{\@fnsymbol\c@footnote}%
  \let\@oldmakefnmark\@makefnmark
  \renewcommand*{\@makefnmark}{\rlap\@oldmakefnmark}%
%</KOMAScript>
%    \end{macrocode}
% styles \File{DHBW}, \File{TU-DD}, \File{TU-HH}, \File{KIT}, and \File{UKoLa}
% set some variable if not already done
%    \begin{macrocode}
%<*DHBW|TU-DD|TU-HH|KIT|WWUM>
  \ifx\@university\@empty
    \university{%
%<DHBW>      Dualen Hochschule%
%<TU-DD>      Technische\nobreakspace Universit\"at\nobreakspace Dresden%
%<TU-HH>      Technische\nobreakspace Universit\"at\nobreakspace
%<TU-HH>      Hamburg-Harburg%
%<KIT>      KIT -- \KITlongname
%<WWUM>      Westf\"alischen Wilhelms-Universit\"at M\"unster%
    }%
  \fi
%</DHBW|TU-DD|TU-HH|KIT|WWUM>
%<*DHBW|TU-DD|TU-HH|KIT|WWUM|UKoLa>
  \ifx\@place\@empty
    \place{%
%<DHBW>      Baden-W\"urttemberg%
%<TU-DD>      Dresden%
%<TU-HH>      Hamburg%
%<KIT>      Karlsruhe%
%<*WWUM>
      \PackageWarning{uni-titlepage}{Birth place missing.\MessageBreak
        Style `WWUM' needs the birth place of\MessageBreak
        the student}%
%</WWUM>
%<UKoLa>      Koblenz%
    }
  \fi
%<*DHBW|UKoLa>
  \ifx\@mainlogo\@empty
%<DHBW>    \IfFileExists{DHBW_d_MOS_195x95_rgb_300.jpg}{%
%<UKoLa>    \IfFileExists{uni-koblenz-landau.png}{%
      \scr@ifundefinedorrelax{includegraphics}{%
        \if@atdocument\else\RequirePackage{graphicx}\fi
      }{}%
      \scr@ifundefinedorrelax{includegraphics}{}{%
        \mainlogo{%
%<*DHBW>
          \includegraphics[width=57mm,height=27mm]
                          {DHBW_d_MOS_195x95_rgb_300.jpg}%
%</DHBW>
%<*UKoLa>
          \includegraphics[width=63mm,height=10mm]
                          {uni-koblenz-landau.png}
%</UKoLa>
        }%
      }%
    }{}%
  \fi
%</DHBW|UKoLa>
%<*DHBW>
  \ifx\@titlehead\@empty
    \titlehead{\hspace*{\fill}\@mainlogo}%
  \fi
%</DHBW>
%<*DHBW|UKoLa>
  \ifx\@titlepagefont\@empty
    \renewcommand*{\@titlepagefont}{%
%<DHBW>      \normalfont\sffamily
%<UKoLa>      \normalfont
    }%
  \fi
%</DHBW|UKoLa>
%<*KIT>
  \ifx\@homepage\@empty
    \homepage{\KITurl}%
  \fi
  \ifx\@mainlogo\@empty
%    \end{macrocode}
% \changes{v0.5f}{2021/07/29}{autodetect several logo picture files}
% Try to detect one of the suitable PNGs of the KIT logo from
% \url{https://de.wikipedia.org/wiki/Datei:Logo_KIT.svg}.
%    \begin{macrocode}
    \def\KIT@logo{KITLogo_RGB.pdf}\IfFileExists{\KIT@logo}{}{%
      \def\KIT@logo{2560px-Logo_KIT.svg.png}\IfFileExists{\KIT@logo}{}{%
        \def\KIT@logo{2000px-Logo_KIT.svg.png}\IfFileExists{\KIT@logo}{}{%
          \def\KIT@logo{1280px-Logo_KIT.svg.png}\IfFileExists{\KIT@logo}{}{%
            \def\KIT@logo{1024px-Logo_KIT.svg.png}\IfFileExists{\KIT@logo}{}{%
              \def\KIT@logo{1000px-Logo_KIT.svg.png}\IfFileExists{KIT@logo}{}{%
                \def\KIT@logo{800px-Logo_KIT.svg.png}\IfFileExists{\KIT@logo}{}{%
                  \def\KIT@logo{640px-Logo_KIT.svg.png}\IfFileExists{\KIT@logo}{}{%
                    \def\KIT@logo{500px-Logo_KIT.svg.png}%
                  }}}}}}}}%
    \IfFileExists{\KIT@logo}{%
      \scr@ifundefinedorrelax{includegraphics}{%
        \if@atdocument\else\RequirePackage{graphicx}\fi
      }{}%
      \scr@ifundefinedorrelax{includegraphics}{}{%
        \mainlogo{%
          \includegraphics[width=40mm,height=18.5mm]{\KIT@logo}%
        }%
      }%
    }{}%
  \fi
  \ifx\@titlehead\@empty
    \titlehead{\@mainlogo\hspace*{\fill}}%
  \fi
  \ifx\@titlepagefont\@empty
    \renewcommand*{\@titlepagefont}{\usefont{T1}{phv}{m}{n}}%
  \fi
%</KIT>
%<*WWUM>
  \ifx\@titlepagefont\@empty
    \renewcommand*{\@titlepagefont}{\normalfont\large}%
  \fi
%</WWUM>
%</DHBW|TU-DD|TU-HH|KIT|WWUM|UKoLa>
%    \end{macrocode}
% style \File{Markus-2} uses it's own pagestyle at the first title page
%    \begin{macrocode}
%<*Markus&2>
  \def\ps@maintitle{%
    \ps@empty
    \def\@oddhead{%
      \parbox[b][\headheight][b]{\hsize}{\@titlepagefont{%
          \csname @titlehead\endcsname}}%
    }%
    \let\@evenhead\@oddhead
  }%
%</Markus&2>
%    \end{macrocode}
% styles \File{JT-Aufsaetze} and \File{JT-Geschichte} set some font defaults:
%    \begin{macrocode}
%<*JT-Aufsaetze|JT-Geschichte>
  \ifx\@titlepagefont\@empty
%<JT-Aufsaetze>  \renewcommand*{\@titlepagefont}{\normalfont\Huge\itshape}%
%<*JT-Geschichte>
    \scr@ifundefinedorrelax{lsstyle}{%
      \renewcommand*{\@titlepagefont}{\normalfont\let\@tpf@extra\scshape}%
    }{%
      \renewcommand*{\@titlepagefont}{%
        \normalfont\def\@tpf@extra{\lsstyle\MakeUppercase}%
      }%
    }
%</JT-Geschichte>
  \fi
  \ifx\titlefont\@empty
    \renewcommand*{\titlefont}{\normalfont}%
  \fi
%</JT-Aufsaetze|JT-Geschichte>
%<*JT-Typography>
  \ifx\@titlepagefont\@empty
    \renewcommand*{\@titlepagefont}{\normalfont\sffamily\bfseries}%
  \fi
%</JT-Typography>
%    \end{macrocode}
%    \begin{macrocode}
}
%    \end{macrocode}
%
% \begin{macro}{\publishers}
%    \KOMAScript{} defines this macro. But we use \verb|\publisher| instead.
%    \begin{macrocode}
%<KOMAScript>\providecommand*{\publishers}{\publisher}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\makemaintitle}
%   \changes{v0.2a}{2012/03/20}{\texttt{Markus-2}: \cs{leavevmode} added
%     before \cs{subject@font} to avoid line break after \cs{subject@font}
%     using package \textsf{color} or \textsf{xcolor}}
% This differs from style to style:
%    \begin{macrocode}
\renewcommand*{\makemaintitle}{%
  \begin{%
%<DHBW|TU-DD|TU-HH|KIT>    fullsizetitle}
%<*KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography|WWUM|UKoLa>
    titlepage}
%</KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography|WWUM|UKoLa>
    \setlength{\parskip}{\z@}%
    \setlength{\parindent}{\z@}%
    \setlength{\parfillskip}{\z@\@plus 1fil}%
    \linespread{1}\selectfont
    \@titlepagefont
%<*DHBW>
    \vspace*{12mm}%
    \centering
    \begin{minipage}[t][\dimexpr\vsize-36mm\relax]{\dimexpr\hsize-40mm\relax}%
      \@titlehead\par
      \centering
      \Large
      \vfill
      {\titlefont{\Large\@title}}\par
      \vfill
      {\subject@font{\Large\@subject\par}}%
      \vfill
      \presentationinformationDHBW\par
      \vfill
      \fromname\\[.5\baselineskip]
      \@author\par
      \vfill
      \@date\par
      \vfill
      \begin{tabular}{*2{p{.5\dimexpr\linewidth-3\tabcolsep\relax}}@{}}
        \durationname                            & \@duration \\[.5ex]
        \matriculationnumbername, \coursename    & \@matriculationnumber,
                                                   \@course\\[.5ex]
        \companyname                             & \@company \\[.5ex]
        \advisorname{} \ofthename{} \companyname & \@advisor \\[.5ex]
        \refereename{} \ofthename{} \@university & \@referee
      \end{tabular}
    \end{minipage}
%</DHBW>
%<*KOMAScript>
    \ifx\@titlehead\@empty \else
      \begin{minipage}[t]{\textwidth}%
        \@titlehead
      \end{minipage}\par
    \fi
    \null\vfill
    \begingroup
      \centering
      \ifx\@subject\@empty \else
        {\subject@font{\@subject \par}}%
        \vskip 3em
      \fi
      {\titlefont{\huge \@title\par}}%
      \vskip 1em
      {\ifx\@subtitle\@empty\else\@subtitlefont{\@subtitle}\par\fi}%
      \vskip 2em
      {\Large \lineskip 0.75em
        \begin{tabular}[t]{c}
          \@author
        \end{tabular}\par
      }%
      \vskip 1.5em
      {\Large \@date \par}%
      \vskip \z@ \@plus3fill
      {\Large \@publisher \par}%
      \vskip 3em
    \endgroup
    \@thanks
    \vfill\null\vskip-\baselineskip
%</KOMAScript>
%<*TU-DD>
    \rule{0pt}{5mm}\par
    \ifblackborder
      \leavevmode\hskip 1cm
      \setlength{\fboxrule}{1pt}%
      \expandafter\fbox
    \else
      \expandafter\mbox
    \fi
    {%
       \begin{minipage}[t][\dimexpr\textheight-2.5cm\relax][t]{%
           \dimexpr\linewidth\ifblackborder-3cm\fi\relax}
        \sffamily
        \centering
        \vskip 3cm
        {\fontsize{28pt}{34pt}\selectfont
          \strut\ignorespaces\@university\unskip\strut\\}
        {\fontsize{24pt}{28pt}\selectfont
          \strut\ignorespaces\@faculty\unskip\strut\\}
        {\fontsize{20pt}{24pt}\selectfont
          \strut\ignorespaces\@chair\unskip\strut\\
          \strut\ignorespaces\@professor\unskip\strut\\
          \vfill
          {\bfseries\strut\ignorespaces\@title\unskip\strut\\}
          \strut\ignorespaces\@subject\unskip\strut\\
          \vfill
          \raggedright
          \hspace*{.25\linewidth}%
          \strut\ignorespaces\presentedbyname\unskip\strut\\
          \hspace*{.25\linewidth}\quad
          \begin{tabular}{@{}l@{}}
            \strut\ignorespaces\@author\unskip\strut\\
            \strut\ignorespaces\@discipline\unskip\strut\\
            \strut\ignorespaces\@matriculationnumber\unskip\strut\\
          \end{tabular}\\
          \vskip\baselineskip
          \hspace*{.25\linewidth}%
          \strut\ignorespaces\advisorname\unskip:\strut\\
          \hspace*{.25\linewidth}\quad
          \begin{tabular}{@{}l@{}}
            \strut\ignorespaces\@advisor\unskip\strut\\
          \end{tabular}
          \vskip2\baselineskip
          \hspace*{.25\linewidth}%
          \strut\ignorespaces\@place,\nobreakspace\thename\nobreakspace\@date
          \par}
        \vspace*{5mm}
      \end{minipage}
    }%
%</TU-DD>
%<*TU-HH>
    \sffamily
    \centering
    \vspace{5cm}
    {\LARGE\bfseries\strut\ignorespaces\@title\\}
    {\Large\strut\ignorespaces\@subtitle\\}
    \vspace{2.5cm}
    {\Large\presentationinformationTUHH\\}
    \vspace{2.5cm}
    {\Large\strut\ignorespaces\fromname\\
      \strut\ignorespaces\@author\\}
    \vspace{2.5cm}
    {\Large\strut\ignorespaces\fromplacename\\
      \strut\ignorespaces\@place\\}
    \vspace{2.5cm}
    {\Large\@date}
%</TU-HH>
%<*WWUM>
    \centering
    \@chair\\
    \vspace{2cm}
    \@title\\
    \vfill
    \presentationinformationWWUM\\
    \vfill
    \presentedbyname\\
    \@author\\
    \ifx\@place\@empty\else\fromplacename{} \@place\\\fi
    --\,\the\year\,--
%</WWUM>
%<*Markus&1>
    \raggedright
    {\subject@font{%
        \large\strut\ignorespaces\@subject\par\vskip 2\baselineskip}}%
    {\titlefont{\LARGE\strut\ignorespaces\@title\par}}%
    {\@subtitlefont{%
        \large\vskip.5\baselineskip\strut\ignorespaces\@subtitle\par}}%
    \vfill
    {\csname @datefont\endcsname{\large\strut\ignorespaces\@date\par}}%
%</Markus&1>
%<*Spacer|Markus&2>
    \raggedright
%<Markus&2>    \thispagestyle{maintitle}%
    \raisebox{0pt}[\ht\strutbox][\dimexpr\textheight-\ht\strutbox\relax]{%
      \rule[\dimexpr-.667\headsep-\textheight\relax]
           {\title@rulewidth}
           {\dimexpr\textheight+2\headsep\relax}\kern\title@rulesep}%
    \parbox[t][\textheight][t]
           {\dimexpr \textwidth-\title@rulewidth-\title@rulesep\relax}{%
      \raggedright
%<*Spacer>
      \ifx\@titlehead\@empty\else
%    \end{macrocode}
%   \changes{v0.4a}{2012/09/05}{fix influence of height of titlehead to
%     vertical alignment of rule}
%    \begin{macrocode}
        \raisebox{\dimexpr\ht\strutbox-\totalheight\relax}{%
          \parbox[t]{\linewidth}{\@titlehead}%
        }\par
        \vskip 2\baselineskip
      \fi
%</Spacer>
      {\leavevmode\subject@font{%
          \large\strut\ignorespaces\@subject\par\vskip 2\baselineskip}}%
      {\def\and{\\}\csname @authorfont\endcsname{\large\@author}\par
        \vskip .5\baselineskip}%
      {\titlefont{\LARGE\strut\ignorespaces\@title\par}}%
      {\@subtitlefont{%
          \large\vskip.5\baselineskip\strut\ignorespaces\@subtitle\par}}%
      \vfill
      {\csname @publisherfont\endcsname{\large\@publisher\par}}%
      {\csname @datefont\endcsname{\large\strut\ignorespaces\@date\par}}%
    }%
%</Spacer|Markus&2>
%<*KIT>
    \setlength{\unitlength}{1mm}%
    \begin{picture}(0,0)
      \put(15,-12){%
        \line(1,0){\dimexpr\paperwidth-37mm\relax\@gobble}%
      }%
      \put(\dimexpr\paperwidth-22mm\@gobble,-19){\oval(14,14)[rt]}%
      \put(\dimexpr\paperwidth-15mm\@gobble,-19){%
        \line(0,-1){\dimexpr\paperheight-37mm\relax\@gobble}%
      }%
      \put(22,-\dimexpr\paperheight-18mm\relax\@gobble){%
        \line(1,0){\dimexpr\paperwidth-37mm\relax\@gobble}%
      }%
      \put(22,-\dimexpr\paperheight-25mm\relax\@gobble){\oval(14,14)[lb]}%
      \put(15,-\dimexpr\paperheight-25mm\relax\@gobble){%
        \line(0,1){\dimexpr\paperheight-37mm\relax\@gobble}%
      }%
    \end{picture}\par
    \vskip\dimexpr -\baselineskip+25mm\relax
    \hspace*{27mm}%
    \begin{minipage}[t][\dimexpr\paperheight-68mm\relax][t]
      {\dimexpr\paperwidth-54mm\relax}
      \raggedright\@titlehead\par
      \centering
      \vskip 25mm
      {\@titlepagefont\@title\par}%
      \vskip 20mm
      {\Large\@subject\\\fromname\par}
      \vskip 1cm
      {\huge\@author\par}
      \vskip 1cm
      {\Large\presentationinformationKIT\par}
      \vskip 2cm
      {\Large
        \let\@tempa\refereename
        \def\@tempb{1}%
        \def\and{%
          \\
          \xdef\@tempb{\the\numexpr\@tempb+1\relax}%
          \expandafter\ordinal\expandafter{\@tempb}~\@tempa: &
        }%
        \begin{tabular}{@{}lr@{}}
          \refereename: & \@referee \\
          \global\let\@tempa\advisorname\xdef\@tempb{1}%
          \advisorname: & \@advisor \\
        \end{tabular}\par
      }
      \vfill
      {\large \durationname: \@duration\par}
    \end{minipage}
    \vskip 35mm
    \hspace*{27mm}\makebox[\dimexpr\paperwidth-56mm\relax]{%
      \tiny\@university\hfill\large\textbf{\@homepage}%
    }%
%</KIT>
%<*JT-Aufsaetze>
    \centering
    \@author\\
    \begin{picture}(\title@rulewidth\@gobble,
      \dimexpr .3ex+1pt+\title@rulesep\relax\@gobble)
      \put(0,\dimexpr .15ex+.5pt+\title@rulesep\relax\@gobble){%
        \linethickness{.3ex}\line(1,0){\title@rulewidth\@gobble}%
      }%
      \put(0,0){%
        \linethickness{1pt}\line(1,0){\title@rulewidth\@gobble}%
      }%
    \end{picture}\\[\baselineskip]
    {\titlefont{\@title\par}}%
    \vfill
    \@publisher
%</JT-Aufsaetze>
%<*JT-Geschichte>
    \centering
    \large{\@tpf@extra{\@author\unskip\strut}}\\[\dp\strutbox]
    {\titlefont{\Huge\@title\par}}
    \vfill
    \begin{picture}(\title@rulewidth\@gobble,
      \dimexpr 4pt+1pt+\title@rulesep\relax\@gobble)
      \put(0,\dimexpr 2pt+.5pt+\title@rulesep\relax\@gobble){%
        \linethickness{1pt}\line(1,0){\title@rulewidth\@gobble}%
      }%
      \put(0,0){%
        \linethickness{4pt}\line(1,0){\title@rulewidth\@gobble}%
      }%
    \end{picture}\\[\dp\strutbox]
    \@tpf@extra{\@publisher}%
    \ifx\@place\@empty\else
      \unskip\@tpf@extra{\strut}\\[\dp\strutbox]\@tpf@extra{\@place}%
    \fi
%</JT-Geschichte>
%<*JT-Typography>
  \raggedright
  {\Large\MakeUppercase{\@author}\\[\baselineskip]}
  {\titlefont{\Huge\MakeUppercase{\@title}\unskip\strut\\}}
  {\@subtitlefont{\normalsize\MakeUppercase{\@subtitle}\\}}
  \vfill
  {\normalsize\MakeUppercase{\@place}\ifx\@place\@empty\else\enskip\fi
    {\LARGE\MakeUppercase{\@date}}
    \ifx\@publisher\@empty\else\unskip\strut\\[1.5\baselineskip]
      \MakeUppercase{\@publisher}%
    \fi}
%</JT-Typography>
%<*UKoLa>
    \begin{tabular}[t]{@{}c@{}}
      \raisebox{\dimexpr\ht\strutbox-\height}{\@mainlogo}\\
      \@chair\\
    \end{tabular}\hfill
    \begin{tabular}[r]{@{}c@{}}
      \raisebox{\dimexpr\ht\strutbox-\height}{\@secondlogo}\\
    \end{tabular}\par
    \vspace{5\baselineskip}
    \centering
    {\LARGE\bfseries\titlefont{\@title\par}}%
    \vspace{5\baselineskip}
    {\Large\subject@font{\@subject\par}}%
    \vspace{\baselineskip}
    \presentationinformationUKoLa\par
    \vspace{5\baselineskip}
    \presentedbyname\\[\baselineskip]
    {\Large\csname @authorfont\endcsname{\@author\par}}%
    \vfill
    \raggedright
    \@hangfrom{\advisorname: }{\@advisor\par}%
    \newcommand*{\test@male@female}[1][m]{%
      \global\advance\@tempcnta by\@ne
      \Ifstr{##1}{f}{\def\fe@male{female}}{\def\fe@male{male}}%
      \@hangfrom{\csname ordinal\fe@male refereename\endcsname{\@tempcnta}: }%
      \def\and{\par\test@male@female}%
    }%
    \@tempcnta \z@
    \expandafter\test@male@female\@referee\par
    \vspace{3\baselineskip}
    \@place, \Ifstr{\indatename}{}{}{\indatename\ }\@date\par
%</UKoLa>
  \end{%
%<DHBW|TU-DD|TU-HH|KIT>    fullsizetitle}
%<*KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography|WWUM|UKoLa>
    titlepage}
%</KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography|WWUM|UKoLa>
}
%    \end{macrocode}
% \end{macro}
%
% Some of the styles need additional string options for the back of the main
% title. These are more structural than logical, so we do not define those
% globally!
% \begin{option}{uppertitleback}
% \begin{macro}{\uppertitleback}
% \begin{macro}{\@uppertitlebacke}
% \begin{option}{lowertitleback}
% \begin{macro}{\lowertitleback}
% \begin{macro}{\@lowertitleback}
%    \begin{macrocode}
%<*KOMAScript|Markus|Spacer>
\providecommand*{\@uppertitleback}{}
\providecommand{\uppertitleback}[1]{\gdef\@uppertitleback{#1}}
\DefineFamilyKey[%
%<KOMAScript>  KOMAScript%
%<Markus&1>  Markus-1%
%<Markus&2>  Markus-2%
%<Spacer>  Spacer%
%<JT-Aufsaetze>  JT-Aufsaetze%
%<JT-Geschichte>  JT-Geschichte%
%<JT-Geschichte>  JT-Typography%
]{title}{uppertitleback}{\uppertitleback{#1}\FamilyKeyStateProcessed}
\providecommand*{\@lowertitleback}{}
\providecommand{\lowertitleback}[1]{\gdef\@lowertitleback{#1}}
\DefineFamilyKey[%
%<KOMAScript>  KOMAScript%
%<Markus&1>  Markus-1%
%<Markus&2>  Markus-2%
%<Spacer>  Spacer%
%<JT-Aufsaetze>  JT-Aufsaetze%
%<JT-Geschichte>  JT-Geschichte%
%<JT-Geschichte>  JT-Typography%
]{title}{lowertitleback}{\lowertitleback{#1}\FamilyKeyStateProcessed}
%</KOMAScript|Markus|Spacer>
%    \end{macrocode}
% \end{macro}
% \end{macro}
% \end{option}
% \end{macro}
% \end{macro}
% \end{option}
%
% \begin{macro}{\makemaintitleback}
% \changes{v0.5e}{2019/11/20}{\cs{ifstr} in \textsf{scrbase} renamed to
%   \cs{Ifstr}}
% Only some of the styles define this:
%    \begin{macrocode}
%<*KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
\renewcommand*{\makemaintitleback}{%
  \begin{titlepage}
    \begin{minipage}[t]{\textwidth}
      \@titlepagefont{\@uppertitleback}%
    \end{minipage}\par
    \vfill
    \begin{minipage}[b]{\textwidth}
      \@titlepagefont{\@lowertitleback}%
    \end{minipage}
  \end{titlepage}
}
%</KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
%<*TU-HH>
\renewcommand*{\makemaintitleback}{%
  \begin{titlepage}
    \vspace*{\fill}
    \iffinal
      \@tempcnta\z@
      \def\and{%
        \par\advance\@tempcnta by\@ne
        \@hangfrom{%
          \expandafter\ordinal\expandafter{\the\@tempcnta}~\refereename:\enskip
        }%
      }\and\@referee
    \fi
    \vskip 1cm
    \iffinal
      \@hangfrom{\oralexaminationdatename:\enskip}{\@oralexaminationdate}%
    \fi
  \end{titlepage}
}
%</TU-HH>
%<*WWUM>
\renewcommand*{\makemaintitleback}{%
  \begin{titlepage}
    \vspace*{\fill}
    \noindent
    \@tempcnta\z@
    \def\arraystretch{2}%
    \newcommand*{\test@malefemale}[1][m]{%
      \global\advance\@tempcnta by\@ne
      \Ifstr{##1}{f}{\def\fe@male{female}}{\def\fe@male{male}}%
      \csname \fe@male ordinal\endcsname{\@tempcnta}\space
      \csname \fe@male refereename\endcsname: &
      \def\and{\\\test@malefemale}%
    }%
    \begin{tabular}{@{}ll@{}}
      \chairmanname: & \@professor \\
      \expandafter\test@malefemale
      \@referee \\
      \oralexaminationdatename: & \@oralexaminationdate
      \ifx\examinationdatename\@empty\else
        \\\examinationdatename:     &
      \fi
      \\
    \end{tabular}
  \end{titlepage}
}
%</WWUM>
%    \end{macrocode}
% \end{macro}
%
% Some of the styles need additional string options for the pre title. These
% are more structural than logical, so we do not define those globally!
% \begin{option}{extratitle}
% \begin{macro}{\extratitle}
% \begin{macro}{\@extratitle}
%    \begin{macrocode}
%<*KOMAScript|Markus&2|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
\providecommand*{\@extratitle}{}
\providecommand{\extratitle}[1]{\gdef\@extratitle{#1}}
\DefineFamilyKey[%
%<KOMAScript>  KOMAScript%
%<Markus&2>  Markus-2%
%<Spacer>  Spacer%
%<JT-Aufsaetze>  JT-Aufsaetze%
%<JT-Geschichte>  JT-Geschichte%
%<JT-Typography>  JT-Typography%
]{title}{extratitle}{\extratitle{#1}\FamilyKeyStateProcessed}
%</KOMAScript|Markus&2|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
%    \end{macrocode}
% \end{macro}
% \end{macro}
% \end{option}
%
% \begin{macro}{\makepretitle}
%   \changes{v0.2a}{2012/03/20}{\texttt{Markus-1}: Usage of
%     \cs{@titlepagefont} fixed}
%   \changes{v0.4b}{2012/09/18}{\texttt{Markus-1}: publisher page may be
%     omitted}
% \begin{macro}{\makepretitleback}
% Only some styles have pre titles:
%    \begin{macrocode}
%<*KOMAScript|Markus&2|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
\renewcommand*{\makepretitle}{%
  \ifx\@extratitle\@empty\else
    \begin{titlepage}
      \noindent\@extratitle
    \end{titlepage}
  \fi
}%
%</KOMAScript|Markus&2|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
%<*Markus&1>
\renewcommand*{\makepretitle}{%
  \ifx\@publisher\@empty\else
    \begin{titlepage}
      \raggedleft
      {\@titlepagefont{%
          \large\strut\ignorespaces\@publisher\par}}%
    \end{titlepage}
  \fi
}
%</Markus&1>
%<*WWUM>
\renewcommand*{\makepretitle}{%
  \begin{fullsizetitle}
    \@titlepagefont
    \vspace*{.33\vsize}%

    \centering
    \@author\\[1ex]
    \@title\\[1ex]
    \the\year
  \end{fullsizetitle}
}
%</WWUM>
%    \end{macrocode}
% \end{macro}
%    \begin{macrocode}
%<*KOMAScript|Markus&2|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
\renewcommand*{\makepretitleback}{%
  \ifx\@extratitle\@empty\else\begin{titlepage}\null\end{titlepage}\fi
}
%</KOMAScript|Markus&2|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
%<*Markus&1>
\renewcommand*{\makepretitleback}{%
  \ifx\@author\@empty\else
    \ifx\@publisher\@empty\begin{titlepage}\end{titlepage}\fi
    \begin{titlepage}
      \raggedleft
      {\@titlepagefont{%
          \large\null\vskip 2\baselineskip
          \LARGE\strut{\def\and{\hspace{1em}\linebreak[3]}%
            \csname @authorfont\endcsname{\large\ignorespaces\@author}\par}}}%
    \end{titlepage}
  \fi
}
%</Markus&1>
%<*WWUM>
\renewcommand*{\makepretitleback}{%
  \if@twoside\begin{titlepage}\null\end{titlepage}\fi
}
%</WWUM>
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\makeposttitle}
% \begin{macro}{\makeposttitleback}
% And only some styles provides one more title page with dedication.
%    \begin{macrocode}
%<*KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
\renewcommand*{\makeposttitle}{%
  \ifx\@dedication\@empty\else
    \begin{titlepage}
      \null\vfill
      {\centering\csname @dedicationfont\endcsname{\@dedication \par}}%
      \vskip \z@ \@plus 3fill
    \end{titlepage}
  \fi
}
\renewcommand*{\makeposttitleback}{%
  \ifx\@dedication\@empty\else\begin{titlepage}\null\end{titlepage}\fi
}
%</KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
%    \end{macrocode}
% \end{macro}
% \end{macro}
%
% \iffalse meta-comment
%</driver>
% \fi^^A meta-comment
%
% \subsection{The Examples and the Manual}
% \label{sec:The-Examples-and-the-Manual}
% \iffalse meta-comment
%<*doc|README>
%<*example>
% \fi^^A meta-comment
% \changes{v0.7}{2021/08/18}{don't use \Package{inputenc} any longer}
%    \begin{macrocode}
\documentclass[a4paper,pagesize]{scrbook}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
%<JT-Geschichte>\usepackage{microtype}
%<TU-HH|TU-DD>\usepackage{mathpazo}
%<TU-HH|TU-DD>\usepackage[scaled]{helvet}
%<DHBW|Spacer|KIT|UKoLa>\usepackage[demo]{graphicx}% remove option demo if you have the logo
\usepackage{xcolor}
%<JT-Geschichte|JT-Typography>\colorlet{RED}{red}% because of \MakeUppercase{\textcolor{red}{…}}
\usepackage{uni-titlepage}
\begin{document}
%<*DHBW>
\TitlePageStyle{DHBW}
\makeatletter\providecommand*{\@titlepagefont}{\normalfont\sffamily}\makeatother
\setkomafont{subject}{\sffamily\bfseries}
\maketitle[%
  titlefont=\sffamily,
  mainlogo=\textcolor{red}{{%
    % You may add a company logo here!
    % NOTE: The original logo has a large white border!
    \includegraphics[width=57mm,height=27mm]%
    {DHBW_d_MOS_195x95_rgb_300.jpg}%
  }},
  % You may additionally change titlehead. The original definition of
  % titlehead is:
  titlehead={\hspace*{\fill}\usetitleelement{mainlogo}},
  title=\textcolor{red}{Bachelorarbeitsthema},
  subject=\textcolor{red}{BACHELORARBEIT},
  academicgrade=\textcolor{red}{Bachelor of Engineering},
  discipline=\textcolor{red}{Studiengang},
  place={Baden-Württemberg \textcolor{red}{Stadt}},
  student=\textcolor{red}{Vorname Nachname},
  duration=\textcolor{red}{12 Wochen},
  matriculationnumber=\textcolor{red}{Matrikelnummer},
  course=\textcolor{red}{Kurskürzel},
  company=\textcolor{red}{Firmenname, Stadt},
  advisor=\textcolor{red}{Titel Vorname Nachname},
  referee=\textcolor{red}{Titel Vorname Nachname},
  date=\textcolor{red}{Abgabedatum}
]
%</DHBW>
%<*TU-DD>
\TitlePageStyle{TU-DD}
\maketitle[%
  title=\textcolor{red}{Titel im Stil \texttt{TU-DD}},
  university=\textcolor{red}{%
    Technische\nobreakspace Universit\"at\nobreakspace Dresden},%
  faculty=\textcolor{red}{Fakultät Wirtschafswissenschaften},
  chair=\textcolor{red}{SAP-Stiftungslehrstuhl für\\
    Entrepreneurship und Innovation},
  professor=\textcolor{red}{Prof.\,Dr.\,Michael Schefcyk},
%  subject=diploma, % one of: project, seminar, studentresearch,
%                   % diploma, degree, master, bachelor, or ...
  subject=\textcolor{red}{Seminararbeit\\(bzw. Diplomarbeit)},% ... direct value
  student=\textcolor{red}{Vorname und Name},
  discipline=\textcolor{red}{Studienrichtung},
  matriculationnumber=\textcolor{red}{Matrikel-Nr.},
  advisor=\textcolor{red}{(mit akadem. Grad, Vor- und Zuname)},
  date=\textcolor{red}{(Datum der Abgabe)}
]

\TitleOptions{pagenumber=1,blackborder}% same with `Trauerrand'
\maketitle% everything else, like above
%</TU-DD>
%<*KOMAScript>
\TitlePageStyle[pagenumber=1]{KOMAScript}
\maketitle[
  extratitle=\textcolor{red}{Das ist ein Schmutztitel im Stil \texttt{KOMAScript}},
  titlehead=\textcolor{red}{Den Kopfbereich kann man auf diese Weise füllen.},
  subject=\textcolor{red}{Eine Klassifizierung der Arbeit},
  title=\textcolor{red}{Titel im Stil \texttt{KOMAScript}},
  subtitle=\textcolor{red}{Untertitel},
  publisher=\textcolor{red}{Einen Verlag kann man ebenfalls angeben},
  uppertitleback=\textcolor{red}{Oberer Bereich der Rückseite des Haupttitels im Stil
    \texttt{KOMAScript}.},
  lowertitleback=\textcolor{red}{Unterer Bereich der Rückseite des Haupttitels im Stil
    \texttt{KOMAScript}.},
  dedication=\textcolor{red}{Eine Widmung im Stil \texttt{KOMAScript}}
]
%</KOMAScript>
%<*TU-HH>
\TitlePageStyle[pagenumber=1]{TU-HH}
\maketitle[%
  final,
  title=\textcolor{red}{Titel im Stil \texttt{TU-HH}},
  university=\textcolor{red}{Technischen Universität Hamburg-Harburg},
  subject=degree,
  academicgrade=\textcolor{red}{Doktor der Naturwissenschaften (Dr.\,rer.\,nat\,)},
  place=\textcolor{red}{(Geburtsort)},
  date=\textcolor{red}{(aktuelles Jahr)},
  referee=\textcolor{red}{Name des ersten Gutachters\protect\and Name des zweiten
    Gutachters},
  oralexaminationdate=\textcolor{red}{29. Februar 2009}
]
%</TU-HH>
%<*Markus|Spacer>
% Maybe we should define one more option for this:
\setkomafont{subject}{\normalfont\sffamily}% because of KOMA-Script class
\setkomafont{title}{\normalfont\sffamily}% because of KOMA-Script class
%<*1>
\TitlePageStyle[pagenumber=1]{Markus-1}
\maketitle[%
  titlepagefont={\normalfont\sffamily},% to show is without KOMA-Script class
  title=\textcolor{red}{Titel im Stil \texttt{Markus-1}},
  subject=\textcolor{red}{Eine Klassifizierung der Arbeit},
  subtitle=\textcolor{red}{Untertitel},
  publisher=\textcolor{red}{Verlag},
  uppertitleback=\textcolor{red}{Oberer Bereich der Rückseite des Haupttitels
    im Stil \texttt{Markus-1}.},
  lowertitleback=\textcolor{red}{Unterer Bereich der Rückseite des Haupttitels
    im Stil \texttt{Markus-1}.},
  dedication=\textcolor{red}{Eine Widmung im Stil \texttt{Markus-1}},
  author=\textcolor{red}{Markus~Kohm\protect\and Sonst~Jemand}
]
%</1>
%<*2|Spacer>
%<2>\TitlePageStyle[pagenumber=1]{Markus-2}
%<Spacer>\TitlePageStyle[pagenumber=1]{Spacer}
\maketitle[%
  rulewidth=2pt,
  extratitle=\textcolor{red}{Das ist ein Schmutztitel im Stil \texttt{%
%<2>      Markus-2}},
%<Spacer>      Spacer}},
%<*Spacer>  
  titlehead=\textcolor{red}{\includegraphics{Logo}},
%</Spacer>
  title=\textcolor{red}{Titel im Stil \texttt{%
%<2>      Markus-2}},
%<Spacer>      Spacer}},
  subject=\textcolor{red}{Eine Klassifizierung der Arbeit},
  subtitle=\textcolor{red}{Untertitel},
  publisher=\textcolor{red}{Verlag},
  uppertitleback=\textcolor{red}{Oberer Bereich der Rückseite des Haupttitels
    im Stil \texttt{%
%<2>      Markus-2}.},
%<Spacer>      Spacer}.},
  lowertitleback=\textcolor{red}{Unterer Bereich der Rückseite des Haupttitels
    im Stil \texttt{%
%<2>      Markus-2}.},
%<Spacer>      Spacer}.},
  dedication=\textcolor{red}{Eine Widmung im Stil \texttt{%
%<2>      Markus-2}},
%<Spacer>      Spacer}},
  author=\textcolor{red}{Markus~Kohm}
]
%</2|Spacer>
%</Markus|Spacer>
%<*KIT>
\TitlePageStyle{KIT}
\maketitle[%
  mainlogo={\textcolor{red}{%
      \includegraphics[width=40mm,height=18.5mm]{KITLogo_RGB}}},%
  % You may additionally change titlehead. Original definition of titlehead
  % is:
  titlehead={\usetitleelement{mainlogo}\hspace*{\fill}},%
  title=\textcolor{red}{Titel der Arbeit\\im Stil \texttt{KIT}},%
  subject=\textcolor{red}{Klassifizierung der Arbeit},%
  author=\textcolor{red}{Markus~Kohm},%
  faculty=\textcolor{red}{Fakultät für Informatik},%
  chair=\textcolor{red}{%
    Institute for Program Structures\\and Data Organization (IPA)},%
  advisor={\textcolor{red}{Titel Vorname Nachname}\and
    \textcolor{red}{Titel Vorname Nachname}},%
  referee={\textcolor{red}{Titel Vorname Nachname}\and
    \textcolor{red}{Titel Vorname Nachname}},%
  duration=\textcolor{red}{XX. Monat 20XX -- XX. Monat 20XX},%
  university=\textcolor{red}{\KITlongname},%
  homepage=\textcolor{red}{\KITurl}%
]
%</KIT>
%<*JT-Aufsaetze>
\TitlePageStyle{JT-Aufsaetze}
\maketitle[%
  % There are only three official elements:
  author={\textcolor{red}{Markus Kohm}},%
  title={\textcolor{red}{Titel der Arbeit angelehnt an Jan Tschicholds
      ausgewählte Aufsätze über Fragen der Gestalt des Buches und der
      Typographie}},
  titlefont=\normalfont,% You may change the font of the main title
  publisher={\textcolor{red}{Der Verlag}}
  % Nevertheless, you may use extratitle, lowertitleback and uppertitleback.
  % See Markus-2 for more information about those.
]
%</JT-Aufsaetze>
%<*JT-Geschichte>
\TitlePageStyle{JT-Geschichte}
\maketitle[%
  % There are only four official elements:
  author={\textcolor{red}{Markus Kohm}},%
  title={\textcolor{red}{Titel der Arbeit angelehnt an Jan Tschicholds
      Geschichte der Schrift in Bildern}},
  titlefont=\itshape,% You may change the font of the main title
  publisher={\textcolor{red}{Der Verlag in seiner Langform}},
  place={\textcolor{red}{Der Ort}}
  % Nevertheless, you may use extratitle, lowertitleback and uppertitleback.
  % See Markus-2 for more information about those.
]
%</JT-Geschichte>
%<*JT-Typography>
\TitlePageStyle{JT-Typography}
\maketitle[%
  % There are only four official elements:
  author={\textcolor{red}{Markus Kohm}},%
  title={\textcolor{red}{Titel der Arbeit}},
  subtitle={\textcolor{red}{angelehnt an the new Typography}},
  publisher={\textcolor{red}{Veröffentlicht für einen Verlag oder auch nicht}},
  place={\textcolor{red}{Der Ort}},
  date={\textcolor{red}{2012}}
  % Nevertheless, you may use extratitle, lowertitleback and uppertitleback.
  % See Markus-2 for more information about those.
]
%</JT-Typography>
%<*WWUM>
\TitlePageStyle{WWUM}
\renewcaptionname{ngerman}{\examinationdatename}{Tag der Promotion}
%\renewcaptionname{ngerman}{\examinationdatename}{}
%\renewcaptionname{ngerman}{\chairmanname}{Dekan}
%\renewcaptionname{ngerman}{\chairmanname}{Dekanin}
\maketitle[%
  title={\textcolor{red}{Titel der Arbeit}},
  subject={\textcolor{red}{Inaugural-Dissertation}},
  academicgrade={\textcolor{red}{Doktorgrades}},
  discipline={\textcolor{red}{Physik}},
  sience={\textcolor{red}{Naturwissenschaften}},
  chair={\textcolor{red}{Experimentelle Physik}},
  faculty={\textcolor{red}{Mathematisch-Naturwissenschaftlichen}},
  author={\textcolor{red}{Mein Name}},
  place={\textcolor{red}{Geburtsort}},
  referee={\textcolor{red}{Peter Mustermann}\and
    [f]\textcolor{red}{Petra Musterfrau}},
  professor={\textcolor{red}{Klaus Naseschwarz}}
]
%</WWUM>
%<*UKoLa>
\TitlePageStyle{UKoLa}
\maketitle[%
  titlefont=\sffamily,
  mainlogo=\textcolor{red}{{%
    \includegraphics[height=10mm,width=63mm]%
    {uni-koblenz-landau}%
  }},
  chair=\textcolor{red}{Nummer des Instituts: 
  Name des Instituts},
  secondlogo=\textcolor{red}{Optionales weiteres Logo},
  title=\textcolor{red}{Titel der Studien-, Bachelor-, Master- oder Diplomarbeit},
  subject=\textcolor{red}{Diplomarbeit},
  academicgrade=\textcolor{red}{Diplom-Informatikers},
  discipline=\textcolor{red}{Name des Studiengangs},
  place={\textcolor{red}{Koblenz}},
  author=\textcolor{red}{Vorname und Nachname des Absolventen / der
  Absolventin},
  advisor=\textcolor{red}{Title{}
    Vorname{}
    Name,
    Institut, Fachbereich innerhalb der Universität /
    Institution außerhalb der Universität},
  referee={\textcolor{red}{Title{}
    Vorname{}
    Name,
    Institut, Fachbereich innerhalb der Universität /
    Institution außerhalb der Universität}%
  \and[f]\textcolor{red}{Title{}
    Vorname{}
    Name,
    Institut, Fachbereich innerhalb der Universität /
    Institution außerhalb der Universität}%
  },%
  date=\textcolor{red}{Abgabemonat},
]

%</UKoLa>
\end{document}
%    \end{macrocode}
%
% \iffalse meta-comment
%</example>
%<*manual|README>
% \fi^^A meta-comment
%
%    \begin{macrocode}
%<*!README>
\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}
%</!README>
%<*README>
----------------------------------------------------------------------------

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.

----------------------------------------------------------------------------

# ABSTRACT

%</README>
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
%<!README>KOMA started the title page project at \url{https://komascript.de/titlepage}
%<README>KOMA started the title page project at <https://komascript.de/titlepage>
to collect real title pages and implement them with a well defined interface.
%<!README>In 2021 the project has been moved to \url{https://github.com/komascript/uni-titlepage}
%<README>In 2021 the project has been moved to <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!
%<*README>

# Unpacking and Installation for Developers and Distributors

To unpack and install all files, you can download the source from github
and then run:

    l3build install

Afterwards you can build the manual and the PDFs of the examples using:

    l3build doc

As an alternative you can use the CTAN source distribution. This already
contains the user manual and the PDFs of the example files. So you only have
to run

    tex uni-titlepage.dtx

to generate the package file `uni-titlepage.sty`, the title definition files
`title-*.def` and the example titlepages `titlepage-*.tex`.
    
Please note, the `title-*.def` files are run-time files. Together with
`uni-titlepage.sty` they have to be placed in `tex/latex/uni-titlepage` inside
a TDS tree. All files `titlepage-*.tex` and `titlepage-*.pdf` as well as
`uni-titlepage.pdf` are part of the documentation and should be placed in
`doc/latex/uni-titlepage/` of the TDS tree.
    
# Unpacking and Installation for Users
    
Users can use the installation described at
[Unpacking and Installation for Developers and Distributors]. However, if
your TeX distributor already distributes a ready for installation package, you
do not need and should not create files and copy them yourself. Just use the
package manager of your TeX distribution to install the package.

# How to Contribute

If you have made a title definition that is not specific for a single project
but could be of interest for other users, you can either

* make your own `uni-titlepage-FOO` package with its own manual and [upload it
to ctan](https://www.ctan.org/upload),
* contribute in adding it to `uni-titlepage`.

The first option has the advantage, that you are free. There won't be any code
reviews by the `uni-titlepage` developers. You don't need to use the same
coding style. There is not need to accept the license of `uni-titlepage`
etc. But in this case you have to take care to keep it compatible with future
releases of `uni-titlepage` and it will not be presented in the
`uni-titlepage` manual.

The second option has the advantage, that after accepting your code, the
`uni-titlepage` developers will try to keep it working even if they change
`uni-titlepage`. But there are several restrictions to your code, before it
will be accepted. For example, you should always try to use general options,
if possible. *Static text* (not handled by options) should be configurable via
`\newcaptionname`, `\providecaptionname` and `\renewcaptionname` and should be
available at least in English and German (but if we can, we help in
translating them). The coding style and quality is also a criterion.

%</README>
%<*!README>
\end{abstract}
\DocInput{uni-titlepage.dtx}
\end{document}
%</!README>
%    \end{macrocode}
%
% \iffalse meta-comment
%</manual|README>
%</doc|README>
% \fi^^A meta-comment
%
% \Finale
%
\endinput

%% Local Variables:
%% TeX-master: t
%% TeX-PDF-mode: t
%% flyspell-mode: t
%% End: