From 82eac18df07dc5698ba127411d0710860fff8ae5 Mon Sep 17 00:00:00 2001 From: Bent Bracke Date: Thu, 30 May 2024 20:56:42 +0200 Subject: [PATCH] Added requirements and build section to readme. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2a9d676..91c4678 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,16 @@ In particular: - Translations. - Improving the projects GitHub setup. - Improving this readme. + +## Requirements for building PDF + +- pdflatex + +## Building a PDF + +The following will build use pdflatex to build a PDF with papersize A4 landscape. +It will use the Tex file ada_reference_card_2022_en.tex as a source. + +```sh +pdflatex -jobname=ada_reference_card_2022_en_a4_landscape "\documentclass[5pt]{article}\newcommand\columnnr{3}\usepackage[a4paper,margin=0.25cm,landscape]{geometry}\input{ada_reference_card_2022_en}" +``` \ No newline at end of file