Commit f22b9c67 authored by Martin Ukrop's avatar Martin Ukrop
Browse files

Necessary OverLeaf changes

parent 19031a76
MDS=$(wildcard *.md)
PDFS=$(MDS:.md=.pdf)
all : $(PDFS)
TEXDEPS=../fi-thesis-report.cls
TEMPLATE=template.tex
%.pdf : %.md $(TEXDEPS) $(TEMPLATE)
env TEXINPUTS=..:.: pandoc --template=$(TEMPLATE) $< -o $@
---
colorprofile: color # 'color' or 'bw'
reporttype: reader # 'reader' or 'supervisor' or 'inter-reader'
thesistype: bc # 'bc' or 'mgr' or 'phd'
thesisname: The Great Thesis
student: John Doe
supervisor: Mgr. Richard Roe, Ph.D. # comment to hide
consultant: Ing. Maggie Lane # comment to hide
reader: RNDr. John Smith # comment to hide
inter-reader: RNDr.\ Mary Poppins, Ph.D. # comment to hide
#signature: John Smith # uncomment for custom signature
#date: 1\. 4. 2020 # uncomment for custom date
# Note: Escaping the the first '.' via '\.' is necessary, otherwise pandoc
# gets confused and assumes this is an enumerated list.
header-includes:
- \usepackage{lipsum}
...
\lipsum
S přihlédnutím k celkovému dosaženému výsledku navrhuji hodnotit práci známkou velmi dobře (B).
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment