initial commit

This commit is contained in:
Wxcafé (Clément Hertling) 2016-11-07 23:36:15 +01:00
commit 3722203ba9
8 changed files with 65 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pdf

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
compile:
image: document-builder
script:
- make slides
artifacts:
name: "$CI_BUILD_NAME"
paths:
- slides.pdf

19
Makefile Normal file
View File

@ -0,0 +1,19 @@
all: slides
slides: slides/slides.md slides/header.tex
pandoc -t beamer \
slides/slides.md \
--latex-engine=xelatex \
--template=./default.beamer \
--include-in-header slides/header.tex \
--slide-level 3 \
--variable colortheme=seahorse \
--variable theme=boxes \
--variable fontsize=12pt \
--variable mainfont="Comic Sans MS" \
-o slides.pdf
clean:
rm -f *.pdf *.aux *.nav *.out *.toc *.snm *.log *.lot *.lof
rm -f slides/*.pdf slides/*.aux slides/*.nav slides/*.out slides/*.toc slides/*.snm slides/*.log
.PHONY: slides

6
README.md Normal file
View File

@ -0,0 +1,6 @@
UNIX - Clément 'Wxcafé' Hertling
============================================================================
Les slides peuvent être générées via pandoc avec la commande suivante :
make slides

BIN
ressources/epita.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
ressources/gconfs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

27
slides/header.tex Normal file
View File

@ -0,0 +1,27 @@
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{pgfplots}
\usetikzlibrary{calc, shapes, backgrounds, positioning, arrows}
\usepackage[frenchb]{babel}
\usepackage[utf8]{inputenc}
\setbeamerfont{normal text}{size=Large}
\tikzset{
link/.style={-, thick},
arrow/.style={->, >=latex, thick},
darrow/.style={<->, >=latex, thick}
}
\setbeamertemplate{footline}{\hfill\insertframenumber/\inserttotalframenumber}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{itemize items}[circle]
\setbeamertemplate{itemize }[circle]
\setbeamercolor{item projected}{bg=darkblue}
\setbeamertemplate{enumerate items}[default]
\setbeamertemplate{navigation symbols}{}
\setbeamercovered{transparent}
\setbeamercolor{block title}{fg=darkblue}
\setbeamercolor{local structure}{fg=darkblue}
\title{Introduction aux BSDs}
\author{Clément 'wxcafé' Hertling}

4
slides/slides.md Normal file
View File

@ -0,0 +1,4 @@
\maketitle
# Introduction