[GH-ISSUE #512] Figure out how to build sidenotes #4085

Closed
opened 2026-04-19 12:06:03 -05:00 by GiteaMirror · 1 comment
Owner

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.

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.
GiteaMirror added the area: bookarea: toolstype: improvement labels 2026-04-19 12:06:03 -05:00
Author
Owner

@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
% }%
% }

<!-- gh-comment-id:2461026482 --> @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 % }% % }
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#4085