aboutsummaryrefslogtreecommitdiff
path: root/report/report.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report/report.tex')
-rwxr-xr-xreport/report.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/report/report.tex b/report/report.tex
index 0837393..82f0766 100755
--- a/report/report.tex
+++ b/report/report.tex
@@ -27,6 +27,7 @@ xleftmargin=1.5em, breaklines]{c}{#3}}
\begin{document}
\begin{center}
+ \pagenumbering{gobble}
\Huge
Sorting in x86\_64 Linux Assembly
\vspace{1cm}
@@ -49,6 +50,7 @@ xleftmargin=1.5em, breaklines]{c}{#3}}
\tableofcontents
\newpage
+\pagenumbering{arabic}
\section{Introduction}
Sorting is one of the most fundamental operations in programming. Sorting
algorithms play a crucial role in efficient searching, organization,