{"id":30353260,"url":"https://github.com/thevpc/ntexup-templates","last_synced_at":"2026-02-08T21:31:57.988Z","repository":{"id":255817375,"uuid":"853668153","full_name":"thevpc/ntexup-templates","owner":"thevpc","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-28T01:06:26.000Z","size":1144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T05:43:52.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thevpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-07T07:30:17.000Z","updated_at":"2025-12-28T01:06:31.000Z","dependencies_parsed_at":"2024-12-17T18:43:16.475Z","dependency_job_id":"48836401-f09f-40a6-8a83-1a2585cb2864","html_url":"https://github.com/thevpc/ntexup-templates","commit_stats":null,"previous_names":["thevpc/halfa-templates","thevpc/ndoc-templates","thevpc/ntexup-templates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thevpc/ntexup-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevpc%2Fntexup-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevpc%2Fntexup-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevpc%2Fntexup-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevpc%2Fntexup-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thevpc","download_url":"https://codeload.github.com/thevpc/ntexup-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevpc%2Fntexup-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29051269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-19T01:37:37.975Z","updated_at":"2026-02-03T18:02:49.736Z","avatar_url":"https://github.com/thevpc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ntexup Templates\n\nThis repository contains ready-to-use templates for `ntexup` — a text-based, developer-friendly presentation and document generator for academics, researchers, and technical communicators.\n\n`ntexup` is an open-source tool that makes creating professional, math-heavy, and reusable teaching or research materials effortless.\n\nIt 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.\n\n## Purpose of This Repository\nThis project serves as a central collection of reusable templates, including:\n\n- Lecture and course templates\n- Academic paper and report layouts\n- Technical documentation frameworks\n- Thematic design presets for slides (themes)\n- Custom style and branding examples\n\nAll templates here are provided in `.ntx` format, ready to be used directly with `ntexup`.\n\n## Using the Templates\n\nInstall `ntexup` from the main repository.\n\nIn your `main.ntx` file, just add the following line to include a theme:\n\n```tson\ninclude(\"github://thevpc/ntexup-templates/classic/v1.0/theme\")\n```\n\nYou can change the themeName (here classic) to one of the available themes:\n\n- classic\n- ibtihel\n\n(More themes coming soon)\n\nYou can customize the theme by setting some variables in your main.ntx, for example:\n\n```tson\n// Set your preferred theme name\nthemeName = \"classic\"\n\n// Use an accent color number from 1 to 12\ndocumentColorAccent = 1\n\n// Show palette colors\nthemeShowPalette = true\n\n// Finally load the theme\ninclude(\"github://thevpc/ntexup-templates/${themeName}/v1.0/theme\")\n```\n\n## Creating New Projects from Scratch\nYou can create a new project from scratch using the ntexup command-line tool.\n\n### Create a Single-File Project\nThis will create a project with the small template — suitable for quick tests in a single file.\n\n```bash\nnuts ntexup new --template=classic-small\n```\n\n### Create a Multi-File Project\nThis will create a project with the medium template — a good starting point where slides are split into multiple files.\n\n```bash\nnuts ntexup new --template=classic-medium\n```\n\n### Create a Complex/Large Project\nUse this when you are familiar enough with ntexup. It creates a project foundation with many sections and stylings.\n\n```bash\nnuts ntexup new --template=classic-large\n```\n\nNote that you can always edit the .ntx files and choose another template; these are just simple startup projects.\n\n\nNote also that you can choose templates from themes other than classic.\n\n\n## Related Repositories\n\n- [ntexup](https://github.com/thevpc/ntexup):  \n  The main ntexup presentation and document generator tool.\n\n- [ntexup-doc-slides](https://github.com/thevpc/ntexup-doc-slides):  \n  A showcase slide deck demonstrating ntexup capabilities and theme compatibility.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevpc%2Fntexup-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthevpc%2Fntexup-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevpc%2Fntexup-templates/lists"}