Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 620 Bytes

Understanding Linear Algebra

This is the source code for the open-source linear algebra text Understanding Linear Algebra. The text is written in PreTeXt and distributed under a Creative Commons BY 4.0 license. Both html and pdf versions are available at the text home page.

Getting started

To build the book from source, into either html or pdf, use the PreTeXt-CLI.

  1. Clone this repository.
  2. Build the html version with pretext build html
  3. Build the print (pdf) version with pretext build pdf