소스 검색

Deploy from Github Actions build 962724570 [ci skip]

Build URL: https://github.com/gadenbuie/xaringanthemer/actions/runs/962724570
Commit: b9bea9db0d
gh-pages
GitHub 5 년 전
부모
커밋
3625c1ce24
5개의 변경된 파일15개의 추가작업 그리고 10개의 파일을 삭제
  1. +2
    -0
      news/index.html
  2. +1
    -1
      pkgdown.yml
  3. +4
    -3
      reference/theme_xaringan.html
  4. +4
    -3
      reference/theme_xaringan_base.html
  5. +4
    -3
      reference/theme_xaringan_inverse.html

+ 2
- 0
news/index.html 파일 보기

</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>&lt;strong&gt;</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>&lt;strong&gt;</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">

+ 1
- 1
pkgdown.yml 파일 보기

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

+ 4
- 3
reference/theme_xaringan.html 파일 보기

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>



+ 4
- 3
reference/theme_xaringan_base.html 파일 보기

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>



+ 4
- 3
reference/theme_xaringan_inverse.html 파일 보기

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>



Loading…
취소
저장