Appendix C — Further Reading
Barrett, D. J. (2024). Linux pocket guide (4th ed.). O’Reilly Media.
An essential reference for command-line text utilities and quick syntax checks.
Berners-Lee, T., & Connolly, D. (1992). Hypertext markup language (HTML): A representation of textual information and meta-information for retrieval. CERN Technical Report.
The original draft spec detailing the foundational mechanics of web-based hypertext document markup.
CommonMark Contributors. (2026). CommonMark spec. https://commonmark.org/
The strongly defined, highly compatible specification of Markdown spearheaded by John MacFarlane and others to solve dialect fragmentation.
Dominik, C. (2010). Org-mode: Organizing data, projects, and authoring in plain text. Journal of Statistical Software, 34(1), 1–24. https://orgmode.org/
The definitive paper detailing the plain-text structural framework that pioneered executable code blocks, lightweight tables, and text-based task management long before modern notebook interfaces.
Dougherty, D., & Robbins, A. (1997). Sed & awk (2nd ed.). O’Reilly Media.
Co-authored by the pioneer who helped shape early web markup and technical publishing.
Free Software Foundation. (2020). GNU sed: A stream editor. Free Software Foundation. https://www.gnu.org/software/sed/manual/sed.html
The definitive reference manual for GNU extensions, regular expression syntax, and advanced script routing.
Goldfarb, C. F. (1990). The SGML handbook. Oxford University Press.
The foundational text on Standard Generalized Markup Language by its primary inventor, the precursor to both HTML and XML.
Goodger, D. (2002). reStructuredText markup specification. Docutils Project. https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html
The definitive language specification developed for the Python ecosystem to provide extensible, semantic plain-text documentation parsing.
Gruber, J., & Swartz, A. (2004). Markdown. https://daringfireball.net/projects/markdown/
The original syntax definition and implementation of Markdown as a readable plain-text email-inspired markup.
Janssens, J. (2021). Data science at the command line (2nd ed.). O’Reilly Media. https://datascienceatthecommandline.com
Demonstrates how to leverage agile command-line processing, heavy text filtering, and shell streams for data manipulation.
Kernighan, B. W., & Pike, R. (1984). The unix programming environment. Prentice-Hall.
The classic text outlining the Unix philosophy of combining small, single-purpose text tools via pipelines.
Knuth, D. E. (1984). Literate programming. The Computer Journal, 27(2), 97–111.
The seminal paper introducing the WEB system, establishing the concept of mixing executable source code and structured prose in a single plain-text file.
MacFarlane, J. (2026). Pandoc user’s guide. https://pandoc.org/MANUAL.html
The authoritative reference for Pandoc’s extended Markdown syntax, abstract syntax tree (AST) transformations, and multi-format conversions.
Mäder, L., & Stein, M. (2023). Typst: A new community-driven typesetting system. https://typst.app/
A modern, compiler-grade markup and layout engine designed as a fast, accessible, and human-readable plain-text alternative to LaTeX.
Mcmahon, L. E. (1978). SED — a non-interactive text editor [Technical Memorandum]. Bell Laboratories.
The original manual and design specifications for sed, detailing its space and time-saving design for streaming text.
Patashnik, O. (1985). BibTeXing [Documentation]. Computer Science Department, Stanford University.
The original foundational guide and implementation specs for the flat-file BibTeX bibliographic database system.
Rackham, S. (2002). AsciiDoc: A human-readable text format. https://asciidoc.org/
The original shorthand syntax engineered explicitly to generate complex DocBook and HTML schemas without XML verbosity.
Robbins, A. (1997). Sed & awk (2nd ed.). O’Reilly Media.
A classic, foundational text for stream editing and text processing in Unix environments.
Robbins, A., & Beebe, N. H. F. (2005). Classic shell scripting. O’Reilly Media.
Excellent resource for mastering pipeline text processing using standard Unix tools.
Walsh, N., & Muellner, L. (1999). DocBook: The definitive guide. O’Reilly Media.
The official, comprehensive documentation for the DocBook Document Type Definition (DTD) in SGML and XML.