I encountered to two problems with Mathematica:
one: How can I change the default font color of commands and functions in Mathematica (which is black) to another color, so that whenever I wanted to write that command, the color of that, changes automatically? Actually, how can I set all define commands or functions with a specified color?
Second: I want to copy a command from Mathematica into Microsoft Word For example the bellow one:
Plot[x^2 + 1, {x, 1, 5}]
I have colored Plot with Red and x is shown Green by default in Mathematica.
But when I copy this command to Word, all of those will be black; and if I want them colored I have to color them in the Word again.
Plot[x^2 + 1, {x, 1, 5}]into Word why can't you just copy and paste? To copy equations select Copy As > MathML and paste that int the equation editor in Word. – Mike Honeychurch Jun 23 '14 at 00:13