Skip to content

Releases: vincentdoerig/latex-css

v1.12.0

21 Sep 06:47
Compare
Choose a tag to compare

Added

  • Figure caption counter (#72)

Fixed

  • Replace old one-colon pseudo-element syntax in source CSS file (#70)
  • Replace unsupported image placeholder service (#71)
  • Change French table caption from Tableau to Table (#73)

v1.11.0

19 Feb 13:54
Compare
Choose a tag to compare

Added

  • Swedish language support (#65)
  • Translated table caption prefix for cs (#63), da, de, es, fr, it

Fixed

  • Explicitly set hyphens: none; for inline code (#61)

v1.10.0

22 Sep 10:23
Compare
Choose a tag to compare

Added

  • Allow some few customization options for table borders and column alignment (#60)
    • For custom borders: adds classes border-<position>-<weight> for top, right, top, bottom and thin/thick respectively. Use with the borders-custom class.
    • For custom column alignment: adds classes col-<n>-l, col-<n>-c, col-<n>-r for n=1,...,12 and n being the n-th column of the table

v1.9.0

06 Mar 07:23
Compare
Choose a tag to compare

Added

  • Use vite as build tool (#52)
  • Polish language support (#49)
  • First line indent for paragraphs (#50)

v1.8.0

10 Oct 13:21
Compare
Choose a tag to compare

Added

  • Dark mode support (#48)
  • Dutch language support (#46)

Fixed

  • Count-reset bug (#47)

v1.7.1

06 Jun 20:28
Compare
Choose a tag to compare

Fixed

  • Incorrect Danish language code selector

v1.7.0

06 Jun 09:32
Compare
Choose a tag to compare

Fixed

  • Only enable smooth scrolling when no preference is set for the prefers-reduced-motion media query (make accessible to those who have vestibular motion disorders) (#42)
  • Rename incorrect Danish language code from dk to da (ISO 639-1) (#44)

v.1.6.0

27 Jan 20:13
Compare
Choose a tag to compare

Added

  • Slovenian language support
  • Russian language support

v1.5.0

25 Dec 10:48
Compare
Choose a tag to compare

Added

  • Hungarian language support

v1.4.0

15 Dec 07:27
Compare
Choose a tag to compare

Added

  • Libertinus font family as an alternative to Latin Modern. Can be used by adding a class of libertinus to the <body> element.