latex-wochenende/svg/chapter-12/cref-multiple-example.tex
2025-05-08 20:29:59 +02:00

21 lines
570 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[a4paper,english]{article}
\usepackage{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{cleveref}
\begin{document}
\thispagestyle{empty}
\section{An introduction}\label{sec:section1}
\section{Fasten your seatbelt}\label{sec:section2}
\section{Operating altitude reached}\label{sec:section3}
\section{Its going downhill}\label{sec:section4}
\section{Just before impact}\label{sec:section5}
\section{Calm down}\label{sec:section6}
Reference be made to \Cref{sec:section1,sec:section2,sec:section3,sec:section5}.
\end{document}