Skip to content

Commit 8a1c17a

Browse files
committed
README update with links
1 parent 43b2d52 commit 8a1c17a

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

README.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

6-
## Exercises
6+
## Homework
77

88
* [Homework 1](Homework_1/homework.pdf)
99
* [Homework 2](Homework_2/homework.pdf)
@@ -12,7 +12,7 @@
1212
* [Homework 5](Homework_5/homework.pdf)
1313
* [Homework 6](Homework_6/homework.pdf)
1414

15-
## Presentation Topic
15+
## Presentation
1616

1717
* [Sudoku from the perspective of Linear Programming](SUDOKU/README.md)
1818

@@ -21,26 +21,8 @@
2121
* [Σιώρος Βασίλειος](https://github.com/billsioros)
2222
* [Ανδρινοπούλου Χριστίνα](https://github.com/ChristinaAndrinopoyloy)
2323

24-
# LaTeX Project Base Generation
24+
## Source Code
2525

26-
```bash
27-
usage: generate.py [-h] [-l LOAD] -s SAVE [-f]
28-
29-
LaTeX Project Base Generation
30-
31-
optional arguments:
32-
-h, --help show this help message and exit
33-
-l LOAD, --load LOAD specify the input file
34-
-s SAVE, --save SAVE specify the output file
35-
-f, --force do not prompt before overwriting
36-
```
37-
38-
## Example
39-
40-
```bash
41-
python generate.py -l "..\Algorithmic Operation Research_hw_4.pdf" -fs .\Homework_4\homework.tex
42-
```
43-
44-
# Special Thanks To
45-
46-
* [Carbon](https://carbon.now.sh/) for providing us with beautiful images of our source code
26+
* [Parsing homework assignments and generating LaTeX](https://github.com/billsioros/latex-homework-parser)
27+
* [2D Pattern Classification via Linear Programming for presentation purposes only](https://github.com/billsioros/classifier2D)
28+
* [Creating and Solving Variations of Sudoku Puzzles](https://github.com/billsioros/sudoku-generator-n-solver)

0 commit comments

Comments
 (0)