b0d7831c38786fafae0d280189a6ac98bae13b74
[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{\checked}{\rlap{$\square$}{\raisebox{2pt}{\large\hspace{1pt}\cmark}}
11
12 \newcommand*\checkbox{\item[\square]}
13 \newcommand*\checkbox{\item[\checked]}
14 \newcommand*\radio{\item[\Circle]}
15 \newcommand*\radiochecked{\item[\odot]}
16
17
18 \renewcommand{\naglowekrozdzial}[1]{%
19 \subsection*{\typosubsection{#1}}%
20 }
21
22 \renewcommand{\naglowekpodrozdzial}[1]{%
23 \subsubsection*{\typosubsubsection{#1}}%
24 }
25
26 \newcommand{\obraz}[1]{
27 \includegraphics[width=8cm]{#1}
28 }
29
30 \newcommand{\video}[2]{
31 \includegraphics[width=8cm]{#1}\\
32 \href{#2}{(Otwórz wideo w serwisie YouTube)}
33 }
34
35 \renewcommand{\maketitle}{
36     {
37     \thispagestyle{empty}
38     \footnotesize
39     \color{theme}
40
41     \noindent \begin{minipage}[t]{.35\textwidth}\vspace{0pt}
42         \href{http://edukacjamedialna.edu.pl}{\xbox{\includegraphics[width=\textwidth]{logo.png}}}
43     \end{minipage}
44
45     \vspace{.6em}
46     \color{black}
47     }
48 }
49
50 \newcommand{\rightsinfostr}[2][] {
51     \ifx&#1&%
52         #2
53     \else
54         Udostępniono na licencji \href{#1}{#2}.
55     \fi
56 }
57
58 \newcommand{\editorialsection}{
59   \begin{figure}[b!]
60   {
61     \footnotesize
62     \color{theme}
63     \noindent \rule{\linewidth}{0.4pt}
64
65 Tekst: \authorstextbook, scenariusz: \authorsscenario, konsultacja merytoryczna: \authorsexpert.
66 Materiał pochodzi z serwisu \href{http://edukacjamedialna.edu.pl}{edukacjamedialna.edu.pl} prowadzonego przez 
67 \href{http://nowoczesnapolska.org.pl}{Fundację Nowoczesna Polska}.
68
69 \vspace{.6em}
70 \rightsinfo
71
72 \vspace{.6em}
73 Źródło: \href{\bookurl}{\bookurl}.
74
75 \vspace{.6em}
76 \description
77
78 \vspace{.6em}
79 \curriculum
80
81     \color{black}
82   }
83   \end{figure}
84 }