Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.1.4

    Add accessibility instructions to README
  • v3.1.3

    Improve Overleaf instructions
    
    Add a Too Long, Didn't read section at the start of the
    README.
    
    Also mention the fact that the metadata.tex file cannot be
    open when compiling the project on Overleaf in the longer
    instructions.
  • v3.1.2

    Remove color from all other content than external links
  • v3.1.1

    Fix end-of-proof symbol
    
    - Use the actual Unicode end-of-proof symbol ∎ as a proof-ending delimiter. The code point for the symbol is U+220E ∎ END OF PROOF.
    
    - Add examples of proof environment use to esitystyyli.tex.
  • v3.1.0

    New citation commands and theorem environments
    
    - Make it possible to \pubcite included publications, such that the reference label is of the form [PN] (English) or [JN] in Finnish, where N is the Arabic numeral of the attached publication.
    
    - Add a command \publicationRef for creating links to the title pages of attached publications.
    
    - Link to the list of publications from the attached publication title pages.
    
    - Get rid of amsthm because it is not compatible with PDF tagging, and define own custom "theorem boxes" definition, theorem, lemma, corollary and example, and their Finnish equivalents määritelmä, lause, apulause, seurauslause ja esimerkki.
    
    - Also add the proof environments todistus and proof.
    
    - Change default PDF standard to A-3b, which allows attachments to be embedded into a PDF file.
  • v3.0.6

    Title page fixes
    
    Use monolingual Tampere University logos on the title page, based on chosen main language.
    
    Add an alternative text to the Tampere University logo.
    
    Remove Tampere University name from lower right corner of the title page. Apparently this information is already encoded into the Tampere University logo.
  • v3.0.5

    Documentation update
    
    - Add an explanation of the index files to README.
    
    - The point is to make updating to a newer template version more painless.
  • v3.0.4

    Typo fixes and cleanup
    
    - Fix typo in the title of Finnish List of Listings.
    
    - Mention Licentiate and Doctoral theses as possible thesis types in the README.
    
    - Remove compilation sequence instructions from main.tex
    
      - There is no sense in maintaining it in multiple places.
    
      - The sequence already exists in the README of the project.
  • v3.0.3

    Internal fixes
    
    - Remove unclosed \begingroup from \serialNumberPage. It is amazing how LaTeX compilers do not just throw an error by default when something like this is encountered.
    
    - Fix indentation in the redefinition of \lstlistoflistings.
  • v3.0.2

    Fix erraneous monospaced font setting
    
    - Remove unrecognized Medium font style from monospaced font setting.
    
    - Remove option math-sf from siunitx
    
      - The option has apparently been removed in TeX Live 2025 version of the package, if not earlier.
  • v3.0.1

    Remove leftover minipage from around secondary abstract.
  • v3.0.0

    Add Doctoral and Licentiate thesis support
    
    - LuaLaTeX is now the only acceptable compiler. This is because the LaTeX team themselves recommend it for use with accessible documents: https://github.com/latex3/tagging-project/discussions/72. The class tauthesis will throw an error with a descriptive error message if another compiler is used.
    
    - Metadata is now given as class keyword arguments in the file metadata.tex. Content should be written or \input to the files
    
      - frontmatter/index.tex,
    
      - mainmatter/index.tex and
    
      - publications/index.tex.
    
    - Add Roboto as text font, STIX Two Math as math font and Fira Mono as code font. Related to this, load mathtools before unicode-math in the class file, to fix a compatibility issue.
    
    - Add licentiate thesis and doctoral dissertation support to reduce the need to maintain multiple templates. These thesis types are activated by setting the appropriate keyword arguments fithesistype and enthesistype in the file metadata.tex.
    
    - Removed packages pdfcomment and axessibility. The former has been causing problems with PDF/A generation and the latter is not supported by LuaLaTeX.
  • v2.10.1

    Remove autolang=other from BibLaTeX settings
    
    The setting would cause the babel language settings to be
    overridden for each bibliography entry that did not contain
    a langid field. We want out bibliographies to be
    monolingual, in the main language of each thesis.
  • v2.10.0

    Separate bibliography style and sorting options
    
    Adds two new macro definitions to main.tex: \mycitationstyle and \mycitationsorting. These define how the bibliography is styled and sorted, respectively.
    
    Entirely removes the examples related to bibliography string manipulation from preamble.tex, since BibLaTeX defaults seem sensible, and therefore the editing of bibliography strings should be discouraged.
    
    Closes #10.
  • v2.9.1

    Show the AI disclaimer page section "Acknowledgement of risks", regardless of whether AI was reported as used or not
    
    - Otherwise the page seems very empty, if a student answered no.
    
    - It is also good to show the disclaimer, just in case a student tries to
      actually cheat and does not properly report AI use.
  • v2.9.0

    Add artificial intelligence disclaimer page
    
    - If a template user has used artificial intelligence (AI) in generating parts
      of their thesis, they should express which software was used, and how the
      software was used in detail.
    
    - This is done by editing the files tex/use-of-ai.tex or
      tex/tekolyn-kaytto.tex, as instructed the files. The files contain an
      environment aidisclaimer, whose arguments determine what the disclaimer page
      looks like.
  • v2.8.3

    Pass internal bibliography sorting option to BibLaTeX
    
    - The internal option for sorting the bibliography is now actually passed to the import macro of biblatex in tauthesis.cls.
    
    - This lays the groundwork for allowing more varied citation style combinations in the future.
    
    - Closes #8.
  • v2.8.2

    Set leading space in paragraphs with \setstretch instead of \spacing
    
    - In versions ≥ 2024 of TeΧ Live, using \spacing causes errors in compilation,
      which this update tackles.
    
    - See https://github.com/latex3/hyperref/issues/315 for the specific problem.
  • v2.8.1

    833a513d · Merge branch... ·
    Fix finnish bibliography strings
    
    - Finnish bibliography items now print "ss.", when a page range is given via the pages key in a bibliography entry, instead of just an "s.".
  • v2.8

    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.