mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
[PR #112] [MERGED] Make sure EPUB generation work #3214
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/112
Author: @V0XNIHILI
Created: 12/10/2023
Status: ✅ Merged
Merged: 12/11/2023
Merged by: @profvjreddi
Base:
main← Head:feat/add-book-generation📝 Commits (10+)
be5b09dMake sure epub and pdf generation work by moving include-in-header + configuring epub + pdf generation98a7f57Download webp image, convert it to png and save it as webp images cause problems with PDF generation via LaTeX7e0474fMake sure tinytex is installed during build and increase buf size for xelatex so pdf can be generated3d0cbb2Use different cloud tpu image because it keeps crashing the PDF generation1b80ba2Replace allby
to enable correct rendering in EPUB format
6a2ae08Replace two single quotes by one double quoteb32aac5Add two figures to project that had issues to be downloaded automatically for the book/PDF generation37842baReplace {\textbar} LaTeX character with correct ascii character in references4d6a0e5Merge remote-tracking branch 'upstream/main' into feat/add-book-generation63553caIgnore generated Mermaid files for EPUB📊 Changes
13 files changed (+38 additions, -35 deletions)
View changed files
📝
.gitignore(+3 -1)📝
_quarto.yml(+5 -4)📝
contents/dl_primer/dl_primer.qmd(+3 -3)➕
contents/dl_primer/images/jpg/activation-functions3.jpg(+0 -0)➕
contents/dl_primer/images/png/Rosenblattperceptron.png(+0 -0)➕
contents/dl_primer/images/png/ai_dl_progress_nvidia.png(+0 -0)📝
contents/efficient_ai/efficient_ai.qmd(+6 -6)📝
contents/frameworks/frameworks.qmd(+2 -2)📝
contents/hw_acceleration/hw_acceleration.qmd(+4 -4)📝
contents/ondevice_learning/ondevice_learning.qmd(+3 -3)📝
contents/optimizations/optimizations.qmd(+7 -7)📝
contents/privacy_security/privacy_security.qmd(+5 -5)➕
images/imgs_embedded_ml/cloud_ml_tpu.jpg(+0 -0)📄 Description
Resolves #83. I hope to have this working tomorrow! For now, running into issues with the formats of some images.
Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist.
Quarto Website Rendering
Final Steps
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.