This lesson is still being designed and assembled (Pre-Alpha version)

Working with LaTeX

The best way to learn how to program is to do something useful, so this introduction to LaTeX is built around a common scientific task: publication preparation.

Preparing Unformatted Text

We are preparing an unformatted text file for publication. The document includes a description of a trip to the Near East, Notes to Interested Researchers, Preparations of Compounds, and Elliptical Formula Derivation.

So, the learning objective for this course are:

  1. Format symbols in the text to be rendered properly in a final document
  2. Organize the content in a logical manner
  3. Add important details to the content
  4. Present a final document, suitable for publication

To do all that, we’ll have to learn a little bit about document creation.

Prerequisites

You need to understand the concepts of files and directories and how to start a LaTeX compiler before tackling this lesson. This lesson sometimes references Overleaf although you can use any LaTeX compiler mentioned in the Setup page.

The commands in this lesson pertain to LaTeX2e. Compilation will be done with pdflatex (If this is aimed at beginners then these terms are likely jargon to them. Can they be explained or link to explanatory material?)

Getting Started

To get started, follow the directions on the Setup page to download data. If you are using Overleaf, you will not have to download a LaTeX compiler to your computer. If you already have a preferred editor, you can use that.

Schedule

Setup Download files required for the lesson
00:00 1. Simple Text Document How do I start a LaTeX document?
00:00 2. Continued Formatting How do I perform more advanced formatting with LaTeX?
00:00 3. Images and Floats How do I add images to my document?
00:00 4. LaTeX Lists and Tables How do I add a table to my document?
00:00 5. LaTeX Math How do I use equations in LaTeX?
00:00 6. Cross-referencing, Citations, and BibTeX How do I cite my sources in LaTeX?
00:00 Finish

The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.