Skip to content

Commit

Permalink
Deploying to gh-pages from @ 29a79bb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 29, 2024
1 parent c4090e0 commit ec7cd0a
Show file tree
Hide file tree
Showing 33 changed files with 1,366 additions and 1,353 deletions.
9 changes: 5 additions & 4 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,16 +231,17 @@ <h1>Citation</h1>
<pre class="verbatim"><code>To cite package ‘tinytable’ in publications use:

Arel-Bundock V (????). _tinytable: Simple and Configurable Tables in
'HTML', 'LaTeX', 'Markdown', 'Word', and 'PNG' Formats_. R package
version 0.0.2.9000, https://github.com/vincentarelbundock/tinytable/,
'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', and 'Typst' Formats_. R
package version 0.0.2.9001,
https://github.com/vincentarelbundock/tinytable/,
&lt;https://vincentarelbundock.github.io/tinytable/&gt;.

A BibTeX entry for LaTeX users is

@Manual{,
title = {tinytable: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', and 'PNG' Formats},
title = {tinytable: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', and 'Typst' Formats},
author = {Vincent Arel-Bundock},
note = {R package version 0.0.2.9000, https://github.com/vincentarelbundock/tinytable/},
note = {R package version 0.0.2.9001, https://github.com/vincentarelbundock/tinytable/},
url = {https://vincentarelbundock.github.io/tinytable/},
}</code></pre>

Expand Down
5 changes: 5 additions & 0 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@ <h1>News</h1>
<h2 class="anchored" data-anchor-id="development">Development</h2>
<p>New:</p>
<ul>
<li>Support for <code>Typst</code> tables using <code>tablex</code>:
<ul>
<li>https://typst.app/</li>
<li>https://github.com/PgBiel/typst-tablex</li>
</ul></li>
<li><code>notes</code> argument in <code>tt()</code> can insert superscript markers inside cells to refer to notes at the bottom of the page.
<ul>
<li><code>tt(x, notes = list("*" = list(i = 0:1, j = 2, text = "Hello world)))</code></li>
Expand Down
Binary file modified freeze.rds
Binary file not shown.
24 changes: 12 additions & 12 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_sbov4mi4uakfujz7a63h</title>
<title>tinytable_4047qgi56gssh91v1vf5</title>
<style>
.table td.tinytable_css_82c8y4lf1qeuahg3ckpa, .table th.tinytable_css_82c8y4lf1qeuahg3ckpa { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_hfwcqej4s1fyognio2cv, .table th.tinytable_css_hfwcqej4s1fyognio2cv { border-bottom: solid 0.1em #d3d8dc; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -443,7 +443,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_sbov4mi4uakfujz7a63h" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_4047qgi56gssh91v1vf5" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand All @@ -454,37 +454,37 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<tbody>
<tr>
<td> 9 999</td>
<td>10 000</td>
<td>10 001</td>
</tr>
<tr>
<td>10 000</td>
<td> 9 998</td>
<td> 9 999</td>
</tr>
<tr>
<td>10 001</td>
<td>10 000</td>
<td> 9 999</td>
<td>10 002</td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_tinytable_7vmm2bnazwl13lnuz4ld(i, j, css_id) {
var table = document.getElementById("tinytable_sbov4mi4uakfujz7a63h");
function styleCell_tinytable_ilrgv7q57s1wfi49ugae(i, j, css_id) {
var table = document.getElementById("tinytable_4047qgi56gssh91v1vf5");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_sbov4mi4uakfujz7a63h');
var table = document.getElementById('tinytable_4047qgi56gssh91v1vf5');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
window.addEventListener('load', function () { styleCell_tinytable_7vmm2bnazwl13lnuz4ld(0, 0, 'tinytable_css_82c8y4lf1qeuahg3ckpa') })
window.addEventListener('load', function () { styleCell_tinytable_7vmm2bnazwl13lnuz4ld(0, 1, 'tinytable_css_82c8y4lf1qeuahg3ckpa') })
window.addEventListener('load', function () { styleCell_tinytable_ilrgv7q57s1wfi49ugae(0, 0, 'tinytable_css_hfwcqej4s1fyognio2cv') })
window.addEventListener('load', function () { styleCell_tinytable_ilrgv7q57s1wfi49ugae(0, 1, 'tinytable_css_hfwcqej4s1fyognio2cv') })
</script>


Expand Down
Loading

0 comments on commit ec7cd0a

Please sign in to comment.