\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{BadSheep} \pdfinfo{ /Title (intel-processors-desktop.pdf) /Creator (Cheatography) /Author (BadSheep) /Subject (Intel Processors - Desktop 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}{B80404} \definecolor{LightBackground}{HTML}{FCF7F7} \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{Intel Processors - Desktop Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{BadSheep} via \textcolor{DarkBackground}{\uline{cheatography.com/1372/cs/461/}}} \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}BadSheep \\ \uline{cheatography.com/badsheep} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 15th July, 2012.\\ Updated 23rd February, 2017.\\ 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{0.96071 cm} x{1.21133 cm} x{1.04425 cm} x{0.96071 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Intel Core i7 Extreme Processors}} \tn % Row 0 \SetRowColor{LightBackground} CPU Number & \seqsplit{Cores/Threads} & Speed (GHz) & Cache (MB) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{4}{x{5.377cm}}{} \tn % Row Count 2 (+ 0) % Row 2 \SetRowColor{LightBackground} i7-3960X & 6 / 12 & 3.30 & 15 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} i7-990X & 6 / 12 & 3.46 & 12 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} i7-980X & 6 / 12 & 3.33 & 12 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} i7-975 & 4 / 8 & 3.33 & 8 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} i7-965 & 4 / 8 & 3.20 & 8 \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.79363 cm} x{1.29487 cm} x{1.08602 cm} x{1.00248 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Intel Core i7 Proceesors}} \tn % Row 0 \SetRowColor{LightBackground} CPU Name & \seqsplit{Cores/Threads} & Speed (GHz) & Cache (MB) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{4}{x{5.377cm}}{} \tn % Row Count 2 (+ 0) % Row 2 \SetRowColor{LightBackground} \seqsplit{i7-3930K} & 6 / 12 & 3.20 & 12 \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{i7-3820} & 4 / 8 & 3.60 & 10 \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} \seqsplit{i7-3770T} & 4 / 8 & 2.50 & 8 \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{i7-3770S} & 4 / 8 & 3.10 & 8 \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} \seqsplit{i7-3770K} & 4 / 8 & 3.50 & 8 \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} \seqsplit{i7-2700K} & 4 / 8 & 3.50 & 8 \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{i7-2600S} & 4 / 8 & 2.80 & 8 \tn % Row Count 15 (+ 2) % Row 9 \SetRowColor{white} \seqsplit{i7-2600K} & 4 / 8 & 3.40 & 8 \tn % Row Count 17 (+ 2) % Row 10 \SetRowColor{LightBackground} i7-980 & 6 / 12 & 3.33 & 12 \tn % Row Count 18 (+ 1) % Row 11 \SetRowColor{white} i7-970 & 6 / 12 & 3.20 & 12 \tn % Row Count 19 (+ 1) % Row 12 \SetRowColor{LightBackground} i7-960 & 4 / 8 & 3.20 & 8 \tn % Row Count 20 (+ 1) % Row 13 \SetRowColor{white} i7-950 & 4 / 8 & 3.06 & 8 \tn % Row Count 21 (+ 1) % Row 14 \SetRowColor{LightBackground} i7-940 & 4 / 8 & 2.93 & 8 \tn % Row Count 22 (+ 1) % Row 15 \SetRowColor{white} i7-930 & 4 / 8 & 2.80 & 8 \tn % Row Count 23 (+ 1) % Row 16 \SetRowColor{LightBackground} i7-920 & 4 / 8 & 2.66 & 8 \tn % Row Count 24 (+ 1) % Row 17 \SetRowColor{white} i7-880 & 4 / 8 & 3.06 & 8 \tn % Row Count 25 (+ 1) % Row 18 \SetRowColor{LightBackground} \seqsplit{i7-875K} & 4 / 8 & 2.93 & 8 \tn % Row Count 26 (+ 1) % Row 19 \SetRowColor{white} \seqsplit{i7-870S} & 4 / 8 & 2.66 & 8 \tn % Row Count 27 (+ 1) % Row 20 \SetRowColor{LightBackground} i7-870 & 4 / 8 & 2.93 & 8 \tn % Row Count 28 (+ 1) % Row 21 \SetRowColor{white} \seqsplit{i7-860S} & 4 / 8 & 2.53 & 8 \tn % Row Count 29 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.96071 cm} x{1.21133 cm} x{1.04425 cm} x{0.96071 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Intel Core i5 Processors}} \tn % Row 0 \SetRowColor{LightBackground} CPU Number & \seqsplit{Cores/Threads} & Speed (GHz) & Cache (MB) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{4}{x{5.377cm}}{} \tn % Row Count 2 (+ 0) % Row 2 \SetRowColor{LightBackground} i5-3570T & 4 / 4 & 2.30 & 6 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} i5-3570S & 4 / 4 & 3.10 & 6 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} i5-3570K & 4 / 4 & 3.40 & 6 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} i5-3570 & 4 / 4 & 3.40 & 6 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} i5-3570 & 4 / 4 & 3.30 & 6 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} i5-3550 & 4 / 4 & 2.90 & 6 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} i5-3475S & 4 / 4 & 2.90 & 6 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} i5-3470T & 2 / 4 & 2.90 & 3 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} i5-3470S & 4 / 4 & 3.20 & 6 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} i5-3470 & 4 / 4 & 2.80 & 6 \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} i5-3450S & 4 / 4 & 2.80 & 6 \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} i5-3450 & 4 / 4 & 3.10 & 6 \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} i5-2550K & 4 / 4 & 3.40 & 6 \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} i5-2500T & 4 / 4 & 2.30 & 6 \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} i5-2500S & 4 / 4 & 2.70 & 6 \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} i5-2500K & 4 / 4 & 3.30 & 6 \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} i5-2500 & 4 / 4 & 3.30 & 6 \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} i5-2450P & 4 / 4 & 3.20 & 6 \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} i5-2405S & 4 / 4 & 2.70 & 6 \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} i5-2400S & 4 / 4 & 2.50 & 6 \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} i5-2390T & 4 / 4 & 2.70 & 3 \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} i5-2380P & 4 / 4 & 3.10 & 6 \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} i5-2320 & 4 / 4 & 3.00 & 6 \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} i5-2310 & 4 / 4 & 2.90 & 6 \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} i5-2300 & 4 / 4 & 2.80 & 6 \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} i5-760 & 4 / 4 & 2.80 & 8 \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} i5-750S & 4 / 4 & 2.40 & 8 \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} i5-680 & 2 / 4 & 3.60 & 4 \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{0.96071 cm} x{1.21133 cm} x{1.04425 cm} x{0.96071 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Intel Core i5 Processors (cont)}} \tn % Row 30 \SetRowColor{LightBackground} i5-670 & 2 / 4 & 3.46 & 4 \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} i5-661 & 2 / 4 & 3.33 & 4 \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} i5-655K & 2 / 4 & 3.20 & 4 \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} i5-650 & 2 / 4 & 3.20 & 4 \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.96071 cm} x{1.21133 cm} x{1.04425 cm} x{0.96071 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Intel Core i3 Processors}} \tn % Row 0 \SetRowColor{LightBackground} CPU Number & \seqsplit{Cores/Threads} & Speed (GHz) & Cache (MB) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{4}{x{5.377cm}}{} \tn % Row Count 2 (+ 0) % Row 2 \SetRowColor{LightBackground} i3-2130 & 2 / 4 & 3.40 & 3 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} i3-2125 & 2 / 4 & 3.30 & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} i3-2120T & 2 / 4 & 2.60 & 3 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} i3-2105 & 2 / 4 & 3.10 & 3 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} i3-2102 & 2 / 4 & 3.10 & 3 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} i3-2100T & 2 / 4 & 2.50 & 3 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} i3-2100 & 2 / 4 & 3.10 & 3 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} i3-560 & 2 / 4 & 3.33 & 4 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} i3-550 & 2 / 4 & 3.20 & 4 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} i3-530 & 2 / 4 & 2.93 & 4 \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{0.96071 cm} x{1.21133 cm} x{1.04425 cm} x{0.96071 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Intel Pentium Processors}} \tn % Row 0 \SetRowColor{LightBackground} CPU Number & \seqsplit{Cores/Threads} & Speed (GHz) & Cache (MB) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{4}{x{5.377cm}}{} \tn % Row Count 2 (+ 0) % Row 2 \SetRowColor{LightBackground} G870 & 2 / 2 & 3.10 & 3 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} G860T & 2 / 2 & 2.60 & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} G860 & 2 / 2 & 3.00 & 3 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} G840 & 2 / 2 & 2.80 & 3 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} G6960 & 2 / 2 & 2.93 & 3 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} G6951 & 2 / 2 & 2.80 & 3 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} G640T & 2 / 2 & 2.40 & 3 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} G640 & 2 / 2 & 2.80 & 3 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} G632 & 2 / 2 & 2.70 & 3 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} G630T & 2 / 2 & 2.30 & 3 \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} G630 & 2 / 2 & 2.70 & 3 \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} G622 & 2 / 2 & 2.60 & 3 \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} G620T & 2 / 2 & 2.20 & 3 \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} G620 & 2 / 2 & 2.60 & 3 \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} 965 & 2 / 4 & 3.73 & 4 \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} 955 & 2 / 4 & 3.46 & 4 \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} 840 & 2 / 4 & 3.20 & 2 \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} E6800 & 2 / 2 & 3.33 & 2 \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} E6700 & 2 / 2 & 3.20 & 2 \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} E6600 & 2 / 2 & 3.06 & 2 \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} E6500K & 2 / 2 & 2.93 & 2 \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} E6300 & 2 / 2 & 2.80 & 2 \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} E5800 & 2 / 2 & 3.20 & 2 \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} E5700 & 2 / 2 & 3.00 & 2 \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} E5500 & 2 / 2 & 2.80 & 2 \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} E5400 & 2 / 2 & 2.70 & 2 \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} E5200 & 2 / 2 & 2.50 & 2 \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} E5220 & 2 / 2 & 2.40 & 1 \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{0.96071 cm} x{1.21133 cm} x{1.04425 cm} x{0.96071 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Intel Pentium Processors (cont)}} \tn % Row 30 \SetRowColor{LightBackground} E2200 & 2 / 2 & 2.20 & 1 \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} E2180 & 2 / 2 & 2.00 & 1 \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} E2140 & 2 / 2 & 1.60 & 1 \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.96071 cm} x{1.21133 cm} x{1.04425 cm} x{0.96071 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Intel Celeron Processors}} \tn % Row 0 \SetRowColor{LightBackground} CPU Number & \seqsplit{Cores/Threads} & Speed (GHz) & Cache (MB) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{4}{x{5.377cm}}{} \tn % Row Count 2 (+ 0) % Row 2 \SetRowColor{LightBackground} G550 & 2 / 2 & 2.60 & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} G540T & 2 / 2 & 2.10 & 2 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} G530T & 2 / 2 & 2.00 & 2 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} G530 & 2 / 2 & 2.40 & 2 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} G460 & 1 / 2 & 1.80 & 1.5 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} G440 & 1 / 1 & 1.60 & 1 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} E3500 & 2 / 2 & 2.70 & 1 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} E3300 & 2 / 2 & 2.50 & 1 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} E3200 & 2 / 2 & 2.40 & 1 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} E1600 & 2 / 2 & 2.40 & 0.5 \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} E1400 & 2 / 2 & 2.00 & 0.5 \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} E1200 & 2 / 2 & 1.60 & 0.5 \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} 450 & 1 / 1 & 2.20 & 0.5 \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} 430 & 1 / 1 & 1.80 & 0.5 \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} 420 & 1 / 1 & 1.60 & 0.5 \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} 220 & 1 / 1 & 1.20 & 0.5 \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} 320 & 1 / 1 & 2.40 & 0.25 \tn % Row Count 19 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}