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