mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 08:28:07 -05:00
[PR #830] [MERGED] Chapter 4_dnn_architectures_labeling and referencing code blocks #24319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/830
Author: @hzeljko
Created: 5/28/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @profvjreddi
Base:
dev← Head:chapter-4📝 Commits (5)
05021e9Chapter 4_dnn_architectures_labeling and referencing code blocksf2eef80Update header-includes.texa7f8ca6Defines Crimson color4288f91Removes obsolete color definition.af6cb3cMerge branch 'dev' into chapter-4📊 Changes
3 files changed (+343 additions, -56 deletions)
View changed files
📝
_quarto.yml(+2 -2)📝
contents/core/dnn_architectures/dnn_architectures.qmd(+306 -50)📝
tex/header-includes.tex(+35 -4)📄 Description
Implementation of reliable code block referencing in HTML and PDF output
Disabled cap-location: margin in quarto.yml to prevent side captions for codelisting floats in PDF output. Kept margin captions for figures and tables using fig-cap-location and tbl-cap-location.
Refined codelisting float behavior in header-includes.tex: adjusted float placement to !htb, reduced spacing before/after captions and verbatim blocks, and customized Highlighting environment layout for tighter PDF output.
Before submitting your Pull Request, please review and complete the items on this checklist.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.