Skip to content

Commit

Permalink
Added requirements and build section to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke committed May 30, 2024
1 parent 79d9772 commit 82eac18
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
```

0 comments on commit 82eac18

Please sign in to comment.