[PR #921] [MERGED] Add new TikZ figures in chapter 4 and chapter 16 #4878

Closed
opened 2026-04-19 12:42:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/921
Author: @hzeljko
Created: 8/5/2025
Status: Merged
Merged: 8/7/2025
Merged by: @profvjreddi

Base: devHead: new_tikz_figures


📝 Commits (6)

  • e925f9c Add new TikZ figures in chapter 4 and chapter 16
  • 3e2f74e Fix page break in chapter 16
  • c2ca868 Merge branch 'new_tikz_figures' into dev
  • ecbf65d Merge branch 'dev' into new_tikz_figures
  • 1f5f264 Merge remote-tracking branch 'origin/dev' into dev
  • 1e721c0 Merge branch 'dev' into new_tikz_figures

📊 Changes

3 files changed (+142 additions, -69 deletions)

View changed files

📝 config/tex/header-includes.tex (+3 -1)
📝 quarto/contents/core/dnn_architectures/dnn_architectures.qmd (+11 -7)
📝 quarto/contents/core/privacy_security/privacy_security.qmd (+128 -61)

📄 Description

Two TikZ figures have been added: fig. 4.4 and fig. 16. 8
Add fine-tuning for line breaks using \emergencystretch in header-includes.tex

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/921 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `new_tikz_figures` --- ### 📝 Commits (6) - [`e925f9c`](https://github.com/harvard-edge/cs249r_book/commit/e925f9c2215fbf3964f14f4d8c0277299686cb0d) Add new TikZ figures in chapter 4 and chapter 16 - [`3e2f74e`](https://github.com/harvard-edge/cs249r_book/commit/3e2f74e6a11347813fa666b122c11024b76d3c37) Fix page break in chapter 16 - [`c2ca868`](https://github.com/harvard-edge/cs249r_book/commit/c2ca86878927b00aec0262107eb81e95c69d7a10) Merge branch 'new_tikz_figures' into dev - [`ecbf65d`](https://github.com/harvard-edge/cs249r_book/commit/ecbf65df621dccad85cff49d8dca3727a8a548cf) Merge branch 'dev' into new_tikz_figures - [`1f5f264`](https://github.com/harvard-edge/cs249r_book/commit/1f5f2648e01fddfe360d524df95fedb9b09438a9) Merge remote-tracking branch 'origin/dev' into dev - [`1e721c0`](https://github.com/harvard-edge/cs249r_book/commit/1e721c0dac131f3c3824dcee2d0f08fddaab4d81) Merge branch 'dev' into new_tikz_figures ### 📊 Changes **3 files changed** (+142 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `config/tex/header-includes.tex` (+3 -1) 📝 `quarto/contents/core/dnn_architectures/dnn_architectures.qmd` (+11 -7) 📝 `quarto/contents/core/privacy_security/privacy_security.qmd` (+128 -61) </details> ### 📄 Description Two TikZ figures have been added: fig. 4.4 and fig. 16. 8 Add fine-tuning for line breaks using \emergencystretch in header-includes.tex Before submitting your Pull Request, please review and complete the items on this checklist. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 12:42:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#4878