Révision partielle de formations EOLE
This commit is contained in:
0
templates/contenu.tex
Normal file
0
templates/contenu.tex
Normal file
1
templates/duree.tex
Normal file
1
templates/duree.tex
Normal file
@ -0,0 +1 @@
|
||||
3 jours.
|
1
templates/evaluation.tex
Normal file
1
templates/evaluation.tex
Normal file
@ -0,0 +1 @@
|
||||
L'appropriation des connaissances est contrôlée par des travaux pratiques durant la formation.
|
2
templates/fragment-pratique.tex
Normal file
2
templates/fragment-pratique.tex
Normal file
@ -0,0 +1,2 @@
|
||||
\skbheading{(((title|escape_tex)))}
|
||||
fichier (((name|escape_tex))) à éditer
|
2
templates/fragment.tex
Normal file
2
templates/fragment.tex
Normal file
@ -0,0 +1,2 @@
|
||||
\skbheading{(((title|escape_tex)))}
|
||||
fichier (((name|escape_tex))) à éditer
|
7
templates/frame-pratique.tex
Normal file
7
templates/frame-pratique.tex
Normal file
@ -0,0 +1,7 @@
|
||||
{\setbeamercolor{background canvas}{bg=TravauxPratiques}
|
||||
\begin{frame}
|
||||
\frametitle{(((title|escape_tex)))}
|
||||
fichier (((name|escape_tex))) à éditer
|
||||
% contenu (pas trop long) de la diapositive
|
||||
\end{frame}
|
||||
}
|
5
templates/frame.tex
Normal file
5
templates/frame.tex
Normal file
@ -0,0 +1,5 @@
|
||||
\begin{frame}
|
||||
\frametitle{(((title|escape_tex)))}
|
||||
fichier (((name|escape_tex))) à éditer
|
||||
% contenu (pas trop long) de la diapositive
|
||||
\end{frame}
|
14
templates/license-cc-by-sa-2.0.tex
Normal file
14
templates/license-cc-by-sa-2.0.tex
Normal file
@ -0,0 +1,14 @@
|
||||
\subject{Talks}
|
||||
\begin{frame}
|
||||
\frametitle{Licence}
|
||||
Cette œuvre est mise à disposition sous licence \href{http://creativecommons.org/licenses/by-nc-sa/2.0/fr/}{\textsc{cc-by-sa-2.0}}
|
||||
\begin{itemize}
|
||||
\item Attribution
|
||||
\item Partage dans les Mêmes Conditions 2.0
|
||||
\item France
|
||||
\end{itemize}
|
||||
Pour voir une copie de cette licence, visitez
|
||||
\href{http://creativecommons.org/licenses/by-sa/2.0/fr/}{http://creativecommons.org/licenses/by-sa/2.0/fr/}
|
||||
ou écrivez à Creative Commons, 444 Castro Street, Suite 900,
|
||||
Mountain View, California, 94041, USA.
|
||||
\end{frame}
|
42
templates/main-article.tex
Normal file
42
templates/main-article.tex
Normal file
@ -0,0 +1,42 @@
|
||||
\documentclass{(((class)))}
|
||||
|
||||
\usepackage{skb}
|
||||
|
||||
\skbconfig[
|
||||
root = (((root))),
|
||||
rep = content,
|
||||
pub = presentations,
|
||||
fig = figures,
|
||||
sli = slides,
|
||||
acr = database/acr,
|
||||
bib = database/bib
|
||||
]{skblocal.tex}
|
||||
|
||||
\skbinput[from=(((content)))]{style/preambule-(((class)))}
|
||||
\newcommand{\departement}{Cadoles Formations}
|
||||
\newcommand{\numeroversion}{0.1}
|
||||
\newcommand{\adresse}{29 bis, rue de l’Arquebuse}
|
||||
\newcommand{\codepostal}{21000}
|
||||
\newcommand{\ville}{Dijon}
|
||||
\newcommand{\telephone}{03 73 27 02 86}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\title{(((title)))}
|
||||
|
||||
\author{(((author)))}
|
||||
|
||||
|
||||
|
||||
\date{{\small \today}}
|
||||
\maketitle
|
||||
|
||||
\skbinput[from=(((content)))]{style/title}
|
||||
|
||||
% Corps de la formation
|
||||
%\skbinput[from=(((content)))]{}
|
||||
|
||||
\skbinput[from=(((content)))]{licences/(((license)))}
|
||||
|
||||
\end{document}
|
||||
|
47
templates/main-beamer.tex
Normal file
47
templates/main-beamer.tex
Normal file
@ -0,0 +1,47 @@
|
||||
\documentclass{(((class)))}
|
||||
|
||||
\usepackage{skb}
|
||||
|
||||
\skbconfig[
|
||||
root = (((root))),
|
||||
rep = content,
|
||||
pub = presentations,
|
||||
fig = figures,
|
||||
sli = slides,
|
||||
acr = database/acr,
|
||||
bib = database/bib
|
||||
]{skblocal.tex}
|
||||
|
||||
\skbinput[from=(((content)))]{style/preambule}
|
||||
|
||||
\title[]{(((title)))}
|
||||
\subtitle{(((client)))}
|
||||
|
||||
\author[Equipe Auteur]{(((author)))}
|
||||
|
||||
\institute[Cadoles]{\skbfigure[width=2cm]{cadoles/logo_01.png}}
|
||||
|
||||
|
||||
\date{{\small \today}}
|
||||
|
||||
\subject{Talks}
|
||||
|
||||
\AtBeginSubsection[]
|
||||
{
|
||||
\begin{frame}<beamer>
|
||||
\frametitle{}
|
||||
\tableofcontents[currentsection,currentsubsection]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\skbinput[from=(((content)))]{style/title}
|
||||
|
||||
% Corps de la formation
|
||||
%\skbinput[from=(((content)))]{}
|
||||
|
||||
\skbinput[from=(((content)))]{licences/(((license)))}
|
||||
|
||||
\end{document}
|
||||
|
41
templates/main-questionnaire.tex
Normal file
41
templates/main-questionnaire.tex
Normal file
@ -0,0 +1,41 @@
|
||||
\documentclass{article}
|
||||
|
||||
\usepackage{skb}
|
||||
|
||||
\skbconfig[
|
||||
root = (((root))),
|
||||
rep = content,
|
||||
pub = presentations,
|
||||
fig = figures,
|
||||
sli = slides,
|
||||
acr = database/acr,
|
||||
bib = database/bib
|
||||
]{skblocal.tex}
|
||||
|
||||
\skbinput[from=(((content)))]{style/preambule-(((class)))}
|
||||
\newcommand{\departement}{Cadoles}
|
||||
\newcommand{\numeroversion}{0.1}
|
||||
\newcommand{\adresse}{29 bis, rue de l’Arquebuse}
|
||||
\newcommand{\codepostal}{21000}
|
||||
\newcommand{\ville}{Dijon}
|
||||
\newcommand{\telephone}{03 73 27 02 86}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\title{(((title)))}
|
||||
|
||||
\author{(((author)))}
|
||||
|
||||
|
||||
|
||||
\date{{\small \today}}
|
||||
\maketitle
|
||||
|
||||
\skbinput[from=(((content)))]{style/title}
|
||||
|
||||
% Corps du questionnaire
|
||||
%\skbinput[from=(((content)))]{}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
12
templates/main.fdb_latexmk
Normal file
12
templates/main.fdb_latexmk
Normal file
@ -0,0 +1,12 @@
|
||||
# Fdb version 3
|
||||
["pdflatex"] 1554595516 "/home/puppetmaster/code/cadoles/formations/templates/main.tex" "/home/puppetmaster/code/cadoles/formations/templates/main.pdf" "main" 1554595516
|
||||
"(((class))).cls" 0 -1 0 ""
|
||||
"/home/puppetmaster/code/cadoles/formations/templates/main.aux" 1554595515 8 a94a2480d3289e625eea47cd1b285758 ""
|
||||
"/home/puppetmaster/code/cadoles/formations/templates/main.tex" 1554595471 789 7b786f21625c12f5bff8fc13dcacbdc6 ""
|
||||
"/usr/share/texmf-dist/web2c/texmf.cnf" 1550406775 33301 a3134070eacafb10b1f371612ce2650d ""
|
||||
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1553518112 7919196 99000c9767d122dfd2357c624bbe1aad ""
|
||||
"main.tex" 1554595471 789 7b786f21625c12f5bff8fc13dcacbdc6 ""
|
||||
(generated)
|
||||
"main.log"
|
||||
"/home/puppetmaster/code/cadoles/formations/templates/main.log"
|
||||
"/home/puppetmaster/code/cadoles/formations/templates/main.pdf"
|
5
templates/main.fls
Normal file
5
templates/main.fls
Normal file
@ -0,0 +1,5 @@
|
||||
PWD /home/puppetmaster/code/cadoles/formations/templates
|
||||
INPUT /usr/share/texmf-dist/web2c/texmf.cnf
|
||||
INPUT /var/lib/texmf/web2c/pdftex/pdflatex.fmt
|
||||
INPUT /home/puppetmaster/code/cadoles/formations/templates/main.tex
|
||||
OUTPUT /home/puppetmaster/code/cadoles/formations/templates/main.log
|
4
templates/moyens.tex
Normal file
4
templates/moyens.tex
Normal file
@ -0,0 +1,4 @@
|
||||
\begin{itemize}
|
||||
\item une salle de formation équipée d'ordinateurs avec infrasctructure de démonstration pour les travaux pratiques ;
|
||||
\item un formateur avec l'expérience de l'installation et de la maintenance des solutions présentées.
|
||||
\end{itemize}
|
1
templates/objectifs.tex
Normal file
1
templates/objectifs.tex
Normal file
@ -0,0 +1 @@
|
||||
Le participant à la formation est autonome pour l'administration des serveurs et la recherche d'informations en vue de résoudre les incidents.
|
44
templates/preambule.tex
Normal file
44
templates/preambule.tex
Normal file
@ -0,0 +1,44 @@
|
||||
%\usertheme{Madrid}
|
||||
\setbeamercovered{transparent}
|
||||
\setcounter{tocdepth}{2}
|
||||
\usepackage[french]{babel}
|
||||
%\usepackage[utf8,utf8x]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{xunicode} %Unicode extras!
|
||||
\usepackage{xltxtra} %Fixes
|
||||
\setmainfont{CaviarDreams}
|
||||
\usepackage{multicol}
|
||||
%\usepackage{colortbtl}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{verbatim} % Pour l'insertion de fichier en mode verbatim
|
||||
\usepackage{ucs}
|
||||
\usepackage{tabto}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{hyperxmp}
|
||||
\hypersetup{%
|
||||
colorlinks=true,linkcolor=blue,urlcolor=blue,pdfpagemode=UseNone,
|
||||
pdftitle={(((title)))},
|
||||
pdfkeywords={},
|
||||
pdfauthor={(((author)))},
|
||||
pdflang={fr-FR},
|
||||
pdfcopyright={Copyright © 2011-2014 Cadoles}, % Nécessite XeTeX
|
||||
pdflicenseurl={http://creativecommons.org/licenses/by-nc-sa/2.0/fr/},
|
||||
}
|
||||
%\usecolortheme{crane}
|
||||
\definecolor{UniBlue}{RGB}{83,121,180}
|
||||
\definecolor{CleanWhite}{RGB}{255,255,255}
|
||||
\setbeamercolor{title}{fg=UniBlue}
|
||||
\setbeamercolor{frametitle}{fg=CleanWhite}
|
||||
\setbeamercolor{structure}{fg=UniBlue}
|
||||
\newcommand{\eolesmall}{
|
||||
\begin{minipage}[c]{0.10\textwidth}
|
||||
\includegraphics[width=1cm]{beamer-skel/img/logo-eole.png}
|
||||
\end{minipage}
|
||||
}
|
||||
\newcommand{\eolebig}{\includegraphics[width=2cm]{beamer-skel/img/logo-eole.png}}
|
||||
\newcommand{\eolefull}{\includegraphics{beamer-skel/img/logo-eole.png}}
|
||||
%\setmonofont[Scale=0.86]{Andale Mono}
|
||||
%\usepackage{colortab}
|
||||
|
||||
\setbeamertemplate{background}{\includegraphics[width=128mm]{beamer-skel/img/banner01.png}}
|
1
templates/prerequis.tex
Normal file
1
templates/prerequis.tex
Normal file
@ -0,0 +1 @@
|
||||
Avoir suivi la formation tronc commun.
|
1
templates/public.tex
Normal file
1
templates/public.tex
Normal file
@ -0,0 +1 @@
|
||||
La formation vise toute personne ayant en charge des tâches d'administration sur des serveurs équipés des modules EOLE ScribeAD ou EOLE Horus.
|
5
templates/title.tex
Normal file
5
templates/title.tex
Normal file
@ -0,0 +1,5 @@
|
||||
% Page de titre
|
||||
\begin{frame}
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
Reference in New Issue
Block a user