From 1ef6da7092acda2100b86713848c8a133cd892b1 Mon Sep 17 00:00:00 2001 From: 0x192 Date: Tue, 5 Oct 2021 16:17:35 +0200 Subject: [PATCH] Add build section --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1627628..063928e 100755 --- a/README.md +++ b/README.md @@ -296,6 +296,20 @@ Then you can list your references as follow: \begin{referees} ``` +## Build + +System dependencies: + - Archlinux: `texlive-latexextra` and `textlive-fontextra` + - Ubuntu: `texlive-latex-extra` and `texlive-fonts-extra` + - Windows: [texlive full](https://www.tug.org/texlive/acquire-netinstall.html) (I don't use windows so I don't really know) + +From the `example` directory run: + +```bash +xelatex cv.tex +``` + +There is currently a bug when building with `luatext` (see #51) ## License