\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Senseful (senseful)} \pdfinfo{ /Title (evernote.pdf) /Creator (Cheatography) /Author (Senseful (senseful)) /Subject (Evernote Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{2D940D} \definecolor{LightBackground}{HTML}{F8FBF7} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Evernote Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Senseful (senseful)} via \textcolor{DarkBackground}{\uline{cheatography.com/360/cs/172/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Senseful (senseful) \\ \uline{cheatography.com/senseful} \\ \uline{\seqsplit{www}.sensefulsolutions.com} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 22nd June, 2012.\\ Updated 13th May, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{1.59264 cm} x{3.38436 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search - Notebooks}} \tn % Row 0 \SetRowColor{LightBackground} Include & notebook:{\emph{MyNotes}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Multi-word & notebook:"{\emph{My Notes}}" \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{This must be the 1\textasciicircum{}st\textasciicircum{} search term.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search - Tags}} \tn % Row 0 \SetRowColor{LightBackground} Include & tag:{\emph{MyTag}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Exclude & -tag:{\emph{MyTag}} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Wildcard & tag:{\emph{MyTag}}* \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Multi-words & tag:"{\emph{My Tag}}" \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Tagged notes & tag:* \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Untagged notes & -tag:* \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{For wildcard, the asterisk must be at the end. There is no way to combine wildcard with multi-words.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search - To Do}} \tn % Row 0 \SetRowColor{LightBackground} Any & todo:* \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Unchecked & todo:false \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Checked & todo:true \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.04057 cm} x{2.93643 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search - Source}} \tn % Row 0 \SetRowColor{LightBackground} Email & source:mail.smtp \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Web page & source:web.clip \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Mobile & source:mobile.* \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Application & source:app.* \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Delicious & source:delicious \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.14471 cm} x{3.83229 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search - Resource}} \tn % Row 0 \SetRowColor{LightBackground} Audio & resource:audio/* \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Image & resource:image/* \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} GIF & resource:image/gif \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Ink & \seqsplit{resource:application/vnd.evernote.ink} \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} PDF & resource:application/pdf \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} \seqsplit{Handwriting} & recoType:handwritten \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} To do & todo:* \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{Encryption} & encryption: \tn % Row Count 11 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{Attachment} & attachment:true \tn % Row Count 13 (+ 2) % Row 9 \SetRowColor{white} Tag & tag:* \tn % Row Count 14 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.78712 cm} x{2.18988 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search - General}} \tn % Row 0 \SetRowColor{LightBackground} Include & {\emph{MyText}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Exclude & -{\emph{MyText}} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Wildcard & {\emph{MyTe}}* \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Multiple words & "{\emph{My Text}}" \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{This will search the {\emph{body}}, {\emph{title}}, and {\emph{tag}} attributes.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search - Other}} \tn % Row 0 \SetRowColor{LightBackground} Title & intitle:{\emph{MyText}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} OR search & any:{\emph{MyText "Other text"}} \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.43873 cm} x{2.53827 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search - Dates}} \tn % Row 0 \SetRowColor{LightBackground} Created date & created:{\emph{day}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Updated date & updated:{\emph{day}} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{{\emph{Day}} terms}}} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Date & 20120704 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Date and time & 20120704T090000 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Date and time (GMT) & 20120704T090000Z \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Today & day \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Yesterday & day-1 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} 30 days ago & day-30 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} This week & week \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Last week & week-1 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} This month & month \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Last month & month-1 \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} This year & year \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Last year & year-1 \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Examples}}} \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Created yesterday (only) & -created:day created:day-1 \tn % Row Count 18 (+ 2) % Row 17 \SetRowColor{white} Updated on July 4\textasciicircum{}th\textasciicircum{}, 2012 & updated:20120704 \tn % Row Count 20 (+ 2) % Row 18 \SetRowColor{LightBackground} Updated last year (only) & -updated:year updated:year-1 \tn % Row Count 22 (+ 2) % Row 19 \SetRowColor{white} Older than a year & -created:year \tn % Row Count 23 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Will match any note that has a timestamp that is equal to, or more recent than, the provided datetime.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.53367 cm} x{1.44333 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{EN - Mac Global Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} New note & ⌃⌘N \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Paste to Evernote & ⌃⌘V \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Clip rectangle & ⌃⌘C \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Find in Evernote & ⌃⌘E \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{You must have the Evernote Helper running for these to work.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{EN - PC Global Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} New note & Ctrl+Alt+N \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Find in Evernote & Win+Shift+F \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Capture screen & Win+PrintScreen \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Copy selection & Win+A \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Past clipboard & Ctrl+Alt+V \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Evernote must be running in the system tray.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.73735 cm} x{2.23965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{EN - Limits}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Account Limits}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tags & 100,000 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Notebooks & 250 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Saved searches & 100 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Notes & 100,000 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Upload limit/month & 1 GB (or 60 MB) \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Linked notebooks & 100 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Shared notebooks & 250 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Note limits}}} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Tags & 100 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Resources & 1,000 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Size & 50MB (or 25MB) \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Field limits}}} \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Tag name & 100 chars \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Note title & 255 chars \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Notebook name & 100 chars \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Saved search name & 100 chars \tn % Row Count 17 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}