%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% VDR Refcard
% LaTeXed by Olaf Ramge (olaf@ramge.de)
% VDR Logo by Jan Grell (jan@grell-netz.de)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% Copyright (c) 2004 Olaf Ramge
% Persmission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation;
% with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
% A copy of the license is included in the file "fdl.txt".

% Create Postscript:
% latex vdr_refcard_front.tex
% dvips -t a4 -t landscape vdr_refcard_front.dvi
% (vdr-logo.eps must be in the same directory)

% Create PDF:
% pdflatex vdr_refcard_front.tex
% (vdr-logo.pdf must be in the same directory)

\documentclass[a4paper]{article}
\usepackage[landscape]{geometry}
\special{! /landplus90 true store}
\expandafter\ifx\csname pdfoutput\endcsname\relax
\usepackage[final]{graphicx} 
\else
\usepackage[pdftex]{graphicx}
\DeclareGraphicsRule{*}{mps}{*}{}
\usepackage[pdftex,colorlinks=true,urlcolor=blue,citecolor=red,bookmarks=true,bookmarksopen=true]{hyperref}
\fi
\usepackage{epsfig}
\usepackage{eso-pic}
\usepackage{multicol}

\setlength{\textwidth}{67pc}
\setlength{\textheight}{180mm}
\setlength{\parindent}{0em}
\setlength{\parskip}{0pt}
\setlength{\oddsidemargin}{-20mm}
\setlength{\marginparwidth}{0pc}
\setlength{\topmargin}{-2.5pc}
\setlength{\headsep}{20pt}
\setlength{\columnsep}{10mm}


\AddToShipoutPicture{%
  \AtPageUpperLeft{%
    \thinlines\unitlength1mm
    \put(99,0){\line(0,-180){10}}}
  \AtPageUpperLeft{%
    \thinlines\unitlength1mm
    \put(198,0){\line(0,-180){10}}}
  \AtPageLowerLeft{%
    \thinlines\unitlength1mm
    \put(99,16){\line(0,-40){10}}
    }
    \AtPageLowerLeft{%
      \thinlines\unitlength1mm
      \put(198,16){\line(0,-40){10}}
    }
  }
  
  \begin{document}
%  \DeclareGraphicsExtensions{.pdf,.eps}
  \sffamily  % font sans serif
  \thispagestyle{empty} % no page numbers
  \setlength{\unitlength}{1mm} % metric unit mm
  \begin{multicols}{3}
    \underline{Mplayer}\\\\
%    Remote Control Keys
    \scriptsize
    
\begin{verbatim}
- Down    pause/unpause.
- Up      returns to normal replay.
- Right
  Left    skips back/forward 10 seconds.

- Red     enters jump mode. Enter the number of minutes/precent
          you wants to jump with the number keys. Press "left"
          to jump backwards, "right" to jump forward and "up"
          to jump to the absolute position. Press "blue" to toggle
          the jump unit between minute (m) and percent (%).
          Any other key cancels jump mode.

- Blue    aborts playback.

- Back    aborts playback and returns to MPlayer menu.

- Ok      toggles progress display.

- 1       decrease audio delay by 0.1

- 2       increase audio delay by 0.1

- 3       increase MPlayer osd level

In addition the "Volume+","Volume-" and "Mute" keys are routed
to MPlayer.

\end{verbatim}
    The newest version of this reference card can be found at http://www.ramge.de/olaf/vdr/\\\\
    If you have any ideas, how to improve this refcard, please mail me (olaf@ramge.de)\\\\
    VDR (Video Disk Recorder) by Klaus Schmidinger (http://www.cadsoft.de/vdr/) \\\\
    VDR Logo by Jan Grell (http://jan.grell-netz.de/)
    \columnbreak\\
    \columnbreak\\
    \center{
      \includegraphics[width=4.5cm]{vdr-logo}\\
      \vspace{50mm}
      \Large
      Reference Card\\
      \normalsize
      \vspace{40mm}
      \today
    }
  \end{multicols}
\end{document}

