[arch-general] latex - no beamer classes
Hello everyone, I'm preparing a latex beamer presentation. Therefore I installed the latex-beamer package from the AUR. But when I try to compile my presentation with \usetheme{CambridgeUs}, I get a message, that the theme cannot be found, although I have it in /usr/share/tex-mf/... and I also did texhash. Can someone help me? Best regards, Heiko
Hi, The theme is called "CambridgeUS" (the second "S" is uppercase). BTW, the latex-beamer package is not necessary to get Beamer working; I use Beamer regularly and I don't have that package installed. Using pacman -Qo /usr/share/texmf-dist/tex/latex/beamer I get that it's installed by texlive-core. Cheers! 2014-09-06 12:56 GMT+02:00 Heiko Becker <heikobecker92@gmail.com>:
Hello everyone,
I'm preparing a latex beamer presentation. Therefore I installed the latex-beamer package from the AUR. But when I try to compile my presentation with \usetheme{CambridgeUs}, I get a message, that the theme cannot be found, although I have it in /usr/share/tex-mf/... and I also did texhash.
Can someone help me?
Best regards,
Heiko
On 09/06/2014 11:02 AM, Eugenio M. Vigo wrote:
Hi, The theme is called "CambridgeUS" (the second "S" is uppercase). BTW, the latex-beamer package is not necessary to get Beamer working; I use Beamer regularly and I don't have that package installed. Using pacman -Qo /usr/share/texmf-dist/tex/latex/beamer I get that it's installed by texlive-core.
Cheers!
Hey, funny that I already had it in uppercase in my file, but after removing the latex.beamer AUR package everything works fine. Thanks.
Ok, correction: It does not work. Still getting ! LaTeX Error: File `beamerthemeCambrideUS.sty' not found. Can you help me again? Best regards, Heiko
On 09/06/2014 07:14 PM, Heiko Becker wrote:
Ok, correction:
It does not work. Still getting
! LaTeX Error: File `beamerthemeCambrideUS.sty' not found.
Can you help me again?
Best regards,
Heiko Have you tried reinstalling texlive-core?
On 09/06/2014 11:38 AM, GSC wrote:
On 09/06/2014 07:14 PM, Heiko Becker wrote:
Ok, correction:
It does not work. Still getting
! LaTeX Error: File `beamerthemeCambrideUS.sty' not found.
Can you help me again?
Best regards,
Heiko Have you tried reinstalling texlive-core?
Yes, I did that just before I wrote the last email.
On 09/06/2014 07:39 PM, Heiko Becker wrote:
Yes, I did that just before I wrote the last email.
Can you provide an small example file and your command to compile in detail?
On 09/06/2014 12:17 PM, GSC wrote:
On 09/06/2014 07:39 PM, Heiko Becker wrote:
Yes, I did that just before I wrote the last email.
Can you provide an small example file and your command to compile in detail?
Of course: \documentclass[11pt]{beamer} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{listings} \usepackage{hyperref} \usepackage{adjustbox} \usepackage{xcolor} \usepackage{graphicx} \usepackage{framed} \usetheme{CambrideUS} \title{Testpage} \author{Me} \begin{document} % \begin{frame} \titlepage \end{frame} \end{document} Compiled with: latexmk -pdf
On 09/06/2014 08:20 PM, Heiko Becker wrote:
Of course:
\documentclass[11pt]{beamer} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{listings} \usepackage{hyperref} \usepackage{adjustbox} \usepackage{xcolor} \usepackage{graphicx} \usepackage{framed} \usetheme{CambrideUS}
\title{Testpage} \author{Me}
\begin{document} % \begin{frame} \titlepage \end{frame} \end{document}
Compiled with: latexmk -pdf
Spelling issue: \usetheme{CambrideUS} should be \usetheme{CambridgeUS}
On 09/06/2014 12:24 PM, GSC wrote:
Spelling issue: \usetheme{CambrideUS} should be \usetheme{CambridgeUS}
Oh man, thanks. I should reread my includes in the future...
participants (3)
-
Eugenio M. Vigo
-
GSC
-
Heiko Becker