% size and shape
\special{landscape}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
% left=right should be 1cm but my printer has unprintable bottom
% margin (right margin when printing landscape) of 16mm which means
% (to keep it symmetrical) a total printable width of 420 - 16 - 16 =
% 388mm. 
%\usepackage[landscape,a3paper,left=16mm,right=16mm,
%            nohead,nofoot,top=5mm,bottom=5mm]{geometry}
% But something goes wrong, and the RH edge is actually 21mm from the
% edge of the paper, so instead I use this to move it 5mm rightwards,
% and the bottom edge doesn't provide enough space, so that is shifted
% upwards by 2mm:
\usepackage[landscape,a3paper,left=18mm,right=13mm,
            nohead,nofoot,top=3mm,bottom=7mm]{geometry}
\usepackage[svgnames]{xcolor}
\usepackage{jurabib,array,multicol,textcomp,calc,graphicx,url,
             multirow,colortbl,bbding,oldgerm,mflogo,type1cm}
\newcommand{\pbs}[1]{\let\tmp\\#1\let\\\tmp}
\jurabibsetup{authorformat=smallcaps,commabeforerest,ibidem}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Bodge the METAFONT scaling because it's broken in the package
%
\DeclareFontFamily{U}{logo}{}
\DeclareFontShape{U}{logo}{m}{n}{
  <5> <6> <7> logo10
  <8> <9> gen * logo
  <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> logo10
}{}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Fonts
% These are from the BitStream 500-font CDROM installed using cdvf
%
\usepackage[default]{bembo}
\usepackage[default]{univers}
% LuxiMono is in nthe standard distribution but it too big for Bembo
\usepackage[scaled=.87]{luximono}
\newcommand{\deco}{\fontencoding{U}\fontfamily{yinit}\selectfont
	\color{MidnightBlue}\Huge\null\raisebox{-\baselineskip}}
\newcommand{\frak}{\frakfamily
	\renewcommand{\baselinestretch}{.5}\huge
	\spaceskip=2pt plus.5pt minus.5pt\frenchspacing\color{Brown}}
% formatting
%
%\newcommand{\columnbreak}{\break}
% extra for PDF output to force dvips colourspace and macros
\usepackage[dvips]{dropping}
%\input{dvipsnam.def}
% Sans font may have Light weight, so make it usable
\newcommand{\lite}{\fontseries{l}\selectfont\def\bfdefault{m}}
% Variable to let us experiment with the banner size
\newlength{\bannerlogosize}
\setlength{\bannerlogosize}{64pt}
\newlength{\bannerlogoheight}
\settoheight{\bannerlogoheight}%
	{\normalfont\fontsize{\bannerlogosize}{0}\selectfont X}
\setlength{\bannerlogoheight}{46pt}
% Odds
\def\BibTeX{\textsc{Bib}\kern-.08em\TeX}
\newcommand{\fakesubsection}[1]{%
  \par\noindent{\Large\bfseries#1}\par
}
\pagestyle{empty}
\hyphenation{docu-ment re-vo-lu-tio-nary manu-fac-tu-rer mathe-ma-tic-ian}
\newcommand{\et}{{\frakfamily\fontsize{.8em}{0pt}\selectfont7\llap-}}
\newcommand{\ding}{\fontencoding{U}\fontfamily{ding}\selectfont}
\newlength{\bulletrulesize}
\newlength{\bulletrulewidth}
\newcommand{\bulletrule}{\setlength{\bulletrulewidth}{\textwidth}%
	\divide\bulletrulewidth by40
	\setlength{\bulletrulesize}{\textwidth}%
	\addtolength{\bulletrulesize}{4\bulletrulewidth}%
	\begingroup\centering\leavevmode\kern-2\bulletrulewidth
		\hbox to\bulletrulesize{\color{ForestGreen}%
			\xleaders
			\hbox to\bulletrulewidth{\hfil\CircleSolid\hfil}%
			\hfill}%
	\par\endgroup}
\newcommand{\quoted}[1]{\hfill\begingroup\textit{#1}\parfillskip=0pt\par\endgroup}
% tighter lists
\renewcommand{\labelitemi}{\footnotesize\SquareCastShadowBottomRight}
\renewcommand{\labelitemii}{\textbullet}
% same-page bibliography
\renewenvironment{thebibliography}[1]
     {\subsection*{\refname
        \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}}%
      \list{\@biblabel{\@arabic\c@enumiv}}%
           {\settowidth\labelwidth{\@biblabel{#1}}%
            \leftmargin\labelwidth
            \advance\leftmargin\labelsep
            \@openbib@code
            \usecounter{enumiv}%
            \let\p@enumiv\@empty
            \renewcommand\theenumiv{\@arabic\c@enumiv}}%
      \sloppy
      \clubpenalty4000
      \@clubpenalty \clubpenalty
      \widowpenalty4000%
      \sfcode`\.\@m}
     {\def\@noitemerr
       {\@latex@warning{Empty `thebibliography' environment}}%
      \endlist}
%
