I am using $\bullet$ to type up some bullet messages, but when I want my writing becomes too long I had to seperated it into two sentences. For some reason TeX "noindents" automatically for me
I am not sure how to explain it, but basically as soon as I go to the next line, my new text doesn't start at the same position as my first text next to the bullet
$\bullet$ TEXT (1)..............
TEXT(2) FOLLOWING TEXT 1
Produces something like
*text(1)...............
text(2)...............
instead of
*text(1)..............
_text(2)...............
Could someone help?
itemizeenvironment, which is is one of the most basic LaTeX constructs. Please read the short intro to get some basic knowledge of the tool you're working with. Or maybe you are'nt using LaTeX at all? – Stephan Lehmke Sep 2 '12 at 18:43\item{$\bullet$}. – Stephan Lehmke Sep 2 '12 at 18:49latex. Have a look at the The Not So short guide to latex; it will help with a lot of your early questions. Once you've studied it, search here on the tex exchange and google. Customizing theitemizeenvironment is very easy using theenumitempackage- you'll find a lot of demonstrations here on the site. Happy TeXing! – cmhughes Sep 2 '12 at 19:02