Skip to content
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

eqalc:0.1.0 #1679

Closed
wants to merge 2 commits into from
Closed

eqalc:0.1.0 #1679

wants to merge 2 commits into from

Conversation

7ijme
Copy link
Contributor

@7ijme 7ijme commented Feb 6, 2025

I am submitting

  • a new package
  • an update for a package

This package let's you turn equations into functions. This is useful for plotting and putting data in tables.

#let f = $sqrt(1 / (x+1))$
#f\
#math-to-code(f)
#func-to-table(math-to-func(f), min: 0, max: 5, step: 1)

image

I have read and followed the submission guidelines and, in particular, I

  • selected a name that isn't the most obvious or canonical name for what the package does
  • added a typst.toml file with all required keys
  • added a README.md with documentation for my package
  • have chosen a license and added a LICENSE file or linked one in my README.md
  • tested my package locally on my system and it worked
  • excluded PDFs or README images, if any, but not the LICENSE
  • ensured that my package is licensed such that users can use and distribute the contents of its template directory without restriction, after modifying them through normal use.

@typst-package-check typst-package-check bot added the new A new package submission. label Feb 6, 2025
@7ijme
Copy link
Contributor Author

7ijme commented Feb 9, 2025

Updated the package and made major improvements, creating a new PR

@7ijme 7ijme closed this Feb 9, 2025
@7ijme 7ijme deleted the eqalc-0.1.0 branch February 9, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new A new package submission.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant