I'm very new to latex. I copied the code from a template from this site.
Code:
\documentclass[handout]{beamer}
\usepackage[utf8x]{inputenc}
\usepackage{textcomp}
\useoutertheme{lsp}
\usepackage{lsptitle}
\def\mytoday{\two@digits{\number\day}.\two@digits{\number\month}.\number\year}
\usepackage{xspace,multicol}
\newcommand{\latex}{\LaTeX\xspace}
\newcounter{lastpagemainpart}
\footnotesep0pt
\renewcommand{\footnoterule}{}
\usefootnotetemplate{
\noindent
\insertfootnotemark\insertfootnotetext}
\let\beamerfn=\footnote
\renewcommand{\footnote}[1]{%
\let\oldfnsize=\footnotesize%
\let\footnotesize=\tiny%
\beamerfn<\thebeamerpauses->{#1}%
\let\footnotesize=\oldfnsize}
\date{05.03.2015}
\usepackage{eurosym}
\usepackage{ogonek} % Dabrowska
%\usepackage{libertine}
\renewcommand{\centerline}[1]{\hfill#1\hfill\hfill\mbox{}}
\title{Language Science Press}
\institute{FU Berlin}
\author{Firstname Lastname}
\begin{document}
\lspbeamertitle
\section{Hintergrund}
\frame{
\frametitle{Hintergrund}
\begin{itemize}[<+->]
\item first
\item sth
\item lala
\item c
\end{itemize}
}
\section{Organisation}
\subsection{Level 2}
\subsubsection{Ebene 3}
\frame{
\frametitle{Gemeinschaftsprojekt}
\begin{itemize}[<+->]
\item
\end{itemize}
}
\setcounter{framenumber}{\thelastpagemainpart}
\end{document}
I paste the code into MikTex - Texworks editor. It downloaded some packages like beamer. later when I tried to compile the code, I found the Error
! LaTeX Error: File `beamerouterthemelsp.sty' not found.
How to get rid of this error!!

beamerouterthemelsp.styfrom https://www.overleaf.com/10433107qdscxhsbszws#/38842349/? – samcarter_is_at_topanswers.xyz Jul 25 '17 at 13:55\ProvidesPackageRCSfrom his directory structure. It might work if I changed it – pz64_ Jul 25 '17 at 14:24\ProvidesPackageRCSis not the problem - but please use the one from overleaf instead of trying to repair the one from github. – samcarter_is_at_topanswers.xyz Jul 25 '17 at 14:28