Skip to content

Commit

Permalink
Some spelling corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
thruston committed Oct 30, 2024
1 parent 8385902 commit a2947da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Drawing-with-Metapost

Toby Thurston -- 29 Oct 2024
Toby Thurston -- 31 Oct 2024

This project provides a document that discusses how to draw technical diagrams
with John Hobby's Metapost language. It includes over 200 illustrations created
Expand All @@ -23,17 +23,17 @@ These listings are included directly from the source code used, so in all cases
the output should exactly match what you see on the page.

You might like to read the main document first, but you might also like to
browse through the PDFs in the src directory, and when you find one that is
browse through the PDFs in the `src` directory, and when you find one that is
interesting, have a look at the corresponding MP source file. There is a
one-to-one match between the PDF names and the MP source names, so
`geometry-apollonius.pdf` is created from `geometry-apollonius.mp`. The src
`geometry-apollonius.pdf` is created from `geometry-apollonius.mp`. The `src`
directory contains a few drawings that are not included in the main document.

To update the main PDF document I follow these steps

- build any new or updated Metapost source files with `lualatex` to create PDFs in the src directory
- build the main tex file with `lualatex -recorder Drawing-with-Metapost`
- run a Python script to read the .fls and `git add` all the files used
- run a Python script to read the `.fls` and `git add` all the files used
- git commit and push

If you find any errors, or have any suggestions for improvement, please raise an
Expand Down

0 comments on commit a2947da

Please sign in to comment.