sampath kovvali

Results 3 issues of sampath kovvali

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.`

## When I want to use fastdownload for other urls's I get an unknown archive format error. `Here is the code` ``` from fastdownload import FastDownload d = FastDownload() d.get('http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz')...