pandoc-acro:Pandoc过滤器用于管理首字母缩写词

时间:2024-04-02 06:19:34
【文件属性】:

文件名称:pandoc-acro:Pandoc过滤器用于管理首字母缩写词

文件大小:233KB

文件格式:ZIP

更新时间:2024-04-02 06:19:34

Python

Pandoc acro筛选器 该过滤器提供了一种在风格的Markdown源中管理首字母缩略词的方法。 它旨在为Pandoc做软件包为LaTeX做的事情。 因此,其最初目标是将标记的首字母缩写词转换为适当的acro LaTeX宏。 通过在元数据acronyms映射表中提取首字母缩写词定义并在主文本中查找以' + '开头的键(例如+afaik 。 键可以是普通的字符串单词,也可以使用本语法覆盖本地格式。 有关详细信息,请参见下面的“部分。 安装 要安装,请下载源代码并从源代码树的顶部运行python setup.py install 。 然后将pandoc-acro作为过滤器传递给例如 pandoc -F pandoc-acro input.md 用法 首字母缩写词定义 要定义首字母缩写词,请将其放置在元数据的acronyms映射中。 该语法旨在复制LaTeX acro软件包所使用的语法。 每


【文件预览】:
pandoc-acro-stable
----setup.py(80B)
----.gitignore(51B)
----pyproject.toml(103B)
----LICENSE.rst(1KB)
----MANIFEST.in(243B)
----githooks()
--------pre-push-build-sphinx.py(3KB)
----doc()
--------_templates()
--------api.rst(443B)
--------index.rst(371B)
--------conf.py(3KB)
--------_static()
--------todo.rst(135B)
--------rationale.rst(3KB)
--------changelog.rst(3KB)
--------contributing.rst(3KB)
----setup.cfg(1KB)
----noxfile.py(3KB)
----pandocacro()
--------keys.py(6KB)
--------__init__.py(3KB)
--------pandocacro.py(2KB)
--------options.py(3KB)
--------translate.py(5KB)
--------list.py(5KB)
----README.rst(9KB)
----tests()
--------test_header.py(1KB)
--------test.latex(50B)
--------test_options.py(3KB)
--------test_quotes.py(4KB)
--------example.md(399B)
--------header-includes.yaml(69B)
--------metadata.yaml(228B)
--------test_styles.py(4KB)
--------test_markdown.py(899B)
--------test_get_key.py(2KB)
--------test_pandocacro.py(880B)
--------test_starred.py(4KB)
--------test_latex.py(896B)
--------test_printacronyms.py(6KB)
----.gitattributes(376B)
----docs()
--------py-modindex.html(4KB)
--------.nojekyll(0B)
--------_static()
--------rationale.html(7KB)
--------api.html(40KB)
--------searchindex.js(8KB)
--------changelog.html(10KB)
--------genindex.html(9KB)
--------objects.inv(599B)
--------index.html(22KB)
--------todo.html(4KB)
--------search.html(3KB)
--------_sources()
--------contributing.html(8KB)

网友评论