Commit Graph

1318 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
d8a2d4e2d4 Better compression stat output 2024-03-12 23:42:49 -04:00
Vijay Janapa Reddi
effe36987b Merge branch 'main' of https://github.com/harvard-edge/cs249r_book 2024-03-12 23:21:02 -04:00
Vijay Janapa Reddi
9a8a1b40fe Fix last modified date printing on cover page 2024-03-12 23:20:49 -04:00
github-actions[bot]
19bdd423f3 Update readme and contributors.qmd with contributors 2024-03-13 03:14:15 +00:00
Vijay Janapa Reddi
039a414486 Improved the compression script
Added in some error checking and also improved the ability to do compression via Ghostscript or PyPDF. The latter is needed to make sure things work consistently however that has environmental build issues or requirements whereas the latter is fully Python based as long as you have the pip libraries.
2024-03-12 23:03:56 -04:00
Vijay Janapa Reddi
a35073cccf Improved the compress and publish script
Added error checking + option to use PyPdf only so no GS dependencies (but doesn't work well all the time, so we still have to support GS). Then some command line help options.
2024-03-12 23:01:54 -04:00
Ikechukwu Uchendu
6808c4af1f Added quarto publish without render 2024-03-11 22:24:25 -04:00
Ikechukwu Uchendu
becccbb27e Made script for compressing the output of quarto publish 2024-03-11 22:15:44 -04:00
github-actions[bot]
452e6d8650 Update readme and contributors.qmd with contributors 2024-03-11 18:43:54 +00:00
Vijay Janapa Reddi
06ddf06426 Merge pull request #167 from harvard-edge/check_main
fix hardcoded path
2024-03-11 14:40:42 -04:00
naeemkh
ea07503cdd drop fig reference in the text 2024-03-11 12:23:25 -04:00
naeemkh
c566d235e9 Merge branch 'main' into check_main 2024-03-11 12:14:43 -04:00
naeemkh
658e69a89c add build badges 2024-03-11 12:13:46 -04:00
naeemkh
c78164f45b drop mermaid section 2024-03-11 12:06:55 -04:00
github-actions[bot]
3c2525122d Update readme and contributors.qmd with contributors 2024-03-11 15:58:11 +00:00
Vijay Janapa Reddi
96e0d16fe7 Updated the way captions show up in Latex build 2024-03-11 11:55:48 -04:00
naeemkh
aaa0041263 seperate actions 2024-03-11 11:44:04 -04:00
naeemkh
ef3b557f9a drop font related commands 2024-03-11 11:18:04 -04:00
naeemkh
faac5e3a39 change font 2024-03-11 10:56:17 -04:00
naeemkh
25689ec415 fix a typo 2024-03-11 10:29:02 -04:00
naeemkh
a238523a66 add installing tinytex to the builds 2024-03-11 10:27:24 -04:00
naeemkh
be5bc486d4 fix hardcoded path 2024-03-11 10:18:13 -04:00
github-actions[bot]
a84c172f79 Update readme and contributors.qmd with contributors 2024-03-10 18:36:27 +00:00
github-actions[bot]
a26c6baa2e Update readme and contributors.qmd with contributors 2024-03-10 18:35:15 +00:00
Vijay Janapa Reddi
79bbb043fb Merge branch 'main' of https://github.com/harvard-edge/cs249r_book 2024-03-10 14:34:04 -04:00
Vijay Janapa Reddi
aa4558fb9c Merge remote-tracking branch 'origin/fix_pdf_style' 2024-03-10 14:33:51 -04:00
github-actions[bot]
c0288b7262 Update readme and contributors.qmd with contributors 2024-03-10 18:33:40 +00:00
Vijay Janapa Reddi
325271e7c7 Remove debug code 2024-03-10 14:32:18 -04:00
Vijay Janapa Reddi
b22104e549 Merge branch 'fix_theme_colors' 2024-03-10 14:31:02 -04:00
Vijay Janapa Reddi
790b61d92a Fixed the hover color for navbar icons 2024-03-10 14:20:32 -04:00
Vijay Janapa Reddi
c5bb276fb3 Crimson theme colors in style files 2024-03-10 14:04:22 -04:00
github-actions[bot]
486d8ffe56 Update readme and contributors.qmd with contributors 2024-03-10 15:58:21 +00:00
Vijay Janapa Reddi
d999938d37 Merge branch '166-create-new-exercise-callout' 2024-03-10 11:54:52 -04:00
Vijay Janapa Reddi
6688cb9d48 Nested example 2024-03-10 11:36:09 -04:00
Vijay Janapa Reddi
22702761ba Added arrow capability to the style file and checks 2024-03-10 11:34:57 -04:00
Vijay Janapa Reddi
efbfeeb8ba Added custom callouts 2024-03-10 10:57:47 -04:00
Vijay Janapa Reddi
3f468771b9 Fixing formatting 2024-02-20 17:01:00 -05:00
Vijay Janapa Reddi
a78bd1f297 Added Crimson styles and title page image 2024-02-20 08:06:55 -05:00
Vijay Janapa Reddi
6dab6eb5e4 (Non-) ASCII checker scripts + fixes
When working with PDF builds, one of the big issues has been that I get into Unicode error issues, and so the scripts in this particular push help find all the non-ASCII Unicodes so that I can fix them manually. Also, another issue that shows up is with figure reference labels, which can be broken. And so, the fig_references script detects those and raises errors.
2024-02-19 16:57:54 -05:00
naeemkh
ec7fb0966d add new fonts to koma 2024-02-18 21:58:13 -05:00
naeemkh
2cf4bd2b68 customize pdf 2024-02-18 21:02:40 -05:00
naeemkh
2e3fae4969 fix style for successful render 2024-02-09 13:03:29 -05:00
naeemkh
a3c65f1390 change pdf class 2024-02-06 18:04:44 -05:00
Vijay Janapa Reddi
b3d236ae5c Auto stash before merge of "iss154-add-colab-badges" and "shanzehbatool/iss154-add-colab-badges" 2024-02-06 16:53:44 -05:00
github-actions[bot]
6d323c82fb Update readme and contributors.qmd with contributors 2024-02-06 21:42:16 +00:00
Vijay Janapa Reddi
83a65467d1 Cleaning up website presentation a bit 2024-02-06 16:36:59 -05:00
github-actions[bot]
7894605c74 Update readme and contributors.qmd with contributors 2024-02-03 14:54:16 +00:00
github-actions[bot]
ff359e2bee Update readme and contributors.qmd with contributors 2024-02-03 14:53:09 +00:00
Vijay Janapa Reddi
a22beb41ef Merge pull request #162 from JaredP94/main
Fixed video renderings + Formatting consistency + Citation updates/additions
2024-02-03 09:52:00 -05:00
Vijay Janapa Reddi
271db4385d Update README.md 2024-02-03 09:51:10 -05:00