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

https://github.com/thevpc/ntexup-doc-slides

ntexup documentation slides
https://github.com/thevpc/ntexup-doc-slides

Last synced: 6 months ago
JSON representation

ntexup documentation slides

Awesome Lists containing this project

README

          

# ntexup Documentation Slides

This repository contains presentation slides that showcase and document the capabilities of ntexup — a text-based, developer-friendly presentation tool for academics, researchers, and technical communicators.

**ntexup** is an open-source, text-based document and presentation generator designed to make the creation of professional, math-heavy, and reusable teaching materials effortless.

It is built on **Java**, **Nuts**, and **TSON**, combining the simplicity of Markdown with the power of LaTeX and the flexibility of template-driven document generation — all while being version-control friendly.

---

## Purpose of This Repository
- This project serves as a living gallery of slides:
- Feature demonstrations
- How-to examples
- Best practices
- Thematic showcases
- All slides here are written in .ntx format, ready to be compiled with ntexup.

## **Viewing the Slides**

Install ntexup from the [main repository](https://github.com/thevpc/ntexup.git).

Clone this repo:

```bash
git clone https://github.com/thevpc/ntexup-doc-slides.git
cd ntexup-doc-slides
```

Compile and open this folder

```bash
nuts ntexup show .
```

Note that you don’t need to clone or download this repository to render it; you can simply run:

```bash
nuts ntexup show-doc
```

## Related Repositories

- [ntexup](https://github.com/thevpc/ntexup):
The core ntexup tool and runtime environment for building text-based presentations and documents.

- [ntexup-templates](https://github.com/thevpc/ntexup-templates):
Reusable templates and themes to style and structure your ntexup slides and documents.

## Contributing
Pull requests with new example slides, improvements, or corrections are welcome!
Please follow the style and formatting conventions used in existing slides.

## License
Unless otherwise stated in individual files, all content in this repository is released under the same license as ntexup.