Hey everyone,
I'm trying to get Bookdown, Tufte style, to output to PDF with similiar aesthetics to the "Envisioned" style. I've been able to change fonts by using "includes" in the YAML data, and linking to a .tex file.
Now I would like to remove the Italics from the PDF output. (The equivalent to toggling the "italics" feature off in the HTML output).
Any help on this would really be welcome.
This is .tex file:
\usepackage{xcolor}
\pagecolor{white}
\setmainfont{Roboto Condensed}
\setsansfont{Roboto Condensed}
The outcome I'm trying to produce is equivalent to the following line in the HTML YAML data:
tufte_features: ["fonts", "background"]
where Italics is missing and therefore switched off.
I'm a newbie who really likes the Tufte style sidenotes, so please forgive my silly question if there is something simple I have missed.
Thanks!