Build URL: https://github.com/gadenbuie/xaringanthemer/actions/runs/962724570
Commit: b9bea9db0d
gh-pages
| </h1> | </h1> | ||||
| <ul> | <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>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>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> | </ul> | ||||
| </div> | </div> | ||||
| <div id="xaringanthemes-034" class="section level1"> | <div id="xaringanthemes-034" class="section level1"> |
| template-variables: template-variables.html | template-variables: template-variables.html | ||||
| themes: themes.html | themes: themes.html | ||||
| xaringanthemer: xaringanthemer.html | xaringanthemer: xaringanthemer.html | ||||
| last_built: 2021-06-23T00:04Z | |||||
| last_built: 2021-06-23T01:51Z | |||||
| urls: | urls: | ||||
| reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | ||||
| article: https://pkg.garrickadenbuie.com/xaringanthemer//articles | article: https://pkg.garrickadenbuie.com/xaringanthemer//articles |
| title_font <span class='op'>=</span> <span class='cn'>NULL</span>, | 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_use_google <span class='op'>=</span> <span class='cn'>NULL</span>, | ||||
| title_font_size <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> | <span class='op'>)</span></pre> | ||||
| <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>use_showtext</th> | <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 | 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 | 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> | </tr> | ||||
| </table> | </table> | ||||
| title_font <span class='op'>=</span> <span class='cn'>NULL</span>, | 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_use_google <span class='op'>=</span> <span class='cn'>NULL</span>, | ||||
| title_font_size <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> | <span class='op'>)</span></pre> | ||||
| <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>use_showtext</th> | <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 | 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 | 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> | </tr> | ||||
| </table> | </table> | ||||
| title_font <span class='op'>=</span> <span class='cn'>NULL</span>, | 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_use_google <span class='op'>=</span> <span class='cn'>NULL</span>, | ||||
| title_font_size <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> | <span class='op'>)</span></pre> | ||||
| <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>use_showtext</th> | <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 | 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 | 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> | </tr> | ||||
| </table> | </table> | ||||