Skip to content

Commit 4093ca5

Browse files
Update notebook template w/ additional imports and footer fields
1 parent b068ede commit 4093ca5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

install/notebook_template.tplx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@
2424
((* block packages *))
2525
\usepackage[framemethod=tikz]{mdframed}
2626
\usepackage[left=3cm,right=2cm,top=3cm,bottom=2cm]{geometry}
27+
\usepackage{boldline}
2728
\usepackage{titlesec}
29+
\usepackage{lastpage}
2830
\usepackage{fancyhdr}
31+
\usepackage{colortbl}
32+
\usepackage{multirow}
2933
\pagestyle{fancy}
3034
((( super() )))
3135
((* endblock packages *))
@@ -58,10 +62,12 @@
5862
((* endif *))
5963
\rhead{\Oldincludegraphics[height=2em]{one_codex_logo.png}}
6064
((* if nb.metadata.get('vars', {})['ONE_CODEX_REPORT_UUID']: *))
61-
\lfoot{https://app.onecodex.com/report/(((- nb.metadata.get('vars', {})['ONE_CODEX_REPORT_UUID'] -)))}
65+
\lfoot{NOT FOR DIAGNOSTIC USE \\ https://app.onecodex.com/report/(((- nb.metadata.get('vars', {})['ONE_CODEX_REPORT_UUID'] -)))}
66+
((* else *))
67+
\lfoot{NOT FOR DIAGNOSTIC USE}
6268
((* endif *))
6369
\cfoot{}
64-
\rfoot{\thepage}
70+
\rfoot{\today \\ Page \thepage\ of \pageref*{LastPage}}
6571

6672
\renewcommand\headrulewidth{0pt}
6773
\renewcommand\footrulewidth{0pt}

0 commit comments

Comments
 (0)