[PR #596] [MERGED] 594 improve pdf rendering #8585

Closed
opened 2026-05-03 00:42:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/596
Author: @hzeljko
Created: 1/11/2025
Status: Merged
Merged: 1/12/2025
Merged by: @profvjreddi

Base: devHead: 594-improve-pdf-rendering


📝 Commits (10+)

📊 Changes

20 files changed (+377 additions, -269 deletions)

View changed files

📝 .all-contributorsrc (+136 -136)
📝 .github/workflows/build_pages_windows.yml (+1 -1)
📝 README.md (+31 -31)
📝 contents/core/introduction/images/png/21st_computer.png (+0 -0)
📝 contents/core/introduction/images/png/alphafold.png (+0 -0)
📝 contents/core/introduction/images/png/book_pillars.png (+0 -0)
📝 contents/core/introduction/images/png/ml_lifecycle_overview.png (+0 -0)
📝 contents/core/introduction/images/png/triangle.png (+0 -0)
📝 contents/core/introduction/introduction.qmd (+40 -27)
📝 contents/core/workflow/workflow.qmd (+1 -1)
📝 contents/frontmatter/about/about.qmd (+21 -2)
📝 contents/frontmatter/acknowledgements/acknowledgements.qmd (+31 -31)
📝 contents/frontmatter/ai/images/png/badges.png (+0 -0)
📝 contents/frontmatter/ai/images/png/chat_ask.png (+0 -0)
📝 contents/frontmatter/ai/images/png/chat_explanation.png (+0 -0)
📝 contents/frontmatter/ai/images/png/chat_related.png (+0 -0)
📝 contents/frontmatter/ai/images/png/download_report.png (+0 -0)
📝 contents/frontmatter/ai/images/png/settings.png (+0 -0)
📝 contents/frontmatter/ai/socratiq.qmd (+74 -10)
📝 tex/header-includes.tex (+42 -30)

📄 Description

This pull request includes updates to improve PDF rendering by addressing general layout issues and adjusting formatting as noted in the Google Doc.

The qmd files have been edited: about.qmd; socratiq.qmd; introduction.qmd.


🔄 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/596 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 1/11/2025 **Status:** ✅ Merged **Merged:** 1/12/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `594-improve-pdf-rendering` --- ### 📝 Commits (10+) - [`84b83d8`](https://github.com/harvard-edge/cs249r_book/commit/84b83d8a72734acb9f3515db011737369619a738) Update header-includes.tex - [`0d65913`](https://github.com/harvard-edge/cs249r_book/commit/0d65913e37ae9ad74b34e9246443785ba0aee587) Update build_pages_windows.yml - [`78b0c93`](https://github.com/harvard-edge/cs249r_book/commit/78b0c93b99551c1bfb608340aad0a9aee6d0e524) Update header-includes.tex - [`d659a8a`](https://github.com/harvard-edge/cs249r_book/commit/d659a8a00526513d4bba46bc338c7b637536d92e) Merge branch 'dev' of https://github.com/hzeljko/cs249r_book into dev - [`aa130c4`](https://github.com/harvard-edge/cs249r_book/commit/aa130c4ff8fdff89af4d53a87f84a1e68d72b355) Update build_pages_windows.yml - [`2c5c671`](https://github.com/harvard-edge/cs249r_book/commit/2c5c671540d5be3c8713bce0baac15a02146a5c1) Update header-includes.tex - [`707e3cf`](https://github.com/harvard-edge/cs249r_book/commit/707e3cfcff6e11e80909b6a39b29f3d8f1263ca3) Merge branch 'dev' of https://github.com/hzeljko/cs249r_book into dev - [`1be4ae4`](https://github.com/harvard-edge/cs249r_book/commit/1be4ae41a361724ca2e7ebceb8f40b23502746f5) Update header-includes.tex - [`69598db`](https://github.com/harvard-edge/cs249r_book/commit/69598db2218b8e5fba3e8869e16b62f88b452f13) Update header-includes.tex - [`d4c3a73`](https://github.com/harvard-edge/cs249r_book/commit/d4c3a73f2b151848fba2b4800a72c067accf1853) Edited file socratiq.qmd ### 📊 Changes **20 files changed** (+377 additions, -269 deletions) <details> <summary>View changed files</summary> 📝 `.all-contributorsrc` (+136 -136) 📝 `.github/workflows/build_pages_windows.yml` (+1 -1) 📝 `README.md` (+31 -31) 📝 `contents/core/introduction/images/png/21st_computer.png` (+0 -0) 📝 `contents/core/introduction/images/png/alphafold.png` (+0 -0) 📝 `contents/core/introduction/images/png/book_pillars.png` (+0 -0) 📝 `contents/core/introduction/images/png/ml_lifecycle_overview.png` (+0 -0) 📝 `contents/core/introduction/images/png/triangle.png` (+0 -0) 📝 `contents/core/introduction/introduction.qmd` (+40 -27) 📝 `contents/core/workflow/workflow.qmd` (+1 -1) 📝 `contents/frontmatter/about/about.qmd` (+21 -2) 📝 `contents/frontmatter/acknowledgements/acknowledgements.qmd` (+31 -31) 📝 `contents/frontmatter/ai/images/png/badges.png` (+0 -0) 📝 `contents/frontmatter/ai/images/png/chat_ask.png` (+0 -0) 📝 `contents/frontmatter/ai/images/png/chat_explanation.png` (+0 -0) 📝 `contents/frontmatter/ai/images/png/chat_related.png` (+0 -0) 📝 `contents/frontmatter/ai/images/png/download_report.png` (+0 -0) 📝 `contents/frontmatter/ai/images/png/settings.png` (+0 -0) 📝 `contents/frontmatter/ai/socratiq.qmd` (+74 -10) 📝 `tex/header-includes.tex` (+42 -30) </details> ### 📄 Description This pull request includes updates to improve PDF rendering by addressing general layout issues and adjusting formatting as noted in the Google Doc. The qmd files have been edited: about.qmd; socratiq.qmd; introduction.qmd. --- <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-05-03 00:42:32 -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#8585