Skip to content

Commit 0bcf967

Browse files
committed
Added longtable
1 parent c24c593 commit 0bcf967

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

inst/rmarkdown/templates/biometrics_article/resources/template.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
\usepackage{hyperref}
3434
\usepackage[utf8]{inputenc}
3535
\usepackage{graphicx}
36+
\usepackage{longtable}
3637
%% \raggedbottom % To avoid glue in typesetteing, sbs>>
3738

3839
$if(highlighting-macros)$

inst/rmarkdown/templates/biometrics_article/skeleton/skeleton.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Title here
33

4-
authors:
4+
author:
55
- name: Author 1
66
affiliation: Department of YYY, University of XXX
77
email: abc@def

0 commit comments

Comments
 (0)