21 lines
436 B
TeX
21 lines
436 B
TeX
\documentclass[usenames,dvipsnames,aspectratio=169]{beamer}
|
|
\usepackage{../common/webfejl}
|
|
|
|
\title[Webtechnológia és webalkalmazás-fejlesztés - Alapok]{Webtechnológia és webalkalmazás-fejlesztés - Alapok}
|
|
\subtitle{Alapok}
|
|
|
|
\begin{document}
|
|
|
|
\begin{frame}[plain]
|
|
\titlepage
|
|
\logoalul
|
|
\end{frame}
|
|
|
|
\input{orabemut.tex}
|
|
\input{https.tex}
|
|
\input{js_alapok.tex}
|
|
\input{nodejs_alapok.tex}
|
|
\input{npm_package.tex}
|
|
|
|
|
|
\end{document} |