Code: Select all
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{mathtools}
\begin{document}
\begin{tabbing}
Below \= is a list that i want tabbed\\
\> Here I am going to write a long sentence which I would like to wrap around but will instead keep traveling to the right even after the page stops even though I want it to wrap to the next like and start from where the beginning of this stentence started, or maybe even a little bit more to the left\\
\> Here I am going to write a long sentence which I would like to wrap around but will instead keep traveling to the right even after the page stops even though I want it to wrap to the next like and start from where the beginning of this stentence started, or maybe even a little bit more to the left
\end{tabbing}
\end{document}
So in order to wrap things, I have to manually add the \\ command everywhere. But in order to know where to put the \\ commands, I need to keep recompiling dozens of times to see where the end of the sentence should be.
Is there a way to get automatic word-wrapping ??