ajeep8

Results 17 comments of ajeep8

@thomasWeise I meet the same problem with you, did you solve it ?

> \AtBeginDocument{% > \addto\captionsenglish{\renewcommand{\figurename}{图}} > } Thank you very much, it work. I add the code into templates file directly.

This will work as metadata define: ``` \AtBeginDocument{% \addto\captionsenglish{\renewcommand{\figurename}{$figureTitle$}} \addto\captionsenglish{\renewcommand{\tablename}{$tableTitle$}} } ```

I `make install` graphviz with libpango on my ubuntu, and `dot -Tsvg:cairo test.gv>test.svg` can got svg with icons, but `python test.py` still output a svg without icons. Where can I...

An ugly patch :-D ``` def __exit__(self, exc_type, exc_value, traceback): self.render() if self.outformat=="svg": os.system("dot -Tsvg:cairo {0} > {0}.svg".format(self.filename)) os.remove(self.filename) setdiagram(None) ```

@nlsdfnbch I had added pair/ticker/orderbook/wallet of CoinOne/BitHumb/CEX.IO in my fork dev branch

@nlsdfnbch I had added pair/ticker/orderbook/wallet of CoinOne/BitHumb/CEX.IO in my fork dev branch

@firepol I just copy&modify the pair/ticker/orderbook/wallet of CoinOne/BitHumb/CEX.IO/CoinNest/Exmo/Gate.IO, but other methods are neither completed nor removed, so it seem unsuitable for submit yet. I will complete or remove the uncompleted...

1. like this: apikeys = { "Bitfinex": ['key','secret','user_id','addr','version'], "Bitstamp": ['key','secret','user_id','addr','version'], ...... }

https:/upload one '/' less, why?