Просмотр исходного кода

Merge branch 'report' into 'master'

Report

See merge request horlingsw/master-assignment-report!2
tags/0.1.0-intro
Wouter Horlings 5 лет назад
Родитель
Сommit
1d290994df
6 измененных файлов: 111 добавлений и 0 удалений
  1. +2
    -0
      .gitignore
  2. +49
    -0
      .gitlab-ci.yml
  3. +31
    -0
      .gitlab/issue_templates/New Chapter.md
  4. +3
    -0
      .gitmodules
  5. +1
    -0
      include
  6. +25
    -0
      report.tex

+ 2
- 0
.gitignore Просмотреть файл

@@ -0,0 +1,2 @@
/*.rro
/*.pdf

+ 49
- 0
.gitlab-ci.yml Просмотреть файл

@@ -0,0 +1,49 @@

---
stages:
- typeset
- rro

variables:
GIT_SUBMODULE_STRATEGY: recursive


final_report:
stage: typeset
image: registry.gitlab.com/silkeh/latex:latest
script:
- latexmk -xelatex report.tex
- mkdir tmp
- mv RichReportOutline.rro tmp/
artifacts:
paths:
- report.pdf
- tmp/RichReportOutline.rro
only:
refs:
- web
- branches
- tags
changes:
- include/*.tex
- include/references.bib
- report.tex
- content/*.tex

rro:
stage: rro
dependencies:
- final_report
image: registry.gitlab.com/silkeh/latex:latest
script:
- latexmk -xelatex include/RichReportOutline.tex
artifacts:
paths:
- RichReportOutline.pdf
only:
refs:
- web
- branches
- tags
changes:
- tmp/RichReportOutline.rro

+ 31
- 0
.gitlab/issue_templates/New Chapter.md Просмотреть файл

@@ -0,0 +1,31 @@
Chapter \#
==========

This is about:


## Content
- [] section x
- [] Written
- [] Read
- [] Review
- [] Needs edits

- [] section y
- [] Written
- [] Read
- [] Review
- [] Needs edits

- [] section y
- [] Written
- [] Read
- [] Review
- [] Needs edits

## Reviewed by:
- [] Maureen
- [] Daan
- [] Tim
- [] Jan


+ 3
- 0
.gitmodules Просмотреть файл

@@ -0,0 +1,3 @@
[submodule "common"]
path = include
url = ssh://git@git.ram.eemcs.utwente.nl:20022/horlingsw/mac.git

+ 1
- 0
include

@@ -0,0 +1 @@
Subproject commit 696eebe3534f7e5133f8c2c4fa1f9c84e0910997

+ 25
- 0
report.tex Просмотреть файл

@@ -0,0 +1,25 @@
\documentclass[english,titlepage,nomath,nopackage,oneside]{siltex-book}
\include{include/preamble}

\title{Title}
\subtitle{Thesis Report}
\course{}
\faculty{\large Electrical Engineering, Mathematics and Computer Science}
\supervisor{%
Dr. ir. J.F. Broenink \\
Ir. T.G. Broenink
}
\author{%
Wouter Horlings
}

\begin{document}
\maketitle
\makerro
\tableofcontents
\include{include/acronyms}

%\include{introduction}

\printbibliography
\end{document}

Загрузка…
Отмена
Сохранить