Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ See `sample instructions <https://bennierobinson.com/programming/2016/01/24/perl

Install `MiKTeX <https://miktex.org/download>`_

Alternatively, you can `install WSL <https://learn.microsoft.com/en-us/windows/wsl/install>`_
and a Linux distribution,
and follow the instructions for Linux above.

------------
Instructions
------------
Expand All @@ -80,6 +84,22 @@ For example::

make figvirt.pdf

Verifying input and output when making changes
==============================================

While in the ``source`` directory,
you can check for common mistakes such as misaligned comments with::

../tools/check-source.sh

After typesetting the document,
you can also check the output for further problems with::

../tools/check-output.sh

GitHub Actions will also run these checks when you create a pull request,
but it's often faster if you run them locally first.

----------------
Acknowledgements
----------------
Expand Down