mirror of
https://github.com/hmemcpy/milewski-ctfp-pdf.git
synced 2024-11-26 03:11:47 +03:00
de799935b2
* fix: remove custom fonts Since they are available in Nix, there is no need to keep them in the project anymore * chore: remove old obsolete files * refactor: rewrite Nix files - Switch from `numtide/flake-utils` to `flake-parts` - Add custom font derivation for LaTeX - Add `formatter` - Switch to `python311` * ci: update Github workflows * feat: add `Makefile` for local development Very useful when used in combination with `nix develop` * feat: add `.envrc` file for loading development environment with `nix-direnv` * feat: add `.editorconfig` and `.prettierrc` * style: reformat files using `prettier` Run `nix run nixpkgs#nodePackages.prettier -- --write .` * fix: add workaround to prevent bug with `minted` package see https://github.com/gpoore/minted/issues/353 for context * fix: add `version.tex` in the repo * chore: rewrite `README` * chore: ignore LaTeX temporary files while building locally * feat: add `latexindent.pl` configuration file * style: lint LaTeX files
28 lines
950 B
Markdown
28 lines
950 B
Markdown
## A list of typos/mistakes that were fixed after the release of the new edition (1.3.0) (12 August, 2019).
|
|
|
|
(see errata for the original edition until 1.3.0
|
|
[here](https://github.com/hmemcpy/milewski-ctfp-pdf/blob/master/errata-1.0.0.md))
|
|
|
|
### Preface
|
|
|
|
- [#278](https://github.com/hmemcpy/milewski-ctfp-pdf/pull/278) - Fixed
|
|
reference to Saunders Mac Lane's _Categories for the Working Mathematician_.
|
|
Was previously misreferenced as "_Category Theory_ for the Working
|
|
Mathematician."
|
|
|
|
### 12. Limits and Colimits
|
|
|
|
- [#278](https://github.com/hmemcpy/milewski-ctfp-pdf/pull/278) - Fixed
|
|
formatting of quotation marks around "selecting." Were previously pointing the
|
|
wrong direction.
|
|
|
|
### 18. Adjunctions
|
|
|
|
- [#228](https://github.com/hmemcpy/milewski-ctfp-pdf/pull/228) - Typo
|
|
(adjuncion -> adjunction)
|
|
|
|
### 30. Lawvere Theories
|
|
|
|
- [#226](https://github.com/hmemcpy/milewski-ctfp-pdf/pull/226) - fix type in
|
|
diagram of monads as coends
|