Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niccolozanotti authored Oct 3, 2024
1 parent e96d25c commit ea702ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ For more infos check out the documentation of UseLATEX [here](https://gitlab.kit

## Quick start

To quickly build the `.tex` files into the relative pdf run
One way to quickly compile the `.tex` files into the relative `.pdf` is run
```shell
mkdir build
cd build
cmake ..
make cv # other targets: resume, coverletter
make target-name # main targets: cv, resume, coverletter
```
The `target-name.pdf` file will be located in the `build/` directory.
The `target-name.pdf` file will then be located in the `build/` directory.

### UseLatex module update

If any change in the upstream Cmake module [UseLatex.cmake](UseLATEX.cmake) is detected(the Github [Action](.github/workflows/update-cmake-module.yml)
runs monthly[^1]) a new Pull Request will be opened.
If any change in the upstream Cmake module [UseLatex.cmake](UseLATEX.cmake) is detected (the Github [Action](.github/workflows/update-cmake-module.yml)
runs monthly[^1]) a new Pull Request will be opened to integrate the changes.

## License

Expand Down

0 comments on commit ea702ad

Please sign in to comment.