My name is Ivan and I was bitten by the latex bug 3 days ago. Kinda kicking myself, as I'm into my final year of studies and only just got onto Latex.
Progress has been pretty good to date, however, like all newcomers I have a few questions. I am trying to write text between two figures, as below;
[Figure 1] I want to place text here. [Figure 2]
This is for a cover page for my thesis. Figure 1 & 2 are the uni emblems.
I am also trying to setup the following layout. All appropriate packages are used and I get no errors with the below code. However when I build the file (pdf) the items Purpose, Description and Duration are not aligned. I want to be able to align them and also maintain alignment between the text that comes after the items. I have played with the align, enumerate, description and itemize environments but this is the best I can get at the moment.
Code: Select all
\bigskip\noindent\textbf{Task 1: Project Definition, Management and Planning}
\begin{itemize}[leftmargin=68pt, labelsep=15pt, itemindent=0pt]
\item[\textbf{Purpose:}]To define the scope and objectives of the project and to develop the tasks and schedule for the successful completion of the project.
\item[\textbf{Description:}]The project management documentation will be developed during this task. The management documentation will include; Initial Client Brief, Project Task Breakdown Structure, Project Task Outline and Project Schedule.
\item[\textbf{Duration:}]Seven weeks.
\medskip\newline\textbf{Resources:}\hspace{.3in}Personal computer, Project management resources, Thesis guidelines.
\medskip\newline\textbf{Outputs:}\hspace{.3in}Project management documentation for thesis.
\end{itemize}

Cheers
Ivan