hello everyone
i have a problem whem Im trying to itemize a sentence but not in the beginning of the page, when my sentence is too long and drops to the next column it starts in the beginning of the page instead of where the itemize starts
thats how it looks. i want it to start exactly under the "L" and I tried using \hspace it doesn't help
Page Layout ⇒ sentence layout
sentence layout
- Attachments
-
- Capture.PNG (11.82 KiB) Viewed 1091 times
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
sentence layout
Hi,
welcome to the forum!
The default behavior of itemize is to align the text. Take a look, click on "Run with LaTeX":
It seems you are doing something different. Can you show us the code?
Stefan
welcome to the forum!
The default behavior of itemize is to align the text. Take a look, click on "Run with LaTeX":
Code: Select all
\documentclass{article}
\usepackage{blindtext}
\begin{document}
\begin{itemize}
\item One point
\item A second point
\item \blindtext
\end{itemize}
\end{document}
Stefan
LaTeX.org admin