84 lines
2.5 KiB
TeX
84 lines
2.5 KiB
TeX
\documentclass[12pt,a4paper]{article}
|
|
\usepackage{graphicx}
|
|
\usepackage[newdimens]{labels}
|
|
\usepackage{SIunits}
|
|
\RequirePackage[T1]{fontenc}
|
|
\RequirePackage[utf8]{inputenc}
|
|
\RequirePackage[icelandic]{babel}
|
|
\LabelCols=2 %
|
|
\LabelRows=6 %
|
|
\LeftPageMargin=8mm %
|
|
\RightPageMargin=8mm %
|
|
\TopPageMargin=21mm %
|
|
\BottomPageMargin=21mm %
|
|
\InterLabelColumn=0mm %
|
|
\InterLabelRow=0mm %
|
|
\LeftLabelBorder=5mm %
|
|
\RightLabelBorder=5mm %
|
|
\TopLabelBorder=5mm %
|
|
\BottomLabelBorder=5mm %
|
|
%\LabelInfotrue % debugging the sheet
|
|
%\LabelGridtrue % for debugging an individual label box
|
|
% 2 labels for each side
|
|
\numberoflabels=2
|
|
|
|
% change the font
|
|
\newcommand{\bigfont}{
|
|
\fontencoding{T1}
|
|
\fontfamily{cmr}
|
|
\fontseries{m}
|
|
\fontshape{n}
|
|
\fontsize{17}{20}
|
|
\selectfont
|
|
}
|
|
\begin{document}
|
|
%\SetLabel{103mm}{127mm}{10.5mm}{10mm}{13mm}{2}{2}
|
|
\newcommand{\lab}[3]{%
|
|
\genericlabel{
|
|
\begin{minipage}{85mm}
|
|
{\centering\Large\bf #1}\hfill{\tiny\today}\includegraphics[height=8mm]{RU-logo}\vspace{2pt}\hrule
|
|
% \begin{minipage}{75mm}
|
|
\vspace*{0.1in}
|
|
% {\large #2}\\
|
|
{\bf #2}\\
|
|
#3
|
|
% \end{minipage}
|
|
\end{minipage}
|
|
}
|
|
}
|
|
\newcommand{\labnoru}[4]{%
|
|
\genericlabel{
|
|
\begin{minipage}{85mm}
|
|
{\centering\Large\bf #1}\hfill{\small#4}\vspace{2pt}\hrule
|
|
% \begin{minipage}{75mm}
|
|
\vspace*{0.1in}
|
|
% {\large #2}\\
|
|
{\bf #2}\\
|
|
#3
|
|
% \end{minipage}
|
|
\end{minipage}
|
|
}
|
|
}
|
|
% blanks for partial sheets
|
|
%\lab{}{}{}{}
|
|
%\lab{}{}{}{}
|
|
%\lab{}{}{}{}
|
|
%\lab{}{}{}{}
|
|
|
|
\newcommand{\syncdesigner}{Synchronizer\\by Joe Foley $<$foley@ru.is$>$ +354-661-7658}
|
|
\newcommand{\syncdecdesigner}{Synchronizer \& Decoder\\by Joe Foley $<$foley@ru.is$>$ +354-661-7658}
|
|
%\labnoru{Dawn (6:09)}{By Sigrún Harðar}{Toshiba SD590EKE \syncdesigner}{1986}
|
|
%\labnoru{Sarcity (20:58)}{By Þor Elís}{Philips DVP3142 \syncdesigner}{1981}
|
|
%\labnoru{West (25:42)}{By Steina Vasulka}{Toshiba SD1091EKE \syncdesigner}{1983}
|
|
\labnoru{Trajectories (14:44)}{By Sigurður Guðjónsson (video) \& Anna Thorvaldsdóttir (sound)}{Sony BDP-S790 \syncdecdesigner}{2014}
|
|
\labnoru{\hspace*{50mm} (\quad{}:\quad{})}{\quad}{\quad\\\\\syncdesigner}{\quad}
|
|
\labnoru{\hspace*{50mm} (\quad{}:\quad{})}{\quad}{\quad\\\\\syncdesigner}{\quad}
|
|
\labnoru{\hspace*{50mm} (\quad{}:\quad{})}{\quad}{\quad\\\\\syncdesigner}{\quad}
|
|
\labnoru{\hspace*{50mm} (\quad{}:\quad{})}{\quad}{\quad\\\\\syncdesigner}{\quad}
|
|
\labnoru{\hspace*{50mm} (\quad{}:\quad{})}{\quad}{\quad\\\\\syncdecdesigner}{\quad}
|
|
|
|
%\input{label-input.tex}
|
|
\end{document}
|
|
|
|
|