Code: Select all
Definitions:
\begin{itemize}
\item Functional requirement:
\item Non-functional requirement:
\end{itemize}
Abbreviations:
\begin{itemize}
\item FR: Functional requirement
\item NFR: Non-functional requirement
\end{itemize}
Code: Select all
Definitions:
\begin{itemize}
\item Functional requirement:
\item Non-functional requirement:
\end{itemize}
Abbreviations:
\begin{itemize}
\item FR: Functional requirement
\item NFR: Non-functional requirement
\end{itemize}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
\parindent
because it follows a blank line in the source code which introduces a new paragraph. The term "Definitions:" is not indented because it probably directly follows a heading (chapter, section, …). If you do not want that indentation, either delete the blank line or comment it (by simply inserting %
).
Code: Select all
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
\section{Foo}
Definitions:
\begin{itemize}
\item Functional requirement:
\item Non-functional requirement:
\end{itemize}
%
Abbreviations:
\begin{itemize}
\item FR: Functional requirement
\item NFR: Non-functional requirement
\end{itemize}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p