0a1814255923445e9f5ba2a3f643cf52e1c4e161
[librarian.git] / librarian / res / styles / edumed / pdf / edumed.sty
1 \usepackage[MeX]{polski}
2
3 \newcommand{\activitycounter}[1]{\vspace{1em}\par{\huge{#1}}}
4
5 \newcommand{\activityinfo}[1]{\begin{flushright}\parbox[t]{2in}{#1}\end{flushright}}
6 \newcommand{\activitytime}[1]{Czas: #1 min \\}
7 \newcommand{\activityform}[1]{Forma: #1 \\}
8 \newcommand{\activitytools}[1]{#1 \\}
9
10 \newcommand*\checkbox{\item[\Square]}
11 \newcommand*\radio{\item[\Circle]}
12
13
14 \renewcommand{\naglowekrozdzial}[1]{%
15 \subsection*{\typosubsection{#1}}%
16 }
17
18 \renewcommand{\naglowekpodrozdzial}[1]{%
19 \subsubsection*{\typosubsubsection{#1}}%
20 }
21
22 \newcommand{\obraz}[1]{
23 \includegraphics[width=8cm]{#1}
24 }
25
26 \newcommand{\video}[2]{
27 \includegraphics[width=8cm]{#1}\\
28 \href{#2}{(Otwórz wideo w serwisie YouTube)}
29 }
30
31 \renewcommand{\maketitle}{
32     {
33     \thispagestyle{empty}
34     \footnotesize
35     \color{theme}
36
37     \noindent \begin{minipage}[t]{.35\textwidth}\vspace{0pt}
38         \href{http://edukacjamedialna.edu.pl}{\xbox{\includegraphics[width=\textwidth]{logo.png}}}
39     \end{minipage}
40
41     \vspace{.6em}
42     \color{black}
43     }
44 }
45
46 \newcommand{\rightsinfostr}[2][] {
47     \ifx&#1&%
48         #2
49     \else
50         Udostępniono na licencji \href{#1}{#2}.
51     \fi
52 }
53
54 \newcommand{\editorialsection}{
55   \begin{figure}[b!]
56   {
57     \footnotesize
58     \color{theme}
59     \noindent \rule{\linewidth}{0.4pt}
60
61 Tekst: \authorstextbook, scenariusz: \authorsscenario, konsultacja merytoryczna: \authorsexpert.
62 Materiał pochodzi z serwisu \href{http://edukacjamedialna.edu.pl}{edukacjamedialna.edu.pl} prowadzonego przez 
63 \href{http://nowoczesnapolska.org.pl}{Fundację Nowoczesna Polska}.
64
65 \vspace{.6em}
66 \rightsinfo
67
68 \vspace{.6em}
69 Źródło: \href{\bookurl}{\bookurl}.
70
71 \vspace{.6em}
72 \description
73
74 \vspace{.6em}
75 \curriculum
76
77     \color{black}
78   }
79   \end{figure}
80 }