Repository for the international webinar 2021, prepared with Jade, ITM, and Óbuda universities.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.2 KiB

3 years ago
3 years ago
  1. # How to Write your Next Thesis in LaTeX #
  2. ### An International Webinar between Instituto Tecnológico de Morelia, Jade University of Applied Science and Óbuda University
  3. ## Repository organization
  4. The repository is organized in the next way. The `1_basics` folder includes information (presentations or guides), examples source code, and any other useful information that the attendant can review during or after the webinar.
  5. ## Webinar Contents ##
  6. Here you can find the highlights of each day lecture, to avoid repetitive points during the webinar.
  7. ### Day 1: Introduction (Marx)
  8. * What is LaTeX?
  9. * How LaTeX works?
  10. * Exploring Overleaf (Windows, organization, files)
  11. * Compiling a basic document
  12. * Using basic commands and definitions
  13. * document options and geometry
  14. * Defining new vars, paragraph spaces, tabulation space, and text sizes
  15. * A dummy text definition command
  16. ### Day 2: ###
  17. ### Day 3: ###
  18. ### Day 4: Plots with PGFPlots package###
  19. * Making plots from equation
  20. * Plotting data from a simple experiment
  21. * Title, labels, and ticks configuration
  22. * Multi-trace plots and its configuration
  23. * Bar and scatter plots
  24. * Reading data from a `CSV` files
  25. ### Day 5: ###