hmemcpy / milewski-ctfp-pdf

Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
Other
10.91k stars 581 forks source link

Change category symbols to use calligraphic font #140

Closed hmemcpy closed 5 years ago

hmemcpy commented 6 years ago

https://twitter.com/CarlHedgren/status/1036906077617618944

image

looks like \mathcal should do the trick: https://tex.stackexchange.com/questions/58098/what-are-all-the-font-styles-i-can-use-in-math-mode

All definitions are in https://github.com/hmemcpy/milewski-ctfp-pdf/blob/master/src/category.tex, so hopefully an easy change :)

hmemcpy commented 6 years ago

image

tip, looks like unicode-math overrides the default \mathcal font. To restore, add:

\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n}

to preamble

hmemcpy commented 5 years ago

This is put on hold for now.