bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: @format and @display in HTML output


From: Torsten Bronger
Subject: Re: @format and @display in HTML output
Date: Sat, 19 Apr 2003 23:47:02 +0200
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2

Halloechen!

address@hidden (Karl Berry) writes:

>     Ah, so the problem is that there's no DOCTYPE, not that makeinfo
>     switches to the fixed-width font explicitly.  Thanks for the example.
>
> I don't believe the (lack of) DOCTYPE matters for this.

No, it doesn't.

>     I'm not a CSS expert, so I'll let others on this list to comment on
>     how to fix this.
>
> I think the most portable solution would be to output a <br> after each
> line.

Argh!

> I don't really want to resort to CSS, although admittedly it would
> be a simpler solution in this case.

Even much simpler:

<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
  pre.format { font-family: serif }
</style>

at the end of the <head>.  (Because the class attribute is set I
assume that a makeinfo developer wanted to use CSS.?)

Tschoe,
Torsten.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]