Others ⇒ BEAMER : how to install themes on beamer
-
- Posts: 2
- Joined: Sun Dec 24, 2017 5:07 pm
BEAMER : how to install themes on beamer
i have a problem with installation of beamer theme, actually i don't like the default themes of beamer so i have download a theme from internet but i didn't know where to place it, i have found some topics saying that i should place it in this path : /tex/latex/beamer/themes
but when i tried to go to this bath i didn't found a folder named : beamer so i don't know what to do :/
please help me !
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
BEAMER : how to install themes on beamer
A simple way: just put the theme into your document folder.
Or, type at the command line prompt "
kpsewhich -var-value=TEXMFHOME
" and create a folder for the beamer theme. (user installation)Or, find the beamer path that way, type at the command prompt:
kpsewhich beamer.cls
Look at the folder structure there, so you can find the themes subfolder to place the theme there.Stefan
-
- Posts: 2
- Joined: Sun Dec 24, 2017 5:07 pm
BEAMER : how to install themes on beamer
