summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat3.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat3.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat3.tex b/Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat3.tex
new file mode 100644
index 00000000000..76586a67a5d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat3.tex
@@ -0,0 +1,44 @@
+\documentclass[centeredchapter]{thesis-ekf}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\PassOptionsToPackage{defaults=hu-min}{magyar.ldf}
+\usepackage[magyar]{babel}
+\usepackage{graphicx,amsmath,amssymb,amsthm}
+\graphicspath{{./images/}}
+\footnotestyle{rule=fourth}
+
+\newtheorem{tetel}{Tétel}[chapter]
+\newtheorem{lemma}[tetel]{Lemma}
+\theoremstyle{definition}
+\newtheorem{definicio}[tetel]{Definíció}
+\newtheorem{feladat}[tetel]{Feladat}
+\theoremstyle{remark}
+\newtheorem{megjegyzes}[tetel]{Megjegyzés}
+\newtheorem*{megoldas}{Megoldás}
+
+\logo{\includegraphics[width=9cm]{ekf-logo3}}
+\institute{Matematikai és Informatikai Intézet}
+\title{A szakdolgozat címe}
+\authorcaption{Készítette:}
+\author{Szerző neve\\ szak}
+\supervisorcaption{Témavezető:}
+\supervisor{Tanár neve\\ beosztás}
+\city{Eger}
+\date{2015}
+
+\begin{document}
+\maketitle
+\tableofcontents
+
+\chapter*{Bevezetés}
+
+\chapter{Fejezet címe}
+
+\section{Szakasz címe}
+
+\subsection{Alszakasz címe}
+
+\begin{thebibliography}{1}
+\bibitem{cimke} \textsc{Szerző}: Cím, Kiadó, Hely, évszám.
+\end{thebibliography}
+\end{document}