touying-typ / touying

Touying is a powerful package for creating presentation slides in Typst.
https://touying-typ.github.io/touying/
MIT License
461 stars 10 forks source link

Proposal: More customization to the title page #36

Closed hecmas closed 2 months ago

hecmas commented 2 months ago

It would be nice to be able to add images/icons/graphics to the title page of some (if not all) themes. Also, It would be nice to customize font sizes through a parameter. In general, I think more customization to the title slide is needed.

As an example, this is the best I could do with the metropolis theme:

Captura de pantalla 2024-04-22 a las 10 57 14

But I would love to be able to do something like this:

Captura de pantalla 2024-04-22 a las 10 53 05
OrangeX4 commented 2 months ago

You don't have to use touying's native title-slide, you can start with empty-slide and write your own. For example:

#show: slides.with(title-slide: false)

Of course, I'll strengthen the ability to customize later, but it shouldn't be very satisfying for everyone.