Add HTML version of lab manual with GitHub Pages deployment#178
Merged
jeremymanning merged 3 commits intomasterfrom Dec 5, 2025
Merged
Add HTML version of lab manual with GitHub Pages deployment#178jeremymanning merged 3 commits intomasterfrom
jeremymanning merged 3 commits intomasterfrom
Conversation
- Add GitHub Actions workflow to convert LaTeX to HTML using make4ht - Add tufte.cfg configuration for tufte-css styled output - Deploy HTML to GitHub Pages on push to master - Add CLAUDE.md with repository guidance - Update README with link to HTML version - Update .gitignore with TeX4ht build artifacts The HTML version is automatically kept in sync with the LaTeX source. Contributors only need to edit lab_manual.tex. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add toc.js for JavaScript-based TOC generation (TeX4ht's TableOfContents doesn't work with tufte-book's starred sections) - Fix margin toggle symbol encoding by using Unicode directly instead of escaped HTML entity - Update workflow to copy toc.js and trigger on CSS/JS file changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
The make4ht-action Docker image has an internal Lua error
('attempt to call a nil value'). Switch to installing TeX Live
packages directly on the Ubuntu runner.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #104
Changes
Features
Test plan
🤖 Generated with Claude Code