User Portlet User Portlet

Discussions
I did find an answer to my question. One can change the style by using a private style sheet and adding the Local definition for style "Inactive" from the Core style sheet. (You have to dig down through the Default style sheet to get the Core style...
I think the following might be a simpler method: expr1 = xy + Subscript[x, 1] Subscript[y, 1] + Subscript[x, 2] Subscript[y, 1] + Subscript[x, 1] Subscript[y, 2] + Subscript[x, 2] Subscript[y, 2] + Subscript[x, 1] Subscript[y, 3]...
Here is a recursive routine for the region. It is not terribly general because it would not work as expected if one cross link crossed another, or if a cross link crossed the curve between the endpoints. The initial data is: initialGraphics...
What are the general techniques for producing smoothly functioning dynamical graphics when a large portion of the graphics is static and only a small portion is dynamic? To be more specific, suppose I need two plots in a row. They both have...
I would like to make a few suggestions for Workbench and the writing of applications. I believe they accord with the way users doing significant research or development might work. It would be very nice if they could have a straightforward, clear...
You can do it in a stylesheet. I'm not certain if it's in the Default style or you may have to dig down to the Core style.
I would like to design a custom binary operator that is normally grouped to the left. I would like it to automatically show parentheses if it is manually grouped otherwise. I want the operator to display as an infix operator. Finally, I would like to...
Many thanks Gianluca for reminding us of one more of the nice features in Mathematica 10 - Inactive, Activate and IgnoringInactive! These should be great for teaching and presenting detailed derivations. For convenience, here's the same...
Define a List of points and then apply Polygon to them. You can define styles for the face and edge of the polygon with FaceForm and EdgeForm directives. points = {{0, 0}, {1, 0}, {1, 1}, {1/2, 1/2}, {0, 1}}; Graphics[{FaceForm[Orange],...
It's nice to learn, Gustavo, that CDF can be made to work. But it requires CDF-Enterprise and, as far as I understand, that is quite expensive so that only large companies and institutions would have it. Even though I bought the Professional version...