Updated TeXLive dependency to TeXLive 2020.

This commit is contained in:
Achim D. Brucker 2021-01-11 19:21:08 +00:00
parent be09cb7d89
commit e0305a6694
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Isabelle/DOF has two major pre-requisites:
Please download the Isabelle 2020 distribution for your operating
system from the [Isabelle website](http://isabelle.in.tum.de/website-Isabelle2020/).
* **LaTeX:** Isabelle/DOF requires a modern pdfTeX-engine supporting the \expanded{}-primitive. This
is, for example, included in the [TeXLive 2019](https://www.tug.org/texlive/) (or later)
is, for example, included in the [TeXLive 2020](https://www.tug.org/texlive/) (or later)
distribution. Please follow the [TeXLive installation instructions](https://www.tug.org/texlive/acquire-netinstall.html)
for installing TeXLive.

View File

@ -98,7 +98,7 @@ check_pdftex() {
echo " The version of pdf(La)TeX you are using is outdated (and does"
echo " not support the \\expanded primitive). It is not supported by the"
echo " current version of Isabelle/DOF. Please install a supported TeX"
echo " distribution (e.g., TeXLive 2019 or later)."
echo " distribution (e.g., TeXLive 2020 or later)."
echo
read -p " Still continue (y/N)? " -n 1 -r
echo