Remove the commenting-out task

This commit is contained in:
Florian 2025-05-08 22:13:09 +02:00
parent d1458eca95
commit 1a39161dd4
2 changed files with 9 additions and 12 deletions

View File

@ -1,11 +1,11 @@
% \documentclass{article}
% \usepackage[utf8]{inputenc}
% \usepackage[T1]{fontenc}
% \usepackage[english]{babel}
% \usepackage[hidelinks]{hyperref}
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[hidelinks]{hyperref}
% \begin{document}
% \tableofcontents
\begin{document}
\tableofcontents
\section{Beverages}
@ -38,4 +38,4 @@ Coming soon!
\subsubsection{Buckwheat Overnight Oats}
Coming soon!
% \end{document}
\end{document}

View File

@ -11,8 +11,5 @@
\item It is time to structure your first document. Use the \LaTeX{}
commands \code{latex}{\textbackslash section},
\code{latex}{\textbackslash subsection}, etc. to structure the text.
Also,
include
a table of contents for your document.
\item Afterwards, comment out the preamble, the document environment, and the table of contents.
Also, include a table of contents for your document.
\end{enumerate}