/life_in_the_uk_2023

Life in the UK Test (Edition 2023)

Primary LanguagePython

Life in the UK Test 2023: Study Notes

This repository is a collection of personal notes taken while preparing for the Life in the UK Test (Edition 2023). This test is required for anyone applying for British citizenship or settlement in the UK.

Project Files

  • src/: This is where the original source files are located.

  • dist/: The compiled output of the source files in various formats (e.g. HTML, EPUB 3).

Compiling to HTML and EPUB 3

To compile you first need to navigate into the src/ directory:

cd src

The notes are written in asciidoctor. To generate the HTML version, run the following command:

asciidoctor -a data-uri index.adoc

To generate the ebook version, you first need to install asciidoctor-epub and run the following command:

asciidoctor-epub3 -a data-uri index.adoc