-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbanner.tex
More file actions
92 lines (79 loc) · 3.47 KB
/
banner.tex
File metadata and controls
92 lines (79 loc) · 3.47 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
\documentclass[a4paper,oneside,12pt, landscape]{article}
\usepackage[slovene]{babel} % slovenian language and hyphenation
\usepackage[utf8]{inputenc} % make čšž work on input
\usepackage[T1]{fontenc} % make čšž work on output
\usepackage[reqno]{amsmath} % basic ams math environments and symbols
\usepackage{amssymb,amsthm} % ams symbols and theorems
\usepackage{mathtools} % extends ams with arrows and stuff
\usepackage{url} % \url and \href for links
\usepackage{icomma} % make comma a thousands separator with correct spacing
\usepackage{units} % \unit[1]{m} and unitfrac
\usepackage{enumerate} % enumerate style
\usepackage{array} % mutirow
\usepackage[usenames]{color} % colors with names
\usepackage{graphicx} % images
\usepackage[bookmarks, colorlinks=true, linkcolor=black, anchorcolor=black,
citecolor=black, filecolor=black, menucolor=black, runcolor=black,
urlcolor=black, pdfencoding=unicode]{hyperref} % clickable references, pdf toc
\usepackage[
paper=a4paper,
top=2.5cm,
bottom=2.5cm,
left=2.5cm,
right=2.5cm
% textheight=24cm,
]{geometry} % page geomerty
\newtheorem{izrek}{Izrek}
\newtheorem{posledica}{Posledica}
\theoremstyle{definition}
\newtheorem{definicija}{Definicija}
\newtheorem{opomba}{Opomba}
\newtheorem{zgled}{Zgled}
% basic sets
\newcommand{\R}{\ensuremath{\mathbb{R}}}
\newcommand{\N}{\ensuremath{\mathbb{N}}}
\newcommand{\Z}{\ensuremath{\mathbb{Z}}}
\renewcommand{\C}{\ensuremath{\mathbb{C}}}
\newcommand{\Q}{\ensuremath{\mathbb{Q}}}
\newcommand{\T}{\ensuremath{\mathsf{T}}}
% greek letters
\let\oldphi\phi
\let\oldtheta\theta
\newcommand{\eps}{\varepsilon}
\renewcommand{\phi}{\varphi}
\renewcommand{\theta}{\vartheta}
% vektorska analiza
\newcommand{\grad}{\operatorname{grad}}
\newcommand{\rot}{\operatorname{rot}}
\renewcommand{\div}{\operatorname{div}}
\newcommand{\dpar}[2]{\frac{\partial #1}{\partial #2}}
% lists with less vertical space
\newenvironment{itemize*}{\vspace{-1.5\parskip}\begin{itemize}\setlength{\itemsep}{0pt}\setlength{\parskip}{2pt}}{\end{itemize}\vspace{-1\parskip}}
\newenvironment{enumerate*}{\vspace{-1.5\parskip}\begin{enumerate}\setlength{\itemsep}{0pt}\setlength{\parskip}{2pt}}{\end{enumerate}\vspace{-1\parskip}}
\newenvironment{description*}{\vspace{-6pt}\begin{description}\setlength{\itemsep}{0pt}\setlength{\parskip}{2pt}}{\end{description}\vspace{-1\parskip}}
\renewcommand{\b}{}
\newcommand{\Title}{}
\newcommand{\Author}{Jure Slak}
\title{\Title}
\author{\Author}
\date{\today}
\hypersetup{pdftitle={\Title}, pdfauthor={\Author}, pdfcreator={\Author},
pdfproducer={\Author}, pdfsubject={}, pdfkeywords={}} % setup pdf metadata
\pagestyle{empty} % vse strani prazne
% \setlength{\parindent}{0pt} % zamik vsakega odstavka
% \setlength{\parskip}{10pt} % prazen prostor po odstavku
% \setlength{\overfullrule}{30pt} % oznaci predlogo vrstico z veliko črnine
\begin{document}
\[
(a+b)^n = \sum_{i=0}^n \binom{n}{i} a^i b^{n-i} \quad
\oint_{\partial \Sigma} \b{B}\cdot d\b{\ell} = \mu_0 \left(\iint_\Sigma \b{J} \cdot d\b{S} +
\eps_0 \frac{d}{dt} \iint_{\Sigma} \b{E}\cdot d\b S \right) \quad
\forall X. \left[ \emptyset \notin X \Rightarrow \exists f\colon X \to
\bigcup X.\; \forall \alpha\in X.\; f(\alpha) \in \alpha \right] \quad
\dpar{^2 u}{t^2} = c^2 \nabla^2 u \quad
\]
\end{document}
% vim: syntax=tex
% vim: spell spelllang=sl
% vim: foldlevel=99
% Latex template: Jure Slak, jure.slak@gmail.com