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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Navigate to a source code folder.
57
57
## 3. How to submit you work
58
58
* 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`.
59
59
* 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.
61
61
-`CMakeLists.txt` - a file to configure your project. Examples for each configuration can be found in `test_tasks/test_latex`.
62
62
* The number of directories will increase with time. To build only your project, you need to do the following:
0 commit comments