https://github.com/zenithclown/latex-template
A LaTeX Template for GIT (and general use)
https://github.com/zenithclown/latex-template
git gitattributes gitattributes-template gitignore gitignore-template latex latex-template template
Last synced: 5 months ago
JSON representation
A LaTeX Template for GIT (and general use)
- Host: GitHub
- URL: https://github.com/zenithclown/latex-template
- Owner: ZenithClown
- Created: 2020-08-29T15:06:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T15:13:21.000Z (over 5 years ago)
- Last Synced: 2024-12-28T06:09:55.195Z (about 1 year ago)
- Topics: git, gitattributes, gitattributes-template, gitignore, gitignore-template, latex, latex-template, template
- Language: TeX
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LaTeX GIT Template
TEMPLATE Design built specifically for LaTeX Language, with necessary file structure as required. This TEMPLATE DOES NOT COME with a LICENSE File, but you can easily add a required license from GitHub. However, special files like .gitignore .gitattributes are included.
Follow the steps to create a new license file as below:
- Open the Repository
- Click "Add file" > "Create a New File"
- Type the name of the File as: LICENSE or LICENSE.txt or LICENSE.md
- Click on "Choose a License Template"
- Review and Submit
- Commit Changes as Required
**NOTE:** You can add GitHub Repository Badges from [Shields IO](https://shields.io/) - if this is a Public Repository.
## Creating a NEW Repository from Template
Introduced in 2019, users can now create a repository from templates in GitHub. To do this, simply head over to any repository settings and enable "Template Repository" from the Options Menu. Template Repository is not limited to GitHub, and you can setup your own local-file structure for the same.
```bash
# Note the use of rsync
rsync -rh ~/source/directory /destination/directory
```