From f60cf85f33e3f4be281c7904b8eec31074313712 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Fri, 8 Nov 2024 15:26:46 -0500 Subject: [PATCH] libs.typ: bump ctheorems --- libs.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.typ b/libs.typ index 8e71b6c..62ea1b6 100644 --- a/libs.typ +++ b/libs.typ @@ -55,7 +55,7 @@ } // theorems, definitions, example environments -#import "@preview/ctheorems:1.1.2": * +#import "@preview/ctheorems:1.1.3": * // use `#show: thmrules` at the beginning of documents #let theorem = thmbox("theorem", "Theorem", fill: rgb("#eeffee"))