Skip to content

Instantly share code, notes, and snippets.

View chrisdaaz's full-sized avatar

Chris Diaz chrisdaaz

View GitHub Profile

The tool we are using for creating the web version of the textbook is LaTeXML. Before installing LaTeXML, your machine will need a few prerequisite software packages. These instructions assume that you are using either macOS or Linux-based operating system.

Installing Perquisites

Install Homebrew: Homebrew is a software package manager that makes it very easy to install and setup software from the terminal. The installation instructions are on the website, reposted here:

Copy and paste this command in your Terminal to install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@chrisdaaz
chrisdaaz / upgrade_coldfront.md
Last active August 15, 2025 07:32
Upgrade ColdFront to main branch from v1.1.6 Using Git

Git Remote setup:

Git Branch setup:

  • custom -> This is your default branch, containing your organization's ColdFront codebase
  • main -> This branch tracks the main branch of the ColdFront project
  • staged_upgrade -> This is based on your custom branch, used for resolving merge conflicts