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
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,10 @@ Start by looking for
37
37
and replace the values of the commands from `\yourtitle{…}` to `\yourdate{…}`, uncommenting `\togglefalse{ms}` and commenting `\toggletrue{ms}` if you are a PhD student.
38
38
39
39
40
-
Requirements
41
-
~
40
+
#### Requirements
42
41
43
-
- [LaTeX](https://www.latex-project.org/get/),
44
-
- [latexmk](https://mg.readthedocs.io/latexmk.html) (it is possible that it is already part of your LaTeX installation).
42
+
-[LaTeX](https://www.latex-project.org/get/),
43
+
-[latexmk](https://mg.readthedocs.io/latexmk.html) (it is possible that it is already part of your LaTeX installation).
45
44
46
45
### Details on the markdown version
47
46
@@ -53,14 +52,13 @@ in the md_version folder.
53
52
54
53
Start by editing the file info/info.tex with your information.
55
54
56
-
Requirements
57
-
~
55
+
#### Requirements
58
56
59
-
- The ability to execute [makefile](https://en.wikipedia.org/wiki/Makefile)^[You can also simply open the [makefile](md_version/makefile) file to "extract" the pandoc options needed to compile properly this document.] (e.g., a UNIX system, a system with [Cygwin](https://en.wikipedia.org/wiki/Cygwin), or [some other trick](https://stackoverflow.com/q/2532234/)),
60
-
- the latest version of [pandoc](https://pandoc.org/installing.html),
61
-
- [LaTeX](https://www.latex-project.org/get/) (refer to the instructions on the [pandoc installation page](https://pandoc.org/installing.html] or at <https://tex.stackexchange.com/q/1092>^[It is probaby better to install a minimal installation, and then to fetch the missing packages one by one, using e.g. `/usr/local/texlive/2021/bin/x86_64-linux/tlmgr install environ` for the `environ` package.]),
62
-
- [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),
63
-
- [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.
57
+
- The ability to execute [makefile](https://en.wikipedia.org/wiki/Makefile) (e.g., a UNIX system, a system with [Cygwin](https://en.wikipedia.org/wiki/Cygwin), or [some other trick](https://stackoverflow.com/q/2532234/)), or you can also simply open the [makefile](md_version/makefile) file to "extract" the pandoc options needed to compile properly this document,
58
+
- the latest version of [pandoc](https://pandoc.org/installing.html),
59
+
-[LaTeX](https://www.latex-project.org/get/) (refer to the instructions on the [pandoc installation page](https://pandoc.org/installing.html) or at <https://tex.stackexchange.com/q/1092>), it is probaby better to install a minimal installation, and then to fetch the missing packages one by one, using e.g. `/usr/local/texlive/2021/bin/x86_64-linux/tlmgr install environ` for the `environ` package,
60
+
-[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),
61
+
-[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.
0 commit comments