From 2edd5e5325bd5aae60967a7dd3d9175334321e56 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Tue, 14 Jan 2020 21:40:07 -0500 Subject: moved README from html to markdown --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 14ebff4..a10f184 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ -

Science Fair Project 2020

+# Science Fair Project 2020 -

Contents

+## Contents -

Contains some .tex files for generating the report in plain TeX and .py files for using graphing antlion locations with matplotlib and scipy

+Contains some .tex files for generating the report in plain TeX and .py files for using graphing antlion locations with matplotlib and scipy -

Compiling

+## Compiling -

Run ./make, a portable shell script that requires python3 and pdftex in the PATH

+Run `./make`, a portable shell script that requires python3 and pdftex in the PATH -- cgit