From 57faf7deee438552e702be3e20c6235ff7c4f298 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Tue, 31 Oct 2023 14:29:27 +0100 Subject: [PATCH] Add link to video --- iidtitlepage.sty | 8 ++++++++ title_page.tex | 3 +++ 2 files changed, 11 insertions(+) diff --git a/iidtitlepage.sty b/iidtitlepage.sty index 0691204..a1c44ad 100644 --- a/iidtitlepage.sty +++ b/iidtitlepage.sty @@ -47,6 +47,10 @@ \newcommand{\@IidTitlePageSourceCodes}{#1} } +\newcommand{\IidTitlePageVideoLink}[1]{ + \newcommand{\@IidTitlePageVideoLink}{#1} +} + \newcommand{\IidTitlePage}{ \makeatletter \nobibliography* @@ -102,6 +106,10 @@ \noindent\nohyphens{\textbf{Source code:} \url{\@IidTitlePageSourceCodes}} } + \ifdef{\@IidTitlePageVideoLink}{ + \vfill\noindent\nohyphens{\textbf{Video:} \url{\@IidTitlePageVideoLink}} + } + \end{mdframed} \end{titlepage} diff --git a/title_page.tex b/title_page.tex index d404169..6d68f1e 100644 --- a/title_page.tex +++ b/title_page.tex @@ -23,6 +23,9 @@ % Optional: link to the corresponding source codes (e.g., for algorithm described in the manuscript). \IidTitlePageSourceCodes{https://github.com/torvalds/linux} +% Optional: link to video +\IidTitlePageVideoLink{https://www.youtube.com/watch?v=u_Vqfd5Cn8Q} + % Mandatory: bibtex entry that represents the citation to the manuscript. To change the citation, modify bibfile.bib file. \IidTitlePageCiteAs{manuscript} -- 2.39.2