-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (91 loc) · 2.99 KB
/
index.html
File metadata and controls
91 lines (91 loc) · 2.99 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>AkkTeX</title>
</head>
<body text="black" bgcolor="ffffff" style="font-family:Arial,sans-serif;">
<!-- ====================================================================== -->
<h2>AkkTeX - LaTeX utilities by Igor Akkerman</h2>
<b>News:</b>
<table border="0" cellpadding="0" cellspacing="20">
<tr>
<td valign="top"><b>2018-01-01</b></td>
<td>
AkkTeX is on GitHub
<br/> <a href="https://github.com/AkkTeX/akktex">AkkTeX GitHub repository</a>
</td>
</tr>
<td valign="top"><b>2018-01-01</b></td>
<td>
Uebungsblatt is on GitHub
<br/> <a href="https://github.com/AkkTeX/uebungsblatt">Uebungsblatt GitHub repository</a>
</td>
</tr>
<tr>
<td valign="top"><b>2006-10-25</b></td>
<td>
AkkTeX 0.3.2 released
</td>
</tr>
<tr>
<td valign="top"><b>2006-10-25</b></td>
<td>
Uebungsblatt 1.1.1 released
</td>
</tr>
<tr>
<td valign="top"><b>2006-10-22</b></td>
<td>
AkkTeX now available on CTAN!
<br/> <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/akktex">Browse now!</a>
</td>
</tr>
<tr>
<td valign="top"><b>2006-10-22</b></td>
<td>
Uebungsblatt now available on CTAN!
<br/> <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/uebungsblatt">Browse now!</a>
</td>
</tr>
<tr>
<td valign="top"><b>2006-02-22</b></td>
<td>
AkkTeX now hosted at Sourceforge
</td>
</tr>
</table>
<hr />
<!-- ====================================================================== -->
<h3>AkkTeX - Effective LaTeX typesetting</h3>
<h4>Features:</h4>
<ul type="disc">
<li>new document classes for technical documents, thesis works, manuscripts and lecture notes</li>
<li>many math packages providing a tremendous nuber of macros for mathematical texts</li>
<li>layout providing a non-empty parskip with extended length corrections and new section definition commands</li>
<li>easy label creation for counters</li>
<li>german language tools and predefined abbreviations</li>
</ul>
<p>
<b>Check out <a href="https://github.com/AkkTeX/akktex">AkkTeX on GitHub</a>!</b>
</p>
<!-- ====================================================================== -->
<hr />
<!-- ====================================================================== -->
<h3>Uebungsblatt - LaTeX-Klasse zur Erstellung von Übungsblättern</h3>
<h4>Features:</h4>
<ul type="disc">
<li>schnelles Setzen von Übungsblättern oder deren Bearbeitungen</li>
<li>einfache, benutzerfreundliche Kommandos</li>
<li>elegante Seitenformatierung</li>
<li>vollautomatische Nummerierung der Aufgaben und Teilaufgaben</li>
<li>Nummer des Übungsblatts wird automatisch aus dem Dateinamen bestimmt</li>
<li>statische Informationen zur Lehrveranstaltung und den Autoren müssen nur an einer Stelle angegeben werden</li>
</ul>
<p>
<b>Check out <a href="https://github.com/AkkTeX/uebungsblatt">Uebungsblatt on GitHub</a>!</b>
</p>
</body>
</html>