BuddhiLW / TCC

My undergraduate final paper (in english and portuguese). The monograph model is in conformity with ABNT(2021) standards. In particular, with the EEL USP model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements (Requerimentos)

  • Any LaTeX distribution (TexLive, MikTex, etc.)
  • Optionally, XeTeX (for ample unicode support, different fonts, local fonts and other extras).
  • ABNTeX2
  • Instalação de uma distribuição de LaTeX (TexLive, MikTex, etc.)
  • Opcionalmente, XeTeX (para ampla cobertura de unicodes, fontes locais e externas e mais).
  • ABNTeX2

The monograph is more complete in the archive TCC-en.tex, in English. A monografia está mais customizada e completa, na versão TCC-en.tex, em Inglês.

ABNTeX2:

This repository has my Final Monograph under EEL-USP norms

Using ABNTeX2 and the EEL-USP orientations.

The main file is TCC-en.tex.

O arquivo principal é TCC-en.tex. E, está de acordo com as regras ABNT (até, 2021), bem como também segue as especificações da EEL-USP (a qual dá preferência a certas opções em aberto das normas).

Folder structure

Inside the project, we have the following strucute

[buddhilw@re-lapse TCC]$ tree -d -L 2
.
|-- Imagens
|   |-- CA
|   |-- Linux
|   |-- Presentation
|   |-- Random
|   |-- self-organization
|   `-- temp
|-- Julia
|   |-- DifferentialEquations
|   `-- Rumor-propagation
|-- Monograph-versions
|-- Notes
|   |-- Ditaa
|   `-- target
|-- Presentation
|   |-- C2D-lab
|   `-- ltximg
|-- Schedule
|   |-- calendary
|   |-- fonts
|   `-- reports
`-- tests
    `-- font-example

23 directories
[buddhilw@re-lapse TCC]$ tree -L 1
.
<directories>
|-- Imagens
|-- Julia
|-- Monograph-versions
|-- Notes
|-- Presentation
|-- Schedule
<files>
|-- TCC-en.tex
|-- TCC.pdf
|-- TCC.tex
|-- bashhlt.sty
|-- bib.bib
|-- pythonhlt.sty
`-- tests

7 directories, 6 files

Significance of each file

  • In TCC-en.tex, we can combile the english version of the Conclusion Thesis. which will generate a TCC-en.pdf file.
  • bashhlt.sty and pythonhlt.sty are files to highlight (hlt) bash and python code inside the files.
  • bib.bib is where every citation used in TCC-en.tex is stored in json sintax (BibTeX).

Significance of each folder (directory)

  • Imagens contains all the image files I generated and used in both the presentation and the TCC file.
  • Julia contains the code to reproduce the solution of the ODE presented in the Monograph.
  • Monograph-versions has the many versions of Monograph that were produced while working towards the final version.
  • Notes has org files at el. which are a collection of ideias I had to use in the monograph and presentation
  • Presentation org-file with my presentation.
  • Schedule the Gantt diagram I used to orient myself in scheduling the monograph steps.

Some known possible bugs

\RequireXeTeX %Force XeTeX check

To solve this, comment before this line.

This command is needed to force the compiler to use XeTeX. But, if your machine automatically does that, then just comment before this line.

About

My undergraduate final paper (in english and portuguese). The monograph model is in conformity with ABNT(2021) standards. In particular, with the EEL USP model.


Languages

Language:TeX 49.3%Language:HTML 42.2%Language:JavaScript 5.7%Language:CSS 1.6%Language:Emacs Lisp 0.6%Language:Julia 0.3%Language:Jupyter Notebook 0.2%Language:Clojure 0.1%