dandan611 / Settler

0 stars 0 forks source link

開発環境で技術書執筆をできるようにする #24

Open dandan611 opened 6 years ago

dandan611 commented 6 years ago

下記を入れるのがよさげ

https://qiita.com/mebiusbox2/items/a8e9934d7b9af8b1fbb8

dandan611 commented 6 years ago

https://calibre-ebook.com/download_linux

dandan611 commented 6 years ago
 pip install sphinx --user
sphinx-quickstart
make html
make latexpdf
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar xvf install-tl-unx.tar.gz
cd install-tl*
sudo ./install-tl --repository http://mirror.ctan.org/systems/texlive/tlnet/
sudo /usr/local/texlive/*/bin/*/tlmgr path add

入れるの一時間かかった。

http://www.sphinx-doc.org/ja/stable/# https://texwiki.texjp.org/?Sphinx https://mytexpert.osdn.jp/index.php?TeX%20Live/CentOS