benjamin-weiss / hsrmbeamertheme

Beamer theme that complies with the corporate design of the RheinMain University of Applied Sciences.
225 stars 63 forks source link

Install/requirements/setup instructions? #2

Open jwhendy opened 9 years ago

jwhendy commented 9 years ago

Greetings,

I love the theme and am trying to use it locally but get a lot of errors. I didn't see much help regarding documentation and thought if you added some it would be helpful. For example, I've never used a xelatex beamer theme, so my first surprise was when pdflatex didn't work. Here are the errors I get when trying to compile hsrm-beamer-demo.tex using xelatex on Arch Linux, TexLive 2015 (after installing obvious missing packages):

...
Package hyperref Message: Stopped early.
)
Package hyperref Message: Driver (autodetected): hxetex.

...

Package sansmathaccent Warning: Could not find 'filehooks' package: one mathgro
up may be wasted on input line 89.

...

! Package babel Error: Unknown option `german'. Either you misspelled it
(babel)                or the language definition file german.ldf was not found
.

See the babel package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.300 \ProcessOptions*

? 

! Package babel Error: You haven't specified a language option.

See the babel package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.333 ...ry to proceed from here, type x to quit.}

...

! LaTeX Error: File `dtklogos.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

...

! Undefined control sequence.
<argument> \XeTeX 

l.477 \end{frame}

? 
! Undefined control sequence.
\tikz@child@node@text ->[concept]{\ConTeXt 
                                           }
l.477 \end{frame}

? 

Again, this is probably just due to my unfamiliarity with XeTeX, but I'm not sure and thought I'd inquire. Awesome theme and I'd love to understand how to use it.

benjamin-weiss commented 9 years ago

It looks like there are still some packages missing. E.g. the filehook package and the dtklogos package. But at least the dtklogos package is not mandatory for the theme. I just use it in one of the example slides. So it is probably sensible to start with the hsrm-beamer-minimal.tex file. To eliminate the babel related error you can probably just change the line 15 (in harm-beamer-minimal.tex) from

\usepackage[german]{babel}

to

\usepackage[english]{babel}

as I suppose you do not need german language support.

markmark1 commented 7 years ago

\usepackage[english]{babel} switched but still not working :(