You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
# Augusta University School of Computer and Cyber Sciences Ms and PhD Template
2
2
3
-
> [!TIP]
4
-
> **Getting Started**
5
-
>
6
-
> Download md_version.zip or tex_version.zip to write your thesis in markdown or latex from <https://github.com/the-au-forml-lab/au_ccs_dissertation_template/releases/latest/>.
7
-
>
8
-
> You are welcome to reach out to <[email protected]> or through [github's issue tracker](https://github.com/the-au-forml-lab/au_ccs_dissertation_template/issues) if you have questions, preferably after reading the instructions below and the [additional documentation][md_version/main.pdf].
3
+
## Quick Start
4
+
5
+
Download `md_version.zip` or `tex_version.zip` to write your thesis in markdown or latex from <https://github.com/the-au-forml-lab/au_ccs_dissertation_template/releases/latest/>.
6
+
7
+
You are welcome to reach out to <[email protected]> or through [github's issue tracker](https://github.com/the-au-forml-lab/au_ccs_dissertation_template/issues) if you have questions, preferably after reading the instructions below and the [additional documentation](md_version/main.pdf).
9
8
10
9
## Presentation
11
10
@@ -17,7 +16,7 @@ Students more comfortable with the `docx` format or not willing to learn to use
17
16
> This template was developed with extreme care, and students and advisors are encouraged to report any mismatch or issue they may encounter, to <[email protected]> or through [github's issue tracker](https://github.com/the-au-forml-lab/au_ccs_dissertation_template/issues).
18
17
19
18
20
-
This template is offered in two versions:
19
+
This template is offered in two versions, at <https://github.com/the-au-forml-lab/au_ccs_dissertation_template/releases/latest/>:
21
20
22
21
- The `tex` version is a standard `tex` document that can be compiled using [latexmk](https://mg.readthedocs.io/latexmk.html) or any standard LaTeX distribution,
23
22
- The markdown version is a [markdown](https://commonmark.org/) document that can be compiled using [pandoc](https://pandoc.org/).
@@ -37,7 +36,7 @@ The `tex` version of this template can be compiled using [latexmk](https://mg.re
37
36
38
37
latexmk -pdf -xelatex main.tex
39
38
40
-
in the tex_version folder. The "main.tex" document is "standalone" in the sense that it is not divided into smaller `tex` files, but students should feel free to split it by using the [`\input{…}` and `\include{…}` commands](https://tex.stackexchange.com/q/246/34551).
39
+
in the `tex_version` folder. The "main.tex" document is "standalone" in the sense that it is not divided into smaller `tex` files, but students should feel free to split it by using the [`\input{…}` and `\include{…}` commands](https://tex.stackexchange.com/q/246/34551).
41
40
42
41
43
42
Start by looking for
@@ -60,7 +59,7 @@ The markdown version of this template can be compiled using [pandoc](https://pan
60
59
61
60
make
62
61
63
-
in the md_version folder.
62
+
in the `md_version` folder.
64
63
65
64
Start by editing the file info/info.tex with your information.
66
65
@@ -72,12 +71,10 @@ Start by editing the file info/info.tex with your information.
72
71
-[latexmk](https://mg.readthedocs.io/latexmk.html) ([version 4.74. or higher](https://github.com/aubertc/au_ccs_dissertation_template/issues/1), it is possible that it is already part of your LaTeX installation),
73
72
-[entr](https://github.com/eradman/entr) if you want to use the command `make watch` that automatically re-compile your source when it is saved.
74
73
75
-
76
74
## Additional Information
77
75
78
76
Please, refer to the [Thesis/PhD Dissertation Preparation Booklet](https://www.augusta.edu/gradschool/documents/thesis-dissertation-preparation-booklet.pdf) from the graduate school and the University Libraries for additional information, tips and advises.
79
77
80
-
81
78
## Credits and Licence
82
79
83
80
- This template was created taking inspiration from Augusta University's [Biostat dissertation template](https://guides.augusta.edu/ld.php?content_id=78256224).
0 commit comments