-
Notifications
You must be signed in to change notification settings - Fork 11
/
linuxessentials.tex
80 lines (75 loc) · 1.67 KB
/
linuxessentials.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
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
\documentclass[10pt,a5paper]{book}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{bookmark}
\usepackage{marginnote}
\usepackage[left=1.5cm,right=1.5cm,top=1.5cm,bottom=1.5cm]{geometry}
\usepackage{paralist}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{bbding}
\usepackage{keystroke}
\usepackage{subcaption}
\usepackage{hyperref}
\let\checkmark\relax
\usepackage{dingbat}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\renewcommand*\chaptername{Bölüm}
\renewcommand*\contentsname{İçindekiler}
\begin{document}
\begin{titlepage}
\begin{center}
\HRule \\[1.5cm]
{ \huge \bfseries Linux'a Giriş}\\[1.5cm]
\HRule \\[1.5cm]
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Yazarlar:}\\
Tobias \textsc{Elsner}\\
Thomas \textsc{Erker}\\
Anselm \textsc{Lingnau}
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Çevirmenler:} \\
Z.Tuğçe \textsc{Şirin}\\
Mithat \textsc{Göğebakan}\\
Samet \textsc{İlhan}\\
Serdar \textsc{Orazmamedov}\\
Özcan Zafer \textsc{Ayan}\\
Emre \textsc{Doğru}\\
Sena \textsc{Özben}\\
Margulan \textsc{Byekmurat}\\
Sema \textsc{Özvin}\\
Ahmet \textsc{Dellal}\\
Emrah \textsc{Şentürk}\\
Ebru \textsc{Akagündüz}
\end{flushright}
\end{minipage}
\vfill
{\large \today}
\end{center}
\end{titlepage}
\tableofcontents
\listoftables
\include{preface}
\include{bolum1}
\include{bolum2}
\include{bolum3}
\include{bolum4}
\include{bolum5}
\include{bolum6}
\include{bolum7}
\include{bolum8}
\include{bolum9}
\include{bolum10}
\include{bolum11}
\include{bolum12}
\include{bolum13}
\include{bolum14}
\include{bolum15}
\end{document}