Tag for questions relating to the automatic document creations features of Mathematica
6
votes
1answer
73 views
Inheriting Stylesheets when using CreateDocument
I build a lot of presentations and custom notebooks with very different stylesheets, and use Button and CreateDocument quite ...
6
votes
0answers
74 views
Associating symbol pages with symbols (Workbench)
Normally when you have symbol Abc, WorkBench creates a symbol page named Abc.
Then when you make a build, type Abc and then press the F1 key, you are sent to the Abc symbol page.
Suppose however ...
9
votes
2answers
144 views
How can I build an inline documentation utility?
I often have a large function to which I add inline comments, but then I can't see the forest for the trees. How can I make a tool that extracts the comments and tokens within them to generate an ...
7
votes
1answer
252 views
Mathematica File Organization
Last year I asked how to integrate notebooks to the documentation center in stackoverflow. Back then I was only interested in seeing those notebook and being able to search for them. Unfortunately, it ...
59
votes
3answers
3k views
Resources for beautiful Mathematica Stylesheets
When the Wolfram Demonstrations were introduced and the Documentation-Center was redesigned, I remember it was the first time I thought someone had put some effort into creating a beautiful ...
10
votes
3answers
564 views
WYSIWYG table creating and editing
In Microsoft Office OneNote 2010, creating and editing tables is easy. There are simple toolbar controls for creating tables:
,
and editing them once they exist:
.
My question is, what's an easy ...
29
votes
1answer
763 views
Generating a table of contents
This is my oldest question on SO. It still hasn't generated a useful answer there, so I thought I'd give it a try here.
The question was: I don't seem to be able to find the method to generate the ...
3
votes
1answer
191 views
Easiest Way to Use ShowGroupOpener in Mathematica
I currently edit manually the cell contents of a notebook (Ctrl+Shift+A or Cmd+Shift+A) to "recycle" cells containing the ShowGroupOpener option.
Is there an easier way to create documents hiding ...