Tagged Questions
2
votes
1answer
51 views
When I try to add a new page it gives me an error [closed]
I'm using LaTeX to make a document for the first time, so I started off by just using a template and just editing text to make it as easy as possible for me. However, I've stumbled across a problem.
...
3
votes
1answer
126 views
Undefined control sequence \end{frame} [closed]
I'm having trouble woking with this code
\documentclass{beamer}
\usepackage{pgfpages}
\usepackage[utf8]{inputenc}
% Class options include: notes, notesonly, handout, trans,
% ...
3
votes
1answer
103 views
LaTeX getting “Missing } inserted” error
I'm getting "Missing } inserted" error, when compiling with pdflatex and I really don't understand why. This is occurring in a beamer frame. Maybe someone comes up with something useful.
...
3
votes
2answers
367 views
Beamer: error ! ==> Fatal error occurred, no output PDF file produced!
Having problems with LaTeX. The PDF file isn't being created and I have looked numerous times online. I think the problems lies in the user packages.
Here is the end the log code:
Package pdftex.def ...
1
vote
1answer
145 views
pdflatex “Required Page Does Not Exist” error with beamerarticle
I have several beamer tex files and need to create a manual (using beamerarticle) that incorporates all of the beamer files (with their notes) as one document. The original basis of the articlebeamer ...
6
votes
1answer
274 views
Strange error when combining Beamer, Animate, Tikz and Listings
I'm working on some slides where I show how code is actually executed in Java. Therefore I'm working with the animate package to generate animations.
Without going into details, I've written a macro ...
0
votes
0answers
147 views
Beamer and table error [closed]
I don't know what's wrong here, I just copy my table from the article into the beamer, and it's not working. I keep gettning: Illegal character in array arg. \end{frame}
Here's the MWE:
%&latex
...
2
votes
1answer
158 views
Quotes problem in beamer
I'm trying to make nice big quotes work in my presentation, but there is some error, a clashing of packages I assume, and I don't know how to resolve this :\
So my mwe is here:
%&latex
...
0
votes
0answers
159 views
EastLansing beamer theme not found [closed]
I wanted to use the EastLansing theme in beamer but during the compilation LaTeX gives me the following error:
latex error : File 'beamerthemeEastLansing.sty' not found
So how do I do to correct ...
2
votes
2answers
322 views
Beamer - Array problem
I encounter some trouble with the following array in the frame :
\begin{frame}
\frametitle{Measurability of - Third case}
\begin{block}{Expression of }
Let the unique solution of on :\\
\[ t^* ...
1
vote
1answer
82 views
Error presenting an image [closed]
I want the third page of my document to include an image (JPEG) but I can't figure out what's wrong with my code. Here's the MWE:
\documentclass{beamer}
\usetheme{Warsaw}
\title[Artificial Neural ...
5
votes
2answers
110 views
Where are all these errors coming from?
With the following document, I get a lot of errors around line 38. I can't tell where these come from, but the resulting output looks fine. For the sake of good practice, what am I doing wrong here?
...
1
vote
0answers
205 views
error with tikz (bounding box) on ubuntu [closed]
I created a latex beamer presentation on my Mac OSX and there
I included some pictures using tikz. Due to my job I migrated
to Ubuntu and now I want to use that presentation with Texmaker
(Latex via ...
2
votes
1answer
296 views
Fancy cloud quote-Arithmetic overflow
I ws trying to make a fancy quote...(Any ideas?) I couldn't find annything, so I thought of using a cloud... My code is
\documentclass[slidestop,compress,mathserif,12pt,xcolor=dvipsnames]{beamer}
...
9
votes
0answers
274 views
Missing \endgroup error for Beamer standalone with subpreambles option [closed]
I am trying to use Martin Scharrer's nifty standalone package to put a Beamer animation into a standalone file. Here is a minimal example that demonstrates the error I am running into. The subfile, ...
4
votes
1answer
164 views
Interference between \includeonlyframes and \onslide across tabular row
I seem to have run into a strange interference between \includeonlyframes and use of \onslide to uncover a row in a tabular environment. Consider the following:
\documentclass{beamer}
...
2
votes
0answers
245 views
Nested \xygraph in \xymatrix [closed]
I am nesting an \xygraph in an \xymatrix like so:
%\documentclass{article}
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{MnSymbol}
\usepackage{chemarr}
...
2
votes
1answer
342 views
Beamer error with columns
I want to put a picture in one column, some text in the other, and beneath all that some more text in a beamer style presentation. My frame looks like this:
\begin{frame}
\frametitle{Svemir dominiran ...
6
votes
1answer
2k views
Dimension too large on a PNG figure under xelatex and beamer
I have PNG image I want to introduce into my presentation. The figure is black and white and the edges are small. When I compile the file in pdflatex everything is fine but when I Compile it with ...
2
votes
1answer
340 views
Arithmetic overflow error using custom theme in pdfLaTex
I am attempting to compile a 70 frame beamer presentation in TeXworks (on Ubuntu 11.10). The theme I am using is called beamer-goddard (located at the bottom of This Page) .
When I compile I ...
11
votes
1answer
425 views
Error when using colour in \author
I am getting an error when I try to use \color{} in the the author field with beamer, even though the file compiles and I get the the words I want coloured in the author field.
This is the error ...
4
votes
1answer
361 views
Missing $ inserted in block environment
I tried to compile the following using the beamer class:
\begin{block}
$$T(\mathcal{P})=\mathbb{R}$$ and
$$\mathrm{M}(\mathcal{P})=\mathbb{R}_{+}^{3}/ \mathrm{S}_3$$
\end{block}
If I complie ...
2
votes
2answers
1k views
MiKTeX Portable can't open Beamer theme
I have a Beamer theme called beamerthemeMittweida.sty that's not available in a package.
At home I just copied the .sty to Miktex\tex\latex\beamer, then updated all packages and I was able to use the ...
1
vote
1answer
950 views
Beamer: Missing $ in frame
Trying to compile the following code in a beamer presentation:
\subsection{I servizi LBS oggi}
\begin{frame}
\frametitle{La privacy negli odierni servizi LBS}
\begin{block}{Cosa ci dicono gli studi}
...
0
votes
0answers
2k views
Beamer error message: Undefined control sequence \Geom@lmargin [closed]
I am running the following minimal example with beamer (windows 7, Miktex 2.9, all packages updated)
\documentclass{beamer}
\mode<presentation> {\usetheme{Darmstadt}}
\title{Fundamentals of ...
6
votes
1answer
1k views
Beamer: error while making handouts
I'm trying to make a handout version of my presentation: i.e., a version with only the last slide on every sequence of slides. After reading around I installed pgfpages and changed:
...
0
votes
0answers
522 views
LaTeX beamer errors on Windows 7 [closed]
I am using the beamer class. I had a working installation on Windows XP with MikTeX. After switching to Windows 7 (not my choice...), I get the error below, also with weird looking text between pages.
...
7
votes
1answer
414 views
Beamer error driving me nuts
OK, I've been staring at this for an hour. I know there's an error in this frame, as the document compiles fine if I put \end{document} in the frame before this. But this frame gives an error about ...
2
votes
2answers
2k views
pdftex.def Error: 'pix/quadratic.pdf' not found : Beamer
I am using a beamer template to make a presentation. When I compile the code I am getting the following error which I have no idea about.
<Package pdftex.def Error: File 'pix/quadratic.pdf' not ...
3
votes
1answer
2k views
beamer doesn't work after upgrading to MiKTeX 2.9 – 20 error messages
After upgrading to MiKTeX 2.9 my beamer files stopped working. The code:
\documentclass{beamer}
\begin{document}
\begin{frame}
Hello
\end{frame}
\end{document}
Gives some 20 errors and two ...
6
votes
1answer
1k views
Undefined Control Sequence \hyper@link error
Every time I compile my beamer presentation, I get a list of 83 errors all of the form:
Undefined Control Sequence
\hyper@link...d@pdflink {#1}{#2}#3\Hy@xspace@end
\close@pdflink
at each ...
3
votes
1answer
1k views
Is it bug or feature? I cannot use makeidx in beamer.
I attempted to use makeidx.sty in my beamer project.
The first two compilation using latex, the input file can be processed successfully.
Then I execute makeindex, it also run without error.
But ...
2
votes
2answers
297 views
Meaningful error messages when using latex instead of pdflatex
When I have TikZ images or I include .png graphics, I need to use pdflatex instead of plain vanilla latex. (That is, I need to use pdflatex all the time, rather than just when I want to produce the ...
