-
Notifications
You must be signed in to change notification settings - Fork 630
alpin-cv:0.1.0 #2692
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?
alpin-cv:0.1.0 #2692
Conversation
@@ -0,0 +1,143 @@ | |||
#import "../package.typ": * |
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.
#import "../package.typ": * | |
#import "@preview/alpin-cv:0.1.0": * |
|
||
#show: cv.with( | ||
theme: theme, | ||
photo: "photo.png", |
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 will not work as you expect: paths are resolved relatively to where the image
function is called. Here, this means inside of the package, not inside of the user's project. Thus, you will only be able to display image files that are part of your package, not a custom image in the project.
The solution to fix that — at least for now — is to pass an image
directly as a parameter instead of a path.
More details here
@@ -0,0 +1,143 @@ | |||
#import "../package.typ": * | |||
#import "../common.typ": * |
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 contents of this module should be re-exported by your package entrypoint.
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.
If this image is under a different license as the rest of the code, it would be nice to specify it in the README or some other file. If it is AI-generated, it's best to state so too.
I am submitting
Description: Personal variant of minimal-cv that is more flexible to customize, closer to natural Typst formatting, and includes tags functionality.
I have read and followed the submission guidelines and, in particular, I
typst.toml
file with all required keysREADME.md
with documentation for my packageLICENSE
file or linked one in myREADME.md
exclude
d PDFs or README images, if any, but not the LICENSE