tex_rabbit_hole_gentle/
tex-rabbit-hole-gentle.rs

1//! # A Gentle Introduction to TeX
2//! 
3//! [Plan](https://gist.github.com/ontouchstart/80647f418f561c2cb6d9a581fc15c3db) generated by 
4//! [unsloth/gpt-oss-20b-GGUF](https://github.com/ontouchstart/rabbit-holes/tree/main/llama-cpp/models/unsloth/gpt-oss-20b-GGUF)
5//!
6//! [gentle.pdf](gentle.pdf)
7//! ```makefile
8#! [doc = include_str!("Makefile")]
9//! ```
10//!
11//! `/Library/TeX/Documentation/texmf-dist-doc/plain/gentle/gentle.tex`
12//! ```tex
13#! [doc = include_str!("gentle/gentle.tex")]
14//! ```
15//!