Skip to content

Releases: Sett17/mdpaper

v2.8.2

21 Apr 07:15
Compare
Choose a tag to compare
  • Enable inline formatting in abstract. (6fb984d)

Full Changelog: v2.8.1...v2.8.2

v2.8.1

19 Apr 11:11
Compare
Choose a tag to compare

Full Changelog: v2.7.11...v2.8.1

v2.8.0

17 Apr 21:25
Compare
Choose a tag to compare

Add 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: v2.7.11...v2.8.0

v2.7.11

17 Apr 21:04
Compare
Choose a tag to compare

Fixed 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 ChapterNode childrenOutline method. (Commit 3b88f56)

Full Changelog: v2.7.10...v2.7.11

v2.7.10

16 Apr 19:28
Compare
Choose a tag to compare

Full Changelog: v2.7.9...v2.7.10

v2.7.9

16 Apr 11:31
Compare
Choose a tag to compare

Full Changelog: v2.7.8...v2.7.9

v2.7.8

16 Apr 11:25
Compare
Choose a tag to compare

Full Changelog: v2.7.7...v2.7.8

v2.7.7

16 Apr 11:22
Compare
Choose a tag to compare

Full Changelog: v2.7.5...v2.7.7

v2.7.6

12 Apr 21:51
Compare
Choose a tag to compare

Update Notes

  • CLI feature has been added to use checkVersion function.
  • main.go and cli.go files have been modified to incorporate the checkVersion function.
  • With this modification, the main function checks for available updates automatically and prompts the user for an update.

Full Changelog: v2.7.5...v2.7.6

v2.7.5

12 Apr 10:39
Compare
Choose a tag to compare

Fixed

  • 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: v2.7.4...v2.7.5