gpt4 book ai didi

installation - 向(本地)ikiwiki 添加 mathjax 支持

转载 作者:行者123 更新时间:2023-12-04 06:18:38 32 4
gpt4 key购买 nike

关闭。这个问题是off-topic .它目前不接受答案。












想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。

9年前关闭。




Improve this question




有没有办法向 ikiwiki 添加 mathjax 支持?如果是这样,如何逐步(在 linux 中)获得这个?

最佳答案

  • 安装 pandoc (> 1.8)
  • 获取最新的 pandoc-iki 插件:cd /tmp/; git clone https://github.com/dubiousjim/pandoc-iki.git
  • 找出 pandoc 的安装位置:which pandoc例如 /usr/bin/pandoc
  • 将以下行添加到您的 wiki - setup (e.g. mywiki.setup) 文件中:
    # pandoc plugin

    pandoc_command => "/usr/bin/pandoc",

    pandoc_latex => 1,

    pandoc_rst => 0,

    pandoc_math => "mathjax",
  • 添加 pandoc例如,到安装文件中的插件列表
     \# plugins to add to the default configuration

    add_plugins => [qw{goodstuff websetup wmd pandoc}]
  • sudo cp /tmp/pandoc-iki/mathjax.tmpl /usr/share/ikiwiki/templates/page.tmpl
  • sudo cp /tmp/pandoc-iki/pandoc.pm /usr/share/perl5/IkiWiki/Plugin
  • sudo ikiwiki --setup ~/mywiki.setup
  • 要激活 html_css,请更改 /usr/share/ikiwiki/templates/page.tmpl 中的以下行:
    <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>

    <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full" type="text/javascript"></script>
    然后做 sudo ikiwiki --setup ~/mywiki.setup再次。
  • 如果您也想离线使用您的 ikiwiki,您可以更改目录的路径:下载 mathjax 并将其放在某处,例如 /var/www/myiki并将上面的行更改为
    <script src="/iki/mathjax/MathJax.js?config=TeX-AMS_HTML-full"   type="text/javascript"></script>

    (不要忘记运行 ikiwiki --setup )
  • 关于installation - 向(本地)ikiwiki 添加 mathjax 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6889564/

    32 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com