-
v2.8.2 Stable
released this
2023-04-21 07:14:35 +00:00 | 0 commits to main since this release- Enable inline formatting in abstract. (6fb984d)
Full Changelog: https://github.com/Sett17/mdpaper/compare/v2.8.1...v2.8.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.8.1 Stable
released this
2023-04-19 11:11:06 +00:00 | 2 commits to main since this releaseFull Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.11...v2.8.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.8.0 Stable
released this
2023-04-17 21:23:55 +00:00 | 4 commits to main since this releaseAdd abstract to cover generation: Now the generated PDF cover page includes information about the paper's abstract. This feature can be enabled by adding a new abstract field to the cover section in the global configuration. The GenerateCover() function in cover.go has also been modified to include the abstract information in the cover page.
Full Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.11...v2.8.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.7.11 Stable
released this
2023-04-17 21:02:27 +00:00 | 6 commits to main since this releaseFixed the issue of heading numbering being included twice at the second level or lower in the Table of Contents (TOC) of PDFs generated from the document. This was resolved by setting the correct Title format in the
ChapterNodechildrenOutlinemethod. (Commit 3b88f56)Full Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.10...v2.7.11
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.7.10 Stable
released this
2023-04-16 19:28:00 +00:00 | 8 commits to main since this releaseFull Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.9...v2.7.10
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.7.9 Stable
released this
2023-04-16 11:30:59 +00:00 | 9 commits to main since this releaseFull Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.8...v2.7.9
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.7.8 Stable
released this
2023-04-16 11:25:33 +00:00 | 10 commits to main since this releaseFull Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.7...v2.7.8
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.7.7 Stable
released this
2023-04-16 11:22:05 +00:00 | 11 commits to main since this releaseFull Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.5...v2.7.7
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.7.6 Stable
released this
2023-04-12 21:48:59 +00:00 | 13 commits to main since this releaseUpdate Notes
- CLI feature has been added to use
checkVersionfunction. main.goandcli.gofiles have been modified to incorporate thecheckVersionfunction.- With this modification, the main function checks for available updates automatically and prompts the user for an update.
Full Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.5...v2.7.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- CLI feature has been added to use
-
v2.7.5 Stable
released this
2023-04-12 10:37:34 +00:00 | 14 commits to main since this releaseFixed
-
Add missing newline and update math block to use align* environment. (3b1f2e8)
- Fixed a bug where the generated LaTeX code for math blocks did not include a newline at the end of the equation.
Changed
- Reference documentation has been updated to reflect the changes made in the code
Full Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.4...v2.7.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-