Update to Isabelle 2022.

This commit is contained in:
Achim D. Brucker 2022-10-30 17:56:15 +00:00
parent 82645c2e8e
commit 873151b4f3
5 changed files with 9 additions and 7 deletions

View File

@ -15,4 +15,4 @@ It may also contain additional tools and script that are useful for preparing a
* pdflatex * pdflatex
* [browser_info](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/pdflatex/browser_info/Unsorted/) * [browser_info](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/pdflatex/browser_info/Unsorted/)
* [aux files](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/pdflatex/) * [aux files](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/pdflatex/)
* [Isabelle_DOF-Unreleased_Isabelle2021-1.tar.xz](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/Isabelle_DOF-Unreleased_Isabelle2021-1.tar.xz) * [Isabelle_DOF-Unreleased_Isabelle2022.tar.xz](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/Isabelle_DOF-Unreleased_Isabelle2022.tar.xz)

View File

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed ### Changed
- Updated Isabelle version to Isabelle 2022
## [1.3.0] - 2022-07-08 ## [1.3.0] - 2022-07-08
### Changed ### Changed

View File

@ -9,10 +9,10 @@ online.](https://artifacts.logicalhacking.com/releases/Isabelle_DOF/Isabelle_DOF
Isabelle/DOF has three major prerequisites: Isabelle/DOF has three major prerequisites:
* **Isabelle:** Isabelle/DOF requires [Isabelle 2021-1](http://isabelle.in.tum.de/website-Isabelle2021-1/). * **Isabelle:** Isabelle/DOF requires [Isabelle 2022](http://isabelle.in.tum.de/website-Isabelle2022/).
Please download the Isabelle 2021-1 distribution for your operating Please download the Isabelle 2022 distribution for your operating
system from the [Isabelle system from the [Isabelle
website](http://isabelle.in.tum.de/website-Isabelle2021-1/). website](http://isabelle.in.tum.de/website-Isabelle2022/).
* **AFP:** Isabelle/DOF requires two entries from the [Archive of * **AFP:** Isabelle/DOF requires two entries from the [Archive of
Formal Proofs (AFP)](https://www.isa-afp.org/). Please install the Formal Proofs (AFP)](https://www.isa-afp.org/). Please install the
AFP following the instructions given at AFP following the instructions given at

View File

@ -12,8 +12,8 @@ option dof_version : string = "Unreleased"
-- "Isabelle/DOF version" -- "Isabelle/DOF version"
(* "Unreleased" for development, semantic version for releases *) (* "Unreleased" for development, semantic version for releases *)
option dof_isabelle : string = "2021-1" option dof_isabelle : string = "2022"
option dof_afp : string = "afp-2021-12-28" option dof_afp : string = "afp-2022-10-27"
option dof_latest_version : string = "1.3.0" option dof_latest_version : string = "1.3.0"
option dof_latest_isabelle : string = "Isabelle2021-1" option dof_latest_isabelle : string = "Isabelle2021-1"

View File

@ -82,7 +82,7 @@ object DOF_Document_Build
// create dof-config.sty // create dof-config.sty
File.write(directory.doc_dir+Path.explode("dof-config.sty"), """ File.write(directory.doc_dir+Path.explode("dof-config.sty"), """
\newcommand{\isabelleurl}{https://isabelle.in.tum.de/website-Isabelle2021-1/""" + context.options.string("dof_isabelle") + """} \newcommand{\isabelleurl}{https://isabelle.in.tum.de/website-Isabelle2022/""" + context.options.string("dof_isabelle") + """}
\newcommand{\dofurl}{""" + context.options.string("dof_url") + """} \newcommand{\dofurl}{""" + context.options.string("dof_url") + """}
\newcommand{\dof@isabelleversion}{""" + context.options.string("dof_isabelle") + """} \newcommand{\dof@isabelleversion}{""" + context.options.string("dof_isabelle") + """}
\newcommand{\isabellefullversion}{""" + context.options.string("dof_isabelle") + """\xspace} \newcommand{\isabellefullversion}{""" + context.options.string("dof_isabelle") + """\xspace}