|
@@ -0,0 +1,55 @@
|
|
|
+\usepackage{multicol}
|
|
|
+\usepackage{calc}
|
|
|
+\usepackage{ifthen}
|
|
|
+\usepackage[landscape]{geometry}
|
|
|
+
|
|
|
+% This sets page margins to .5 inch if using letter paper, and to 1cm
|
|
|
+% if using A4 paper. (This probably isn't strictly necessary.)
|
|
|
+% If using another size paper, use default 1cm margins.
|
|
|
+\ifthenelse{\lengthtest { \paperwidth = 11in}}
|
|
|
+ { \geometry{top=.5in,left=.5in,right=.5in,bottom=.5in} }
|
|
|
+ {\ifthenelse{ \lengthtest{ \paperwidth = 297mm}}
|
|
|
+ {\geometry{top=1cm,left=1cm,right=1cm,bottom=1cm} }
|
|
|
+ {\geometry{top=1cm,left=1cm,right=1cm,bottom=1cm} }
|
|
|
+ }
|
|
|
+
|
|
|
+% Turn off header and footer
|
|
|
+\pagestyle{empty}
|
|
|
+
|
|
|
+
|
|
|
+% Redefine section commands to use less space
|
|
|
+\makeatletter
|
|
|
+\renewcommand{\section}{\@startsection{section}{1}{0mm}%
|
|
|
+ {-1ex plus -.5ex minus -.2ex}%
|
|
|
+ {0.5ex plus .2ex}%x
|
|
|
+ {\normalfont\large\bfseries}}
|
|
|
+\renewcommand{\subsection}{\@startsection{subsection}{2}{0mm}%
|
|
|
+ {-1explus -.5ex minus -.2ex}%
|
|
|
+ {0.5ex plus .2ex}%
|
|
|
+ {\normalfont\normalsize\bfseries}}
|
|
|
+\renewcommand{\subsubsection}{\@startsection{subsubsection}{3}{0mm}%
|
|
|
+ {-1ex plus -.5ex minus -.2ex}%
|
|
|
+ {1ex plus .2ex}%
|
|
|
+ {\normalfont\small\bfseries}}
|
|
|
+\makeatother
|
|
|
+
|
|
|
+% Define BibTeX command
|
|
|
+\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
|
|
|
+ T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
|
|
|
+
|
|
|
+% Don't print section numbers
|
|
|
+\setcounter{secnumdepth}{0}
|
|
|
+
|
|
|
+
|
|
|
+\setlength{\parindent}{0pt}
|
|
|
+\setlength{\parskip}{0pt plus 0.5ex}
|
|
|
+
|
|
|
+\usepackage{menukeys}
|
|
|
+
|
|
|
+\pdfinfo{
|
|
|
+ /Author (Martin Thoma)
|
|
|
+ /Title (Vim Cheat Sheet)
|
|
|
+ /CreationDate (D:20130415072400)
|
|
|
+ /Subject (Vim)
|
|
|
+ /Keywords (Vim;Cheat Sheet)
|
|
|
+}
|