\NeedsTeXFormat{LaTeX2e}
\documentclass[a4paper]{article}  % landscape confuses psnup...
% use -t landscape with dvips if landscape is selected!
% article, report, book, letter, slides... (a., b., r. can do t.o.c.)

\input{standard.tex}

\newboolean{single}
\setboolean{single}{true}
 
% in standard.tex: for general emphasizing:
% \newcommand{\ROT}[1]{\Blue{\emph{#1}}}
% for introducing names of persons:
\newcommand{\R}[1]{\Red{\emph{#1}}}
% feeling green today:
\newcommand{\G}[1]{\Green{\emph{#1}}}
% or maybe blue?
\newcommand{\B}[1]{\Blue{\emph{#1}}}

\ifthenelse{\boolean{single}}
{
  \title{Three-site attachment experiment series: Appendix}
  \author{Author of software parts: Eric Auer}
  \newcommand{\SECONE}[0]{}
}{
  \newcommand{\SECONE}[0]{\section{Three-site attachment
     experiment series: Appendix}}
}

\begin{document}
% \raggedbottom
% \raggedright % do not split words - looks better sometimes
\sloppy % prefer underfull to overfull hboxes

\ifthenelse{\boolean{single}}
{
\maketitle

% {\small Bla bla abstract bla one column small bla}
}{
% guess what: no title if this is part of the combined paper...
}

% \begin{multicols}{2}

\SECONE

All files listed as not included in the sections below can
either be found online or are available from the authors on
request. The sound recordings (of the production experiments)
and notes about phonological findings (on printouts of the
instructions with an appropriate layout) are also available
on request.

{\footnotesize

\section{Material, results and software for the pretest}

Not included: Questionnaire generator \verb+MateriaalTaal.pl+,
logs, long version of \verb+measures-taal-calc-log.txt+ and
material without line numbers \verb+MateriaalTaal.txt+.

}{\scriptsize

\LITERAL{MateriaalTaal-numbered.txt}

}{\footnotesize

\LITERAL{MateriaalTaalVraag.html}

\LITERAL{measures-taal-calc-log-short.txt}

\LITERAL{TaalConvert.pl}

\section{Test items used for the main experiments}

}{\scriptsize

\LITERAL{sentences.txt}

}{\footnotesize

\section{Fillers and instructions for the experiment without
  relative clauses}

\verb+Fillers1.2.txt+ contains fillers with two cases,
\verb+fillers1.3.txt+ contains fillers with three cases.
Log files and software to display the items (controlled by
a script) not included. Software to generate the pseudo-random
scripts and the scripts themselves are also not included:
\verb+script1.log+, \verb+script2.log+, \verb+script3.log+,
\verb+Exp1.pl+ and \verb+Exp1Script.pl+.

\LITERAL{fillers1.2.txt}

\LITERAL{fillers1.3.txt}

\LITERAL{exp-fw1.html}

\LITERAL{exp-fw1b.html}

\section{Fillers and instructions for the experiment with
  relative clauses}

Not included files: Scripts, script generator, script interpreter
and logs: \verb+script4.log+, \verb+script5.log+, \verb+script6.log+,
\verb+Exp2.pl+ and \verb+Exp2Script.pl+.

\LITERAL{fillers2.1.txt}

\LITERAL{fillers2.2.txt}

\LITERAL{fillers2.3.txt}

\LITERAL{exp2-fw1.html}

\LITERAL{exp2-fw1b.html}

\section{Perceived attachment experiment: Results and software}

Not included: Questionnaire generator \verb+Perceive.pl+, HTML of the
questionnaires, logs and long version of \verb+results-perc-log.txt+.

\LITERAL{results-perc-log-short.txt}

\LITERAL{PercCalc.pl}

} % end smaller font

% \end{multicols}

\end{document}

% ls -Sr appendix/ |sed -e 's/^\(.*\)$/\\LITERAL{\1}/g' > appendix.tex
