应用Sphinx + LaTeX + reStructuredText制作PDF文件

参考:

 

用Sphinx制作中文pdf

http://www.tuicool.com/articles/nAJJVb

 

Sphinx Project How-To

http://code.google.com/p/pymotwcn/wiki/SphinxprojectHowto

 

reStructuredText简明教程

http://jwch.sdut.edu.cn/book/rst.html#id15

 

Online reStructuredText editor

http://rst.ninjs.org/

 

LaTeX 常用功能

http://mail.sxu.cn/blog/index.php?file=viewlog&uid=1451&id=118

 

 

段首缩进

 

\usepackage{indentfirst}

\setlength{\parindent}{2em}

 

你可能感兴趣的:(sphinx)