-
Notifications
You must be signed in to change notification settings - Fork 910
genealotree:0.3.1 #3835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
genealotree:0.3.1 #3835
Conversation
| - Import the package and CeTZ | ||
| ```typ | ||
| #import "@preview/genealotree:0.3.0": * | ||
| #import "@preview/cetz:0.4.0": canvas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The import here probably needs to be updated as well.
| keywords = ["draw", "cetz", "genealogical", "genealogy", "tree"] | ||
| categories = ["visualization"] | ||
| disciplines = ["anthropology", "biology", "history", "medicine"] | ||
| compiler = "0.14.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version number is the lowest version your package supports, so unless you depend on some 0.14 feature (which you don't from what I can tell, but I only had a quick look so I may be wrong), it should be lower than that.
| @@ -0,0 +1,456 @@ | |||
| #import "calc-functions.typ": * | |||
|
|
|||
| #import "@preview/cetz:0.4.1": draw | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.4.1 is not the very latest version, any reason to not update to v0.4.2 while you are at it?
I am submitting
Fix a cetz import that caused many import conflicts