|
[Date Index]
[Thread Index]
[Author Index]
Re: two questions
- To: mathgroup at smc.vnet.net
- Subject: [mg70710] Re: two questions
- From: Oliver Ruebenkoenig <ruebenko at uni-freiburg.de>
- Date: Tue, 24 Oct 2006 02:24:12 -0400 (EDT)
- References: <ehi37k$jcj$1@smc.vnet.net>
Dimitris,
> And here comes my second question.
>
> How the Supplementary Help Browser (and as well the Supplementary Help
> Browser for Mathematica Graphics) can be a part of the Help Browser?
if you want to see an example you can download the IMTEK Mathematica
Supplement (IMS) at
http://www.imtek.uni-freiburg.de/simulation/mathematica/IMSweb/
The documents you seek are build into the package. You can then look at
the BrowserCategories.m by executing:
Needs["Imtek`IMS`"]
Import[ToFileName[{$imsIMSDirectory, "Imtek", "Documentation", "English"},
"BrowserCategories.m"] ]
where you find an entry of the kind:
[...]
BrowserCategory["Foreign", Foreign, {
BrowserCategory["Tutorials", Tutorials, {
Item["Graphics Tricks", "GraphicsTricks.nb",
IndexTag -> "Ersek GraphicsTricks", CopyTag->None],
Item["Tricks", "Tricks.nb", IndexTag -> "Ersek
Tricks", CopyTag->None]
}]
}]
[...]
HTH,
Oliver
Oliver Ruebenkoenig, <ruebenko at imtek.de>
Phone: ++49 +761 203 7388
Prev by Date:
Re: Programming style: postfix/prefix vs. functional
Next by Date:
Re: Re: how about fixing the Messages command?
Previous by thread:
two questions
Next by thread:
Re: two questions
|