Commit Graph

41 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 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 b7cfb2c60c chore(tests): update tests 2024-10-30 13:46:23 +01:00
Johan Larsson 21bbe492e7 tests: update expected test output 2024-07-24 21:57:52 +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 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 5477051298 feat: remove parskip setting
Closes #9
2024-03-04 14:14:50 +01:00
Johan Larsson 3c4bf49caa chore: update tests file 2024-03-04 14:02:42 +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 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 dac5d85ac3 tests: add regression tests for bibliography 2024-02-29 08:49:43 +01:00
Johan Larsson 726430149b tests: update test reference 2024-02-09 09:55:08 +01:00
Johan Larsson c56d25b551 tests: update test expected output 2024-01-19 19:32:36 +01:00
Johan Larsson e19f93c40a feat!: remove titleformat configuration
We thereby also remove the dependency on etoolbox and use of patchcmd throughout
the package, which should mitigate problems that have arisen previously when
beamer has changes its commands.
2024-01-19 08:59:49 +01:00
Johan Larsson 4a859ed992 tests: update test tlg file 2024-01-18 08:17:50 +01:00
Johan Larsson cd97b2dcb6 chore: remove newline
Just a needless comitt to test release-please footer

Release-As: 0.1.0
2024-01-15 20:42:32 +01:00
Johan Larsson 2c2d965c7a tests: revert to old moloch example 2024-01-15 20:40:23 +01:00
Johan Larsson e710a5a9f7 tests: add maxprintline=9999 and resave test output 2024-01-15 20:34:23 +01:00
Johan Larsson 37fad53887 tests: try to use default beamer theme test to see if that works 2024-01-15 20:28:34 +01:00
Johan Larsson ec1f71ec1d tests: fix test 2024-01-15 20:14:01 +01:00
Johan Larsson 69bcc7b805 tests: simplify test 2024-01-15 19:49:45 +01:00
Johan Larsson 8268147159 tests: try to fix test on actions 2024-01-15 16:59:54 +01:00
Johan Larsson 662d673c23 tests: make a minimal test and fix date setting 2024-01-15 16:50:01 +01:00
Johan Larsson b2f2910a15 tests: wrap test pages in blocks 2024-01-15 16:41:19 +01:00
Johan Larsson d3e68ab9ab tests: update test checkfile 2024-01-15 16:33:48 +01:00
Johan Larsson 4574c07b66 tests: update test output 2024-01-12 22:22:26 +01:00
Johan Larsson 160fe5854e feat: increase minipage width for section pages
This is simply a carbon copy of https://github.com/matze/mtheme/pull/384. Thanks @ghlecl.
2024-01-12 20:33:39 +01:00
Johan Larsson 65fb11f725 tests: add a first regression test 2024-01-12 20:26:30 +01:00