Skip to content

Commit cbad68a

Browse files
Included all pages
1 parent 14b027c commit cbad68a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
% Appending
7373
\begin{appendices}
7474
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
75-
%\input{pages/appendix.tex}
75+
\input{pages/appendix.tex}
7676
\end{appendices}
7777

7878
\end{document}

pages/result.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,39 @@ \chapter{Result}
55
%%%%
66
\section{Trial Division}
77
\label{TrialDivision}
8-
%\input{pages/resultTrial.tex}
8+
\input{pages/resultTrial.tex}
99

1010
%%%%
1111
%% FERMAT'S FACTORIZATION
1212
%%%%
1313
\section{Fermat's Factorization}
1414
\label{FermatsFactorization}
15-
%\input{pages/resultFermats.tex}
15+
\input{pages/resultFermats.tex}
1616

1717
%%%%
1818
%% POLLARD'S RHO ALGORITHM
1919
%%%%
2020
\section{Pollard's Rho Algorithm}
2121
\label{PollardsRhoAlgorithm}
22-
%\input{pages/resultPollard.tex}
22+
\input{pages/resultPollard.tex}
2323

2424
%%%%
2525
%% LENSTRA'S ELLIPTIC CURVE FACTORIZATION ALGORITHM
2626
%%%%
2727
\section{Lenstra's Elliptic Curve Factorization Algorithm}
2828
\label{LenstrasEllipticCurve}
29-
%\input{pages/resultLenstras.tex}
29+
\input{pages/resultLenstras.tex}
3030

3131
%%%%
3232
%% THE QUADRATIC SIEVE
3333
%%%%
3434
\section{The Quadratic Sieve}
3535
\label{QuadraticSieve}
36-
%\input{pages/resultQuadratic.tex}
36+
\input{pages/resultQuadratic.tex}
3737

3838
%%%%
3939
%% COMPARISON
4040
%%%%
4141
\section{Comparison}
4242
\label{Comparison}
43-
%\input{pages/resultComparison.tex}
43+
\input{pages/resultComparison.tex}

0 commit comments

Comments
 (0)