Skip to Content.
Sympa Menu

coq-club - [Coq-Club] A simple printing tool 'coqpdf'

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] A simple printing tool 'coqpdf'


chronological Thread 
  • From: Jelle Herold <jelle AT defekt.nl>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] A simple printing tool 'coqpdf'
  • Date: Tue, 30 Aug 2011 15:06:24 +0200

Hello,

FWIW, I just committed a very simple bash script that assist in printing
code. It's basically a frontend to coqdoc but deals with temporary files
etc.

https://github.com/0x01/math-classes/blob/master/tools/coqpdf

Drop it in a folder in your path, then run

  coqpdf Foo.v Bar.v SomethingElse.v

and a PDF viewer (evince) pops up with the rendered file; ready for
printing.

ps. You might need to modify coqlibpath or evince to fit your system.



Archive powered by MhonArc 2.6.16.

Top of Page