Is it possible to change the OUTPUT font type instead of the default one? How?
This is my default stylesheet: http://filefactory.com/file/cfc2cb0/n/blueOutput.nb
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem lies in
StandardFormnot respecting theFontFamilyoption, although it does seem to respect most other font options. Sjoerd’s answer usedTraditionalFormoutput and thus worked. You can see this problem if you runThen compare
You can also look at
which shows that the
CurrentValueofFontFamily“seen” in the output depends on the output format.Unfortunately, I don’t see how to get around this issue…