reorganizing project to more general synchronizer in preparation for export/delivery to RVK museum.
This commit is contained in:
75
synchronizer/installations/sync-labels.tex
Normal file
75
synchronizer/installations/sync-labels.tex
Normal file
@@ -0,0 +1,75 @@
|
||||
\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}
|
||||
\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}
|
||||
%\input{label-input.tex}
|
||||
\end{document}
|
||||
|
||||
|
||||
5
synchronizer/readme.txt
Normal file
5
synchronizer/readme.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
To install arduino libraries put them in
|
||||
Documents/Arduino/libraries
|
||||
|
||||
Directions on setting up the IR remote system are at
|
||||
http://www.righto.com/2009/08/multi-protocol-infrared-remote-library.html
|
||||
Reference in New Issue
Block a user