diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-14 21:40:07 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-14 21:40:07 -0500 |
commit | 2edd5e5325bd5aae60967a7dd3d9175334321e56 (patch) | |
tree | 8ab012837949cce6e0cbb2047d7fd180604b2248 /README | |
parent | 22b74df8f6335495ac36eb59774642d469840b06 (diff) |
moved README from html to markdown
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ -<h1> Science Fair Project 2020 </h1> +# Science Fair Project 2020 -<h2> Contents </h2> +## Contents -<p>Contains some .tex files for generating the report in plain TeX and .py files for using graphing antlion locations with matplotlib and scipy</p> +Contains some .tex files for generating the report in plain TeX and .py files for using graphing antlion locations with matplotlib and scipy -<h2> Compiling </h2> +## Compiling -<p> Run ./make, a portable shell script that requires python3 and pdftex in the PATH </p> +Run `./make`, a portable shell script that requires python3 and pdftex in the PATH |