GithubHelp home page GithubHelp logo

latex2wordexample's Introduction

Latex2wordExample

本仓库展示了使用 Pandoc 将 Springer Lecture Notes in Computer Science (LNCS) LaTeX 模板转化为 Word 的示例

转化中使用的工具安装和命令细节请查看 Zhihu 文章 或者 My Blog

项目依赖

  • Pandoc-2.17.1.1

  • Texlive 2021

运行

  1. 使用 LaTex 正确编译 .tex 文件

  2. 使用 pandoc 转化

    pandoc samplepaper.tex   --filter pandoc-crossref --citeproc --csl springer-lecture-notes-in-computer-science-alphabetical  --bibliography=reference.bib -M reference-section-title=Reference  -M autoEqnLabels -M tableEqns  -t docx+native_numbering --number-sections -o output.docx

注意

  • 由于 Word 无法显示矢量图,因此提前将原 LNCS 模板中使用的矢量图转为 .PNG 格式。

  • LaTex 编译后确保参考文献已经正确生成。

  • 目录中的 pandoc-crossref.exe 只匹配 Pandoc-2.17.1.1

License

BSD license

latex2wordexample's People

Contributors

xhan97 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.