fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
obraz + video in pdf
[librarian.git]
/
librarian
/
pdf
/
wl.cls
diff --git
a/librarian/pdf/wl.cls
b/librarian/pdf/wl.cls
index
4023934
..
fa89dc3
100755
(executable)
--- a/
librarian/pdf/wl.cls
+++ b/
librarian/pdf/wl.cls
@@
-75,6
+75,7
@@
\usepackage[overload]{textcase}
\usepackage{scalefnt}
% TODO: link color is a style thing
\usepackage[overload]{textcase}
\usepackage{scalefnt}
% TODO: link color is a style thing
+\usepackage[hyphens]{url}
\usepackage[colorlinks=true,linkcolor=black,setpagesize=false,urlcolor=blue,xetex]{hyperref}
\ifenablewlfont
\usepackage[colorlinks=true,linkcolor=black,setpagesize=false,urlcolor=blue,xetex]{hyperref}
\ifenablewlfont
@@
-426,3
+427,12
@@
Letters={Uppercase}
\renewcommand{\naglowekpodrozdzial}[1]{%
\subsubsection*{\typosubsubsection{#1}}%
}
\renewcommand{\naglowekpodrozdzial}[1]{%
\subsubsection*{\typosubsubsection{#1}}%
}
+
+\newcommand{\obraz}[1]{
+\includegraphics[width=8cm]{#1}
+}
+
+\newcommand{\video}[2]{
+\includegraphics[width=8cm]{#1}\\
+\href{#2}{(Otwórz wideo w serwisie YouTube)}
+}