https://github.com/codebam/texdoc
https://github.com/codebam/texdoc
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebam/texdoc
- Owner: codebam
- License: gpl-3.0
- Created: 2020-12-04T17:17:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T07:00:38.000Z (over 4 years ago)
- Last Synced: 2025-01-15T13:58:14.463Z (6 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Texdoc
This is a template repository to compile any document format
[pandoc](https://pandoc.org/) supports into a PDF using
[tectonic](https://github.com/tectonic-typesetting/tectonic).## Example
```sh
./texdoc your-document.md
```You can symlink it to your path to install globally, or copy texdoc to
/usr/local/bin. I just fork and use it as a self contained repository for each
document I'm building.