\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{Dave Child (DaveChild)} \pdfinfo{ /Title (reddit.pdf) /Creator (Cheatography) /Author (Dave Child (DaveChild)) /Subject (Reddit 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}{5F99CF} \definecolor{LightBackground}{HTML}{F5F8FC} \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{Reddit Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Dave Child (DaveChild)} via \textcolor{DarkBackground}{\uline{cheatography.com/1/cs/2417/}}} \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}Dave Child (DaveChild) \\ \uline{cheatography.com/davechild} \\ \uline{\seqsplit{aloneonahill}.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 7th August, 2014.\\ Updated 29th March, 2021.\\ 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.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Basic Markdown}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{You Type}} & {\bf{You See}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \# Heading & {\bf{Heading}} (very large) \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \#\# Heading & {\bf{Heading}} (large) \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \#\#\# Heading & {\bf{Heading}} (medium) \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} \#\#\#\# Heading & {\bf{Heading}} (slightly enlarged) \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} \{\{literal\}\}{\emph{italics}} & {\emph{italics}} \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} \{\{literal\}\}{\bf{bold}} & {\bf{bold}} \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} \{\{literal\}\}{\bf{{\emph{bold italic}}}} & {\bf{{\emph{bold italic}}}} \tn % Row Count 11 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{literal\}\}super\textasciicircum{}script & super\textasciicircum{}script\textasciicircum{} \tn % Row Count 13 (+ 2) % Row 9 \SetRowColor{white} \{\{literal\}\}\textasciitilde{}\textasciitilde{}strikethrough\textasciitilde{}\textasciitilde{} & \textasciitilde{}\textasciitilde{}strikethrough\textasciitilde{}\textasciitilde{} \tn % Row Count 15 (+ 2) % Row 10 \SetRowColor{LightBackground} \{\{literal\}\}{[}reddit!{]}(http://reddit.com) & \{\{link="http://reddit.com"\}\}reddit! \tn % Row Count 17 (+ 2) % Row 11 \SetRowColor{white} \{\{literal\}\}(tab or 4 spaces)preformatted text & preformatted text \tn % Row Count 20 (+ 3) % Row 12 \SetRowColor{LightBackground} \{\{literal\}\}blah blah `inline code text` blah blah & blah blah `inline code text` blah blah \tn % Row Count 23 (+ 3) % Row 13 \SetRowColor{white} \{\{literal\}\}*escape the formatting syntax* & \{\{literal\}\}{\emph{escape the formatting syntax}} \tn % Row Count 26 (+ 3) % Row 14 \SetRowColor{LightBackground} \textgreater{} A fine quote & | A fine quote \tn % Row Count 27 (+ 1) % Row 15 \SetRowColor{white} \textgreater{}!A Spoiler!\textless{} & (Text is hidden until clicked.) \tn % Row Count 29 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Reddit Rules}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Don't spam.}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} & NOT OK: Submitting only links to your blog or personal website. \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} & OK: Submitting links from a variety of sites and sources. \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} & OK: Submitting links from your own site, talking with redditors in the comments, and also submitting cool stuff from other sites. \tn % Row Count 9 (+ 4) % Row 4 \SetRowColor{LightBackground} & NOT OK: Posting the same comment repeatedly in multiple subreddits. \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Don't ask for votes or engage in vote manipulation.}}} \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} & NOT OK: Buying votes or using services to vote. \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} & OK: Sharing reddit links with your friends. \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} & NOT OK: Sharing links with your friends or coworkers and asking them to vote. \tn % Row Count 20 (+ 3) % Row 9 \SetRowColor{white} & NOT OK: Creating submissions such as "For every upvote I will ..." or "... please upvote this!", regardless of the cause. \tn % Row Count 24 (+ 4) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Don't post personal information.}}} \tn % Row Count 25 (+ 1) % Row 11 \SetRowColor{white} & NOT OK: Posting a link to your friend's facebook profile. \tn % Row Count 27 (+ 2) % Row 12 \SetRowColor{LightBackground} & OK: Posting your senator's publicly available contact information \tn % Row Count 29 (+ 2) % Row 13 \SetRowColor{white} & NOT OK: Posting the full name, employer, or other real-life details of another redditor \tn % Row Count 32 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Reddit Rules (cont)}} \tn % Row 14 \SetRowColor{LightBackground} & OK: Posting a link to a public page maintained by a celebrity. \tn % Row Count 2 (+ 2) % Row 15 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{No child pornography or sexually suggestive content featuring minors.}}} \tn % Row Count 4 (+ 2) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Don't break the site or do anything that interferes with normal use of the site.}}} \tn % Row Count 6 (+ 2) % Row 17 \SetRowColor{white} & NOT OK: Creating programs that request information more than once every 2 seconds or violate any of our other API rules. \tn % Row Count 10 (+ 4) % Row 18 \SetRowColor{LightBackground} & AWESOME: Responsibly reporting security issues to us. \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09494 cm} x{3.88206 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Useful Reddit Links}} \tn % Row 0 \SetRowColor{LightBackground} About & \seqsplit{http://www.reddit.com/about/} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Blog & \seqsplit{http://www.reddit.com/blog/} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} FAQ & \seqsplit{http://www.reddit.com/wiki/faq} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Wiki & \seqsplit{http://www.reddit.com/wiki/} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \seqsplit{Reddiquette} & \seqsplit{http://www.reddit.com/wiki/reddiquette} \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} Rules & \seqsplit{http://www.reddit.com/rules/} \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Reddiquette Dos - General}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} adhere to the same standards of behavior online that you follow in real life.} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} when talking to someone you might want to ask yourself "Would I say it to the person's face?"} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} read the reddiquette. Read it again every once in a while.} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} moderate based on quality, not opinion.} \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} use proper grammar and spelling.} \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} vote.} \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} consider posting constructive criticism / an explanation when you downvote something.} \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} report any spam you find.} \tn % Row Count 12 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} browse the new submissions page and vote on it.} \tn % Row Count 14 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} actually read an article before you vote on it.} \tn % Row Count 16 (+ 2) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} state your reason for any editing of posts.} \tn % Row Count 17 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} use an "Innocent until proven guilty" mentality.} \tn % Row Count 19 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Reddiquette Dos - Submissions}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} Read the rules of a community before making a submission.} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} keep your submission titles factual and opinion free.} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} look for the original source of content, and submit that.} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} post to the most appropriate community possible.} \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} search for duplicates before posting.} \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} link to the direct version of a media file when the page it was found on doesn't add any value.} \tn % Row Count 12 (+ 3) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} link to canonical and persistent URLs where possible, not temporary pages that might disappear.} \tn % Row Count 15 (+ 3) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} feel free to post links to your own content, within reason.} \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} posts containing explicit material such as nudity, horrible injury etc, add NSFW.} \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Do}} read over your submission for mistakes before submitting.} \tn % Row Count 21 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Reddiquette Don'ts - General}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} engage in illegal activity.} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} post someone's personal information.} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} repost deleted/removed information.} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} be (intentionally) rude at all.} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} follow those who are rabble rousing against another redditor without first investigating both sides of the issue that's being presented.} \tn % Row Count 7 (+ 3) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} ask people to Troll others on reddit, in real life, or on other blogs/sites.} \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} conduct personal attacks on other commenters.} \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} start a flame war.} \tn % Row Count 12 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} insult others.} \tn % Row Count 13 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} troll.} \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} take moderation positions in a community where your profession, employment, or biases could pose a direct conflict of interest to the neutral and user driven nature of reddit.} \tn % Row Count 18 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Reddiquette Don'ts - Voting}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} downvote an otherwise acceptable post because you don't personally like it.} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} mass downvote someone else's posts.} \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} moderate a story based on your opinion of its source.} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} upvote or downvote based just on the person that posted it.} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} report posts just because you do not like them.} \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Reddiquette Don'ts - Promoting Posts}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} hint at asking for votes.} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} conduct polls using the title of your submission and/or votes.} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} send out IMs, tweets, or any other message asking people to vote for your submission.} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} ask for upvotes in exchange for gifts or prizes.} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} create mass downvote or upvote campaigns.} \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Reddiquette Don'ts - Submissions}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} use the word "BREAKING" or other time sensitive words in your submissions.} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} post hoaxes.} \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} flood reddit with a lot of stories in a short span of time.} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} write titles in ALL CAPS.} \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} editorialize or sensationalize your submission title.} \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} linkjack stories: linking to stories via blog posts that add nothing extra.} \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} use link shorteners to post your content.} \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Reddiquette Don'ts - Comments}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} make comments that lack content.} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} announce your vote.} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} complain about other users reposting/rehosting stories, images, videos, or any other content.} \tn % Row Count 5 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} complain about the votes you do or do not receive.} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} complain about reposts. Just because you have seen it before doesn't mean everyone has.} \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Don't}} complain about cross posts.} \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}