-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
101 lines (84 loc) · 2.39 KB
/
main.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
%\documentclass[a4paper]{report}
\documentclass[a4paper, 12pt, titlepage]{article}
%% Language and font encodings
\usepackage[french]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{microtype}
%% Sets page size and margins
\usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{hyperref}
\hypersetup{%
colorlinks=true, % false: boxed links; true: colored links
linkcolor=black, % color of internal links
urlcolor=blue, % color of external links
citecolor=grey
}
\usepackage{lmodern}
%% ajouter fonte petite capitale grasse à lmodern avec celle de computer modern %%
\rmfamily
\DeclareFontShape{T1}{lmr}{b}{sc}{<->ssub*cmr/bx/sc}{}
\DeclareFontShape{T1}{lmr}{bx}{sc}{<->ssub*cmr/bx/sc}{}
\usepackage{url}
\usepackage[usenames, dvipsnames]{xcolor} % couleurs (nombre de base étendu)
\usepackage{minted}% insérer code source
\definecolor{bg}{rgb}{0.95,0.95,0.95}
\setminted{linenos,bgcolor=bg,tabsize=4,breaklines}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{multicol}
\definecolor{grey}{rgb}{0.96,0.96,0.96}
\definecolor{grey2}{rgb}{0.3,0.3,0.3}
\begin{document}
\title{Book Initiation --- V1}
\author{\includegraphics{clubnix}}
\date{\url{https://clubnix.fr}}%}
\maketitle
\tableofcontents
\newpage
~
\newpage
\section{Linux}
\subsection{GNU-Linux}
\input{parties/GNU_Linux.tex}
\subsection{Différents OS}
\input{parties/diff_OS.tex}
\newpage
\section{Ecrire un document texte}
\subsection{LaTeX}
\input{parties/latex.tex}
\subsection{Markdown}
\input{parties/md.tex}
\newpage
\section{Terminal}
\subsection{Terminal}
\input{parties/terminal.tex}
\subsection{Bash}
\input{parties/bash.tex}
\section{SSH}
\input{parties/SSH.tex}
\newpage
\section{Exemples de logiciels libres}
\input{parties/logiciel_libre.tex}
\subsection{Git}
\input{parties/git.tex}
\subsection{F-Droid}
\input{parties/fdroid.tex}
\newpage
\section{Infrastructure réseau}
\subsection{LDAP}\label{subsec:ldap}
\input{parties/ldap.tex}
\subsection{NFS}
\input{parties/nfs.tex}
\subsection{Fichiers logs}
\input{parties/logs.tex}
\subsection{Virtual Machine}
\input{parties/VM.tex}
% \subsection{Infra du club}
% \input{parties/infra.tex}
\end{document}