Skip to content

Commit

Permalink
Deploying to gh-pages from @ ad71598 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 20, 2024
1 parent 9d82803 commit e2a2ba0
Show file tree
Hide file tree
Showing 7 changed files with 564 additions and 558 deletions.
Binary file modified freeze.rds
Binary file not shown.
18 changes: 9 additions & 9 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <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_5eb2oh06hjy8d694getu</title>
<title>tinytable_vrl3hx9y68ym7zajaxzj</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -433,7 +433,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand All @@ -445,28 +445,28 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<tbody>
<tr>
<td>10 000</td>
<td> 9 999</td>
<td>9 998</td>
</tr>
<tr>
<td> 9 999</td>
<td> 9 999</td>
<td>10 001</td>
<td>9 999</td>
</tr>
<tr>
<td> 9 999</td>
<td>10 000</td>
<td>9 999</td>
</tr>
</tbody>
</table>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_5eb2oh06hjy8d694getu(i, j, css_id) {
var table = document.getElementById("tinytable_5eb2oh06hjy8d694getu");
function styleCell_vrl3hx9y68ym7zajaxzj(i, j, css_id) {
var table = document.getElementById("tinytable_vrl3hx9y68ym7zajaxzj");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_5eb2oh06hjy8d694getu');
var table = document.getElementById('tinytable_vrl3hx9y68ym7zajaxzj');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
8 changes: 7 additions & 1 deletion man/style_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#description" id="toc-description" class="nav-link" data-scroll-target="#description">Description</a></li>
<li><a href="#usage" id="toc-usage" class="nav-link" data-scroll-target="#usage">Usage</a></li>
<li><a href="#arguments" id="toc-arguments" class="nav-link" data-scroll-target="#arguments">Arguments</a></li>
<li><a href="#details" id="toc-details" class="nav-link" data-scroll-target="#details">Details</a></li>
<li><a href="#value" id="toc-value" class="nav-link" data-scroll-target="#value">Value</a></li>
<li><a href="#latex-preamble" id="toc-latex-preamble" class="nav-link" data-scroll-target="#latex-preamble">LaTeX preamble</a></li>
<li><a href="#examples" id="toc-examples" class="nav-link" data-scroll-target="#examples">Examples</a></li>
Expand All @@ -260,7 +261,7 @@ <h2 id="toc-title">On this page</h2>
<h2 class="unnumbered anchored" data-anchor-id="style-a-tiny-table-in-either-latex-or-html-format">Style a Tiny Table in either LaTeX or HTML format</h2>
<section id="description" class="level3">
<h3 class="anchored" data-anchor-id="description">Description</h3>
<p>This function applies styling to a table created by <code>tt()</code>. It allows customization of text style (bold, italic, monospace), text and background colors, font size, cell width, text alignment, column span, and indentation. The function supports both LaTeX (tabularray) and HTML (bootstrap) formats.</p>
<p>Style a Tiny Table in either LaTeX or HTML format</p>
</section>
<section id="usage" class="level3">
<h3 class="anchored" data-anchor-id="usage">Usage</h3>
Expand Down Expand Up @@ -485,6 +486,11 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>

</tbody></table>
</section>
<section id="details" class="level3">
<h3 class="anchored" data-anchor-id="details">Details</h3>
<p>This function applies styling to a table created by <code>tt()</code>. It allows customization of text style (bold, italic, monospace), text and background colors, font size, cell width, text alignment, column span, and indentation. The function supports both LaTeX (tabularray) and HTML (bootstrap) formats.</p>
<p>Note that Markdown and Word formats are limited to these styles: italic, bold, strikeout.</p>
</section>
<section id="value" class="level3">
<h3 class="anchored" data-anchor-id="value">Value</h3>
<p>An object of class <code>tt</code> representing the table.</p>
Expand Down
20 changes: 10 additions & 10 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ <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_cf3j07xj3420sr0xdkhj</title>
<title>tinytable_eo2uok9smptws8xsi557</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -415,7 +415,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand Down Expand Up @@ -462,12 +462,12 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_cf3j07xj3420sr0xdkhj(i, j, css_id) {
var table = document.getElementById("tinytable_cf3j07xj3420sr0xdkhj");
function styleCell_eo2uok9smptws8xsi557(i, j, css_id) {
var table = document.getElementById("tinytable_eo2uok9smptws8xsi557");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_cf3j07xj3420sr0xdkhj');
var table = document.getElementById('tinytable_eo2uok9smptws8xsi557');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand All @@ -493,7 +493,7 @@ <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_p4l5lb0pv2wmk87dq4tw</title>
<title>tinytable_j6t7b5fg5r019htypyt8</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -513,7 +513,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-striped" id="tinytable_p4l5lb0pv2wmk87dq4tw" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_j6t7b5fg5r019htypyt8" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Data about cars.</caption>
<tbody><tr>
Expand Down Expand Up @@ -560,12 +560,12 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_p4l5lb0pv2wmk87dq4tw(i, j, css_id) {
var table = document.getElementById("tinytable_p4l5lb0pv2wmk87dq4tw");
function styleCell_j6t7b5fg5r019htypyt8(i, j, css_id) {
var table = document.getElementById("tinytable_j6t7b5fg5r019htypyt8");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_p4l5lb0pv2wmk87dq4tw');
var table = document.getElementById('tinytable_j6t7b5fg5r019htypyt8');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
Loading

0 comments on commit e2a2ba0

Please sign in to comment.