From 7c9db9560e2ffdfe5f9cb3a264403d83e7c5f4ac Mon Sep 17 00:00:00 2001 From: ZachNewbery Date: Tue, 16 Jan 2024 12:46:36 +0000 Subject: [PATCH] Version 1.2.0 --- CHANGELOG.md | 9 +++++++-- PackageInfo.g | 6 +++--- gap/latex/latex.gd | 2 +- gap/mathml/mathml.gd | 2 +- order_info.g | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c55e6e..1042ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-## [Unreleased] +## [Unreleased] - yyyy/mm/dd +### Added + +### Fixed + +## [v1.2.0] - 2024-01-16 (current release) ### Added - Added interactive demonstrations in Jupyter Notebooks, which can be run through a Binder Instance - Added support for infinity and negative infinity using \infty LaTeX macro @@ -25,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-## [v1.1] - 2022-12-05 (current release) +## [v1.1] - 2022-12-05 ### Added - Added digraph integration to LaTeX generation with raw dot and dot2tex options - Implemented rendering methods to allow users to view LaTeX output via MathJax, pdflatex, or Overleaf diff --git a/PackageInfo.g b/PackageInfo.g index 6af72bb..5b60f5d 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -10,8 +10,8 @@ SetPackageInfo( rec( PackageName := "typeset", Subtitle := "Automatic typesetting framework for common GAP objects, with LaTeX generation", -Version := "1.1", -Date := "05/12/2022", # dd/mm/yyyy format +Version := "1.2.0", +Date := "16/01/2024", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -19,7 +19,7 @@ Persons := [ FirstNames := "Zachariah", LastName := "Newbery", WWWHome := "https://zachnewbery.com", - Email := "zn6@st-andrews.ac.uk", + Email := "zachariah.newbery@gmail.com", IsAuthor := true, IsMaintainer := true, #PostalAddress := TODO, diff --git a/gap/latex/latex.gd b/gap/latex/latex.gd index 71c21cf..1b72721 100644 --- a/gap/latex/latex.gd +++ b/gap/latex/latex.gd @@ -15,7 +15,7 @@ #! #! It also provides some insight into the kinds of functions that would be expected #! from an implementation for a different language. A bare-boned example implementation -#! for MathML is provided in . +#! for MathML is provided in . #! #! Currently, the following types have explicit methods installed for LaTeX generation: #! diff --git a/gap/mathml/mathml.gd b/gap/mathml/mathml.gd index 350e1aa..208dd54 100644 --- a/gap/mathml/mathml.gd +++ b/gap/mathml/mathml.gd @@ -1,7 +1,7 @@ # # typeset: Automatic typesetting framework for common GAP objects, with LaTeX generation # -#! @Chapter MathML Generation (Example) +#! @Chapter MathML Example Generation #! @Section MathML Generation Functions for ⪆ Objects #! #! This section describes a bare-bones implementation of the framework for generating MathML diff --git a/order_info.g b/order_info.g index 3d0e88f..46e9b8a 100644 --- a/order_info.g +++ b/order_info.g @@ -19,5 +19,5 @@ #! #! @Section Typesetting Structure Descriptions of Groups #! -#! @Chapter MathML Generation (Example) +#! @Chapter MathML Example Generation #! @Section MathML Generation Functions for ⪆ Objects \ No newline at end of file