summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat2.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat2.tex b/Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat2.tex
new file mode 100644
index 00000000000..b0a6e9f1d45
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/thesis-ekf/szakdolgozat2.tex
@@ -0,0 +1,44 @@
+\documentclass[logodown]{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=3cm]{ekf-logo2}}
+\institute{Eszterházy Károly Főiskola\\ 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{2014}
+
+\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}