X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/85b5bd4d4b6fdaff30df0dce136db850fe610830..3f64488684dbf14b7e0005209d2dca878e1852d9:/librarian/formats/pdf/res/default.sty?ds=sidebyside diff --git a/librarian/formats/pdf/res/default.sty b/librarian/formats/pdf/res/default.sty new file mode 100755 index 0000000..40b867d --- /dev/null +++ b/librarian/formats/pdf/res/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} +}