Questions tagged [style]

Questions about applying a consistent look or form to Mathematica output, including use of the built-in styling constructs (Style, PlotStyle, etc). For questions specific to styling in notebooks with stylesheet properties please use the [stylesheet] tag.

Useful Links:

443 questions
5
votes
1 answer

What happened to the Style 'Subchapter' in Mathematica 12.0?

The Style 'Subchapter' is no longer available in the Style Menu in Mathematica 12.0. Is it somewhere hidden perhaps? I want to continue styling notebooks as I did in Mma 11.3 and before. Any suggestions are welcome.
nilo de roock
  • 9,657
  • 3
  • 35
  • 77
3
votes
1 answer

How can I use the help document style?

I have spent a lot of time looking for this information on the Internet。Unfortunately,I can not find it。Please help me。Thank you,Thank you。 (I do not how to describe this question。May god forgive me for my poor English。)
我心永恒
  • 1,488
  • 6
  • 9
3
votes
1 answer

Changing Text cell color

What can I set so that whenever I create a text cell, everything I enter into the text cell, whether plain text or some mathematical notation (Ctrl+9 on the Macintosh) is in a particular color I would like to choose?
David
  • 14,883
  • 4
  • 44
  • 117
2
votes
1 answer

Apply Style to the letters according to the specifications

Apply Style to the letters A, B , C and D according to the specifications listed below. The number represents the font size and the color represents the font color. (Hint: Use…
2
votes
1 answer

Grid with equation numbers

Is it possible to have a grid with DisplayFormulaNumbered in mathematica journal stylesheet so i would have something like this
user49047
  • 791
  • 5
  • 17
2
votes
2 answers

How to automate creation of sections in mathematica worksheets?

I want to do a for loop to compute some values, create a new (sub-)section and print those values there within each iteration. How would it be possible?
JuanC97
  • 612
  • 3
  • 10
2
votes
1 answer

Copy bolded with Style output to Word

I have an simple bolded expression and it's output, say Is there any way to keep the formatting that when making a copy of the output and pasting to word?
Veliko
  • 349
  • 1
  • 11
1
vote
1 answer

Vertical alignment of a cell used as value for CellFrameLabel

Consider that label, used as value for CellFrameLabel: label = Cell["example", "Text", FontFamily -> "Arial", FontSize -> 12, FontWeight -> "Plain", FontColor -> RGBColor[1., 0., 0.], CellFrame -> False, CellMargins -> {{0, 0}, {0, 0}}, …
mitochondrial
  • 1,843
  • 10
  • 16
0
votes
0 answers

How to get this type of presentation of question here on forum

I am struggling with the presentation of my questions on to how post here on this forum I do see here a example question Evaluation of this definite integral How to get a picture for instance for a integral ( as seen in the example question), other…
janhardo
  • 659
  • 3
  • 12
0
votes
0 answers

How to print expression in color using Print function?

I am wondering how would you print the expression with color using function Print. For example, I tried the code below but the output of print function is just black. Is there a method to choose the color for both my result and x+y+z in the code…
emnha
  • 2,101
  • 13
  • 26
0
votes
0 answers

How to get information about DefaultStyle of axes, frame, colorfunction, etc

How can I find out the DefaultStyle of Axes, Frames, PlotRangeClipping, (just to name some of them), of Plot, DensityPlot, etc. and am I able to change them? If yes, how?
Kay
  • 1,035
  • 7
  • 19