Update 'README.md'
This commit is contained in:
parent
febd67c68b
commit
4932ad1ee7
1 changed files with 24 additions and 2 deletions
26
README.md
26
README.md
|
@ -1,3 +1,25 @@
|
|||
# latex-template
|
||||
# latex-template-name-here :page_with_curl:
|
||||
- General Informations about template
|
||||
- Use Cases: **SELECT FROM LIST**
|
||||
<!-- `Academic Journal` | `Bibliography` | `Book` | `Calendar` | `Résumé / CV ` | `Formal Letter` | `Homework Assignment` | `Newsletter` | `Poster` | `Presentation` | `Project / Lab Report` | `Thesis` -->
|
||||
<!-- Template Tags by Overleaf https://www.overleaf.com/latex/templates/ -->
|
||||
|
||||
template of latex templates
|
||||
## :eyes: How To Use
|
||||
- Download `CLASSNAME.cls` and `PACKAGENAME.sty` files
|
||||
- Make sure you have installed all dependencies
|
||||
- If you don't have dependency packages in your environment you can find all necessary packages in [bundle](bundle/) directory. You can also use these packages to avoid version conflicts of packages.
|
||||
- Import all classes and packages to your application or editor
|
||||
- Don't forget to have a look at the example `TEMPLATENAME.tex` file
|
||||
- You can also find more examples and use cases in [examples](examples/) directory
|
||||
|
||||
## :framed_picture: Screenshots
|
||||
**ADD SCREENSHOTS HERE**
|
||||
|
||||
## :sparkles: Contributing
|
||||
Contributions are always welcome! You can state your opinion by opening an issue or you can contribute as making a pull request.
|
||||
|
||||
## :page_facing_up: LICENSE
|
||||
See [LICENSE](LICENSE)
|
||||
|
||||
## :pray: Thank You
|
||||
I want to express my sincere gratitude to all LaTeX, TeX contributors and other package authors as you can see all of them in [README.md](bundle/README.md) file at bundle directory
|
Loading…
Reference in a new issue