Skip to main content

The PreTeXt Guide

Glossary Glossary

alt text.
A text description of an image or other visual content. Its purpose is to describe content to readers who are unable to see the page.
AMSMath.
A package containing a wide variety of common math symbols.
Asymptote.
A package for drawing graphs, diagrams or pictures which may be used with or PreTeXt.
attribute.
In XML, tags can have attributes, which provide more information about the element. For example, in <section permid="dWf"> the tag is “section”, the attribute is “permid”, and the value of that attribute is “dWf”.
BibTeX.
A package for typesetting bibliographies.
branch.
In git, the files in a repository can exist in multiple versions which are independent of each other, but are able to be merged. Each independent version is a branch
commit.
In git, the act of declaring that changes to the files in a branch are now a permanent part of that branch.
copyleft.
An arrangement whereby software or artistic work may be used, modified, and distributed freely on condition that anything derived from it is bound by the same condition.
Creative Commons.
An organization which has created several open licenses for creative works.
The Creative Commons licenses are: CC BY, CC BY-SA, CC BY-ND, CC BY-NC, CC BY-NC-SA, and CC BY-NC-ND. The strings BY, SA, ND, and NC represent, respectively, Attribution, Share Alike, No Derivatives, and Noncommercial.
D3.js.
A JavaScript library for animating data. The name comes from “Data Driven Documents”.
Desmos.
A graphing calculator that can be embedded in a Web page.
division.
In PreTeXt, a part, chapter, section, subsection, subsubsection, appendix, or paragraphs of a document, other similar components such as readingquestions, exercises, or glossary, as well as various similar content markup outside the main content.
DVI.
A file format intermediate between and PS or PDF. Stands for Device Independent.
EPS.
Encapsulated Postscript: a form of Postscript designed to hold a fragment of a page, to be included in a larger document.
escape character.
Every markup language has escape characters which play a special role. In XML there are two escape characters: & and <. In there are 10 escape characters: # $ % & \ ^ _ { } and ~.
FontAwesome.
A package containing many popular icons.
GeoGebra.
An interactive environment particularly suited for constructing demonstrations in Euclidean geometry.
GFDL.
GNU Free Documentation License: a copyleft license for manuals, textbooks, and other written materials.
GIF.
Graphics Interchange Format: a lossless bitmap image format.
git.
A version control system which is is used to track changes to computer files. Git is particularly useful for large projects involving multiple authors.
GitHub.
A commercial website which hosts repositories for software projects, with the assumption that users use git to transfer material between GitHub and other systems.
GPL.
GNU General Public License: a copyleft license which gives users the right to run, study, share and modify software.
HTML.
Hypertext Markup Language: the markup language used to describe the content of Web pages.
JavaScript.
A computer language in common use for interactivity in Web pages.
JPEG.
A method for compressing digital images, where the amount of compression can be adjusted, allowing for a tradeoff between image size and image quality. Named for the Joint Photographic Experts Group, which developed the standard. Files with JPEG compression usually have the extension .jpg.
Jupyter.
An interactive computing environment designed to support a wide variety of computer languages. Named after the languages Julia, Python and R.
A Jupyter notebook is a Web-based environment running Jupyter, typically accessed through a browser.
JSXGraph.
A JavaScript library for interactive geometry, function plotting, and data visualization.
knowl.
Similar to a hyperlink, except the referenced material appears inside the current Web page. Usually indicated by a dotted underline.
Pronounced “knoll” as in “a knoll is a small hill”.
.
A markup language used for books and papers with lots of mathematics, which is built on . PreTeXt uses as an intermediate format to produce PDF and print output.
main branch.
In git, the name of the default branch.
Markdown.
A plain text markup language which is easy to use, is limited in its capabilities (compared to PreTeXt or , for example), but can convert to many other formats.
markup language.
A computer language that uses tags to define the content of a document. XML, HTML, Markdown, and are examples of markup languages.
master branch.
In git, the former name of the default branch. Curently “main” is the preferred.
MathJax.
A JavaScript package for converting math to presentation MathML or other visual formats.
MBX.
PreTeXt was once known as “MathBook XML”, commonly abbreviated as MBX. This abbreviation appears in many historical references.
MP3.
A format for storing audio content.
MP4.
A format for storing video content.
MyOpenMath.
A free and open online homework system.
Ogg.
A format for storing video content.
origin repository.
In git, the default name for the remote repository from which the local repository was cloned.
PDF.
Portable Document Format: a file format designed for printing documents, where the appearance of the pages is identical on all devices.
PDFLaTeX.
One of the available programs to convert to PDF.
pgfplots.
A package for drawing graphs of functions.
PNG.
Portable Network Graphics: a raster image format that supports lossless data compression. PNG offers a similar functionality to GIF but is not subject to patent protection.
Postscript.
A page description language and file format designed for printing documents.
PreTeXt.
The markup language and document preparation system for creating the next generation of textbooks. And the generation after that.
PSTricks.
A package for drawing diagrams and pictures.
pull.
In git, the process of transferring information from a remote repository to a local repository.
pull request.
In git, a suggestion that the changes to the files in one branch be merged into another branch (typically in another repository).
push.
In git, the process of transferring information from a local repository to a remote repository.
Python.
A general-purpose programming language, noted for making it easy (compared to other programming languages) for a programmer to read the code written by someone else. Sage is written in Python.
QR code.
Quick Response code: a type of two-dimensional bar code, usually consisting of a grid of small black-and-white squares.
R.
A programming language and software environment for statistics; available in Sage.
Sage.
An open source computer algebra system for a wide range of symbolic and numerical mathematical computations.
Sage cell.
A text box in which the user can run Sage commands, designed to be included in a Web page.
Sage interact.
A interactive demonstration, with sliders and boxes to adjust parameters, created as a single Python function in Sage.
siunitx.
A package for typesetting scientific units.
SVG.
Scalable Vector Graphics: an XML vector image format for two-dimensional graphics.
tag.
In XML, tags are enclosed in angle brackets and are used to describe the contents of a document. For example, if “All about even” was the title of a book about numbers that are multiples of 2, then the XML source of that book might mark up the title using the title tag, as <title>All about even</title>. In XML, most tags occur in pairs which surround their content, with the closing tag beginning with a “slash” /. However, some tags which do not contain content are are “self-closing”, meaning that they end with a slash, such as <mdash/> and <pretext/>.
.
A typesetting language with high-quality automatic line- and page-breaking, specifically designed for mathematics.
three.js.
A JavaScript library for animating 3-dimensional graphics on a Web page.
TikZ.
A package for drawing diagrams and pictures.
unicode.
The accepted standard for encoding text in any language.
upstream repository.
In git, the usual name for the remote repository from which the local repository was originally forked.
URL.
Uniform Resource Locator: the “web address” of a Web page (or other online content) consisting of a domain name, optionally followed by strings separated by slashes (/) which indicate specific content in the domain.
Vimeo.
A commercial website for hosting videos.
WebM.
A format for storing video content.
WeBWorK.
An open-source online homework system for math and sciences courses.
Wolfram CDF.
Wolfram Computable Document Format: a system for creating interactive demonstrations hosted in the Wolfram Cloud.
XeLaTeX.
One of the available programs to convert to DVI or PDF, the executable is xelatex.
XML.
eXstensible Markup Language: the base syntax for the PreTeXt language. Angle brackets enclose matching begin and end tags. Tags can nest hierarchically, and can have attributes. HTML is another markup language that uses XML syntax.
XSL.
eXstensible Stylesheet Language: the language that describes how to convert XML to other formats. PreTeXt’s XSL stylesheets are used to convert PreTeXt XML to , HTML, ePub, and other formats.
xsltproc.
A command-line program which takes as input an XSL file and and XML file, using the contents of the XSL file to transform the contents of the XML file. It is now preferred to use the PreTeXt CLI for transforming.
xypic.
A package for drawing simple commutative diagrams.
YouTube.
A commercial website for hosting videos.