hyperref

Configure the LaTeX hyperref package for hyperlinks, cross-references, bookmarks, and PDF metadata.

8|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/igbuend/grimbard --skill hyperref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperref
Source: https://github.com/igbuend/grimbard/tree/main/skills/hyperref
Command: npx skills add https://github.com/igbuend/grimbard --skill hyperref

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users manage and implement hyperlinks, cross-references, bookmarks, and PDF metadata within LaTeX documents, simplifying navigation and document structure.

Core Features & Use Cases

  • Link Creation: Add clickable URLs, email links, and internal document references.
  • Cross-Referencing: Automatically link to sections, figures, tables, and equations.
  • PDF Metadata: Set document title, author, subject, and keywords for better PDF management.
  • Use Case: When writing a technical document, use this Skill to ensure all internal references to figures and sections are automatically updated and clickable in the final PDF.

Quick Start

Use the hyperref skill to add clickable links to the document.

Frequently Asked Questions about hyperref

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add clickable hyperlinks and cross-references to a LaTeX document?

You can add clickable hyperlinks and cross-references by configuring the LaTeX hyperref package, which automatically links sections, figures, tables, and equations while managing internal document navigation.

How do I set PDF metadata like title and author in LaTeX?

To set PDF metadata in LaTeX, use the hyperref package to embed document title, author, subject, and keywords directly into the compiled PDF file for better document management.

Do I need a specific LaTeX environment to use hyperref for PDF bookmarks?

Yes, generating PDF bookmarks and customizing link appearance requires a LaTeX compilation environment with the hyperref package installed locally or on your server.

Does hyperref work with cleveref for advanced referencing?

Yes, hyperref supports integration with cleveref for advanced referencing, allowing automatic naming and linking of cross-references to sections, figures, tables, and equations.

Can I customize the appearance of links in my LaTeX PDF?

Yes, hyperref supports customization of link appearance, allowing you to modify how clickable URLs, email links, and internal document references are visually styled in the final PDF.

What is the best way to ensure internal references to figures are automatically updated in LaTeX?

Using the hyperref package is the best way to ensure internal references to figures and sections are automatically updated and clickable in the final PDF output.