Releases: g-roch/heig-tb-template
Releases · g-roch/heig-tb-template
v0.0.8-9-g3c9dbd0
Gaby Roch (9):
- Allow to fail the diffbuild
- Update README
- Add script for compilation via docker
- Add credit for illustration
- [README] Add fonctionnalité général
- [README] add feature indication
- Add bibliographie
- Add bibliography draft for have key to cite
- Add lof, lot, ... in toc; add minitoc for each chapter
.github/action/Dockerfile | 2 +-
.github/workflows/prerelease.yml | 2 +-
.github/workflows/release.yml | 3 ++-
Makefile | 12 ++++++---
README.md | 21 +++++++++++++++
latex/.gitignore | 1 +
latex/Makefile | 2 ++
latex/_meta.tex | 10 +++++++
latex/biblio-everywhere.sty (new) | 25 ++++++++++++++++++
latex/biblio.bib (new) | 22 ++++++++++++++++
latex/bibliography-draft.tex (new) | 16 ++++++++++++
latex/bibliography.tex (new) | 10 +++++++
latex/content/example.tex | 4 ++-
latex/heig-bachelor.cls | 3 +++
latex/heig.sty | 2 +-
latex/report.tex | 53 ++++++++++++++------------------------
make-on-docker.sh (new +x) | 7 +++++
17 files changed, 153 insertions(+), 42 deletions(-)
v0.0.8-7-gacf1fdb
Gaby Roch (7):
- Allow to fail the diffbuild
- Update README
- Add script for compilation via docker
- Add credit for illustration
- [README] Add fonctionnalité général
- [README] add feature indication
- Add bibliographie
.github/action/Dockerfile | 2 +-
.github/workflows/prerelease.yml | 2 +-
.github/workflows/release.yml | 3 ++-
Makefile | 12 ++++++++----
README.md | 19 +++++++++++++++++++
latex/_meta.tex | 10 ++++++++++
latex/biblio-everywhere.sty (new) | 25 +++++++++++++++++++++++++
latex/biblio.bib (new) | 22 ++++++++++++++++++++++
latex/bibliography.tex (new) | 16 ++++++++++++++++
latex/content/example.tex | 4 +++-
latex/heig.sty | 2 +-
latex/report.tex | 36 ++++++------------------------------
make-on-docker.sh (new +x) | 7 +++++++
13 files changed, 121 insertions(+), 39 deletions(-)
v0.0.8-11-ga83df6d
Gaby Roch (11):
- Allow to fail the diffbuild
- Update README
- Add script for compilation via docker
- Add credit for illustration
- [README] Add fonctionnalité général
- [README] add feature indication
- Add bibliographie
- Add bibliography draft for have key to cite
- Add lof, lot, ... in toc; add minitoc for each chapter
- minitoc center
- update notice box, add version in header
.github/action/Dockerfile | 2 +-
.github/workflows/prerelease.yml | 2 +-
.github/workflows/release.yml | 3 +-
Makefile | 12 +++++---
README.md | 21 ++++++++++++++
latex/.gitignore | 3 ++
latex/Makefile | 2 ++
latex/_meta.tex | 10 +++++++
latex/biblio-everywhere.sty (new) | 25 ++++++++++++++++
latex/biblio.bib (new) | 22 ++++++++++++++
latex/bibliography-draft.tex (new) | 16 +++++++++++
latex/bibliography.tex (new) | 10 +++++++
latex/content/example.tex | 24 ++++++----------
latex/heig-bachelor.cls | 58 ++++++++++++++++++++++++++++++-------
latex/heig.sty | 2 +-
latex/report.tex | 59 +++++++++++++++++---------------------
make-on-docker.sh (new +x) | 7 +++++
17 files changed, 210 insertions(+), 68 deletions(-)
v0.0.8-4-g5cc5485
Gaby Roch (4):
- Allow to fail the diffbuild
- Update README
- Add script for compilation via docker
- Add credit for illustration
.github/action/Dockerfile | 2 +-
.github/workflows/prerelease.yml | 2 +-
.github/workflows/release.yml | 3 ++-
Makefile | 12 ++++++++----
README.md | 10 ++++++++++
make-on-docker.sh (new +x) | 7 +++++++
6 files changed, 29 insertions(+), 7 deletions(-)
v0.0.8-3-g51592e3
Gaby Roch (3):
- Allow to fail the diffbuild
- Update README
- Add script for compilation via docker
.github/action/Dockerfile | 2 +-
.github/workflows/prerelease.yml | 2 +-
.github/workflows/release.yml | 3 ++-
Makefile | 12 ++++++++----
README.md | 7 +++++++
make-on-docker.sh (new +x) | 7 +++++++
6 files changed, 26 insertions(+), 7 deletions(-)
v0.0.7
Gaby Roch (1):
- [report] Add version number in titlepage
.github/workflows/prerelease.yml | 2 +-
README.md | 9 +++++++++
latex/.gitignore | 3 +++
latex/Makefile | 19 +++++++++++++++++--
latex/heig-bachelor.cls | 27 +++++++++++++++++++++++++--
latex/report.tex | 10 ++++++++++
6 files changed, 65 insertions(+), 5 deletions(-)
v0.0.6
Gaby Roch (1):
- [README] update depends git
README.md | 33 +++++++++++++++++++++++----------
1 file changed, 23 insertions(+), 10 deletions(-)
v0.0.5
Gaby Roch (1):
- [gh-action] do not test on main because release
.github/workflows/test.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
v0.0.4
Gaby Roch (2):
- [gh-action] Build release only on tag
- [gh-action] split on 3 files
.github/workflows/prerelease.yml (new) | 49 ++++++++++++++++++++++
.../workflows/{latex-compiler.yml => release.yml} | 13 ++----
.github/workflows/test.yml (new) | 25 +++++++++++
3 files changed, 78 insertions(+), 9 deletions(-)
v0.0.3
Gaby Roch (1):
- [gh-action] Enable on push tag
.github/workflows/latex-compiler.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)