Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
homberghp committed May 7, 2024
1 parent 042a452 commit ba21ac5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BIBTEX=./bibtexw
LATEX=pdflatex -recorder -output-directory=out -synctex 15 -shell-escape -interaction=batchmode
BIBTEX=biber --output-directory=out --input-directory=out
# if you want to use xelatexd comment the two lines above this one.
DEPENDENCIES=partials/* configuration/*.tex chapters/*.tex images/*.pdf images/*.pdf images/*.jpg appendix/* ./*.png
DEPENDENCIES=partials/* configuration/*.tex chapters/*.tex images/*.pdf images/*.pdf images/*.jpg appendix/* ./*.png tables/*.*
## if you use xelatex for better font and utf-8 handling replace latexw and pdflatex with xelatexw and xelatex.
all: main.pdf
fast: fast.pdf
Expand Down
4 changes: 2 additions & 2 deletions configuration/thesis_config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

\providecommand\Languages{dutch,ngerman,english}
\documentclass[a4paper,twoside,11pt]{report}
\documentclass[a4paper,11pt]{report}
% my own Itemize, Enumerate, and Description : a bit less spacy then the default
\newenvironment{Itemize} {
\begin{itemize}{}%
Expand Down Expand Up @@ -131,7 +131,7 @@

\usepackage[toc,acronym]{glossaries}
\usepackage[pagewise,mathlines,displaymath]{lineno}
\setpagewiselinenumbers
%\setpagewiselinenumbers
\modulolinenumbers[3]
\renewcommand{\linenumberfont}{\normalfont\tiny\color{gray}}
\usepackage{hyperref}
Expand Down
Binary file modified docs/main.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions tables/results_table.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

\begin{longtable}{| g{.8\TabColumnWidth} | g{\TabColumnWidth} | g{\TabColumnWidth}| g{\TabColumnWidth}| g{\TabColumnWidth}| g{\TabColumnWidth}|}
\caption{Research results summarized} \label{tab:results}\\
\internallinenumbers\\
\hline \rowcolor{Gray}
\headcell{Criteria} & \headcell{Alt 1} & \headcell{Alt 2} & \headcell{Alt 3} & \headcell{Alt 3} \\\hline
\endfirsthead
Expand Down

0 comments on commit ba21ac5

Please sign in to comment.