Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
adjustments to make repo public
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 25, 2022
1 parent 442462b commit f8c6a5c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
thesis.pdf
# thesis.pdf
thesis.tex
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ PANDOC_CMD=pandoc --defaults=template/options.yaml
$(OUT).pdf: $(TEXT) $(IMGS) $(PDF_IMGS)
@echo 'creating pdf'
@$(PANDOC_CMD) --output=$(OUT).pdf $(MD_FILES)
@qlmanage -p $(OUT).pdf &>/dev/null
# Quicklook preview on macOS
# @qlmanage -p $(OUT).pdf &>/dev/null

$(OUT).tex: $(TEXT)
@$(PANDOC_CMD) --output=$(OUT).tex $(MD_FILES)
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Bachelor thesis

This is the repository for my bachelor thesis at [HPI](https://hpi.de) at the
chair [Digital Health - Personalized
Medicine](https://hpi.de/en/research/research-groups/digital-health-personalized-medicine.html)
and in correspondence with the project
[PharMe](https://github.com/hpi-dhc/PharMe/tree/bbb9595).

## Document setup

The majority of this thesis is written in Markdown with the help of
[Pandoc](https://pandoc.org) and the [OSM LaTex thesis
template](https://gitlab.com/hpi-potsdam/osm/thesis-template).

With Pandoc installed, you can run `make` to compile the thesis PDF.
2 changes: 1 addition & 1 deletion template/pandoc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}

% ------------------------------------------------------------------------------
% CODE
% CODE BLOCKS STYLING
% ------------------------------------------------------------------------------
\usepackage{xcolor}
\usepackage{color}
Expand Down
Binary file added thesis.pdf
Binary file not shown.

0 comments on commit f8c6a5c

Please sign in to comment.