Commit Graph

695 Commits

Author SHA1 Message Date
Johan Larsson 0de54ed7ed chore: autoformat with stylua 2024-10-29 20:11:48 +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 c3b6729e2f chore: fix typo (Metroplis -> Metropolis)
Thanks to Jorge Montoya for the report.
2024-08-13 20:23:07 +02:00
Johan Larsson 8f2a59e239 feat: replace `\vfill` with `\vfil` in title frame 2024-07-24 22:14:46 +02:00
Johan Larsson 21bbe492e7 tests: update expected test output 2024-07-24 21:57:52 +02:00
Marei Peischl 873ae15482
feat: switch from fill to fil (#21) 2024-07-24 21:51:24 +02:00
Johan Larsson 185027af36 chore: add ctan announcement notes 2024-07-09 20:53:51 +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 4b35b60cc3 chore: merge branch 'main' of https://github.com/jolars/moloch 2024-07-09 20:46:12 +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 0b25d18ed7
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:36:16 +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 c2f073283a ci: change release action entrypoint 2024-05-30 11:21:39 +02:00
Johan Larsson 3aa4dbb245 docs: mention blog post about moloch in readme 2024-05-30 10:57:53 +02:00
Johan Larsson c289e98222 chore: use bash highlighting in readme 2024-05-30 10:57:41 +02:00
Johan Larsson ea4dd5cb5c doc: rearrange screenshot in readme 2024-04-03 08:51:34 +02:00
Johan Larsson b602035548 chore: optimize screenshot svg 2024-04-03 08:50:50 +02:00
Johan Larsson eb013d9579 chore: clean up screenshot a little 2024-04-03 08:48:20 +02:00
Johan Larsson f3b7f97087 doc: add a screenshot of the first four pages 2024-04-03 08:45:09 +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 c964ab4999 chore: make next feature version stable (1.0.0) 2024-03-12 11:01:11 +01:00
Johan Larsson 1d0a82c8d1 chore: clean announcement file 2024-03-06 22:22:49 +01:00
Johan Larsson 08e6fac595 chore: unset update 2024-03-06 22:19:31 +01:00
Johan Larsson dd929ae0f9 chore: add ctan announcement file 2024-03-06 22:17:48 +01:00
Johan Larsson 6f5de71a94 Merge branch 'main' of https://github.com/jolars/moloch 2024-03-06 20:30:20 +01:00
Johan Larsson 605e41ce72 chore: omit tds 2024-03-06 20:30:19 +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 3c4bf49caa chore: update tests file 2024-03-04 14:02:42 +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 8b3c02dcab docs: add logo
Thanks @samcarter!
2024-03-01 20:02:03 +01:00
Johan Larsson 052123d4e1 docs: add acknowledgement section in readme 2024-03-01 20:01:30 +01:00
Johan Larsson 4724c0787c test: replace cm with lm in tests 2024-03-01 11:43:30 +01:00
Johan Larsson a97141e105 tests: remove biblatex parts from test file 2024-03-01 11:35:59 +01:00
Johan Larsson 9b4fc3956c ci: add hypdoc to installed texlive packages 2024-03-01 08:23:45 +01:00
Johan Larsson 854e909683 ci: add setspace to texlive dependencies 2024-03-01 08:19:34 +01:00
Johan Larsson 7931d22df1 ci: add dependencies for docs 2024-03-01 08:06:26 +01:00