PlanFormation/plan.tex
Gregory Trolliet 914b7be9cb Add new commands for objectives and messages
Add two new commands, objectivesTitle and messagesTitle for allow user 
to change it and still have it on a separate line.
2019-09-30 22:35:01 +02:00

48 lines
765 B
TeX

\documentclass{article}
\usepackage[a4paper, landscape]{geometry}
\usepackage{formationTitle}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{enumerate}
\usepackage{numprint}
\usepackage{graphicx}
\context{Super society}
\title{Formation plan}
\subject{My wonderful formation}
\author{Gregory Trolliet}
\supervisor{Jean Dupont}
\logo{logo.pdf}
\objectives{
\begin{itemize}
\item[] Objective n$^{\circ}$1
\item[] Objective n$^{\circ}$2
\end{itemize}
}
\messages{
\begin{itemize}
\item[] Message n$^{\circ}$1
\item[] Message n$^{\circ}$2
\end{itemize}
}
\begin{document}
\maketitle
\steptable{
10h00 (5') &
Welcome &
Lecture style &
Orally &
-- \\
\hline
10h05 (5') &
Organization presentation &
Lecture style &
Orally &
-- \\
}
\end{document}