TeXShop ⇒ Changing background color
Changing background color
I have a stupid problem: The background of my texshop document is in grey, I don't know how to change it back to 'white'.
I don't know how this happened, i tried some macros just before, and then every new document i opened had a grey background...
Thank you in advance
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Changing background color
Code: Select all
defaults write TeXShop background_R 1
defaults write TeXShop background_G 1
defaults write TeXShop background_B 1