3
$\begingroup$

Background:

 Manipulate[ {jj, kk}, {{jj, 2, "Select j"}, 1, 11}, {{kk, 2, "Select k"}, 1, 11}, LabelStyle -> {Bold, Medium} ] 

In the example above the fonts of the labels "Select j" and "Select k" are, as expected, set to bold and medium size.

Question: Is there a way to set the labelstyle for each variable individually?

$\endgroup$

1 Answer 1

6
$\begingroup$

You can use Style for the labels:

Manipulate[{jj, kk}, {{jj, 2, Style["Select j", Bold, Larger]}, 1, 11}, {{kk, 2, "Select k"}, 1, 11}] 
$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.