# Pretext Book

## Pretext Markup

* [Pretext](https://pretextbook.org/index.html)
* XML vocabulary for authors of research articles, textbooks, and monographs.
* Like: DocBook + LaTeX + HTML.
* Output: print, PDF, web, EPUB, Jupyter Notebooks
* Also called "MathBook XML"
* [Example](https://pretextbook.org/catalog.html) books and its [gallery](https://pretextbook.org/gallery.html) with Pretext
* Possibly [open book](https://aimath.org/textbooks/approved-textbooks/) written in Pretext also [this](https://jiblm.org/guides/index.php?category=jiblmjournal)

## Book with Pretext

### GFDL Licensed

* [Pretext Guide](https://pretextbook.org/doc/guide/html/guide.html) License: GFDL
* [Pretext Author Guide](https://pretextbook.org/doc/author-guide/html/pretext-author-guide.html) License: GFDL
* [Git for Author](https://pretextbook.org/gfa/html/frontmatter-1.html) License: GFDL
* [Pretext for Windows User](https://pretextbook.org/doc/pnw/html/novices.html) License: GFDL
* [Elementary Foundations: An introduction to topics in discrete mathematics](https://sites.ualberta.ca/~jsylvest/books/EF/frontmatter-1.html) License: GFDL
* [Modeling, Functions, and Graphs Algebra for College Students](https://yoshiwarabooks.org/mfg/) License: GFDL
* [Trigonometry](https://yoshiwarabooks.org/trig/) License: GFDL
* [Elementary Algebra](https://yoshiwarabooks.org/elem-alg/) License: GFDL

### CC-BY License

* [Active Prelude to Calculus](https://activecalculus.org/APC.html) License: CC-BY
* [Active Calculus Multivariable](https://activecalculus.org/ACM.html) License: CC-BY
* [Active Calculus](https://activecalculus.org//ACS.html) or [this](https://activecalculus.org/single/frontmatter.html) License: CC-BY
* [Calculus Lab Manual](https://spaces.pcc.edu/display/MS/Calculus+Lab+Manuals) or [this](https://spot.pcc.edu/math/clm/clm.html) License: CC-BY
* [Discrete Mathematics](https://discrete.openmathbooks.org/dmoi3.html) License: CC-BY
* [Introduction to Game Theory](https://nordstromjf.github.io/IntroGameTheory/frontmatter-1.html) License: CC-BY
* [Precalculus: An Active Reading Approach: Elementary Functions](https://www.mhcc.edu/precalc1/) License: CC-BY
* [Discrete Math 321 Class Notes](https://www.math.wichita.edu/~hammond/class-notes/discrete-class-notes.html) License: CC (?)
* [Discrete Mathematics](https://www.jiblm.org/mahavier/discrete/html/index.html) License: CC (?)
* [Calculus I, II, and III: A Problem-Based Approach with Early Transcendental](https://www.jiblm.org/mahavier/calculus/html/book-1.html) License: CC (?)

### CC-BY-NC License

* [Business Calculus with Excel](https://mathstat.slu.edu/~may/ExcelCalculus/) License: CC-BY-NC
* [Differential Calculus](https://www.math.ubc.ca/~CLP/CLP1/) License: CC-BY-NC
* [Integral Calculus](https://www.math.ubc.ca/~CLP/CLP2/) License: CC-BY-NC
* [Discrete Mathematics for Computer Science](https://icsatkcc.github.io/Discrete-Math-for-Computer-Science/frontmatter.html) License: CC-BY-NC
* [PCC SLC Math Resources Basic Math](https://spot.pcc.edu/slc/mathresources/output/html/) License: CC-BY

### Other License

* [The Story of 8](https://mphitchman.com/eight/index.html)
* [Introduction to Computer Organization: ARM Assembly Language Using the Raspberry Pi](https://bob.cs.sonoma.edu/IntroCompOrg-RPi/intro-co-rpi.html) License: -
* [W214 Linear Algebra](https://math.sun.ac.za/bbartlett/w214-lin-alg/html/w214-lin-alg.html) License: -


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/book/pretext-book.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
