diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | paper-prag-vision.tex | 2 | ||||
-rw-r--r-- | paper.bib | 2 | ||||
-rw-r--r-- | paper.tex | 2 |
4 files changed, 3 insertions, 5 deletions
@@ -4,7 +4,7 @@ samenvatting.pdf: samenvatting.tex $(wildcard samenvatting-*.tex) xelatex $< && xelatex $< paper.pdf: paper.tex paper.bib $(wildcard paper-*.tex) - xelatex $< && bibtex paper && xelatex $< + xelatex $< && bibtex paper && xelatex $< && xelatex $< %.pdf: %.tex xelatex $< && xelatex $< diff --git a/paper-prag-vision.tex b/paper-prag-vision.tex index ff560d0..2f19693 100644 --- a/paper-prag-vision.tex +++ b/paper-prag-vision.tex @@ -10,7 +10,7 @@ natuur of de landbouw. We kunnen dus de vergelijking in \autoref{tab:vgl} opstellen: -\begin{table}[h!] +\begin{table} \centering \begin{tabular}{r l} 2 -- 4 & 7 -- 10 \\\hline @@ -55,7 +55,7 @@ } @online{studylight, - title = {\snh{} op StudyLight.org}, + title = {Strong's 5572 op StudyLight.org}, url = {http://www.studylight.org/lexicons/hebrew/hwview.cgi?n=05572}, urldate = {2016-05-19} } @@ -16,9 +16,7 @@ \setotherlanguage{arabic} \newfontfamily\dutchfont[Mapping=tex-text]{Latin Modern Roman} \newfontfamily\hebrewfont[Scale=MatchLowercase]{Ezra SIL} -\newfontfamily\arabicfont[Script=Arabic,Scale=MatchLowercase]{Scheherazade} \DeclareTextFontCommand{\ez}{\hebrewfont} -\DeclareTextFontCommand{\arab}{\arabicfont} \title{De brandende braamstruik} \author{Camil Staps} |