-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
44 lines (34 loc) · 944 Bytes
/
main.tex
File metadata and controls
44 lines (34 loc) · 944 Bytes
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
\documentclass[12pt]{article}
\usepackage[a4paper,margin=3cm]{geometry}
\usepackage[OT4]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[polish]{babel}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{listings}
\lstset{
numbers=left,
frame=L,
breaklines=true,
captionpos=b,
keywordstyle=\color{blue}
}\renewcommand\lstlistingname{Listing}
\renewcommand\lstlistlistingname{Spis listingów}
\textheight 24cm \textwidth 15cm
\oddsidemargin 1cm
\evensidemargin 0cm
\begin{document}
\baselineskip1.4\baselineskip
\include{pre/00_tytulowa}
\include{pre/01_podziekowania}
\include{pre/02_spis_tresci}
\section{Historia i rozwój OpenGL}
\include{chapter_1/what_is_opengl}
\include{chapter_1/paradigm_shift}
\include{chapter_1/the_new_opengl}
\section{Dobre praktyki}
\include{chapter_2/best_practicies}
\section{Metody optymalizacji obliczeń}
\include{chapter_3/pre_rendering_optimizations}
\include{bibliografia}
\end{document}