]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/blobdiff - iidtitlepage.sty
Each mdframed on its own line
[modosist/iidtitlepage.git] / iidtitlepage.sty
index d61d5793940f49ac7d7a12a9c98d5c201342ec6a..4672c0ef1a837099f4660dfca921621acbf15c18 100644 (file)
@@ -1,6 +1,8 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{iidtitlepage}
 
+\RequirePackage[utf8]{inputenc}
+\RequirePackage[czech]{babel}
 \RequirePackage{etoolbox}
 \RequirePackage{geometry}
 \RequirePackage{graphicx}
 \RequirePackage{mdframed}
 \RequirePackage{fancyhdr}
 
+\bibliographystyle{abbrv}
+
 \newtoggle{iidieee}
 \newtoggle{iidelsevier}
+\newtoggle{iidspringer}
+\newtoggle{iidacm}
 
 \DeclareOption{ieee}{ \toggletrue{iidieee} }
 \DeclareOption{elsevier}{ \toggletrue{iidelsevier} }
+\DeclareOption{springer}{ \toggletrue{iidspringer} }
+\DeclareOption{acm}{ \toggletrue{iidacm} }
 \ProcessOptions{}
 
-\newcommand{\IidTitlePageAuthors}[1]{
-    \newcommand{\@IidTitlePageAuthors}{#1}
-}
-
 \newcommand{\IidTitlePageYear}[1]{
     \newcommand{\@IidTitlePageYear}{#1}
 }
 
+\newcommand{\IidPublishedIn}[1]{
+    \newcommand{\@IidPublishedIn}{#1}
+}
+
 \newcommand{\IidTitlePageDoi}[1]{
     \newcommand{\@IidTitlePageDoi}{#1}
 }
     \newcommand{\@IidTitlePageSourceCodes}{#1}
 }
 
+\newcommand{\IidTitlePageVideoLink}[1]{
+    \newcommand{\@IidTitlePageVideoLink}{#1}
+}
+
 \newcommand{\IidTitlePage}{
     \makeatletter
     \nobibliography*
          \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/}
          }{}
+         \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/}
+         }{}
          \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.
          }{}
+          \iftoggle{iidacm}{
+                 \copyright~ACM~\@IidTitlePageYear. This is the author's version of the work. It is posted here for your personal use. Not for redistribution. The definitive Version of Record was published in \@IidPublishedIn, \url{\@IidTitlePageDoi}
+         }{}
        }
     }
 
@@ -61,7 +79,7 @@
         \thispagestyle{IidTitlePageFancyStyle}
 
         \begin{figure}
-            \includegraphics[height=28mm]{cvut-logo.pdf} % CTU guidelines: recommended height of 28mm on a4 paper.
+            \includegraphics[height=28mm]{iid-logo.pdf} % CTU guidelines: recommended height of 28mm on a4 paper.
         \end{figure}
         \vspace{5cm}
 
 
         \vspace{0.3cm}
 
-        \noindent\nohyphens{{\large \@IidTitlePageAuthors}}
+        \noindent\nohyphens{{\large \@author}}
 
 
         \vfill
         \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}}
         }
 
-
-        \noindent\nohyphens{\textbf{Cite as:} \bibentry{\@IidTitlePageCiteAs}}
+       \ifdef{\@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}
     \makeatother
     \restoregeometry{}
+    \nobibliography{bibfile}
 }
 
-\endinput
\ No newline at end of file
+\endinput