Tags give the ability to mark specific points in history as being important
-
v2.8
fe9d22d3 · ·Include listings package and uncomment Finnish code example - Allows the inclusion of code snippets via the command `\lstinputlisting`. This command is absolutely required, if the code or its comments contain special Unicode characters. - The package is loaded in `preamble.tex`. - The Finnish listing example was uncommented in `tex/esitystyyli.tex`, made possible by instructing `listings` to convert special characters to equivalent LaTeΧ commands in the preamble.
-
v2.7
f481ce90 · ·Uncomment inclusion of siunitx and add \norm command - There is no point in commenting out the unclusion of the package siunitx, as it does not increase compilation times noticeably. This also allowed the SI-unit example in tex/esitystyyli.tex to be uncommented. - Added the \norm command to preamble.tex, which allows typesetting the norm of a vector 𝐯 as ‖𝐯‖. This is utilized in the now-uncommented SI-unit example. - Added some space before punctuation at the ends of equation examples. This makes the punctuation more noticeable. - Removed an unnecessary hyphen in a paragraph.
-
v2.6.3
452af363 · ·Update Usage section of README - Now contains a link to canonical Tags-page of the project. - Also added missing # to title of v2.6.2 in CHANGELOG.
-
v2.6.2
7898b803 · ·Update Bugs and improvements section in README - There is now a link to the canonical project Issues page. - Also added a suggestion to sign up, in case one wants to post issues. - Since GitLab does not provide a forum for project discussions, instructions regarding it were removed. - Add a link to the canonical GitLab Tags-page to CHANGELOG.
-
v2.6.1
57cd94e5 · ·Change English example theorem environment lause → theorem - The fix was made in the file tex/esitystyyli.tex.
-
v2.6
47dc722f · ·Define new theorem environments + \code - The file preamble.tex now defines new theorem environments using the package amsthm: - maaritelma, - lause, - apulause, - seurauslause and - esimerkki. These have the English equivalents - definition, - theorem, - lemma, - corollary and - example. These all subscribe to the same counter. - Added a (Finnish) section under the writing style chapter, on how these environments should be utilized. - Also defined the command \code for inline teletyped text.
-
v2.5.3
f38ce61f · ·Fix load order of pdfx + improve main.tex - The package pdfx is loaded at the end of tauthesis.cls, to allow setting the title displayed in the metadata, based on the laguage setting passed to the class file. - Setting the PDF version was moved to the file set-pdf-version.tex, to make main.tex more readable. Also allowed the file in .gitignore. - Fix a typo with Finnish example keywords.
-
v2.5.2
511476f8 · ·Update tauthesis.cls date and CHANGELOG - Updates the date and version specified in tauthesis.cls to be in line with the Git-tags of the project. - CHANGELOG.md now contains all of the recently added Git-tags and their messages.
-
v2.5.1
6aefc8ca · ·Move chapter and label commands to respective chapter files - Move \chapter and the respective \label commands into the files that contain the chapters, as it makes more sense for everything related to a chapter to be in the file that contains it. - Added comment symbols % at the ends of the \chapter command lines, before the \label commands, so that any TeΧ compilers would interpret the \label commands as being on the same line with each \chapter. This might get rid of some warnings related to page numbering.
-
v2.5
440c863d · ·Move preamble and title page to their own files - Moved preamble from main.tex → preamble.tex. - Moved title page from main.tex → titlepage.tex. - Automated primary language selection on title page via language commands defined in the file tauthesis.cls. Now a user no longer needs to modify these themselves, which should provide for a better user experience. - Added metadata commands \myyear, \mymonth and \myday in main.tex. - Changed the command invocation \documentclass{tauthesis} → \documentclass[finnish]{tauthesis}, to make it clear how the language is selected.
-
v2.4.2
a81a1f59 · ·Update © and maintainer info - Copyright year from 2018 → 2023. - Maintainer from Ville Koljonen → Santtu Söderholm.
-
v2.4.1
14918ba8 · ·Update documentation - Added short-circuiting to the compilation sequence in the README, so that later commands in the sequence are not attempted if a previous one fails with an exit code other than 0. - Also marked the related code block as a shell script, so that it would be highlighted when the README is viewed with a suitable reader.
-
v2.4
37a75084 · ·Replace amsmath with mathtools - Replaces the included package amsmath with its patched and extended version, called mathtools.
-
v2.3.2
312aa614 · ·Utilize subtitle commands from metadata section - Fixed the subtitle defined by the user in the metadata section of main.tex not being displayed on the title page of the thesis.
-
v2.3.1
766566a9 · ·Add instructions related ot Git-tagging - Add instructions related to Git tagging to CONTRIBUTING.md.
-
v2.3
1f2294b6 · ·Simplify metadata insertion - Simplify metadata insertion by defining metadata via commands that get reused. - This metadata section is close to the start of main.tex, and users should simply replace each myvalue in the commands \def\mykey{myvalue}.
-
v2.2
96220b74 · ·Allow building the project with LuaLaTeX - Allows building the project with lualatex. - Note that the axessibility package is unavailable, if lualatex is used.
-
v2.1
387976f1 · ·Update formatting in Finnish lists of references + CHANGELOG and CONTRIBUTING files - Change "et al." → "ym." in Finnish lists of references. - Add separate CHANGELOG.md and CONTRIBUTING.md files. - Update README with more detailed usage instructions.
-
v2.0.1
0d26adf5 · ·Add a .gitignore file - Added a .gitignore file to prevent unwanted files from being uploaded into the repository.
-
v2.0
3551be44 · ·Original upload by Ville Koljonen Contains the repository as originally uploaded by Ville Koljonen.