This repository was archived by the owner on Mar 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIncludes.tex
More file actions
69 lines (59 loc) · 2.03 KB
/
Includes.tex
File metadata and controls
69 lines (59 loc) · 2.03 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% global includes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper; 12pt]{article}
% językowe
\usepackage[english,german,polish]{babel}
\usepackage{polski}
\usepackage[utf8]{inputenc}
% matematyczne
\usepackage{mathtools}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage[
style=alphabetic,
sorting=none,
%
% Zastosuj styl wpisu bibliograficznego właściwy językowi publikacji.
language=autobib,
autolang=other,
% Zapisuj datę dostępu do strony WWW w formacie RRRR-MM-DD.
urldate=iso8601,
% Nie dodawaj numerów stron, na których występuje cytowanie.
backref=false,
% Podawaj ISBN.
isbn=true,
% Nie podawaj URL-i, o ile nie jest to konieczne.
url=false,
%
% Ustawienia związane z polskimi normami dla bibliografii.
maxbibnames=3,
% Jeżeli używamy BibTeXa:
backend=bibtex
]{biblatex}
\addbibresource{bib.bib}
\usepackage{graphicx} % for graphics/pictures
\usepackage{subcaption} % subfigures
\usepackage{wrapfig} % figures wraped in text
\usepackage{geometry} % for changing page layout
\usepackage{indentfirst} % do każdego akapitu dodawane jest wcięcie
\usepackage{icomma} % inteligentne przecinki
\usepackage{booktabs} % enchanced tables
\usepackage{float} % for pictures/graphics
\usepackage[locale=FR]{siunitx} % ładne wpisywanie wielkości i jednostek
\usepackage{verbatim} % komentarze
\usepackage{appendix} % załączniki
%\sisetup{per-mode=fraction}
%\sisetup{per-mode=reciprocal}
\sisetup{per-mode=symbol}
\newgeometry{tmargin=2.5cm, lmargin=1.9cm, rmargin= 1.9cm, bmargin= 2.5cm}
\linespread{1.3}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% local includes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usepackage[fixlanguage]{babelbib}
%\selectbiblanguage{polski}
\usepackage{color} % kolorowanie tekstu
\usepackage{courier} % times, kurier
\usepackage{hyperref}