mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
[GH-ISSUE #512] Figure out how to build sidenotes #1465
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?
Originally created by @profvjreddi on GitHub (Nov 6, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/512
Use column-margin or something else to make the side note pop up cleanly concerning the text.
@profvjreddi commented on GitHub (Nov 6, 2024):
This does it and in the footnotesize line we are able to customize things
% % Redefine \sidenote to include a custom styled box
% \let\oldsidenote\sidenote
% \renewcommand{\sidenote}[1]{%
% \oldsidenote{%
% \footnotesize #1
% }%
% }