https://github.com/nilp0inter/cooking-cheatsheet
This repository contains a LaTeX-based project for generating a comprehensive cooking cheatsheet.
https://github.com/nilp0inter/cooking-cheatsheet
Last synced: 4 months ago
JSON representation
This repository contains a LaTeX-based project for generating a comprehensive cooking cheatsheet.
- Host: GitHub
- URL: https://github.com/nilp0inter/cooking-cheatsheet
- Owner: nilp0inter
- Created: 2024-12-11T21:34:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:02:14.000Z (over 1 year ago)
- Last Synced: 2025-10-27T21:41:44.021Z (9 months ago)
- Language: TeX
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cooking Cheatsheet
This repository contains a LaTeX-based project for generating a comprehensive cooking cheatsheet. It includes conversion tables, common ingredient substitutions, and other helpful kitchen references.
## Features
- Professionally typeset cheatsheet using LaTeX.
- Supports International System of Units (SI) with optional imperial conversions.
- Portable development environment provided by Nix flakes.
## Requirements
- [Nix](https://nixos.org/download.html) installed on your system.
## Usage
1. Clone the repository:
```bash
git clone https://github.com/nilp0inter/cooking-cheatsheet.git
cd cooking-cheatsheet
```
2. Build the cheatsheet:
```bash
nix build
```
4. Open the generated PDF:
```bash
zathura cheatsheet.pdf # Or any other PDF viewer
```
## File Structure
- cheatsheet.tex: The LaTeX source file for the cooking cheatsheet.
- flake.nix: The Nix flake configuration for the development environment.
## Contributions
Feel free to submit issues or pull requests to improve the cheatsheet or expand its features.
License
This project is licensed under the MIT License. See LICENSE for more information.