dlbook_notation
dlbook_notation copied to clipboard
LaTeX files for the Deep Learning book notation
The latex commands are long to type them completely by hand and I want to ask you that what is the tool you use to write this excellent book.
Using \DeclarePairedDelimiter offers much more benefit such as auto scaling of the paired operator. See https://tex.stackexchange.com/questions/94410/easily-change-behavior-of-declarepaireddelimiter for some examples.
Hi! I'm interested in helping translating the project into Spanish and I was wondering if I could start pull requests of the files. Many thanks in advance!
In `math_commands.tex` at line 106 `\def\rvu{{\mathbf{i}}}` is defined and at line 118 `\def\rvu{{\mathbf{u}}}` is defined which conflicts with latex `LaTeX Error: Command \rvu already defined.`