Commit Graph

84 Commits

Author SHA1 Message Date
Johan Larsson 75c3f569f2
docs: fix typo 2025-04-13 14:12:27 +02:00
Johan Larsson 9e73b441ee
chore(main): release 1.0.1 (#46) 2025-04-01 20:51:12 +02:00
Johan Larsson 0c4d38e3c2
fix: use proper package names 2025-04-01 16:51:13 +02:00
Johan Larsson de71f21673
chore: autotag 2025-04-01 16:45:41 +02:00
Johan Larsson 96ea09b909
chore(main): release 1.0.0 (#43) 2025-04-01 16:42:10 +02:00
Johan Larsson de3db5e517
feat: support `\thanks` in title page (#45) 2025-04-01 16:33:37 +02:00
Johan Larsson be0d8f23c7
feat: add customization of bar line width (#42)
Adds the ability to set the line width of the progress bars and title
separator (on the title page) through `progressbar linewidth` and
`titleseparator linewidth`. Closes #41.
2025-03-12 15:04:16 +01:00
Johan Larsson 2f334ed60e
chore(main): release 0.6.0 (#34) 2025-01-17 17:00:09 +01:00
Johan Larsson 3b0500cc9d chore: update date stamps 2025-01-17 16:48:24 +01:00
Johan Larsson 3039994e27 feat: add back highcontrast theme from metropolis 2025-01-17 16:25:57 +01:00
Johan Larsson 13e73007c6
feat: add new color theme based on the tomorrow color theme 2025-01-17 16:21:29 +01:00
Johan Larsson eb4bf54e73
revert: "feat: deprecate `\mreducelistspacing`"
This reverts commit 3d87ec2d8d.
2024-12-02 19:58:43 +01:00
Johan Larsson 3d87ec2d8d
feat: deprecate `\mreducelistspacing` 2024-12-02 07:51:56 +01:00
Johan Larsson 85eabc7bee
feat: use golden rule in top-bottom spacing of title page
Use the golden rule to set top and bottom spacing for the title page.
This closes #29.
2024-12-02 07:30:29 +01:00
Johan Larsson e770ca1893
doc: redesign manual for moloch 2024-11-22 20:52:19 +01:00
John Purnell 5a98c69a3f
feat: redesign section and subsection pages (#30)
Redesign section and subsection pages so that section titles are aligned, which 
helps avoid having titles jump if section and subsection pages are viewed
in sequence. The alignment of subtitles on section pages with
the progressbar layout have also been modified to look better. Finally,
section pages have their content raised slightly in both the progressbar
and simple templates.

---------

Co-authored-by: Johan Larsson <jolars@posteo.com>
2024-11-22 14:09:14 +01:00
Johan Larsson d6d0e3c615
feat: add option to customize frame numbering of standout pages
Add a new option: standoutnumbering, to customize frame numbering
behavior for standout pages.

Closes #33
2024-11-20 20:03:29 +01:00
Johan Larsson 7605fc36df
chore(main): release 0.5.0 (#20) 2024-10-30 14:23:05 +01:00
Johan Larsson de455795bd chore: update dates in tags 2024-10-30 14:10:43 +01:00
Johan Larsson e8921a6964 fix: set use=block title in block body for fill
Closes #28
2024-10-29 21:49:07 +01:00
John Purnell 1306af5a73
fix: remove duplicated footnote color specifications (#26)
bf63dcd duplicated the existing footnote color specifications.
2024-10-28 11:23:34 +01:00
John Purnell e5be4806ab
fix: remove extra space below progressbar section pages (#27)
The missing trailing comment after the Metropolis conversion was adding extraneous vertical space below progress bar section pages.
2024-10-28 09:25:48 +01:00
Johan Larsson 8f2a59e239 feat: replace `\vfill` with `\vfil` in title frame 2024-07-24 22:14:46 +02:00
Marei Peischl 873ae15482
feat: switch from fill to fil (#21) 2024-07-24 21:51:24 +02:00
Johan Larsson 28003e7502 fix: tag files with date 2024-07-09 20:51:49 +02:00
Johan Larsson ad1e733016
chore(main): release 0.4.0 (#12) 2024-07-09 20:49:26 +02:00
Johan Larsson 46a4f49e8b feat: support title format modifications (#18)
* chore: add "to"

* docs: small change to example

* docs: provide longest label in description

* feat: reinstitute support for titleformat settings

Fixes #17. Setting this up on the user side via beamer templates turned
out to be too much of a hassle for users. It seems that the
implementation here works better out of the box compared to what was
originally the case in the metropolis theme, and we don't have to rely
on patching commands as the previous implementation did, so this seems
like a reasonable feature to add back support for.
2024-07-09 20:45:56 +02:00
Johan Larsson ac305e9b54 fix: convert raw command in manual to text 2024-07-04 08:40:08 +02:00
Johan Larsson 33b9833f21 fix: add % at the end of some commands 2024-07-04 08:34:56 +02:00
Johan Larsson 1ca26e857a feat: support memoize package (closes #16)
Inject `\mmzUnmemoizable` into progress bar tikzpictures to avoid the
memoize package memoizing them. Also provide a dummy for this command in
case the memoize package is not loaded.
2024-07-04 08:29:57 +02:00
Johan Larsson b224a9b506 feat: add a small amount of vertical space before subtitle 2024-03-12 12:37:50 +01:00
Johan Larsson 17f71de6d0
chore(main): release 0.3.0 (#4) 2024-03-06 20:26:03 +01:00
Johan Larsson b125db834e chore: date-tag packages 2024-03-06 20:21:36 +01:00
Johan Larsson 79ef515fe7 chore: mostly revert title format changes
Revert most of the title format changes introduced with 6a85ef4ecd and
54880512. The baseline is still raised slightly and the left margin reduced slightly, however,
but I think these changes are for the better.
2024-03-04 22:06:43 +01:00
Johan Larsson 9e6506eccd feat: redesign title page
Change spacing between some of the elements and remove the
zero-height vbox that previously stored the titlegraphic.
Closes #10.
2024-03-04 14:38:49 +01:00
Johan Larsson 5477051298 feat: remove parskip setting
Closes #9
2024-03-04 14:14:50 +01:00
Johan Larsson b8b2d1090d fix: apply upstream beamer fix for empty shortauthor
Closes #11. Thanks @samcarter.
2024-03-04 14:03:29 +01:00
Johan Larsson c0b98267ac fix: remove extraneous line space after minipage
Thanks @samcarter
2024-03-04 13:48:51 +01:00
Johan Larsson 6a85ef4ecd feat: remove custom linespread setting
Closes #8
2024-03-04 13:40:56 +01:00
Johan Larsson 6a14981240 fix: improve vertical centering of title slide 2024-03-04 08:42:11 +01:00
Johan Larsson bf63dcd179 feat: reinstate support for `block` option
Closes #6. Thanks @samcarter.
2024-03-03 23:17:38 +01:00
Johan Larsson 54e0fce68b feat: make `framenumber` slide numbering the default 2024-03-03 13:38:50 +01:00
Johan Larsson 9a013e4d46 feat: bring back the `numbering` option and deprecate it
This fixes the second issue in #6.
2024-03-03 13:36:44 +01:00
Johan Larsson ccd19fe2dd fix: remove font configuration for bibliography; closes #5
In addition to fixing the problems in #5, we also remove the font series
modifications here to avoid messing with the bibliograpy styling
imposed by e.g. biblatex.
2024-02-29 08:46:39 +01:00
Johan Larsson 1c499577ea feat: support subtitles
Add support for subtitles, as requested for Metropolis in for instance
https://github.com/matze/mtheme/issues/135.
2024-02-09 09:52:24 +01:00
Johan Larsson 66f7d833a9 fix: remove extraneous space in frametitle continuation template 2024-02-09 09:17:38 +01:00
Johan Larsson c8c063ece6
chore(main): release 0.2.0 (#2) 2024-01-23 22:32:04 +01:00
Johan Larsson af7f78f981 chore: add copyright notices 2024-01-23 22:16:11 +01:00
Johan Larsson e2de76b88b chore: break long line 2024-01-23 22:13:23 +01:00
Johan Larsson deaf323a79 docs: update documentation 2024-01-23 20:32:53 +01:00