-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use generic name for CI + add README
- Loading branch information
1 parent
fbd5654
commit 63c2ea6
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Template for EPL's UCLouvain Ph.D. Theses | ||
|
||
This repository contains a template to write your thesis with the CIACO's requirements. | ||
Just look at thesis.tex and start writing :-) | ||
|
||
NB: For the bibliography, use Biber instead of BibTex. | ||
|
||
## Continuous Integration with GitHub | ||
|
||
If you use GitHub to host your repository, you can leverage the GitHub Actions to auto-generate the thesis PDF. | ||
For this, you have a few environment variables to configure this workflow: | ||
|
||
| env variable | purpose | | ||
|---|---| | ||
| **MAIN_LATEX** | The entry point of your thesis (here it is thesis.tex) | | ||
| **FINAL_FILENAME** | The final name of the file, which follows the naming conventions of the UCLouvain (for example : Yakoub_13861700_2020.pdf ) | | ||
| **DATE_TIMEZONE** | The timezone for release (by default, Github uses GMT timezone) | | ||
|
||
Then in the Actions tab of your GitHub repository, you can build the thesis. |