diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-08 01:03:03 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-08 01:03:03 +0100 |
commit | 3bf52d168e6c350446a02bc43fc1ecf2c3bd3cb9 (patch) | |
tree | df399b20f6e6726ecea452fec6c227e55b60fe9a | |
parent | 725e8c910f14f3f87d1e97023efe214313edf3af (diff) |
Minor edits in README.md
The description of adding a title and authors was made slightly more clear.
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |