\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{linnaria} \pdfinfo{ /Title (first-draft.pdf) /Creator (Cheatography) /Author (linnaria) /Subject (First Draft 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}{575757} \definecolor{LightBackground}{HTML}{F4F4F4} \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{First Draft Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{linnaria} via \textcolor{DarkBackground}{\uline{cheatography.com/6984/cs/1112/}}} \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}linnaria \\ \uline{cheatography.com/linnaria} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 12th 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{2.04057 cm} x{2.93643 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Starting Your Novel}} \tn % Row 0 \SetRowColor{LightBackground} Forming ideas & http://nownovel.com \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Gathering inspiration & http://pinterest.com \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} ZenWriter & \seqsplit{http://www.beenokle.com/zenwriter.html} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} National Novel Writing Month & http://nanowrimo.org \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Camp NaNoWriMo & \seqsplit{http://campnanowrimo.org/} \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} JuNoWriMo & http://junowrimo.com/ \tn % Row Count 10 (+ 1) % Row 6 \SetRowColor{LightBackground} A Round of Words in 80 days & \seqsplit{http://aroundofwordsin80days}.wordpress.com/ \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{These are just a few of many resources for writing. You can utilize as few or as many of these as you wish, as well as find some on your own.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.84149 cm} x{3.13551 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Writing Help \& Resources}} \tn % Row 0 \SetRowColor{LightBackground} Writer Unboxed & \seqsplit{http://writerunboxed.com/} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} The Creative Penn & \seqsplit{http://www.thecreativepenn.com/} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} The Writer's Helpers & \seqsplit{http://thewritershelpers.tumblr.com/} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Yeah, Write! & \seqsplit{http://yeahwriters.tumblr.com/} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Little Writing Things & \seqsplit{http://a-writers-littlethings}.tumblr.com/ \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} Keyboard Smash Writers! & \seqsplit{http://keyboardsmashwriters}.tumblr.com/ \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} WriteWorld & \seqsplit{http://writeworld.tumblr.com/} \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} The Emotion Thesaurus & \seqsplit{http://www.amazon.com/The-Emotion-Thesaurus-Character-Expression/dp/1475004958} \tn % Row Count 17 (+ 4) % Row 8 \SetRowColor{LightBackground} No Plot? No Problem! & \seqsplit{http://www.amazon.com/No-Plot-Problem-Low-Stress-High-Velocity/dp/0811845052} \tn % Row Count 21 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{There are many other books and blogs dedicated to writing. There are limitless resources for writing out there, free and available for purchase. This is just a place to start.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Sticking It Through}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Choose a monthly goal, such as 50,000 words.} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Choose an additional goal to get to that monthly goal, such as 1,667 words per day or 11,667 words per week.} \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Don't worry about the quality of your writing. Save that for edits - just get the words down.} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Give yourself incentive to write. Even little things like snacks or breaks can motivate you.} \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Participate in a community. Share your writing experience with others.} \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Join in on some \#wordsprints on twitter. Share your word counts.} \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Don't go back and edit. It's more important, for now, to finish up that draft.} \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Breathe. Commit to your novel, but don't let it control your life.} \tn % Row Count 16 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{First drafts are, more often than not, not going to come out great. Don't worry about the quality of your first draft. You can't edit a blank page.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{To Plot, or to Pants?}} \tn % Row 0 \SetRowColor{LightBackground} Planning vs. Pantsing & \seqsplit{http://theredhead-blog}.blogspot.com/2011/07/how-to-write-novel-planning-vs-pantsing.html \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} It's not pantsing, it's organic storytelling & \seqsplit{http://thewriterblocked}.wordpress.com/2011/11/13/its-not-pantsing-its-organic-storytelling/ \tn % Row Count 10 (+ 5) % Row 2 \SetRowColor{LightBackground} Pantsing versus Plotting? & \seqsplit{http://madamewriterofwrongs}.blogspot.com/2013/05/pantsing-versus-plotting.html \tn % Row Count 14 (+ 4) % Row 3 \SetRowColor{white} The 10,000 word Novel Outline & \seqsplit{http://thepillsburydoughgirl}.blogspot.com/p/10000-word-novel-outline.html \tn % Row Count 18 (+ 4) % Row 4 \SetRowColor{LightBackground} Pantsing forward, planning backward. & \seqsplit{http://emmadarwin.typepad.com/thisitchofwriting/2012/10/pantsing-forward-planning-backward.html} \tn % Row Count 23 (+ 5) % Row 5 \SetRowColor{white} Planning a Novel in 10 Steps & \seqsplit{http://www.writersbureau.com/writing/planning-a-novel.htm} \tn % Row Count 26 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Feel free to experiment with your planning or 'pantsing' methods for your novel. These are some ideas and tips - run wild with whatever method you want if it suits you.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Plot Creation \& Development}} \tn % Row 0 \SetRowColor{LightBackground} Plot Worksheet & \seqsplit{http://www.jennymeyerhoff.com/PlottingWorksheet.pdf} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{Exposition} & The beginning of the story, where we are introduced to the characters, setting, and plot. \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} Rising Action & The scenes in which conflict and plot begins to build up. There can be several instances of this. \tn % Row Count 10 (+ 4) % Row 3 \SetRowColor{white} Climax & The turning point of the story, be it good or bad. The conflict(s) are usually brought face to face to the character(s) at this point. The main character(s) almost always change or are effected here. \tn % Row Count 17 (+ 7) % Row 4 \SetRowColor{LightBackground} Falling Action & The scenes in which the loose ends of the conflict and plot are wrapped up, leading up to the resolution. Much like rising action, there can be several instances of this. \tn % Row Count 23 (+ 6) % Row 5 \SetRowColor{white} \seqsplit{Resolution} & The end of the story, be it pleasant or not. It can be conclusive, leading up to a sequel, or a cliff-hanger. \tn % Row Count 27 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{You can go into a first draft with a well-outlined and thought out plot, a single idea, or anywhere in between. You don't have to have a whole plot in mind when you begin your first draft.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{2.43873 cm} x{2.53827 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Character Creation \& Development}} \tn % Row 0 \SetRowColor{LightBackground} Character Sheet & \seqsplit{http://yeahwriters.tumblr.com/post/24774343500} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Main Character & The main character is the center of your story, and your protagonist. They do not have to be 'good'. There can be several main characters or a single one. \tn % Row Count 11 (+ 8) % Row 2 \SetRowColor{LightBackground} Supporting Character & The supporting characters are the characters who exist in the story and are involved in it, but are not the main character. They are more important than minor characters. \tn % Row Count 20 (+ 9) % Row 3 \SetRowColor{white} Minor Character & The minor characters are characters who exist in your story but are not entirely important or relevant. \tn % Row Count 26 (+ 6) % Row 4 \SetRowColor{LightBackground} Antagonist & The antagonist is the opposing character or group of characters. They do not have to be evil/a villain or anything of that vein - they simply have to be opposing to your protagonist. \tn % Row Count 36 (+ 10) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.43873 cm} x{2.53827 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Character Creation \& Development (cont)}} \tn % Row 5 \SetRowColor{LightBackground} Positive vs. Negative Character Traits & \seqsplit{http://dunst-rph.tumblr.com/post/21557797637/i-find-that-when-writing-bios-its-really} \tn % Row Count 5 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{While your main character(s) and antagonist(s) will be getting the most attention in your novel, it is important for all of your characters to be well-fleshed out and three-dimensional.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}