I am trying to put text side by side using minipage but it doesn't work. I wonder if there any clash between the packages or any package is missing.
Code: Select all
\documentclass[aps,pre,preprint,nofootinbib]{article}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\usepackage[pdftex]{hyperref}
\usepackage[pdftex]{graphicx}
\usepackage{fancyvrb}
\usepackage{nomencl}
\usepackage{glossaries}
\usepackage{hyperref}
\usepackage{fixltx2e}
\usepackage[table]{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{caption}
\DefineVerbatimEnvironment{code}{Verbatim}{fontsize=\small}
\hypersetup{
colorlinks,
citecolor=blue,
filecolor=blue,
linkcolor=blue,
urlcolor=blue
}
\oddsidemargin 0.0in
\evensidemargin 0.0in
\textwidth 6.5in
\headheight 0.0in
\topmargin 0.0in
\textheight 9.0in
\pagestyle{headings}
\title{ABC}
\begin{document}
\begin{titlepage}
\begin{center}
\HRule \\[0.5cm]
{ \huge \bfseries LCS Capable GSM Network}\\[0.2cm]
\vspace{0.25cm}
\large{Software Requirement Specification\\}
\HRule \\[1.5cm]
%\vspace{2cm}
\begin{minipage} {1.0\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
Tejas Oza\\Uppsala University\\ \vspace{0.25cm}
\emph{Supervisor:}\\
Hao
\end{flushleft}
\end{minipage}
\begin{minipage}{1.0\textwidth}
\begin{flushright} \large
\emph{Author:}\\
Tobias Vehkajarvi\\Gothenberg University\\ \vspace{0.25cm}
\emph{Supervisor:}\\
Robert
\end{flushright}
\end{minipage}