Change front ticks to back ticks.

This commit is contained in:
Cory Balaton 2024-04-26 13:32:51 +02:00
parent 8095773cb8
commit b93c1d054a
Signed by: coryab
GPG Key ID: F7562F0EC4E4A61B

View File

@ -10,29 +10,29 @@ Make sure that you are inside the **src** directory before compiling the code.
Now you can execute the command shown under to compile: Now you can execute the command shown under to compile:
´´´ ```
make make
´´´ ```
This will create object files and link them together into 2 executable files. This will create object files and link them together into 2 executable files.
These files are called **main** and **analyticPlot**. These files are called **main** and **analyticPlot**.
To run them, you can simply use the commands below: To run them, you can simply use the commands below:
´´´ ```
./main ./main
´´´ ```
´´´ ```
./analyticPlot ./analyticPlot
´´´ ```
## How to generate plots ## How to generate plots
For generating the plots, there are 4 Python scripts. For generating the plots, there are 4 Python scripts.
You can run each one of them by using this command: You can run each one of them by using this command:
´´´ ```
python <PythonFile> python <PythonFile>
´´´ ```
The plots will be saved inside **latex/images**. The plots will be saved inside **latex/images**.