John Gardner <[email protected]> wrote: |Every instance of the "SHOUTED" headings can be uppercased too, even when |used outside their role as a heading. | |The CSS to achieve this: | |a[href="#name"], |a[href="#description"], |a[href="#authors"] { | |text-transform: uppercase; |} | |Will typecast any link pointing to <section id="name"> in majuscule "NAME". |It's all CSS. =)
Hmm, that must be new in CSS (i stopped at CSS2). But that has nothing to do with roff, let alone groff, right? I referred to for example mdoc(7)'s .Sx command. And i think even Kristap's and Ingo's mandoc C parse tree will not automatically perform this adjustment (so that the tag for less(1) that mandoc can generate, somehow, is correct), but i have not verified that. --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt)
--- Begin Message ---Every instance of the "SHOUTED" headings can be uppercased too, even when used outside their role as a heading. The CSS to achieve this: a[href="#name"], a[href="#description"], a[href="#authors"] { text-transform: uppercase; } Will typecast any link pointing to <section id="name"> in majuscule "NAME". It's all CSS. =) On 21 April 2018 at 08:29, Steffen Nurpmeso <[email protected]> wrote: > Ralph Corderoy <[email protected]> wrote: > |Ingo wrote: > |> The name of that standard section in man(7) and mdoc(7) is "EXIT > |> STATUS", not "Exit Status" nor "Exit status" nor "exit status". > | > |The shouting section heading makes it easier to find that heading rather > |than the same word occurring elsewhere, e.g. `ENVIRONMENT'. > > Alternatively you have active links and an index and can jump to > whatever section or anchor there is. For print-outs normal case > would be much nicer. > > |And if the .SH's parameter isn't shouting then perhaps there's a reason > |for it and it should be preserved, even if it just shows up the bug to > |fix. > > Much nicer. > > --steffen > | > |Der Kragenbaer, The moon bear, > |der holt sich munter he cheerfully and one by one > |einen nach dem anderen runter wa.ks himself off > |(By Robert Gernhardt) > >
--- End Message ---
