Commit graph

23 commits

Author SHA1 Message Date
7843a4a7b1
Fix/change: Keep headings on the same page as fist content:
By default, the heading should "stick" to the content, and be on the same page as the following block/content.
Avoids headings without content on the same page.

Replaces older, buggy implementation attempt with a newer Typst feature.

New parameter `keep_heading_with_content` replaces old `heading_pagebreak_percentage`
2025-07-14 15:33:54 -07:00
f078966e06
Feat: Additional preambles between title page and table of contents 2025-03-28 09:50:56 +01:00
348f744d78
Fix for Typst 0.13:
- Changes removal of outline fill in favor of `outline.entry` fill
2025-03-12 15:11:49 +01:00
bb437af760
Update to replace deprecated features with modern ones:
- Use Linux Libertine's sucessor Libertinus Serif by default
- use `context`/`here()` instead of deprecated `locate`
- Recommend Tinymist over deprecated Typst LSP
2025-01-10 00:06:39 +01:00
Lukas Lanzner
573e87a15d
fix(tables): disable justifying figures (incl. tables) (#3)
* fix(tables): disable justifying figures

* Change comment and fix indentation

---------

Co-authored-by: C0ffeeCode <ritters_werth@outlook.com>
2024-09-13 09:03:38 +02:00
94453b731c
Fix incorrect total page count
Without this fix, the total page count shows the value of the very last page (which has its number shown in Roman numbers).

Fixes bug introduced in commit `4cba67d`
2024-08-07 15:15:06 +02:00
4cba67d231
Fix (differs than LaTeX template): Continue page counter at bibliography in Roman numerals where it was left of
This differs from the LaTeX template, but is apparently correct by the styling guidelines
2024-08-06 13:47:40 +02:00
f313b25e89
changes: Format code blocks, alignment of abstract 2024-04-18 12:22:23 +02:00
b251d7e441
change: Customize citation style to show ISBNs (configurable)
If no DOI is known, the ISBN is shown instead, and as a fallback the URL if available.

Can be configured via `customized_ieee_citations` property, default `true` (customized)
2024-04-18 12:20:47 +02:00
bf75041a0c
refactor: Table of Contents 2024-04-18 12:09:55 +02:00
2f399cd5ef
feat: Appendix 2024-04-18 12:07:20 +02:00
9c9709ccbb
change/feat: set PDF date in metadata:
Date must now be specified as an object rather than as string
2024-04-18 12:05:14 +02:00
79aa5a4ed9
change: Acronym pref must be String:
can be:
- `normal` to show long (short) on first usage,
- `short` to force short to be written first, or
- `long` to force the long version to be shown (first)
2024-04-18 11:25:01 +02:00
9b6fe813df
feat: Pagebreak headings if the page is too far advanced
Can be configured using the `heading_pagebreak_percentage` property
2024-03-24 15:13:24 +01:00
edb1a55ada
fix: Reference must not hide supplement of non-heading refs 2024-03-20 17:05:45 +01:00
f281f92356
fix: incorectly calling all Figures "Section" when referencing them 2024-03-20 14:30:27 +01:00
1558c5a6b1
Add german translation 2024-03-12 09:47:41 +01:00
fba4a1f643
Add automatic pagebreak on top-level headers 2024-03-11 19:57:27 +01:00
fd9f81e7b4
Merge pull request #1 from Likqez/template
fix bibliopraphy_path
2024-03-11 15:28:48 +01:00
Lukas Lanzner
27103965ff
fix mismatched bibliopraphy_path 2024-03-11 09:47:49 +01:00
9e27888d58
Update template.typ 2024-02-08 15:24:25 +01:00
a9076233fc
use svg logos 2023-12-18 14:04:36 +01:00
cd80eedd54
initial version of template 2023-12-13 17:58:37 +01:00