Modifications pour la Nouvelle-Calédonie

This commit is contained in:
2019-07-15 10:17:29 +02:00
parent 6223b6b0f7
commit d27cbaf6ce
11 changed files with 448 additions and 0 deletions

2
templates/fragment.tex Normal file
View File

@ -0,0 +1,2 @@
\skbheading{(((title|escape_tex)))}
fichier (((name|escape_tex))) à éditer

View 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 lArquebuse}
\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}