From e831d69c717db82daad623a3ffa57917c726d1e3 Mon Sep 17 00:00:00 2001
From: Millian Poquet <millian.poquet@irit.fr>
Date: Fri, 30 Sep 2022 19:05:37 +0200
Subject: [PATCH] doc: basic readme

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ea39be0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# irit-latex-pandoc-template
+This project contains my [Pandoc template](https://pandoc.org/MANUAL.html#templates) to generate [IRIT](https://www.irit.fr/en/home/)-looking PDFs from a [Pandoc Markdown](https://pandoc.org/MANUAL.html#pandocs-markdown) content.
+
+## Usage
+1. Clone this repo
+2. (Install [Pandoc](https://pandoc.org/) and a [LaTeX suite](https://en.wikipedia.org/wiki/TeX_Live))
+3. `pandoc -o example.pdf example.md --template latex.template`
+
+## Example
+See [example.md](./example.md)
-- 
GitLab