diff --git a/bachelorarbeit.kilepr b/bachelorarbeit.kilepr index bbeef30..82aed6e 100644 --- a/bachelorarbeit.kilepr +++ b/bachelorarbeit.kilepr @@ -214,10 +214,10 @@ order=6 [item:inc/material.tex] archive=true -column=40 +column=11 encoding=UTF-8 highlight=LaTeX -line=245 +line=437 mode=LaTeX open=true order=2 @@ -253,8 +253,8 @@ CursorColumn=0 CursorLine=1 [view-settings,view=0,item:inc/material.tex] -CursorColumn=40 -CursorLine=245 +CursorColumn=11 +CursorLine=437 [view-settings,view=0,item:inc/zusammenfassung.tex] CursorColumn=25 diff --git a/bachelorarbeit.pdf b/bachelorarbeit.pdf index cff567e..9bad811 100644 Binary files a/bachelorarbeit.pdf and b/bachelorarbeit.pdf differ diff --git a/git_push.sh b/git_push.sh new file mode 100755 index 0000000..40fb072 --- /dev/null +++ b/git_push.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +# Entferne Backup-Dateien +rm ./*.tex.backup +rm ./inc/*.tex.backup + +# Entferne temporäre Editor-Dateien +rm ./*.tex~ +rm ./*.aux~ +rm ./inc/*.tex~ +rm ./inc/*.aux~ + +#Entferne LaTeX-Hilfsdateien +rm ./*.aux +rm ./inc/*.aux + +#Eigentlicher git-push +git add . +git commit +git push + diff --git a/inc/material.tex b/inc/material.tex index 2d89d35..ffd7978 100644 --- a/inc/material.tex +++ b/inc/material.tex @@ -435,9 +435,7 @@ Zusätzlich wurden Pufferspektren aufgenommen, sowohl ohne als auch mit Hämin-Z \midrule 0 & 0\\ 2 & 0,9\\ -4 & 0,9\\ -6 & 0,9\\ -8 & 0,9\\ +5 & 0,9\\ 10 & 0,9\\ 15 & 2,3\\ 20 & 2,3\\