WIP
This commit is contained in:
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}
|
||||
|
Reference in New Issue
Block a user