static.wiai.de/latex-wochenende/svg/chapter-13/cref-multiple-beispiel.tex
2023-01-10 11:40:39 +01:00

21 lines
576 B
TeX

\documentclass[a4paper,ngerman]{article}
\usepackage{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{cleveref}
\begin{document}
\thispagestyle{empty}
\section{Ein Einstieg}\label{sec:section1}
\section{Bitte schnallen Sie sich an}\label{sec:section2}
\section{Flughöhe erreicht}\label{sec:section3}
\section{Jetzt geht es bergab}\label{sec:section4}
\section{Kurz vor Aufschlag}\label{sec:section5}
\section{Beruhigen Sie sich}\label{sec:section6}
Hier sei verwiesen auf \cref{sec:section1,sec:section2,sec:section3,sec:section5}.
\end{document}