File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 4646 macros \emph {may } generate correct code (but not always ) and always
4747 results in confusing - to - read code.
4848 %% Someone defined ' true' as - 1 , for example.
49+
50+ \item The cascaded stylesheet \file {R.css } now adds less vertical
51+ white space when rendering Rd files ' \v erb{\i temize},
52+ \v erb{\e numerate}, and \v erb{\d escribe} list \v erb{\i tem}s to HTML.
53+
54+ Where \R is used via extensive \a bbr{IDE}s such as \c ommand{RStudio},
55+ their maintainers may need to adapt \f ile{R.css} files accordingly.
4956 }
5057 }
5158
Original file line number Diff line number Diff line change 1111.rimage img { /* from knitr - for examples and demos */
1212 width : 96% ;
1313 margin-left : 2% ;
14- }
14+ }
1515
1616.katex { font-size : 1.1em ; }
1717
8080 font-style : italic;
8181}
8282
83+ /* want small paragraph margins when used _inside_ *.Rd \item <......>
84+ i.e., <dd> ... </dd> and and <li> .... </li> : */
85+ dd p , li p {
86+ margin-top : 0px ;
87+ margin-bottom : 0px ;
88+ padding-top : 0.4ex ;
89+ padding-bottom : 0.4ex ;
90+ }
91+
8392img .toplogo {
8493 width : 4em ;
8594 vertical-align : middle;
You can’t perform that action at this time.
0 commit comments