cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Glossary Hotlink

SarahPrice
7-Bedrock

Glossary Hotlink

Good Afternoon,

 

I'm running Arbortext 7.1 M020 with FOSI stylesheets.

I need to remove the hotlink from my glossary generated text, however I am unable to locate where the hotlink is set. The <stringdecl> has no hotlink set and none of the pseudo tags have it as well. Any help would be appreciated.

<stringdecl textid="gloss.app" status="1">

 

Thanks in advance.

Sarah

6 REPLIES 6

Hi Sarah,

Can you provide the other coding?

Suzanne Napoleon

www.FOSIexpert.com

"WYSIWYG is last-century technology!"

FOSI CODE:

<e-i-c gi="gloss.psu">
<charlist>
<usetext source="gloss.app" userule="2" useparam="maxunmerge=0">
</usetext>
</charlist>
</e-i-c>

 

<e-i-c gi="glosslist">
<charlist>
<savetext textid="gloss.app"
conrule="<ixpt>,glossterm.txt,</ixpt>,<ixsub1>,glossdef.txt,</ixsub1>,<ixpgstr>, bodyfolio.txt[BO],</ixpgstr>,<ixpgkey>,ATIixpagekeyct.txt[BO],</ixpgkey>"
placemnt="after" append="1"></charlist>
</e-i-c>

 

PSEUDO TAGS

<e-i-c gi="ixpt">
<charlist inherit="1">
<font famname="Arial" size="10pt" posture="upright" weight="medium">
<textbrk startln="1" endln="0"></charlist>
</e-i-c>

<e-i-c gi="ixsub1">
<charlist inherit="1">
<textbrk startln="0" endln="0"></charlist>
</e-i-c>

<e-i-c gi="ixpgkey">
<charlist inherit="1">
<textbrk startln="0" endln="0"></charlist>
</e-i-c>

Is this issue with links in a PDF file or in the Arbortext Edit window?

 

It is with the links in the PDF.

 

Sarah

 

PS I'm using your book for development and it is awesome!!

I am delighted to hear my book is working for you!

 

Since the glossary uses index markup, PDF links are automatically generated, as stated on PDF page 580 in my book. The section "How to output PDF links, bookmarks, document properties, and viewer settings" beginning on PDF page 578 has all the available information on FOSI and PDF links.

 

Good luck!
Suzanne

Thanks for the follow up. I'll check it out.

Top Tags