diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index af0b7af..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "latex-workshop.latex.recipes": [ - { - "name": "sample-report", - "tools": ["sample-report"] - } - ], - "latex-workshop.latex.tools": [ - { - "name": "sample-report", - "command": "xelatex", - "args": ["-shell-escape", "report"], - "env": {} - } - ], - "latex-workshop.latex.recipe.default": "sample-report" -} diff --git a/Overleaf_Template_Tutorial.gif b/Overleaf_Template_Tutorial.gif new file mode 100644 index 0000000..5adeba3 Binary files /dev/null and b/Overleaf_Template_Tutorial.gif differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e09630 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ + +
+
+ + Papers + + +

report-template

+
+ Build your report on Overleaf! ยป +
+
+
+ +# LaTeX Report Template + +A homework/report template in LaTeX with multiple features (local environment files). + +![Report](preview.png) + +## Overleaf Template + +[**Click here** to go to the Overleaf template](https://www.overleaf.com/read/nghcfhgrsztp) which you can make a copy of and work on it within your browser. Once registered or signed into Overleaf, you can follow the steps below to build your copy. + +![Overleaf Template Tutorial](Overleaf_Template_Tutorial.gif) + +## Some Features + +- Code blocks +- Inline code +- Hyperlinks + +## Acknowledgements + +- [Initial template from this GitHub repository](https://github.com/WorcesterSociety/HomeworkTemplate). diff --git a/papers.svg b/papers.svg new file mode 100644 index 0000000..6ac3c9a --- /dev/null +++ b/papers.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..7447120 Binary files /dev/null and b/preview.png differ diff --git a/report.pdf b/report.pdf new file mode 100644 index 0000000..1d363ca Binary files /dev/null and b/report.pdf differ