MathCAD 15.0 - interactive table of Contents?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
MathCAD 15.0 - interactive table of Contents?
Is it possible to create an interactive table of contents in a mathcad file? By "interactive", I mean is it possible to click on a link that will take you to a certain line of code in the program?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
From Mathcad 15 Help file:
Creating a Hyperlink to a Region |
Before you can link to a specific region in a worksheet, you must first mark it with a tag. A tag can be any collection of words, numbers, or spaces, but no symbols. A tag cannot have a period in it, such as Sec1.1 but you can write Sec1,1 or Sec1-1.
To create a region tag
- Right-click on the region in your worksheet.
- Select Properties from the menu.
- In the Properties dialog box, under the Display tab, type a name in the Tag box provided.
Now you can link to that region from within the worksheet or from any other worksheet.
To create a hyperlink to a tagged region
- Follow the same procedures for creating any other hyperlink.
- At the end of the worksheet path, type "#" followed by the region tag. The complete path for your target region looks something like: C:\filename#region tag
- If you are in the same worksheet, you do not need a worksheet path.
Alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
Yes, it can be. You need to take the following steps:
1. You must create a new "Tag" for the desired formula/calculations block (select "Properties" -> "Display" tab -> "Tag" window).
2. Then create a hyperlink to the current document and add the path of the document with created before tag (with "#" sign).
