Skip to content

Commit

Permalink
Add variables for tile, author, etc.
Browse files Browse the repository at this point in the history
Add configuration variables for :

- title
- subtitle
- author
- tags
  • Loading branch information
remytms committed May 22, 2018
1 parent 6aec36b commit 1ad2527
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
12 changes: 8 additions & 4 deletions templates/tfe.template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,14 @@
\renewcommand\UrlFont{\color{link-color}\rmfamily\itshape} % Color links
\usepackage[
bookmarks=true, % Make the links clickable
pdfauthor={Rémy Taymans},
pdftitle={CoopDesk},
pdfsubject={TFE - Master Ingénieur Industriel Informatique},
pdfkeywords={tfe,odoo,erp,cooperative,supermarché},
pdfauthor={$author$},
pdftitle={$title$},
pdfsubject={$subtitle$},
pdfkeywords={
$for(tags)$
$tags$$sep$,
$endfor$
},
]{hyperref}
\hypersetup{
colorlinks,
Expand Down
14 changes: 14 additions & 0 deletions tfe-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
---
title: CoopDesk
subtitle: "Guichet électronique basé sur Odoo faisant l'interface entre les coopérateurs et la coopérative"
author: Rémy Taymans
author_tex: Rémy \textsc{Taymans}
tags:
- tfe
- odoo
- erp
- cooperative
- supermarché
- open sources
- économie sociale
- ecam
- ingénieur
documentclass: "report"
titlepage: "titlepages/tfe-a4-titlepage.pdf"
abstract: "abstract/abstract.tex"
Expand Down

0 comments on commit 1ad2527

Please sign in to comment.