Well, I've tried what you suggested, and unfortunately my document isn't looking anything like what I need. I'm having alot of trouble with conflicts, and I'm getting alot of error messages.
I can get your itemize example to work, but I'd like to have the units all in the same style, by putting them between $s. If I try to do that, the file stops compiling part way through. I'll give the siunitsx package a go once I've dealt with this alignment issue.
The align environment puts the text in the centre of the page, but I need all of the bulletpoints in-line down the left side of the page. I still haven't worked out how to remove the numbering either. The itemize and tabular environments put the text closer to the left of the page, but not as far as bulletpoints that aren't in any environment.
Code: Select all
\documentclass{article}
\begin{document}
\textbullet \hspace{0.1cm} There are \textbf{Base Physical Quantities} (Mass, Length etc)
\begin{itemize}
\item Force is measured in newtons (N), or kgms${}^{-2}$ \\
kgms${}^{-2}$ is Mass (kg) $\times$ Acceleration (ms${}^{-2}$)
\end{itemize}
\end{document}
This example is confusing me quite a bit. Inserted into a new document, the bulletpoint and the itemized environment are in-line. Inserted part way through my document (excluding the document parts), the bulletpoint is to the left of the page and the bulletpoint from the itemized environment is below and about an inch to the right.
Is there any way to use a horizontal space \hspace{} at the beginning of a line, before any text? Maybe that could sort things out for me, even though it will probably take more time.
The only other things I can think of are putting everything (non-titles) in the itemize environment, or not using bulletpoints, which is something I'd prefer not to do.
So confused.
