Initial template commit

This commit is contained in:
Melora Hugues 2022-10-23 15:29:13 +02:00
commit a7824ea48e
4 changed files with 26 additions and 0 deletions

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: compile
steps:
- name: compile
image: git.faercol.me/faercol/latex:latest
commands:
- pdflatex index.tex

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.pdf
*.xml
*.gz
*.xmpi
.vscode

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Title
LaTex document

0
index.tex Normal file
View file