]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/commitdiff
Add link to video
authorJiri Vlasak <jiri.vlasak.2@cvut.cz>
Tue, 31 Oct 2023 13:29:27 +0000 (14:29 +0100)
committerJiri Vlasak <jiri.vlasak.2@cvut.cz>
Tue, 31 Oct 2023 13:31:09 +0000 (14:31 +0100)
iidtitlepage.sty
title_page.tex

index 06912049ef3353af7a954183c8c51cab116b662d..a1c44ad124611435e48ebec48a86c1a3703ae8b5 100644 (file)
     \newcommand{\@IidTitlePageSourceCodes}{#1}
 }
 
+\newcommand{\IidTitlePageVideoLink}[1]{
+    \newcommand{\@IidTitlePageVideoLink}{#1}
+}
+
 \newcommand{\IidTitlePage}{
     \makeatletter
     \nobibliography*
             \noindent\nohyphens{\textbf{Source code:} \url{\@IidTitlePageSourceCodes}}
         }
 
+       \ifdef{\@IidTitlePageVideoLink}{
+       \vfill\noindent\nohyphens{\textbf{Video:} \url{\@IidTitlePageVideoLink}}
+       }
+
         \end{mdframed}
 
     \end{titlepage}
index d404169c72898e0613cfe61337b3601b9919f310..6d68f1efeed00b57b9eee6ef5112ed17b61b4cc6 100644 (file)
@@ -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}