This problem set is intended to help you to get set up with LaTeX (Overleaf). Like future PSs, you will be asked to submit the pdf that is generated from the LaTeX file.
LaTeX is essentially a programming language for documents. It’s the most powerful and widely-used tool for producing highly-readable documents with combinations of code, pseudo-code, mathematics, figures, etc. We will be using it for all written homework assignments (PS’s) this semester.
While you’re welcome to use any LaTeX tool that you’d like, we highly recommend using Overleaf. To use this tool, first visit https://www.overleaf.com and register an account (if you don’t already have one). UVA has a site license, so if you register with your @virginia.edu email address you will have full access to all the Overleaf features for free.
You will have a separate Overleaf project for each exercise. The easiest way to set up the repository is to upload the zip file posted with each exercise. To do this:
yourid
- Replace mst3k
with your computing idcollabs
- Add your collaborators heresources
- Reference any sources you used when completing this assignmentYou may find these resources to be helpful - Tutorial: A nice extensive tutorial of LATEX. - Example: A good example of a very simple LATEX document to get you started. - Symbols: A nice extensive list of the symbols LATEX can create. - More Symbols: More symbols, including set theory symbols.