Build URL: https://github.com/gadenbuie/xaringanthemer/actions/runs/962724570
Commit: b9bea9db0d
gh-pages
| @@ -178,7 +178,9 @@ | |||
| </h1> | |||
| <ul> | |||
| <li><p>Added <code>text_bold_font_weight</code> argument to xaringanthemer style functions with a corresponding CSS rule setting the <code>font-weight</code> property of <code><strong></code> elements (thanks <a href='https://github.com/matiasandina'>@matiasandina</a>, <a href='https://github.com/gadenbuie/xaringanthemer/issues/50'>#50</a>).</p></li> | |||
| <li><p>The xaringanthemer slide skeleton (R Markdown template) will now render when packages that are used in the template but not in xaringanthemer’s Imports are not installed (<a href='https://github.com/gadenbuie/xaringanthemer/issues/52'>#52</a>).</p></li> | |||
| <li><p>Set slide number font size in <code>rem</code> so that increasing the font size at the slide level doesn’t result in giant slide numbers (<a href='https://github.com/gadenbuie/xaringanthemer/issues/53'>#53</a>).</p></li> | |||
| <li><p>xaringanthemer no longer sets the <code>fig.showtext</code> chunk option when the showtext package isn’t installed (<a href='https://github.com/gadenbuie/xaringanthemer/issues/56'>#56</a>).</p></li> | |||
| </ul> | |||
| </div> | |||
| <div id="xaringanthemes-034" class="section level1"> | |||
| @@ -7,7 +7,7 @@ articles: | |||
| template-variables: template-variables.html | |||
| themes: themes.html | |||
| xaringanthemer: xaringanthemer.html | |||
| last_built: 2021-06-23T00:04Z | |||
| last_built: 2021-06-23T01:51Z | |||
| urls: | |||
| reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | |||
| article: https://pkg.garrickadenbuie.com/xaringanthemer//articles | |||
| @@ -197,7 +197,7 @@ styles. See <code><a href='../articles/ggplot2-themes.html'>vignette("ggplot2-th | |||
| title_font <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| title_font_use_google <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| title_font_size <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| use_showtext <span class='op'>=</span> <span class='cn'>TRUE</span> | |||
| use_showtext <span class='op'>=</span> <span class='cn'>NULL</span> | |||
| <span class='op'>)</span></pre> | |||
| <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | |||
| @@ -271,10 +271,11 @@ or defaults to 14.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>use_showtext</th> | |||
| <td><p>If <code>TRUE</code> (default) the <span class="pkg">showtext</span> package will be | |||
| <td><p>If <code>TRUE</code> the <span class="pkg">showtext</span> package will be | |||
| used to register Google fonts. Set to <code>FALSE</code> to disable this feature | |||
| entirely, which may result in errors during plotting if the fonts used are | |||
| not available locally.</p></td> | |||
| not available locally. The default is <code>TRUE</code> when the <span class="pkg">showtext</span> | |||
| package is installed.</p></td> | |||
| </tr> | |||
| </table> | |||
| @@ -207,7 +207,7 @@ style. See <code><a href='../articles/ggplot2-themes.html'>vignette("ggplot2-th | |||
| title_font <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| title_font_use_google <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| title_font_size <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| use_showtext <span class='op'>=</span> <span class='cn'>TRUE</span> | |||
| use_showtext <span class='op'>=</span> <span class='cn'>NULL</span> | |||
| <span class='op'>)</span></pre> | |||
| <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | |||
| @@ -278,10 +278,11 @@ or defaults to 14.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>use_showtext</th> | |||
| <td><p>If <code>TRUE</code> (default) the <span class="pkg">showtext</span> package will be | |||
| <td><p>If <code>TRUE</code> the <span class="pkg">showtext</span> package will be | |||
| used to register Google fonts. Set to <code>FALSE</code> to disable this feature | |||
| entirely, which may result in errors during plotting if the fonts used are | |||
| not available locally.</p></td> | |||
| not available locally. The default is <code>TRUE</code> when the <span class="pkg">showtext</span> | |||
| package is installed.</p></td> | |||
| </tr> | |||
| </table> | |||
| @@ -197,7 +197,7 @@ vignette("ggplot2-themes") for more information and examples." /> | |||
| title_font <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| title_font_use_google <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| title_font_size <span class='op'>=</span> <span class='cn'>NULL</span>, | |||
| use_showtext <span class='op'>=</span> <span class='cn'>TRUE</span> | |||
| use_showtext <span class='op'>=</span> <span class='cn'>NULL</span> | |||
| <span class='op'>)</span></pre> | |||
| <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | |||
| @@ -271,10 +271,11 @@ or defaults to 14.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>use_showtext</th> | |||
| <td><p>If <code>TRUE</code> (default) the <span class="pkg">showtext</span> package will be | |||
| <td><p>If <code>TRUE</code> the <span class="pkg">showtext</span> package will be | |||
| used to register Google fonts. Set to <code>FALSE</code> to disable this feature | |||
| entirely, which may result in errors during plotting if the fonts used are | |||
| not available locally.</p></td> | |||
| not available locally. The default is <code>TRUE</code> when the <span class="pkg">showtext</span> | |||
| package is installed.</p></td> | |||
| </tr> | |||
| </table> | |||