Skip to content

Releases: manjavacas/typslides

v1.2.3

04 Dec 11:29
Compare
Choose a tag to compare

This version includes improvements for bibliography management.

  • bibliography-slide can now be used via API. See typst/packages#1381 (comment)
  • Footnote references are now coloured according to theme-color.
  • Updated docs.

v1.2.2

04 Dec 08:36
Compare
Choose a tag to compare

This new version includes the following changes:

  • Added functions for colouring text with the different theme colours (i.e., bluey, reddy, greey, yelly, purply, dusky).
  • Added template/main.typ and thumbnail.png to the project.
  • Minor documentation changes.

NOTE: bibliography-slide is only usable when using Tysplides locally (see #2). It has been decided to keep this slide but leave it commented in the example code.

v1.2.1

22 Nov 12:23
Compare
Choose a tag to compare

This release includes several bug fixes and some new features.

  • Corrected the spacing of grayed boxes.
  • Included the blank-slide, which does not include header bar vs. no-titled slides.
  • The background of all slides is now white-filled. Some were previously defined as transparent.
  • Modified the separations between slides' text and header.
  • Fixed bug that prevented correct text alignment (resolves #1). This is due to text wrapping inside a box. It has been corrected returning to the previous version format. Included changes in the header (now in the background).
  • Docs and README updated.

v1.2.0

12 Nov 12:33
Compare
Choose a tag to compare

This release includes several fixes and updates:

  • Included #grayed command.
  • Fixed #framed inset and width.
  • Title sizes in the TOC are now static.
  • Removed #get-color.
  • Fixed #bibliography-slide.
  • The #slide body is now stored in a #block, eliminating the use of background for the header bar. This prevents a double-click from redirecting to utils.typ.
  • Documentation and examples updated.

v1.1.1

28 Oct 16:10
Compare
Choose a tag to compare
  • Minor fixes.

v1.1.0

28 Oct 13:01
Compare
Choose a tag to compare
  • Updated project configuration.
  • Applied typstyle code format.
  • Minor doc changes.

v1.0.0

28 Oct 12:45
Compare
Choose a tag to compare

This is the first major version of Typslides 😃

  • Main slide types included: front-slide, table-of-contents, title-slide, focus-slide, slide, bibliography-slide.
  • Included example.typ and sample slides.
  • Added package configuration.