Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aneitel/texpadsnippets
A collection of useful LaTeX snippets for Texpad.
https://github.com/aneitel/texpadsnippets
latex latex-examples latex-template texpad
Last synced: 2 months ago
JSON representation
A collection of useful LaTeX snippets for Texpad.
- Host: GitHub
- URL: https://github.com/aneitel/texpadsnippets
- Owner: aneitel
- License: other
- Created: 2018-01-28T12:45:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T13:20:49.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T01:13:24.041Z (3 months ago)
- Topics: latex, latex-examples, latex-template, texpad
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Texpad snippets
Starting with version 1.5, Texpad makes it easy to insert regularly used blocks of text into your document. Texpad ships only a small number of helpful snippets and misses some I often use. Feel free to contribute and extend my small collection.
## Required packages
Some of the snippets require the usage of additonal packages in LaTeX:| Snippet | Package |
| --- | --- |
| [2FiguresSideBySide](https://raw.githubusercontent.com/aneitel/texpadSnippets/master/2FiguresSideBySide.snippet) | [\usepackage{graphicx}](https://ctan.org/pkg/graphicx) |
| [2FiguresIn1](https://raw.githubusercontent.com/aneitel/texpadSnippets/master/2FiguresIn1.snippet) | [\usepackage{graphicx}](https://ctan.org/pkg/graphicx)
[\usepackage{subcaption}](https://ctan.org/pkg/subcaption) |
| [IncludePDF](https://raw.githubusercontent.com/aneitel/texpadSnippets/master/IncludePDF.snippet) | [\usepackage{pdfpages}](https://ctan.org/pkg/pdfpages) |
| [ListingInline](https://raw.githubusercontent.com/aneitel/texpadSnippets/master/ListingInline.snippet) | [\usepackage{listings}](https://ctan.org/pkg/listings) |
| [ListingInputFile](https://raw.githubusercontent.com/aneitel/texpadSnippets/master/ListingInputFile.snippet) | [\usepackage{listings}](https://ctan.org/pkg/listings) |
| [ListingBlock](https://raw.githubusercontent.com/aneitel/texpadSnippets/master/ListingBlock.snippet) | [\usepackage{listings}](https://ctan.org/pkg/listings) |
| [Url](https://raw.githubusercontent.com/aneitel/texpadSnippets/master/Url.snippet) | [\usepackage{hyperref}](https://ctan.org/pkg/hyperref) |
| [Enquote](https://raw.githubusercontent.com/aneitel/texpadSnippets/master/Enquote.snippet) | [\usepackage[autostyle=true,german=quotes]{csquotes}](https://ctan.org/pkg/csquotes) |# Installation
Copy the snippets to `~/Library/Application Support/Texpad/Snippets`.# License ![CC BY-SA 4.0](https://i.creativecommons.org/l/by-sa/4.0/80x15.png)
The snippets are released under the [CC BY-SA 4.0 license](http://creativecommons.org/licenses/by-sa/4.0/). See the [license](https://creativecommons.org/licenses/by-sa/4.0/legalcode) text for additional details.