Make the base title page
The title page is defined by multiples variables. The plan.tex file is an example of usage of this project.
This commit is contained in:
parent
d7312ab613
commit
ec6815b2d8
3 changed files with 123 additions and 0 deletions
47
plan.tex
Normal file
47
plan.tex
Normal file
|
@ -0,0 +1,47 @@
|
|||
\documentclass{article}
|
||||
|
||||
\usepackage[a4paper, landscape]{geometry}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage{enumerate}
|
||||
\usepackage{numprint}
|
||||
\usepackage{graphicx}
|
||||
|
||||
\usepackage{formationTitle}
|
||||
|
||||
\newenvironment{boxed}
|
||||
{
|
||||
\begin{center}
|
||||
\begin{tabular}{|p{.95\textwidth}|}
|
||||
\hline\\
|
||||
}
|
||||
{
|
||||
\\\\\hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
\context{Super society}
|
||||
\title{Formation plan}
|
||||
\subject{My wonderful formation}
|
||||
\author{Gregory Trolliet}
|
||||
\logo{logo.pdf}
|
||||
\objectives{\textbf{Objectives}
|
||||
\begin{itemize}
|
||||
\item[] Objective n$^{\circ}$1
|
||||
\item[] Objective n$^{\circ}$2
|
||||
\end{itemize}
|
||||
}
|
||||
\messages{\textbf{Messages}
|
||||
\begin{itemize}
|
||||
\item[] Message n$^{\circ}$1
|
||||
\item[] Message n$^{\circ}$2
|
||||
\end{itemize}
|
||||
}
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue