Louis Heredero HEL
HEL commented on issue HEL/chronos#4 2024-11-09 13:45:53 +00:00
Long comments do not wrap

I made comments wrap to honor width restrictions given by _col elements (see 759f77ce34) I also added a max-width parameter to _col, for easier management of long comments

HEL pushed to dev at HEL/chronos 2024-11-09 13:42:57 +00:00
759f77ce34 updated manual and gallery
b33531bef5 added max-width param to _col
ab1386e721 added comment wrapping if width is restricted
1f155063a8 updated CeTZ to 0.3.1
d986284e4e updated typst to 0.12.0 + bumped version to 0.2.0
Compare 6 commits »
HEL commented on issue HEL/chronos#4 2024-11-09 00:53:21 +00:00
Long comments do not wrap

Hello, thank you for trying Chronos and taking the time to make this issue There is indeed currently no attempt to restrict comments size

Avoiding page overflow might be a little tricky…

HEL pushed to main at HEL/SoftwareEngineeringCourse-Java 2024-11-04 15:56:49 +00:00
8caae17dd4 moved to ex1 sub-directory
HEL pushed to main at HEL/SoftwareEngineeringCourse-Java 2024-11-04 15:52:58 +00:00
d926bb07c9 moved to ex1 sub-directory
HEL pushed to main at HEL/SoftwareEngineeringCourse-Java 2024-11-04 15:49:59 +00:00
80b7f9e80d added lab8 ex1
HEL pushed to main at HEL/SoftwareEngineeringCourse-Java 2024-11-04 11:54:54 +00:00
475afc0db5 added lab11 ex1
f37a8cd665 added flyweight example
Compare 2 commits »
HEL pushed to main at HEL/SoftwareEngineeringCourse-Java 2024-11-04 09:49:13 +00:00
dfd4dba1d7 added lab10 ex1
HEL pushed to dev at HEL/rivet-typst 2024-10-30 15:24:57 +00:00
a9633f25a3 updated to Typst 0.12.0 + CeTZ 0.3.1
a929f506ac modified gallery.bash to compile recursively
aa9a082ba5 fixed missing bit i on dependencies
Compare 3 commits »
HEL opened issue HEL/rivet-typst#3 2024-10-28 11:53:00 +00:00
Project files are not accessible from within package
HEL opened issue HEL/rivet-typst#2 2024-10-28 11:42:38 +00:00
Update to CeTZ 0.3.1
HEL commented on issue HEL/chronos#3 2024-10-27 20:50:16 +00:00
Support for alt syntax

I have implemented alt groups, as well as shorthands for loops and other things but I've not published it yet. As soon as #2 is closed (hopefully in a few days), I'll publish v0.1.1 (will probably…

HEL closed issue HEL/chronos#3 2024-10-27 20:50:16 +00:00
Support for alt syntax
HEL commented on issue HEL/chronos#2 2024-10-27 11:34:52 +00:00
Allow other fonts

I don't know of any way to fallback to the current font, but I can definitely do one of the following:

  • Remove the set rule to leave the user free to customize it on their own
  • Put the font…
HEL commented on issue HEL/chronos#1 2024-10-27 11:28:39 +00:00
Use Enable-src and Create-src at the same time will create a extended lifetime

Fixed in by b0950f5e68

HEL pushed to dev at HEL/chronos 2024-10-27 11:26:57 +00:00
b0950f5e68 fixed sequences with both create- and enable-dst
HEL created branch main in HEL/sankeynoa 2024-10-21 08:18:16 +00:00
HEL pushed to main at HEL/sankeynoa 2024-10-21 08:18:16 +00:00
047b679656 added flow rendering
5231f4b324 added basis for node/flow creation + node layout
15f0910584 initial commit
HEL created repository HEL/sankeynoa 2024-10-21 08:17:55 +00:00
HEL commented on issue HEL/chronos#1 2024-10-17 22:21:58 +00:00
Use Enable-src and Create-src at the same time will create a extended lifetime

Hello, thank you for trying out chronos ! It seems indeed like the dashed line isn't put in the right place if you use both enable-dst and create-dst I'll admit that the logic for rendering…