Commit Graph

669 Commits

Author SHA1 Message Date
Johan Larsson c485a5d2bc
test: remove standoutnumbering test
It is failing for uknown reasons, possibly ci latex version mismatch.
2024-12-02 07:42:29 +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 35276a885f
ci: add latex package microtype 2024-11-22 22:48:56 +01:00
Johan Larsson 8ee58c03b8
doc: document standoutnumbering 2024-11-22 20:59:31 +01:00
Johan Larsson e770ca1893
doc: redesign manual for moloch 2024-11-22 20:52:19 +01:00
Johan Larsson 6deb04548f
test: make sectionpages test more complicated again 2024-11-22 20:14:32 +01:00
Johan Larsson bdc36c8972
test: rerun test for sectionpages 2024-11-22 20:13:26 +01:00
Johan Larsson 42f212ab09
test: make standoutnumbering test less trivial 2024-11-22 20:11:27 +01:00
Johan Larsson 922a272fdc
test: have anothe go at fixing the regression test 2024-11-22 20:10:03 +01:00
Johan Larsson 866634f191
test: simply test even further 2024-11-22 19:48:26 +01:00
Johan Larsson bd2abe00df
test: simplify test 2024-11-22 15:07:24 +01:00
Johan Larsson d61ae2da5e
test: use hyperref=draft for test 2024-11-22 14:56:02 +01:00
Johan Larsson 783ec80ca2
test: fix failing tests 2024-11-22 14:44:29 +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 fcfbbe1f21
chore: fix erroneous test in standout-numbering 2024-11-20 20:09:54 +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 1fea99cb3c chore: autoformat manual 2024-11-16 20:51:23 +01:00
Johan Larsson 21a2980b6e chore: make the demo anonymous 2024-10-31 14:58:28 +01:00
Johan Larsson 11f8285cbb chore: update ctan announcement text 2024-10-30 14:25:33 +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 c6731124aa chore: convert fonts in screenshot to paths 2024-10-30 14:07:35 +01:00
Johan Larsson b7cfb2c60c chore(tests): update tests 2024-10-30 13:46:23 +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
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