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
- Host: GitHub
- URL: https://github.com/thevpc/ntexup-doc-slides
- Owner: thevpc
- Created: 2025-08-08T18:59:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-01-16T23:31:16.000Z (6 months ago)
- Last Synced: 2026-01-17T11:39:04.736Z (6 months ago)
- Size: 618 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.