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.
- Host: GitHub
- URL: https://github.com/ikaroinory/xexam
- Owner: ikaroinory
- License: gpl-3.0
- Created: 2024-04-07T08:31:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T11:56:41.000Z (about 1 year ago)
- Last Synced: 2025-03-05T15:12:37.829Z (3 months ago)
- Topics: latex, latex-package
- Language: TeX
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.