• Stars
    star
    411
  • Rank 105,247 (Top 3 %)
  • Language
    TeX
  • License
    Other
  • Created about 10 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ“š 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.

Project Organization

  • Each chapter's content is in one of the eight chapter folders that start with "ch_". Within each folder, there is a "figures" folder and a "TeX" folder. The TeX folder contains the text files that are used to typeset the chapters in the textbook.
  • In many cases, R code is supplied with figures to regenerate the figure. It will often be necessary to install the "openintro" R package that is available from GitHub (https://github.com/OpenIntroOrg) if you would like to regenerate a figure. Other packages may also occasionally be required.
  • Exercise figures may be found in [chapter folder] > figures > eoce > [exercise figure folders]. "EOCE" means end-of-chapter exercises.
  • The extraTeX folder contains files for the front and back matter of the textbook and also the style files. Note that use of any style files, like all other files here, is under the Creative Commons license cited in the LICENSE file.

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

  • LaTeX 3 times.
  • MakeIndex once.
  • BibTeX once.
  • LaTeX once.
  • MakeIndex once.
  • LaTeX once.

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.

More Repositories

1

ims

๐Ÿ“š Introduction to Modern Statistics - A college-level open-source textbook with a modern approach highlighting multivariable relationships and simulation-based inference. For v1, see https://openintro-ims.netlify.app.
JavaScript
870
star
2

openintro

๐Ÿ“ฆ R package for data and supplemental functions for OpenIntro resources
R
231
star
3

openintro-statistics-slides

๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ Slides for OpenIntro Statistics
TeX
94
star
4

oilabs-tidy

๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป OpenIntro Labs in R using the tidyverse design philosophy, grammar, and data structures
HTML
66
star
5

openintro-statistics-learn-obj

๐ŸŽฏ Learning objectives for OpenIntro Statistics
TeX
46
star
6

ims-tutorials

Interactive tutorials developed with the learnr package supporting the textbook OpenIntro::Introduction to Modern Statistics.
HTML
33
star
7

oilabs

๐Ÿ›‘ This package has been deprecated and datasets and functionality have been moved to the openintro package
R
10
star
8

oilabs-jamovi

๐Ÿ’ป OpenIntro labs for Jamovi
HTML
6
star
9

usdata

๐Ÿ“ฆ Data on the states and counties of the United States ๐Ÿ‡บ๐Ÿ‡ธ
R
5
star
10

cherryblossom

๐Ÿ“ฆ R package for data from the Cherry Blossom Ten Mile Run ๐ŸŒธ
R
5
star
11

oilabs-stata

๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป OpenIntro Labs in Stata
HTML
3
star
12

openintro-labs-rguroo

๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป Labs for OpenIntro Statistics using Rguroo
HTML
1
star
13

airports

๐Ÿ“ฆ R package for data on airports ๐Ÿ›ซ
R
1
star
14

oilabs-jasp

๐Ÿ’ป OpenIntro labs for Jasp
HTML
1
star