Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 980 Bytes

File metadata and controls

41 lines (28 loc) · 980 Bytes

Changelog

Breaking changes will be highlighted in each version, if there are any. Breaking change would mean a change is needed in the .tex file to accommodate the changes in the document class.

v1.2 - 2026-03-03

Use the pdfusetitle option with hyperref instead of hypersetup for PDF metadata.

To update your document, remove `hypersetup:

-\AtBeginDocument{
-    \hypersetup{
-        pdftitle={\@title},
-        pdfauthor={\@author}
-    }
-}

And add the pdfusetitle option to the hyperref package:

-\usepackage[hidelinks]{hyperref}
+\usepackage[hidelinks,pdfusetitle]{hyperref}

v1.1 - 2026-02-26

Other Changes

These are not breaking changes.

  • Add notes regarding TeXstudio usage.
  • Remove \subsubsection from Table of Contents.
  • Fix \subsection and \subsubsection formatting.
  • Fix \itemize to not use left-margin, which isn't available in all environments.

v1.0 - 2026-02-23

  • Initial release.