An open API service indexing awesome lists of open source software.

https://github.com/ikaroinory/xexam

A LaTex package for formatting questions.
https://github.com/ikaroinory/xexam

latex latex-package

Last synced: 3 months ago
JSON representation

A LaTex package for formatting questions.

Awesome Lists containing this project

README

        

# XExam

A LaTex package for formatting questions.

## Features

- Ready to use out of the box, no configuration needed
- Easily set up standard exercise styles
- Generate exercise booklets and answer keys with just one line of code
- Support for various types and formats of exercises
- ......

## Installation

Using the following command to clone the `XExam` repository into your LaTeX project directory:

```sh
git clone https://github.com/ikaroinory/XExam.git
```

Add the following line to the preamble of your `.tex` document:

```tex
\usepackage{XExam/xexam}
```

Enter `\XExam` in the `document` environment. It has been successfully installed if it can be displayed.