Includes within Includes

One additional step when dealing with specialties in a regular pattern is to create a Full Base.glo combining several glossaries that are frequently used together. For example, it may contain:

[include C:\InstText\Glossary\Medical Base.glo]
[include C:\InstText\Glossary\Address.glo]
[include C:\InstText\Glossary\Drug List.glo]

Then Dr Lee.glo can be further simplified as follows.

[Glossary Dr Lee]
[include C:\InstText\Glossary\Cardiology.glo]
[include C:\InstText\Glossary\Full Base.glo]

Likewise, Dr Jones.glo can be further simplified as follows.

[Glossary Dr Jones]
[include C:\InstText\Glossary\Surgery.glo]
[include C:\InstText\Glossary\Full Base.glo]

As this example shows, an included glossary may contain other Includes. The inclusion of Full Base has the effect of including Medical Base, Address, and Drug List.

Next:    Using Shell Glossaries