Add make file and metadata

This commit is contained in:
Raffaele Mignone 2021-06-02 18:36:39 +02:00
parent d9eaf7aae7
commit c9d6061002
Signed by: norangebit
GPG Key ID: F5255658CB220573
4 changed files with 35 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
out/*
out/*

13
makefile Normal file
View File

@ -0,0 +1,13 @@
thesis: src/* out ieee.csl
pandoc src/*.md src/metadata.yaml \
-o out/thesis_oneside.pdf \
--template latekiss \
--resource-path src \
--top-level-division chapter \
-F pandoc-crossref \
--citeproc \
--csl ieee.csl \
--bibliography bibliography.bib
out:
mkdir out

BIN
src/figures/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

21
src/metadata.yaml Normal file
View File

@ -0,0 +1,21 @@
---
author: Raffaele Mignone
title: Uno studio sulle fasi di un Machine Learning workflow e utilizzo di librerie
institute: Università degli studi del Sannio
department: Dipartimento di ingegneria
course: Corso di Laurea Magistrale in Ingegneria informatica
academic-year: Anno accademico 2020-2021
#############
babel: italian
lang: it-IT
toc: true
toc-depth: 3
lof: true
logo: src/figures/logo.png
twoside: false
openright: true
numbersections: true
eulerchapternumber: true
floatnumbering: true
#############
---