From 1ae56e3a19438beb713b1629b6aa9d8b3e2454f3 Mon Sep 17 00:00:00 2001 From: Josh Fogg <jfogg@duck.com> Date: Wed, 31 Aug 2022 14:17:02 +0100 Subject: [PATCH] Added link to UoE typesetting rules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8ab3ec..705a491 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To use, download the files and store them either with your `.tex` file(s) or in ## Report Stylesheet -When working on a report or thesis, an easy way to implement the University’s typesetting rules in LaTeX is provided by [edmaths.sty](https://github.com/Foggalong/edinburgh-math-latex/blob/master/edmaths.sty). It sets the page margins as required and defines commands to create the correct cover page and standard declaration. +When working on a report or thesis, an easy way to implement the [University’s typesetting rules](https://www.ed.ac.uk/academic-services/students/thesis-submission) in LaTeX is provided by [edmaths.sty](https://github.com/Foggalong/edinburgh-math-latex/blob/master/edmaths.sty). It sets the page margins as required and defines commands to create the correct cover page and standard declaration. It also loads the [amsmath](https://www.ctan.org/pkg/amsmath), [amsthm](https://www.ctan.org/pkg/amsthm), [amscd](https://www.ctan.org/pkg/amscd), and [amssymb](https://ctan.org/pkg/amsfonts) packages, which are required by almost all mathematical publications. Through [setspace](https://www.ctan.org/pkg/setspace), line spacing settings are available that only affect the body text and not footnotes and captions. -- GitLab