]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/blobdiff - iidtitlepage.sty
Add missing url package
[modosist/iidtitlepage.git] / iidtitlepage.sty
index 06912049ef3353af7a954183c8c51cab116b662d..dd75c3386664f7dc6f1ad4f45c864f8fef648113 100644 (file)
@@ -13,6 +13,7 @@
 \RequirePackage{xcolor}
 \RequirePackage{mdframed}
 \RequirePackage{fancyhdr}
+\RequirePackage{url}
 
 \bibliographystyle{abbrv}
 
     \newcommand{\@IidTitlePageSourceCodes}{#1}
 }
 
+\newcommand{\IidTitlePageVideoLink}[1]{
+    \newcommand{\@IidTitlePageVideoLink}{#1}
+}
+
 \newcommand{\IidTitlePage}{
     \makeatletter
     \nobibliography*
        \renewcommand{\headrulewidth}{0pt}
        \fancyfoot[L]{\footnotesize
          \iftoggle{iidelsevier}{
-             \copyright~\@IidTitlePageYear. This manuscript version is made available under the CC-BY-NC-ND 4.0 license, see \url{http://creativecommons.org/licenses/by-nc-nd/4.0/}
+             \copyright~\@IidTitlePageYear. This manuscript version is made available under the CC BY-NC-ND 4.0 license, see \url{http://creativecommons.org/licenses/by-nc-nd/4.0/}
          }{}
          \iftoggle{iidspringer}{
-             \copyright~\@IidTitlePageYear. This manuscript version is made available under the CC-BY-NC-ND 4.0 license, see \url{http://creativecommons.org/licenses/by-nc-nd/4.0/}
+             \copyright~\@IidTitlePageYear. This manuscript version is made available under the CC BY-NC-ND 4.0 license, see \url{http://creativecommons.org/licenses/by-nc-nd/4.0/}
          }{}
          \iftoggle{iidieee}{
              \copyright~\@IidTitlePageYear\ IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.
         \begin{mdframed}[topline=false,bottomline=false,rightline=false,linecolor=CtuBlue,linewidth=2pt]
 
         \ifdef{\@IidTitlePageDoi}{
-            \noindent\nohyphens{\textbf{DOI:} \url{\@IidTitlePageDoi}}
+       \vfill\noindent\nohyphens{\textbf{DOI:} \url{\@IidTitlePageDoi}}
         }
 
        \ifdef{\@IidTitlePageCiteAs}{
-       \noindent\nohyphens{\textbf{Cite as:} \bibentry{\@IidTitlePageCiteAs}}
+       \vfill\noindent\nohyphens{\textbf{Cite as:} \bibentry{\@IidTitlePageCiteAs}}
        }
 
 
         \ifdef{\@IidTitlePageSourceCodes}{
-            \noindent\nohyphens{\textbf{Source code:} \url{\@IidTitlePageSourceCodes}}
+       \vfill\noindent\nohyphens{\textbf{Source code:} \url{\@IidTitlePageSourceCodes}}
         }
 
+       \ifdef{\@IidTitlePageVideoLink}{
+       \vfill\noindent\nohyphens{\textbf{Video:} \url{\@IidTitlePageVideoLink}}
+       }
+
         \end{mdframed}
 
     \end{titlepage}