Here is the code:
Code: Select all
\documentclass[8pt]{beamer}
%\setlength\parindent{-0.25in}
\usetheme{default}
\usepackage{bookman}
\usepackage{wrapfig}
\begin{document}
\title{Determining precision of gene expression measurements}
\author{S. N.}
\date{\today}
\frame{\frametitle{Intro}
\noindent \hspace{-5mm} blah
\begin{itemize}
\item<1-> Analysis of incomplete data when the variables are unordered categorical.
\end{itemize}
}
\end{document}
I checked the web and beamer manual, and couldn't find the solution. Resetting \parindent did not help.
Hope someone will be able to help me out. Thank you very much!