Skip to content

Commit

Permalink
Fix display, in phones, of long line in code chunks. Related to #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbullock35 committed Feb 2, 2020
1 parent 5d509ed commit 4f0163a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@ <h1 class="title toc-ignore">Building better tables in less time</h1>
.marginBottom4ex { margin-bottom: 4.0ex; }
.marginTopN4p5ex { margin-top: -4.5ex; }

a.sourceLine { display: unset; }
pre > code.sourceCode > span { display: unset; }

-->
</style>
<p>The <code>Bullock</code> package provides three functions to help you make tables: <code>regTable()</code>, <code>latexTable()</code>, and <code>latexTablePDF()</code>. The functions can be used separately but are designed to be used together. <code>regTable()</code> generates a matrix of regression results, <code>latexTable()</code> turns it into LaTeX code, and <code>latexTablePDF()</code> renders the LaTeX code as PDF.</p>
Expand Down
3 changes: 3 additions & 0 deletions vignettes/tables.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ vignette: >
.marginBottom4ex { margin-bottom: 4.0ex; }
.marginTopN4p5ex { margin-top: -4.5ex; }

a.sourceLine { display: unset; }
pre > code.sourceCode > span { display: unset; }

-->
</style>

Expand Down

0 comments on commit 4f0163a

Please sign in to comment.