OpenIntroStat / openintro-statistics

📚 An open-source textbook written at the college level. OpenIntro also offers a second college-level intro stat textbook and also a high school variant.
https://www.openintro.org/book/os
Other
403 stars 253 forks source link
data-science latex openintro statistics textbook

Project Organization

Typesetting the Textbook

The textbook may be typeset using the main.tex file. This file pulls in all of the necessary TeX files and figures. For a final typesetting event, typeset in the following order

This isn't important for casual browsing, but it is important for a "final" version. The repetitive typesetting is to account for when typesetting changes references slightly, since typesetting the first few times can move content from one page to the next, e.g. as a \ref{...} gets filled in.


Learning LaTeX

If you are not familiar with LaTeX but would like to learn how to use it, check out the slides from two LaTeX mini-courses at

https://github.com/OpenIntroOrg/mini-course-materials

PDFs:

Basics of LaTeX

Math and BibTeX

For a more authoritative review, the book "Guide to LaTeX" is an excellent resource.

Also, see the branches of this repo by Kwangchun Lee for Korean translations of these mini-course materials.