Skip to content

Commit ca197c6

Browse files
authored
Update README.md
1 parent cc8d3e6 commit ca197c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Navigate to a source code folder.
5757
## 3. How to submit you work
5858
* There are `task_1`, `task_2`, `task_3`, `task_4` folders in `modules` directory. There are 4 task's reports for the semester. Move to a folder of your task. Make a directory named `<last name>_<first letter of name>_<short task name>`. Example: `task1/nesterov_a_vector_sum`.
5959
* Go into the newly created folder and begin you work on the report. There must be only 2 files and 1 of them must be written by you:
60-
- `vector_sum.tex` - a LaTeX report file which consider information about your program, name it in the same way as `<short task name>`.
60+
- `nesterov_a_vector_sum.tex` - a LaTeX report file which consider information about your program, name it in the same way as `<last name>_<first letter of name>_<short task name>` same as directory.
6161
- `CMakeLists.txt` - a file to configure your project. Examples for each configuration can be found in `test_tasks/test_latex`.
6262
* The number of directories will increase with time. To build only your project, you need to do the following:
6363
```

0 commit comments

Comments
 (0)