Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] coqdoc doesn't pretty-print

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] coqdoc doesn't pretty-print


Chronological Thread 
  • From: Abhishek Anand <abhishek.anand.iitg AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] coqdoc doesn't pretty-print
  • Date: Tue, 26 Aug 2014 15:38:25 -0400

try:

coqdoc -utf8 MyFile.v

On my system,  -> is printed iff I use the -utf8  flag.


-- Abhishek
http://www.cs.cornell.edu/~aa755/


On Tue, Aug 26, 2014 at 3:34 PM, Ömer Sinan Ağacan <omeragacan AT gmail.com> wrote:
That didn't work and I think it'd be really weird if it worked.


---
Ömer Sinan Ağacan
http://osa1.net


2014-08-26 22:19 GMT+03:00 Roger Witte <rogerwite AT yahoo.co.uk>:

Try Require Import Utf 8.

Sent from Yahoo Mail on Android



From: Ömer Sinan Ağacan <omeragacan AT gmail.com>;
To: coq club <coq-club AT inria.fr>;
Subject: [Coq-Club] coqdoc doesn't pretty-print
Sent: Tue, Aug 26, 2014 7:16:59 PM

As far as I can understand from reference manual, Coq should
pretty-print some symbols like ->, |-, \/ etc. by default but `coqdoc
MyFile.v` generates a HTML with non-pretty-printed symbols. Any ideas
what I'm missing? I don't have any `printing` directives in the source
file, it's just a a dummy file with some random definitions for
testing.

Thanks.

---
Ömer Sinan Ağacan
http://osa1.net





Archive powered by MHonArc 2.6.18.

Top of Page