https://github.com/georgejkaye/tea-labels
Labels for my tins of tea
https://github.com/georgejkaye/tea-labels
Last synced: about 2 months ago
JSON representation
Labels for my tins of tea
- Host: GitHub
- URL: https://github.com/georgejkaye/tea-labels
- Owner: georgejkaye
- License: gpl-3.0
- Created: 2024-05-27T10:20:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T13:21:29.000Z (5 months ago)
- Last Synced: 2025-04-12T06:43:09.883Z (about 2 months ago)
- Language: TeX
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tea-labels
Labels for my tins of tea, designed to fit in the Whittard's tins.
## Usage
```tex
\tinlabel{}{}{}{}
```In the name, you may want to use `\large`, `\Large` etc in order to make the name fill the space.
### Colour options
```tex
\definecolor{blacktea}{HTML}{394960}
\definecolor{greentea}{HTML}{5a6d6b}
\definecolor{whitetea}{HTML}{75665f}
\definecolor{oolong}{HTML}{75665f}
\definecolor{flavouredinfusion}{HTML}{825e82}
\definecolor{organicherbalinfusion}{HTML}{abc367}
\definecolor{herbalinfusion}{HTML}{8ab9ef}
\definecolor{fruitinfusion}{HTML}{b865cf}
```## Example
```tex
\tinlabel{\Large English Breakfast}{blacktea}{Black tea}{Whittard's}
\tinlabel{\Large Coconut Truffle}{whitetea}{White tea}{Whittard's}
\tinlabel{\Large Genmaicha}{greentea}{Green tea}{Whittard's}
\tinlabel{\Large Rainforest Roooibos}{flavouredinfusion}{Flavoured herbal infusion}{Whittard's}
\tinlabel{\Large Sleepy}{herbalinfusion}{Herbal infusion}{Whittard's}
\tinlabel{\large Dragon Fruit \& Pineapple}{oolong}{Oolong tea}{Whittard's}
\tinlabel{\Large Organic Camomile}{organicherbalinfusion}{Organic herbal infusion}{Whittard's}
\tinlabel{\Large Very Berry Crush}{fruitinfusion}{Flavoured fruit infusion}{Whittard's}
```