How do I generate LaTeX from Isabelle/HOL? [closed]

一笑奈何 提交于 2019-12-05 15:51:03

问题


How can I use Isabelle/HOL to automatically generate LaTeX from my source theory files?

Isabelle/HOL's tutorial.pdf is very beautiful. I'm going to write a paper in LaTeX with a lot of Isabelle code in it.


回答1:


You should first have a look at the existing documentation and come back with more specific questions afterwards (if there remain any; but I'm sure there will ;)).

What you want to do is called document preparation in Isabelle. The first place to look is Chapter 4 Presenting Theories of the Isabelle System Manual. (Actually it is also a good idea to first read the previous chapter on Isabelle sessions and build management.)

For some neat notation also LaTeX Sugar for Isabelle Documents might be of interest.

Some other useful things, like generating TeX snippets from your Isabelle theories and including them in your document (which you might collaboratively work on with others that do not have Isabelle installed), can be found on the Community Wiki.



来源:https://stackoverflow.com/questions/19421234/how-do-i-generate-latex-from-isabelle-hol

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!