ソースを参照

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 ファイルの表示

@@ -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>&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>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">

+ 1
- 1
pkgdown.yml ファイルの表示

@@ -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

+ 4
- 3
reference/theme_xaringan.html ファイルの表示

@@ -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>


+ 4
- 3
reference/theme_xaringan_base.html ファイルの表示

@@ -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>


+ 4
- 3
reference/theme_xaringan_inverse.html ファイルの表示

@@ -197,7 +197,7 @@ vignette(&quot;ggplot2-themes&quot;) 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>


読み込み中…
キャンセル
保存