Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachNewbery committed Jan 16, 2024
1 parent 30d570f commit 7c9db95
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<br/>

## [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
Expand All @@ -25,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<br/>

## [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
Expand Down
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ 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 := [
rec(
FirstNames := "Zachariah",
LastName := "Newbery",
WWWHome := "https://zachnewbery.com",
Email := "[email protected]",
Email := "[email protected]",
IsAuthor := true,
IsMaintainer := true,
#PostalAddress := TODO,
Expand Down
2 changes: 1 addition & 1 deletion gap/latex/latex.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Ref Sect="Chapter_MathML_Generation" />.
#! for MathML is provided in <Ref Sect="Chapter_MathML_Example_Generation" />.
#!
#! Currently, the following types have explicit methods installed for LaTeX generation:
#!
Expand Down
2 changes: 1 addition & 1 deletion gap/mathml/mathml.gd
Original file line number Diff line number Diff line change
@@ -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 &GAP; Objects
#!
#! This section describes a bare-bones implementation of the framework for generating MathML
Expand Down
2 changes: 1 addition & 1 deletion order_info.g
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
#!
#! @Section Typesetting Structure Descriptions of Groups
#!
#! @Chapter MathML Generation (Example)
#! @Chapter MathML Example Generation
#! @Section MathML Generation Functions for &GAP; Objects

0 comments on commit 7c9db95

Please sign in to comment.