File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ See `sample instructions <https://bennierobinson.com/programming/2016/01/24/perl
59
59
60
60
Install `MiKTeX <https://miktex.org/download >`_
61
61
62
+ Alternatively, you can `install WSL <https://learn.microsoft.com/en-us/windows/wsl/install >`_
63
+ and a Linux distribution,
64
+ and follow the instructions for Linux above.
65
+
62
66
------------
63
67
Instructions
64
68
------------
@@ -80,6 +84,22 @@ For example::
80
84
81
85
make figvirt.pdf
82
86
87
+ Verifying input and output when making changes
88
+ ==============================================
89
+
90
+ While in the ``source `` directory,
91
+ you can check for common mistakes such as misaligned comments with::
92
+
93
+ ../tools/check-source.sh
94
+
95
+ After typesetting the document,
96
+ you can also check the output for further problems with::
97
+
98
+ ../tools/check-output.sh
99
+
100
+ GitHub Actions will also run these checks when you create a pull request,
101
+ but it's often faster if you run them locally first.
102
+
83
103
----------------
84
104
Acknowledgements
85
105
----------------
You can’t perform that action at this time.
0 commit comments