aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-08 01:03:03 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-08 01:03:03 +0100
commit3bf52d168e6c350446a02bc43fc1ecf2c3bd3cb9 (patch)
treedf399b20f6e6726ecea452fec6c227e55b60fe9a /README.md
parent725e8c910f14f3f87d1e97023efe214313edf3af (diff)
Minor edits in README.md
The description of adding a title and authors was made slightly more clear.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index ae67e0e..296d889 100644
--- a/README.md
+++ b/README.md
@@ -179,12 +179,15 @@ been explained here), please let us know to correct it.
$ git commit # Make your first commit (mention the first output)
```
- - **Title**, **Short description** of project: In this raw skeleton, the
- title or short descripton of your project should be added in the
- following two files: `Makefile` (the first line), and
+ - **Title**, **Short description** and **author** of project: In this raw
+ skeleton, the title or short descripton of your project should be
+ added in the following two files: `Makefile` (the first line), and
`tex/preamble-style.tex` (the last few lines, along with the names of
you and your colleagues). In both cases, the texts you should replace
- are all in capital letters to make them easier to identify.
+ are all in capital letters to make them easier to identify. Ofcourse,
+ if you use a different LaTeX method of managing the title and authors,
+ please feel free to use your own methods, just find a way to keep the
+ pipeline version in a nicely visible place.
- **`README`**: Go through this top-level instruction file and make it fit