preamble.tex 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %% This file contains the packages that can be used in the beamer. %%
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. % Package to fonts family
  5. \usepackage[T1]{fontenc}
  6. % Package to accentuation
  7. \usepackage[utf8]{inputenc}
  8. % Package to Portuguese language
  9. \usepackage[brazil]{babel}
  10. % Package to Figures
  11. \usepackage{graphicx}
  12. % Package to the colors
  13. \usepackage{color}
  14. % Package to the colors
  15. \usepackage{xcolor}
  16. % Packages to math symbols and expressions
  17. \usepackage{amsfonts, amssymb, amsmath}
  18. % Package to multiple lines and columns in table
  19. \usepackage{multirow, array}
  20. % Package to create pseudo-code
  21. % For more detail of this package: http://linorg.usp.br/CTAN/macros/latex/contrib/algorithm2e/doc/algorithm2e.pdf
  22. \usepackage{algorithm2e}
  23. % Package to insert code
  24. \usepackage{listings}
  25. \usepackage{keyval}
  26. % Package to justify text
  27. \usepackage[document]{ragged2e}
  28. % Package to manage the bibliography
  29. \usepackage[backend=biber, style=numeric, sorting=none]{biblatex}
  30. % Package to facilities quotations
  31. \usepackage{csquotes}
  32. % Package to use multicols
  33. \usepackage{multicol}
  34. % Package to use videos
  35. \usepackage{movie15}
  36. % Package to use timer
  37. \usepackage[font=Times, timeinterval=1, timeduration=15]{tdclock}
  38. %idk but for the clock
  39. \usetheme{Madrid}