Open
Description
Thanks a lot for the nice cheatsheets!
I have followed a link to this GH page to get a pdf version (for printing)
- The 3 handouts (Beginner, Intermediate and Tips) are perfectly readable
- Unfortunately, the 2-page Cheatsheets itself is harder to read, not so much because the text is smaller, but because the grey on white parts of the text are not contrasted enough when printed. Would it be possible to use only black text (and possibly use bold characters for the current black text)?
Metadata
Metadata
Assignees
Labels
No labels
Activity
rougier commentedon Oct 13, 2023
Thanks. Which part exactly are you referring to?
jypeter commentedon Oct 31, 2023
Maybe an example will help
As an example, I have put 3 jpg below, based on the cheatsheets.pdf and the beginner handout files
Acrobat
Printed
Printed beginner handout
rougier commentedon Nov 16, 2023
Thanks, I see your point now. We could have a different set of colors with higher contrast for printed cheets or we could a post-processing on the PDF to enhance contrast. I imagine there are some tools to do that but I don't know them.
story645 commentedon Nov 16, 2023
I think a "printed" stylesheet is the better route in terms of accessibility, cause we might also want a high contrast web version too.
rougier commentedon Nov 16, 2023
So this means working on the cheatsheet.tex file and removing any harcoded color in favor of variables such that we can have a switch to choose one specific set of color. It's not too difficult to do but I'm a bit busy until mid december. If anyone want to give a try...
story645 commentedon Nov 17, 2023
I won't have time 'til December either, but if anyone else wants to take a stab, I've been doing this in a paper so I have a style file
notation.sty
with a whole bunch of definitions:and then use the following to parse my file to build a python dict to keep my colors in sync between latex and python