展示HN:C语言小书
Show HN: The Little Book of C

原始链接: https://github.com/little-book-of/c

这是《C语言小书》(Quarto)。我们使用Quarto生成所有输出。 本地预览: 渲染输出: # 所有配置格式 quarto render # 单个格式 quarto render --to html # 将站点渲染到docs/ quarto render --to pdf # docs/book.pdf quarto render --to epub # docs/book.epub quarto render --to latex # docs/book-latex/book.tex 欢迎贡献:修复错别字、澄清章节、添加图表或改进示例。 阮德谭 (2025)。《数学小书》 @book{Nguyen2025TLBoC, author = {阮德谭}, title = {数学小书}, year = {2025}, url = {https://github.com/little-book-of/c} } 根据CC BY-NC-SA 4.0 授权。详情请见LICENSE。

相关文章

原文

This is The Little Book of C

Build it yourself (Quarto)

We use Quarto to generate all outputs.

Preview locally:

Render outputs:

# All configured formats
quarto render

# Individual formats
quarto render --to html     # site into docs/
quarto render --to pdf      # docs/book.pdf
quarto render --to epub     # docs/book.epub
quarto render --to latex    # docs/book-latex/book.tex

We welcome contributions: fixing typos, clarifying sections, adding diagrams, or improving examples.

Nguyen, Duc-Tam (2025). The Little Book of Maths

@book{Nguyen2025TLBoC,
  author = {Duc-Tam Nguyen},
  title  = {The Little Book of Maths},
  year   = {2025},
  url    = {https://github.com/little-book-of/c}
}

Licensed under CC BY-NC-SA 4.0. See LICENSE for details.

联系我们 contact @ memedata.com