From 723b6ded0066651ac8521ce1320371c8430b1434 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 1 Apr 2014 19:10:41 +0100 Subject: Initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..89aa5f8 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Mathematical Worksheets +======================= + +These worksheets probably best serve as examples of how to create, hopefully +passable worksheets (in terms of layout and methodology), the content has not +been checked, and is not complete. + +Building the Worksheets +----------------------- + +The source files (e.g. linear.tex) serve as the source for both the worksheet, +and the completed worksheet (with answers). To build all the worksheets and +answer sheets, just run `make` in the root of the repository. If this works, +there should be pdf's created with names such as linear.pdf and +linear-answers.pdf. -- cgit v1.2.3