coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Daniil Frumin <difrumin AT gmail.com>
- To: Adam Chlipala <adamc AT csail.mit.edu>
- Cc: vincent rahli <vincent.rahli AT gmail.com>, "coq-club AT inria.fr" <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] Coqdoc
- Date: Tue, 14 Jan 2014 00:44:07 +0400
As Adam has pointed out, you should edit the .css file.
After you generate the documentation with coqdoc you get coqdoc.css in
the directory. You can edit it and replace
.code {
display: block;
/* padding-left: 15px; */
font-family: monospace;
}
With something like
.code {
display: block;
/* padding-left: 15px; */
font-size: 150%;
font-family: monospace;
}
On Tue, Jan 14, 2014 at 12:38 AM, Adam Chlipala
<adamc AT csail.mit.edu>
wrote:
> On 01/13/2014 03:25 PM, vincent rahli wrote:
>>
>> With coqdoc, is there a way to customize the font sizes for code and
>> comments?
>
>
> Isn't it the case that coqdoc outputs code that refers either to a .sty file
> (LaTeX) or .css file (HTML), such that you can edit those files to customize
> styling?
--
Sincerely yours,
-- Daniil
- [Coq-Club] Coqdoc, vincent rahli, 01/13/2014
- Re: [Coq-Club] Coqdoc, Adam Chlipala, 01/13/2014
- Re: [Coq-Club] Coqdoc, Daniil Frumin, 01/13/2014
- Re: [Coq-Club] Coqdoc, Adam Chlipala, 01/13/2014
Archive powered by MHonArc 2.6.18.