writingmethod

This commit is contained in:
2026-05-15 14:30:58 +02:00
parent ffa26797a1
commit 4b2e1455c9
6 changed files with 163 additions and 18 deletions

View File

@@ -5,7 +5,8 @@
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{lmodern}
\usepackage{enumitem}
\usepackage{multicol}
\usepackage[a4paper,margin=2.5cm]{geometry}
\usepackage{setspace}
\onehalfspacing
@@ -61,20 +62,12 @@
\setcounter{page}{1}
\input{sections/01_introduction.tex}
\input{sections/01A_theory.tex}
\input{sections/02_method.tex}
\input{sections/03_results.tex}
%\begin{figure}[h]
% \centering
% \includegraphics[width=\textwidth]{figures/Figure1.png}
% \caption{Total video game sales by genre in North America (millions of units).}
%\label{fig:Figure1}
%\end{figure}
\input{sections/04_discussion.tex}
\input{sections/05_conclusion.tex}
\clearpage
\cite{noauthor_video_nodate}
\clearpage
\printbibliography[title={References}]
\end{document}