small font in gcc online docs

2008-10-21 Thread Jonathan Grant
Hello I noticed that in the default Firefox3 configuration on my 1280x1024 display your code samples on this page are tiny, and v.hard to read: http://gcc.gnu.org/onlinedocs/gcc/Inline.html I see in the HTML this is the code causing the small font: pre.smallexample { font-size:smaller } Would

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-03 Thread Jonathan Grant
Hello Karl, Thanks for your reply. > >> I see in the HTML this is the code causing the small font: > >> > >> pre.smallexample { font-size:smaller } > > I don't know of any way to say "use a slightly smaller font" in > HTML/CSS. That is, this is what CSS provides, afaik. > > The re

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-04 Thread Jonathan Grant
Hi Karl, Thanks for your reply. > Does @smallexample come out as 8pt or so? It definitely looks > smaller than 10pt on my screen. > > It comes out as whatever your browser tells it to, hopefully depending > on what font size you have set. This is why different users see > different thi

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-05 Thread Jonathan Grant
Hi Karl, Thank you for your reply [..] > If some examples use @example and some examples use @smallexample, the > resulting inconsistency looks quite bad as well (in both printed manuals > and HTML). > > I doubt the GCC folks want to research and rewrite their examples to use > shorter lines (so

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-07 Thread Jonathan Grant
Hi Manuel, Karl, Thank you for your replies. [...] > You are expecting that the CSS large/small/x-small/etc match those of > TeX. They are not matched. I don't know what formula TeX uses but > Firefox uses a lookup table that is available here: > > http://mxr.mozilla.org/mozilla/source/layout/st