- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/JelteF/PyLaTeX
- 软件文档: https://github.com/JelteF/PyLaTeX
软件介绍
PyLaTeX 是一个用来创建和编译 LaTeX 文件的 Python 库。
特性:
Document generation and compilation
Section, table, math, figure and package classes
A matrix class that can compile NumPy ndarrays and matrices to LaTeX
Very exstensible base classes that you can use to easily add new features
Contextmanager style class hierarchy
Functionality to escape special LaTeX characters
Bold, italic and verbatim functions
Every class has a dump method, which writes the output to a filepointer this way you can use snippets in in normal LaTeX files using
\input
依赖:
Python 3.x or Python 2.7
ordered-set
安装:pip install pylatex
分布式服务架构:原理、设计与实战
李艳鹏、杨彪 / 电子工业出版社 / 2017-8 / 89.00
《分布式服务架构:原理、设计与实战》全面介绍了分布式服务架构的原理与设计,并结合作者在实施微服务架构过程中的实践经验,总结了保障线上服务健康、可靠的最佳方案,是一本架构级、实战型的重量级著作。 《分布式服务架构:原理、设计与实战》以分布式服务架构的设计与实现为主线,由浅入深地介绍了分布式服务架构的方方面面,主要包括理论和实践两部分。理论上,首先介绍了服务架构的背景,以及从服务化架构到微服务架......一起来看看 《分布式服务架构:原理、设计与实战》 这本书的介绍吧!
