Skip to content

Changes

Summary

  1. Add chapters/*.tex (in addition to *.tex) to makefile dependencies (details)
  2. Split 'clean' make target into 'clean-pdf' and 'clean-html' (details)
  3. Generalize makefile rule to simplify building small test documents (details)
  4. Partially revert "Tentatively remove all mathescape=true used with \lstinline" (details)
  5. Workaround for \lstinline math breaking the LaTeXML build (details)
  6. Don't say 'five' when there are six items (details)
  7. Don't use \lstinline[mathescape=true] for grammar with pieces of math (details)
  8. Use proper ellipsis in syntax for array concatenation (details)
Commit 2ffc8057de963215076041d5450ffdb8f2e5099a by Tidefelt Henrik
Add chapters/*.tex (in addition to *.tex) to makefile dependencies
The file was modified Makefile (diff)
Commit 7022464d474af8c69e8f4cd8fc3abf5ef559611b by Tidefelt Henrik
Split 'clean' make target into 'clean-pdf' and 'clean-html'
The file was modified Makefile (diff)
Commit d5c2b2fa12a60a188c08488910b8ed602cee9c9d by Tidefelt Henrik
Generalize makefile rule to simplify building small test documents
The file was modified Makefile (diff)
Commit 4998b08ce12dc3570a82087a39271b84ae55c1a0 by Tidefelt Henrik
Partially revert "Tentatively remove all mathescape=true used with \lstinline"

This reverts parts of commit c2996d80a20e1ece70dd76ad244f0e07332e7ff1 that don't break the LaTeXML build.
The file was modified chapters/stream.tex (diff)
The file was modified chapters/statemachines.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/arrays.tex (diff)
The file was modified chapters/overloaded.tex (diff)
The file was modified chapters/packages.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 0c1efae6a4628196900991daeb5218eb1b0fc72d by Tidefelt Henrik
Workaround for \lstinline math breaking the LaTeXML build
The file was modified chapters/overloaded.tex (diff)
Commit 7ade62ed179becb73b9664839702e94434219155 by Tidefelt Henrik
Don't say 'five' when there are six items
The file was modified chapters/packages.tex (diff)
Commit 43db6e6db2b7e480079128c5870f0b2c0cd227cf by Tidefelt Henrik
Don't use \lstinline[mathescape=true] for grammar with pieces of math
The file was modified chapters/packages.tex (diff)
Commit dc30821b2399c5f691146dbe877a444619c39a25 by Tidefelt Henrik
Use proper ellipsis in syntax for array concatenation
The file was modified chapters/operatorsandexpressions.tex (diff)