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

View File

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