csci-1301 / csci-1301.github.io

CSCI 1301: Principles of Computer Programming I course resources
https://csci-1301.github.io/
Creative Commons Attribution 4.0 International
3 stars 14 forks source link

Underlining user input #159

Closed aubertc closed 7 months ago

aubertc commented 7 months ago

On multiple pages (list obtained using e.g., fgrep -r $'\u0332' *) we use the U+035F, U+0332 or U+005 symbols to "emulate" underlining, but those characters are not in the Hack font.

An alternative solution has to be worked out, because the current output is confusing and incorrect:

image

(that's GradeCalculator/index.pdf)

aubertc commented 7 months ago

This is solved with https://github.com/csci-1301/csci-1301.github.io/commit/1f39056aedfb14b7142010c68fa2925d66a4f7a4