blob: 9960c1dd05918d3d8ca728aad8c9d53d673689e2 (
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
|
2014/04/30 v1.3.7
* removed deprecated page layout combinations and thus
removed complex page layout creation to fall back to KOMA
defaults (thx to pointing this out unknown phone caller).
* added default binding correction (BCOR) for print layout
* major cleanup of class structure
* fixed confidentially clause
2014/04/14 v1.3.6
* fixed problems with combination of cls-options 'proposal'
and 'final'
* fixed problem when no layout was chosen
* fixed missing inlinetodo-command for option 'omit-todo'
2014/04/07 v1.3.5
* added document option 'proposal' which equals all omit-*
* corrected English version of confidentially clause
* set default layout to 'screen'
* omit warning if no layout chosen
* corrected cls version number and date format
* corrected combinations of options vawi* and en overriding
default labels on titlepage
2014/03/31 v1.3.4
* added option omit-toc for research proposals
* documentation changes
** english summary updated
** minor changes to sectioning and labels
** updated link to example document
** added additional packages to tlmgr command to support
OSX BasicTeX
2014/03/11 v1.3.3
* added statutory declaration to document
(omit with 'omit-sd')
2014/02/18 v1.3.2
* fixed broken CRLF terminated line endings
* corrected URLs for CTAN mirror use
2014/02/18 v1.3.1
* repaired option _vawibamberg_ in combination with
option _en_
* changed document configuration options like
\def \entitle{my english title} to non-def commands like
\title or \author
2014/01/10 v1.3.0
* switched from package expdlist to enumitem:
description environment options need to be changed!
== WARNING: document might need update using newer version ==
2013/08/14 v1.2.1
* fixed misconfigured line endings and zip format
2013/08/14
* added udesoftec.tds.zip to support other TeX Collections
* removed problem with umlauts in lstlisting-env
* added (currently emtpy) udesoftec-extra.sty, for easier
updating in case of changed behaviour
* improved documentation
* improved \parExample and \citequotepar
* added classoption omit-loa
* added classoption omit-todos
* added \printglossaries, \printacronyms and \listoftodos to
\AtBeginDocument and \AtEndDocument for convenience (i.e.
they aren't necessary in the document anymore)
* made \listoftodos conditional
* correct bibstyle "lastaccessed" format
* added additional sections to manual with more examples
* english cover wasn't found due to wrong filename referenced
* option for confidentially clause now available
2013/07/09
* added version number
* updated cover page line spacing
* updated README and added instruction for cover files
* added packages listings, multicol and verbatim
* updated documentation
* added English abstract
* better outline to improve understanding
* included package listing
* included FAQ entry for problems with cover files
2013/06/28
* better filenames
* update to udesoftec-cover-uba.pdf:
smaller filesize and undamaged PDF file
2013/06/26
* Initial CTAN Upload
|