
What is LaTeX? And why I learned LaTeX and think it's awesome.
Setting up a LaTeX environment on Mac or Linux.
Setting up your LaTeX environment on Windows.
Here, you can download completed TEX files, but you should create the documents yourself by following the tutorials, and typing along with them. You will however, want to use lecture5.tex to complete the next lecture.
In this lecture you will typeset a document and learn about the different files created when LaTeX runs. Be sure you followed the instructions in Lecture 4 to download the file you need for this lecture.
UPDATE: The Udemy app automatically changes the underscore in the course graphic file name to a dash. So, after you download it, you will need to change that back, the correct file name as shown in the video is "course_graphic.pdf"
Creating a new LaTeX document from scratch.
This document is available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
Your LaTeX editor likely came with some template files you can use when creating a new document. This lecture will look at a couple of those files, and discuss their content.
Basic text and paragraph formatting in LaTeX.
This document is available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
Creating different types of lists in LaTeX.
This document is available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
Create tables, the tabular environment, floats, and references.
This document is available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
Create figures with the graphicx package, and the floating figure environment.
You will need to download the figures attached to this lecture to complete this tutorial. The TEX document is also available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
Use BibTeX for bibliographies, citations, and references.
The TEX and BIB files from this lecture are also available for download (see Lecture 4), but it is highly recommended that you create them on your own while following this lecture.
You can find a number of useful applications for managing your references and BIB files. This is the one I use.
Using mathematical symbols and equations in LaTeX.
This document is available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
Creating pseudocode in LaTeX.
This document is available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
We review two of the packages we've used throughout this course, and add one more!
Be sure to download the PDF attached to this lecture, and find the TEX file used to create it in your materials downloaded from Lecture 4.
Many journals provide STY, CLS, and/or BST files to typeset your document following journal guidelines. Here we look at the IEEE Trans CLS.
Learn new concepts to enhance your tables and figures.
You will need to download the figures attached to this lecture to complete this tutorial. The TEX document is also available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
You can separate your work into multiple files, and integrate them in a single LaTeX document. This lecture covers the process.
Different ways to manipulate typesetting output from packages to redefining commands.
This document is available for download (see Lecture 4), but it is highly recommended that you create it on your own while following this lecture.
We review some additional resources for continuing your LaTeX education.
Be sure to download the PDF attached to this lecture, and find the TEX file used to create it in your materials downloaded from Lecture 4.
Thank you for taking this course, and I hope you learned a lot and enjoy using LaTeX!
This course is open to anyone who wants to learn how to create a professional quality, typeset publication. In addition to improving the aesthetic quality of your work, LaTeX users benefit from automating many of the tedious processes involved in writing a professional publication.
LaTeX allows you to manage references, figures, tables, footnotes, formatting, mathematical equations, algorithms, scientific proofs, and more in a programmatic fashion that provides benefits far exceeding that of word processing software.
Need to format a paper for a specific venue? Many academic journals and conferences provide LaTeX Style files (.sty) for correctly typesetting your submission. With one line of code, you can modify your publication to match the style of many leading academic publishing outlets.
Not writing a paper? LaTeX can also be used for books, reports, technical and business documents, screenplays, resumes, letters ... anything you want to write!
The course uses tools that are freely available online for Mac (Linux) and Windows users. Templates are included for download to get you started.