Proper DOF.artifact_url

This commit is contained in:
Makarius Wenzel 2022-12-01 21:45:06 +01:00
parent 700a9bbfee
commit 48c167aa23
2 changed files with 3 additions and 3 deletions

View File

@ -59,10 +59,10 @@ object DOF {
val url = "https://git.logicalhacking.com/Isabelle_DOF/Isabelle_DOF"
// Isabelle/DOF source repository
// Isabelle/DOF release artifacts
val artifact_dir = "releases/Isabelle_DOF/Isabelle_DOF"
// Isabelle/DOF release artifacts
val artifact_host = "artifacts.logicalhacking.com"
val artifact_url: String = "https://" + artifact_host + "/" + artifact_dir
def options(opts: Options): Options = opts + "document_comment_latex"
}

View File

@ -87,7 +87,7 @@ object DOF_Document_Build
\newcommand{\dof@isabelleversion}{""" + DOF.isabelle_version + """}
\newcommand{\isabellefullversion}{""" + DOF.isabelle_version + """\xspace}
\newcommand{\dof@version}{""" + DOF.version + """}
\newcommand{\dof@artifacturl}{""" + DOF.artifact_dir + """}
\newcommand{\dof@artifacturl}{""" + DOF.artifact_url + """}
\newcommand{\doflatestversion}{""" + DOF.latest_version + """}
\newcommand{\isadoflatestdoi}{""" + DOF.latest_doi + """}
\newcommand{\isadofgenericdoi}{""" + DOF.generic_doi + """}