https://github.com/texstudio-org/texstudio-template
Collect User templates for everyone to use
https://github.com/texstudio-org/texstudio-template
Last synced: 5 months ago
JSON representation
Collect User templates for everyone to use
- Host: GitHub
- URL: https://github.com/texstudio-org/texstudio-template
- Owner: texstudio-org
- License: agpl-3.0
- Created: 2022-12-11T10:25:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:38:21.000Z (over 1 year ago)
- Last Synced: 2025-02-17T13:12:15.536Z (over 1 year ago)
- Language: TeX
- Size: 1.71 MB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# texstudio-template
Collect User templates for everyone to use
## How to contribute
Basically this describes the process of generating a pull-request on github. For further question, please google as there are lots of tutorials.
* fork this git repository
* clone the fork to your computer
* checkout a new branch
* make your own template in TeXstudio with `File/Make Template`
* copy the generated files from `.config/texstudio/templates/user` (OSX/Linux) or `%appdata%\texstudio\templates\user` (win) to your cloned repository. Please use subfolder to sort like `university` for university templates. The names need to be meaningful for a global audience.
* Multi-file templates need to be generated manually, see [manual](https://texstudio-org.github.io/background.html#the-document-template-format) and [example](https://github.com/texstudio-org/texstudio/tree/master/templates) template_Book.(json/png/zip)
* push the branch to your fork.
* On github activate "make pull request" or similar