Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 755 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 755 Bytes

AAU P1 project (Group 4)

Prerequisites

Make sure that you have textidote installed on your system, so that you can lint the project files before committing to the repository.

TeXtidote usage

The textidote executable should be run in the project directory. It will read the contents of the .textidote configuration file and use them as the arguments for the program. The TeXtidote GitHub Action reads the same configuration file and thus uses the same options when running TeXtidote.

On Windows:

java -jar textidote.jar src/main.tex

On Unix-like operating systems:

textidote src/main.tex

To do

assignment-3