DETAILS: REFERENCES, LANGUAGE, METADATA
6.4
LaTeX: references, languages and metadata
In order to create references and define language in LaTeX, you first have to install the hyperref package.
Table of contents
LaTeX creates a table of contents with the command:
\tableofcontents
.
If the hyperref package is loaded, the command will automatically create the corresponding links.
Internal references
Highlight the destination location with
\label{DESCRIPTION}
,
and refer to it with
\ref{DESCRIPTION}
.
If the hyperref package is loaded, the two positions will be linked automatically. By default, LaTeX will use either the section or the figure number. To link to the page instead, use
\pagref{DESCRIPTION}
.
External references
Use the hyperref package. Here’s how to enter URLs:
\href{https://www.unibas.ch}{University of Basel}
.
Languages
Use the hyperref package. Here’s how to set the language:
\usepackage[pdflang = {de}]{hyperref}
.
Metadata
Specify the PDF metadata with the hyperref package:
\usepackage[pdfauthor = «AUTHOR», pdftitle = «TITLE»]{hyperref}
.
- Hide »
- Toggle Theme
-
History
/en/accessibility-in-digital-teaching-and-learning-33/details-references-language-metadata-1-196/latex-references-languages-and-metadata-1011 -
Versions
Django 5.2.3 -
Time
- Settings
- Headers
-
Request
-
SQL
38 queries in 40.07ms -
Static files
7 files used -
Templates
step/step_home.html -
Cache
6 calls in 4.29ms -
Cachalot
-
Signals
119 receivers of 15 signals -
Intercept redirects
-
Profiling
DJDT