-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG.txt
199 lines (122 loc) · 5.37 KB
/
CHANGELOG.txt
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
2025-02-06
==========
- The "titlesec" package is now included to improve the customization of
title styles. However, be aware that the packages "titlesec" and
"hyperref" may conflict.
- Fixed a bug that was causing the first page of Chapter 1 to begin as
page number 3 instead of page number 1 (as intended).
- Other small changes.
2024-10-28
==========
- Improving file structure: "toc.tex" is now a separate file containing
the table of contents. This allows to comment the "first-pages.tex"
part to reduce compilation time.
- Added a suggestion, in the "main.tex" file, to use the "draft" option
in the "graphicx" package for a faster compilation.
- Updates according to the UA thesis norms:
- Now, the first pages are considered to be a one-sided document. That
is, they do not contain any blank pages (empty pages were removed).
Only starting from the table of contents (inclusive) the document is
considered to be two-sided.
- UA thesis style file (uathesis.sty):
- The "newLogo" option was removed, but the new logo is still used by
default.
- The "oldLogo" option can be used to employ the old logo, and now
works correctly with the "MAP" option.
- Now, by default, no horizontal rule is shown in the first pages.
- Added the "ieee.tex" file to easily employ the IEEE BibLaTeX style.
- Other small changes:
- Right margin changed back to 25mm.
- Fixed "Underfull \hbox" warnings.
2024-06-26
==========
- Added dedication page.
- UA thesis style file (uathesis.sty):
- The \BAR macro is now a six-colored bar to allow a unicolor bar, a
bicolor bar, or a tricolor bar. Examples:
- Brick (engineering).
- Blue and red (accounting).
- Red, white, and red (economy).
- The scientific areas "arts+humanities" and "misc" were added.
- The green color was added for other scientific areas. The RGB values
of Pantone colors were slightly updated.
2024-06-24
==========
- UA thesis style file (uathesis.sty):
- The widths of the 1st and 2nd columns in the \TITLE and \TEXT macros
were updated to 47mm and 123mm respectively.
- In the \TEXT macro the 2nd column is using 10pt font size.
- Some blank vertical spaces in the first pages were updated.
- A page for the acknowledgment of use of AI tools was added in the
first pages.
- Other small changes.
2022-07-18
==========
- UA thesis style file (uathesis.sty):
- The \TEXT macro was modified to ensure that the font size remains
the same in the first pages.
2022-05-24
==========
- First pages are now numbered with Alphabet uppercase letters.
- Added .gitignore file to ignore LaTeX temporary files in Git.
2022-03-09
==========
- The TeX Gyre Heros font type, a substitute of Helvetica, is now used
in the first pages as required in the UA norms.
- UA thesis style file (uathesis.sty):
- Added the "draftPT" and "draftEN" options to show respectively
"DOCUMENTO PROVISÓRIO" and "DRAFT DOCUMENT" in the first two front
pages.
- The RGB values of the Pantone colors for the cover page top bar were
slightly adjusted according to the official values provided by the
UA norms.
- Regarding the BibLaTeX references:
- Added the "authoryear-comp" style (compact variant of the
"authoryear" style).
- The master's thesis text was changed.
- The use of the "xurl" package instead of the "url" package allows to
break long URLs in better positions.
- Added the complete text about the funding support.
- Other small changes.
2021-08-27
==========
- Solved a bug that was making some headings (table of contents, list
of figures, list of tables, and bibliography) to be kept uppercase.
This same bug was also making the appendix heading to have the wrong
name ("Chapter" instead of "Appendix").
- Changed "fancyhdr" heading (again): chapter is right-aligned at odd
pages and left-aligned at even pages.
- Make "et al." italic for the Portuguese language.
2021-08-21
==========
- Added appendices.
- Solved a bug that caused an unwated vertical space (a new line) to be
added between bibliography entries. This problem was only noticeable
when a bibliography entry had no URL.
- The package "glossaries-extra" is now used in replacement of
"glossaries", since it provides additional features.
- Improved automatic detection of the TeX engine: pdfTeX or LuaTeX.
Now, it is not necessary to edit the "main.tex" file to choose the TeX
compiler.
- Hyphenation is now enabled by default.
- Changed "fancyhdr" heading: chapter is left-aligned at odd pages and
right-aligned at even pages.
- Regarding the author-year style. Citations can:
- Use parentheses (default behavior) or square brackets.
- Link only the year, or include the author name (default behavior).
- Renamed labels of chapters, sections, etc.
- Other small changes.
2021-05-29
==========
- UA thesis style file (uathesis.sty):
- Renamed directory for the images from "fig" to "img".
- Department name removed from the cover page and the first page.
- Vertical space before the rule is always present even when the
department name is not shown.
- Horizontal rule height set to 1.0pt.
- Choosing pdfTeX or LuaTeX as compiler is now possible. LuaTeX is the
default due to its capabilities with font types (fontspec package).
- Language selection is now easier (Portuguese, UKenglish, or
USenglish).
- Commands for Latin expressions were added.
- Other small changes.