文件名称:参考卡:各种原始参考卡(备忘单)
文件大小:497KB
文件格式:ZIP
更新时间:2024-02-21 18:41:55
python vim tex latex fortran
参考卡 该存储库包含我的各种参考卡/备忘单的资源,为 。 通常,它们是在LaTeX或Plain TeX中(可能是通过Python脚本生成的),尽管一些较旧的refcard是用Open Office编写的(在我意识到文本处理器不适合您仍然严格排版的文档这一事实之前)希望能够在十年后重现)。 先决条件 完整的LaTeX安装( 应该做) 带有 , ,已安装的软件包。 以获取* .odt文件 gnu make(macOS: xcode-select --install ) (macOS: brew install imagemagick ) 生成参考卡片 要生成所有引用卡,请运行 make 要将存储库返回到干净状态,删除所有生成的引用卡,请运行 make distclean 您还可以使用以下命令删除构建工件(例如tex-aux文件) make clean 为了收集的文件,我使用 make collect 如果只想生成特定的参考卡片,则还可以从该参考卡片的文件夹中运行make / make clean / make distclean 。
【文件预览】:
Refcards-master
----.gitignore(14B)
----README.md(1KB)
----vimlatex()
--------.gitignore(34B)
--------vimlatexqrc.tex(9KB)
--------Makefile(158B)
----periodictable()
--------.gitignore(240B)
--------Makefile(752B)
--------periodictable.py(66KB)
----conda()
--------conda-letter.tex(413B)
--------.gitignore(150B)
--------conda-a4.tex(429B)
--------Makefile(533B)
----fortran()
--------.gitignore(227B)
--------refcards.sty(2KB)
--------fortran_refcard.tex(26KB)
--------fortran_refcard_letter.patch(1KB)
--------Makefile(477B)
----powers_of_ten()
--------.gitignore(57B)
--------powers_of_ten.tex(3KB)
--------Makefile(220B)
----asciitable()
--------.gitignore(137B)
--------latin1_symbols.txt(1KB)
--------build_ascii.py(2KB)
--------ascii_letter.patch(614B)
--------ascii.tex(17KB)
--------Makefile(443B)
----perl()
--------perl_refcard.pdf(79KB)
--------perl_refcard.odt(41KB)
----vim()
--------.gitignore(24B)
--------vimqrc.tex(14KB)
--------Makefile(133B)
----Makefile(4KB)
----python24()
--------python_refcard.pdf(169KB)
--------python_refcard.odt(168KB)
----my_vim_mappings()
--------.gitignore(42B)
--------my_vim_mappings.tex(7KB)
--------Makefile(178B)