diff --git a/latex/main.pdf b/latex/main.pdf index 238bd06..329b662 100644 Binary files a/latex/main.pdf and b/latex/main.pdf differ diff --git a/latex/title_toc.tex b/latex/title_toc.tex index 2a09315..e20da86 100644 --- a/latex/title_toc.tex +++ b/latex/title_toc.tex @@ -24,6 +24,11 @@ \end{center} \end{titlepage} +\clearpage +~ +\thispagestyle{empty} +\clearpage + \begin{abstract} This work focuses on the creation of barcodes and QR-Codes. It describes and explains the different data encodings and algorithms which make such technologies possible. Following the introduction, the second part is about Code-39 and EAN barcodes, and the third about QR-Codes. Then, the fourth chapter presents in more details some methods for error detection and correction. The final section introduces a new custom type of code named Lycacode which relies upon some aspects seen in the previous three chapters. Additionally, many parts are implemented in Python like the generation of QR-Codes and barcodes for example. These can either be found in the appendices or in the associated \hreffn{https://github.com/LordBaryhobal/5D\_Heredero\_Louis\_TM2022/tree/main/python}{GitHub repository}. \end{abstract}