Search found 5 matches

by cleopatra
Mon Oct 06, 2008 6:46 pm
Forum: Document Classes
Topic: trouble removing indentation on beamer slides
Replies: 8
Views: 9267

Re: trouble removing indentation on beamer slides

Thanks!! I'm just learning tex, so you're a godsend.
by cleopatra
Mon Oct 06, 2008 8:00 am
Forum: Document Classes
Topic: trouble removing indentation on beamer slides
Replies: 8
Views: 9267

Re: trouble removing indentation on beamer slides

Here it is:

\documentclass[11pt]{beamer}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{times,cite}
\usetheme{Szeged}

\section{Univariate vs Multivariate}
\begin{frame}
\frametitle{Univariate vs Multivariate Normal Distribution}
\begin{columns}
\begin{column}[l]{.45\textwidth ...
by cleopatra
Mon Oct 06, 2008 2:18 am
Forum: Document Classes
Topic: trouble removing indentation on beamer slides
Replies: 8
Views: 9267

Re: trouble removing indentation on beamer slides

That works fine for me. But when I enter my stuff into that it indents again. But then I moved the point without any symbols to first and now everything works properly. I'm very confused but it at least seems to be resolved, even if the points aren't in the order I want. Is it something to do with ...
by cleopatra
Mon Oct 06, 2008 12:31 am
Forum: Document Classes
Topic: trouble removing indentation on beamer slides
Replies: 8
Views: 9267

Re: trouble removing indentation on beamer slides

First Column and the first bullet point are indented with respect to the second two bullet points. I want all four of them to start on the left of the page. If I add a fourth bullet point, I get the first two bullet points and First Column indented with respect to the last two. Can I ask tex to not ...
by cleopatra
Sun Oct 05, 2008 5:31 am
Forum: Document Classes
Topic: trouble removing indentation on beamer slides
Replies: 8
Views: 9267

trouble removing indentation on beamer slides

I am in the process of making a beamer presentation but everything seems to indent for some reason.

Here is the code for a slide that is having a problem:

\section{Title}
\begin{frame}
\frametitle{Title}
\begin{columns}
\begin{column}[l]{.45\textwidth}
First Column \\
\begin{itemize}
\item one ...