Add the base files for the project
This commit is contained in:
parent
32e06d8252
commit
d7312ab613
4 changed files with 71 additions and 2 deletions
37
README.md
37
README.md
|
@ -1,3 +1,36 @@
|
|||
# PlanFormation
|
||||
# Formation plan
|
||||
|
||||
Plan de formation vide
|
||||
A simple formation schedule to better organize trainings.
|
||||
|
||||
## Getting started
|
||||
|
||||
### Logo
|
||||
By default, the logo is the logo.pdf file.
|
||||
With the command `\logo` it is possible to change it.
|
||||
|
||||
### Context
|
||||
The command `\context` defines the context in which this training will be given.
|
||||
|
||||
### Subject
|
||||
The subject of the training is specified by the command `\subject`.
|
||||
|
||||
### Subtopic
|
||||
An optional short sentence to describe the subject or to clarify it.
|
||||
The command `\subtopic` allows you to configure it.
|
||||
La commande `\subtopic` permet de la configurer.
|
||||
|
||||
### Objectives
|
||||
The objectives of the training are defined by the command `\objectives`.
|
||||
They will often be on several lines, that is not a problem.
|
||||
|
||||
### Messages
|
||||
Similar to the objectives, the command `\messages` allows us to define
|
||||
the messages we want to convey to learners during the training.
|
||||
|
||||
## Authors
|
||||
|
||||
* Gregory Trolliet - Initial work - [Website](https://trolliet.info)
|
||||
|
||||
## Licence
|
||||
This project is licensed under the WTFPL License - see
|
||||
the [LICENSE.md](LICENSE.md) file for details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue