📄 makefile
字号:
ALL=overall.txt walkthrough.txt objects.txt organisation.txtALL_HTML=objects.html overall.html timeline.html walkthrough.html organisation.html ALL_LATEX=objects.latex overall.latex walkthrough.latex organisation.latex REST=/Users/jack/tmp/docutils/toolsREST2HTML=$(REST)/rst2html.pyREST2LATEX=$(REST)/rst2latex.pyPDFLATEX=/usr/local/teTeX/bin/i386-apple-darwin-current/pdflatexMAKEINDEX=/usr/local/teTeX/bin/i386-apple-darwin-current/makeindexPYTHON=python.SUFFIXES: .txt .html .tex .pdfall: html pdfhtml: $(ALL_HTML)pdf: ambulantdesign.pdfclean: -rm ambulantdesign.txt ambulantdesign.tex ambulantdesign.aux ambulantdesign.idx -rm ambulantdesign.idg ambulantdesign.ilg ambulantdesign.ind ambulantdesign.log -rm ambulantdesign.out ambulantdesign.toc ambulantdesign.pdf -rm $(ALL_HTML) ambulantdesign.pdf: ambulantdesign.txtambulantdesign.txt: head_latex.txt $(ALL) diagrams.txt cat head_latex.txt $(ALL) diagrams.txt > ambulantdesign.txt.txt.html: cat head_html.txt $< $*_tail.txt | $(PYTHON) $(REST2HTML) > $@.txt.tex: $(PYTHON) $(REST2LATEX) --use-latex-toc $< $@ .tex.pdf: $(PDFLATEX) $< $(PDFLATEX) $< $(PDFLATEX) $<
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -