Literally just print as PDF on Windows, you can pick if you want greyscale or coloured... If you want to produce a nice PDF from a markdown document, I recommend the knitr package in RStudio with R, and writing an .Rmd file such that you can just place all your graphs/code/text in it as you write, including LaTeX stuff.
TeX typesetting
A place to share ideas, resources, tips, and hacks for Donald Knuths typesetting software TeX. All variants and formats like OpTeX, LaTeX and ConTeXt are welcome.
Literally just print as PDF on Windows, you can pick if you want greyscale or coloured…
That’s a non-starter for the same reason I mention: color backgrounds are dithered and colored text becomes various shades of gray, not black. There are lots of dithering techniques to experiment with and some might yield black text, but if I am producing a PDF I would not want to impose that kind of expertise and experimentation on the end user.
I am asking how to produce a PDF that has a mono mode and a color mode -- and whether that technology even exists. If the PDF is rendered on the screen, it might have color backgrounds. But when printed to a mono device, the color backgrounds should be stripped out (or not, depending on my specification).
If you want to produce a nice PDF from a markdown document, I recommend the knitr package in RStudio with R, and writing an .Rmd file such that you can just place all your graphs/code/text in it as you write, including LaTeX stuff.
I am not starting from a markdown doc, but I would if that made a difference. I’ve never used RStudio. Does that produce a PDF that has two representations, mono and color?