-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhw_template.tex
43 lines (32 loc) · 1009 Bytes
/
hw_template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[hungarian]{babel} % set the language
\usepackage{lipsum}
\usepackage{graphicx} % for the includegrapichs
\usepackage{titling}
\usepackage{fancyhdr} % for the header on the first page
\usepackage{pdfpages} % to include pdf
%\usepackage{structuralanalysis} % for the figures
\begin{document}
\begin{titlepage}
\setlength{\headheight}{20pt}
\lhead{\includegraphics[height=1cm]{logo_aut.png}\\Elektrotechnika Csoport}
\rhead{\large{\textbf{Analóg elektronika}}\\
BMEVIAUA009}
%\vspace{15cm}
\title{\huge Házi feladat\\
\Large Erősítő tervezés, áramkör szimuláció}
\author{Tar Dániel\\GUTOY7}
\date{\today}
\maketitle
\pagenumbering{gobble}
\thispagestyle{fancy}
\begin{figure}
\begin{center}
\includegraphics[height=2cm]{logo_bme_kicsi.eps}
\end{center}
\end{figure}
\end{titlepage}
\newpage
\includepdf[pages=-]{hw_tard.pdf} % insert the exercise description
\end{document}