From f9651c8a967b9217f9423da140affc77fc5fb11a Mon Sep 17 00:00:00 2001
From: Nilesh Kumar <nileshkr@uab.edu>
Date: Tue, 6 Jun 2023 09:32:49 -0500
Subject: [PATCH] Update U_BDS_general_template.Rmd

---
 U_BDS_general_template.Rmd | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/U_BDS_general_template.Rmd b/U_BDS_general_template.Rmd
index 495b65d..b6f5efd 100644
--- a/U_BDS_general_template.Rmd
+++ b/U_BDS_general_template.Rmd
@@ -1,15 +1,17 @@
 ---
 title: "Title"
 author: 
-  - name: "Add your name | add your email | <https://www.uab.edu/cores/ircp/bds>"
-date: "Add date"
+- name: Nilesh Kumar | nileshkr@uab.edu | <https://www.uab.edu/cores/ircp/bds>
+date: `r Sys.Date()`
 output:
   html_document:
-    css: "style.css"
-    toc: true
-    toc_float: true
+    css: style.css
+    toc: yes
+    toc_float: yes
     includes:
-      after_body: "U_BDS_authorship_note.html"
+      after_body: U_BDS_authorship_note.html
+  pdf_document:
+    toc: yes
 ---
 
 ```{r setup, include=FALSE}
-- 
GitLab