From 64f056551180548d2154d980b6bb3a3a555e8194 Mon Sep 17 00:00:00 2001 From: Chuyang Wang Date: Mon, 18 Mar 2024 18:53:43 +0100 Subject: [PATCH] doc(asymptote): remove asympote from dependencies list in docs --- docs/External contest formats.rst | 2 +- docs/Installation.rst | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/External contest formats.rst b/docs/External contest formats.rst index de6eb72000..76a1957c8c 100644 --- a/docs/External contest formats.rst +++ b/docs/External contest formats.rst @@ -220,7 +220,7 @@ Subsequently (in :samp:`Rule.ensure()`), we check if the last result (:samp:`Rul Compiling --------- -You can compile c++, latex and asymptote files using the commands :py:meth:`.compilecpp`, :py:meth:`.compilelatex`, :py:meth:`.compileasy`. Call them with the base name of the file you want to compile (e.g. :samp:`gen` if you want to compile :samp:`gen.cpp` or :samp:`statement` if you want to compile :samp:`statement.tex`). For convenience, you can use the :py:meth:`.compile` function which automatically figures out the corresponding extension. +You can compile c++ and latex files using the commands :py:meth:`.compilecpp` and :py:meth:`.compilelatex`. Call them with the base name of the file you want to compile (e.g. :samp:`gen` if you want to compile :samp:`gen.cpp` or :samp:`statement` if you want to compile :samp:`statement.tex`). For convenience, you can use the :py:meth:`.compile` function which automatically figures out the corresponding extension. Supplements ^^^^^^^^^^^ diff --git a/docs/Installation.rst b/docs/Installation.rst index f2afafb1df..c945fa3e97 100644 --- a/docs/Installation.rst +++ b/docs/Installation.rst @@ -30,8 +30,6 @@ These are our requirements (in particular we highlight those that are not usuall * `a2ps `_ (only for printing). -* `asymptote `_ (for German task format; usage now deprecated) - * `latexmk `_ (for German task format) * `ttf-fira-go `_ (for German task format + Hebrew) @@ -281,7 +279,7 @@ To install CMS python dependencies on Arch Linux (again: assuming you did not us # Optional. # sudo pacman -S --needed python-yaml python-sphinx python-pycups \ - # asymptote texlive-core + # texlive-core # Optionally install the following from AUR. # https://aur.archlinux.org/packages/python-pypdf2/