gktsai / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

latex cimpile #323

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I sent to compile using the dot button
2.the code i used was
\documentclass[violet]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\mode<presentation>
\usetheme{Berlin}
\usecolortheme{albatross}
\setbeamertemplate{footline}[text line]{}
\useoutertheme[subsection=false]{smoothbars}
\usepackage{graphicx}
\usefonttheme{serif}
\date{}
\title{Presentation}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Title Page Info 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%

\title{Introducci\'on a las fuentes renovables de energ\'{\i}a}
\subtitle{Temas selectos de f\'{\i}sica estad\'{\i}stica y termodin\'amica}
\author{J. A. del R\'{\i}o}
%\institute{Department of Mathematics\\ University of Utah \\ 
\vspace{.25cm}GSAC Colloquium}
\date{\today}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Begin Your Document 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%

\begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%

\frame{
    \titlepage 
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%

%\section[Outline]{}    % this puts the outline before EACH section 
automatically & will highlight the section you're about to talk about
%\frame{\tableofcontents}

\section{T\'{\i}tulo}
\subsection{La situaci\'on actual}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%

\frame{\frametitle{Dos notas}
\begin{center}
\begin{block}{Nota \#1}
    \vspace{.1cm}
    texto\\
    segundo texto\\
    tercera frase
\end{block}

\vspace{1cm}
\begin{block}{Nota \#2}
    texto \\
    segunda frase
\end{block}
\end{center}
}
 \frame{\frametitle{figura}
%la figura se incluye en formato .jpg el ancho de la figura se ajusta 
automaticamente al 60% del ancho del texto
\begin{figure}[h]
\centering
\includegraphics[width=.3\textwidth]{nombregrafico.png}
\caption{Curva}
\end{figure}
\vspace{0.5cm}
\begin{block}{Nota \#3}
    \vspace{.1cm}
    text \\
    \textquestiondown Cu\'anto petr\'oleo nos queda?.

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% End Your Document 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%

\end{document}
3.

What is the expected output? What do you see instead?
preview

What version of the product are you using? On what browser?
15.0.874.106

Please provide any additional information below.

Original issue reported on code.google.com by delrio.a...@gmail.com on 8 Nov 2011 at 2:31