Document ClassesCompilation of Presentation fails

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
amyekut
Posts: 3
Joined: Sat Sep 07, 2013 4:05 pm

Compilation of Presentation fails

Post by amyekut »

Hi,

I am having trouble with the beamer package in PDFLaTeX on my current installation. Previously all was well; and presently other LaTeX packages are OK.

Even a small sample file generates a lot of errors.

Code: Select all

\documentclass{beamer}

\begin{document}

\begin{frame}  
frame 1
TaTATATATta atatata $1234r$
\end{frame}

\begin{frame} 
frame 2 
 TaTATATATta atatata $1234r$
\end{frame}

\end{document}
My system is openSUSE 12.3 with TeX Live 2013 from the distributions repositories. Here is the top of the log file.

Code: Select all

This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/TeX Live for opensuse.org)
 restricted \write18 enabled.
entering extended mode
(./test-beamer3.tex
LaTeX2e <2011/06/27>
Babel <3.9f> and hyphenation patterns for 78 languages loaded.
(/home/amyekut/texmf/tex/latex/beamer/base/beamer.cls
(/home/amyekut/texmf/tex/latex/beamer/base/beamerbasercs.sty)
Runaway argument?
Header$ \ProvidesPackage {\beamer@rcsfile }[\beamer@rcsdate \space (r\ETC.
! File ended while scanning use of \beamer@parseid.
<inserted text> 
                \par 
l.13 \ProvidesClassRCS
                       $Header$
Runaway argument?
Header$ \ProvidesClass {\beamer@rcsfile }[\beamer@rcsdate \space \beamer@versio
n \ETC.
! Paragraph ended before \beamer@parseid was complete.
<to be read again> 
                   \par 
l.15 
The full log file is attached.

Please help.
AMYEKUT
Attachments
test-beamer3.log
(50.13 KiB) Downloaded 492 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Compilation of Presentation fails

Post by localghost »

It seems that you have a CVS version of the beamer class which seems to cause the trouble. I wonder why the repository delivered it. Did you try to retrieve the recent package version from the »Publishing:TeXLive« repository by YaST?

Have you thought about installing a vanilla TeX Live instead of the version that openSUSE ships? The version from openSUSE misses the TLmgr (TeX Live Manager) for maintaining the system and updating packages. I run that vanilla system and it works fine.


Best regards and welcome to the board
Thorsten
amyekut
Posts: 3
Joined: Sat Sep 07, 2013 4:05 pm

Compilation of Presentation fails

Post by amyekut »

Hi Thorsten,
It seems that you have a CVS version of the beamer class which seems to cause the trouble. I wonder why the repository delivered it. Did you try to retrieve the recent package version from the »Publishing:TeXLive« repository by YaST?
I do have the latest from the SUSE repository.
Have you thought about installing a vanilla TeX Live instead of the version that openSUSE ships? The version from openSUSE misses the TLmgr (TeX Live Manager) for maintaining the system and updating packages. I run that vanilla system and it works fine.
Will try this.

Just to be sure: do you mean the package supplied by
http://www.tug.org/texlive/ ?
What is the best installation method on my SUSE system?

Thanks,

Amnon
amyekut
Posts: 3
Joined: Sat Sep 07, 2013 4:05 pm

Compilation of Presentation fails

Post by amyekut »

All seems well now. I added the "PATH=..." line to .profile, did a logout+login, and now OK.

Hi,

I installed the "vanilla" TEXLIVE, and it works well! But only from a terminal.

Now KILE refuses to work: the PDFLATEX gives "failed to start" message. (OKULAR does work!)

Any idea what to do?
Post Reply