Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidstutz/latex-resources
Collection of LaTeX resources and examples.
https://github.com/davidstutz/latex-resources
beamer latex tex
Last synced: 4 days ago
JSON representation
Collection of LaTeX resources and examples.
- Host: GitHub
- URL: https://github.com/davidstutz/latex-resources
- Owner: davidstutz
- Created: 2015-02-12T01:37:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T23:53:34.000Z (about 2 years ago)
- Last Synced: 2023-11-07T14:20:16.299Z (about 1 year ago)
- Topics: beamer, latex, tex
- Language: TeX
- Size: 983 KB
- Stars: 478
- Watchers: 24
- Forks: 131
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX Resources
This repository provides several examples and resources for LaTeX. All examples are tested using MikTeX >=2.9 on Windows 7 and on Ubuntu 12.04/14.04 using `texlive-full`.
## Citing
If you want to cite this repository, use (make sure to fill in the right date!)
@misc{Stutz2022,
author = {David Stutz},
title = {Collection of LaTeX resources and examples},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/davidstutz/latex-resources}},
note = {Accessed on MM.DD.YYYY}
}## License
Several examples have been taken from different places all over the world wide web. This is usually indicated by the corresponding URL within the source code or
any copyright statements in file headers.All other examples are licensed under the BSD 3-Clause License:
Copyright (c) 2015-2022, David Stutz
All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of David Stutz nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.