X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/8c158fc56f270fccad254067323262a0c89581b8..6ef490dd10bfed98771bcae22bcdeb3fe6ee8830:/librarian/pdf/default.sty?ds=inline diff --git a/librarian/pdf/default.sty b/librarian/pdf/default.sty new file mode 100755 index 0000000..40b867d --- /dev/null +++ b/librarian/pdf/default.sty @@ -0,0 +1,33 @@ +\usepackage[MeX]{polski} + +\newcommand{\rightsinfostr}[2][] { + \ifx&% + #2 + \else + Ten utwór jest udostępniony na licencji + \href{#1}{#2}. + \fi +} + + +\renewcommand{\maketitle}{} + +\newcommand{\editorialsection}{ + \begin{figure}[b!] + { + \footnotesize + \color{theme} + \noindent \rule{\linewidth}{0.4pt} + + \rightsinfo + \vspace{.6em} + + \editors + + \vspace{.6em} + \coverby + + \color{black} + } + \end{figure} +}