Skip to content

Commit

Permalink
doc(asymptote): remove asympote from dependencies list in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chuyang-wang-dev committed Mar 18, 2024
1 parent 1e4f46f commit 64f0565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/External contest formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^
Expand Down
4 changes: 1 addition & 3 deletions docs/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ These are our requirements (in particular we highlight those that are not usuall

* `a2ps <https://www.gnu.org/software/a2ps/>`_ (only for printing).

* `asymptote <http://asymptote.sourceforge.net/>`_ (for German task format; usage now deprecated)

* `latexmk <http://www.ctan.org/pkg/latexmk/>`_ (for German task format)

* `ttf-fira-go <https://github.com/bBoxType/FiraGO>`_ (for German task format + Hebrew)
Expand Down Expand Up @@ -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/

Expand Down

0 comments on commit 64f0565

Please sign in to comment.