-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from Marmare314/refactor
Refactor lemmify around link-to parameter
- Loading branch information
Showing
47 changed files
with
2,001 additions
and
714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Continuous integration | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
tests: | ||
name: Tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: yusancky/setup-typst@v2 | ||
id: setup-typst | ||
with: | ||
version: 'latest' | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
- run: python tools/check_tests.py | ||
- run: python tools/check_readme.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tools/__pycache__/ | ||
tools/tmp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
. Version 0.2.0 | ||
- Add type checking to arguments | ||
- Add in-source documentation using tidy | ||
- Add more examples | ||
- Add link-to parameter and refactor code | ||
- Add unit tests and CI | ||
- Add Russian translations ([@WeetHet](https://github.com/WeetHet)) | ||
|
||
- Version 0.1.4 | ||
- Fix error on unnamed theorems | ||
|
||
- Version 0.1.3 | ||
- Allow "1.1." numbering style by default | ||
- Ignore unnumbered subheadings | ||
- Add max-heading-level parameter to thm-numbering-heading | ||
- Adapt lemmify to typst version 0.8.0 | ||
|
||
- Version 0.1.2 | ||
- Better error message on unnumbered headings | ||
- Add Italian translations ([@porcaror](https://github.com/porcaror)) | ||
|
||
- Version 0.1.1 | ||
- Add Dutch translations ([@BroodjeKroepoek](https://github.com/BroodjeKroepoek)) | ||
- Add French translations ([@MDLC01](https://github.com/MDLC01)) | ||
- Fix size of default styles and make them breakable |
Oops, something went wrong.