\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{apowers313} \pdfinfo{ /Title (bikeshed.pdf) /Creator (Cheatography) /Author (apowers313) /Subject (Bikeshed 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}{FCBA42} \definecolor{LightBackground}{HTML}{FEF6E7} \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{Bikeshed Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{apowers313} via \textcolor{DarkBackground}{\uline{cheatography.com/31528/cs/10145/}}} \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}apowers313 \\ \uline{cheatography.com/apowers313} \\ \uline{\seqsplit{ato}.ms} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 8th December, 2016.\\ Updated 9th November, 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*}{2} \begin{tabularx}{8.4cm}{x{3.44 cm} x{4.56 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Running Bikeshed}} \tn % Row 0 \SetRowColor{LightBackground} Local: Create & {\bf{bikeshed spec `filename.bs`}} : creates the HTML from the Bikeshed file \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \{\{nobreak\}\}Local: Auto-Update & {\bf{bikeshed watch `filename.bs`}} : creates the HTML from the Bikeshed file, and keeps watching the Bikeshed file for changes, automatically generating new HTML when the Bikeshed file changes \tn % Row Count 13 (+ 9) % Row 2 \SetRowColor{LightBackground} Local: Template & {\bf{bikeshed template}} : creates an empty template for starting a new Bikeshed project \tn % Row Count 17 (+ 4) % Row 3 \SetRowColor{white} Online: Create & \{\{noshy\}\}curl \seqsplit{https://api.csswg.org/bikeshed/} -F file=@`filename.bs` -F force=1 \textgreater{} `filename.html` \tn % Row Count 22 (+ 5) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}Online: View Errors & \{\{noshy\}\}curl \seqsplit{https://api.csswg.org/bikeshed/} -F file=@`filename.bs` -F output=err \tn % Row Count 26 (+ 4) % Row 5 \SetRowColor{white} \{\{nobreak\}\}Online: Issue List & \{\{noshy\}\}curl \seqsplit{https://api.csswg.org/bikeshed/} -F file=@`issues.txt` -F input=issues \textgreater{} `issues.html` \tn % Row Count 31 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.6 cm} x{4.4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Markdown}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}Documentation & \{\{link="https://daringfireball.net/projects/markdown/syntax"\}\}https://daringfireball.net/projects/markdown/syntax\{\{/link\}\} \tn % Row Count 9 (+ 9) % Row 1 \SetRowColor{white} \#, \#\#, \#\#\# & \textless{}h1\textgreater{}, \textless{}h2\textgreater{}, \textless{}h3\textgreater{} \tn % Row Count 10 (+ 1) % Row 2 \SetRowColor{LightBackground} * & Unordered list. Indent with 4 spaces to include sub-list elements (tables, blockquotes, code examples, etc.) \tn % Row Count 15 (+ 5) % Row 3 \SetRowColor{white} 1. & Ordered list. Indent with 4 spaces to include sub-list elements (tables, blockquotes, code examples, etc.) \tn % Row Count 20 (+ 5) % Row 4 \SetRowColor{LightBackground} \textgreater{} & Blockquote \tn % Row Count 21 (+ 1) % Row 5 \SetRowColor{white} \textbackslash{}n\textbackslash{}n & New paragraph (hit enter twice) \tn % Row Count 23 (+ 2) % Row 6 \SetRowColor{LightBackground} {[}linked text{]}(https://mysite.com) & A link to a website \tn % Row Count 25 (+ 2) % Row 7 \SetRowColor{white} !{[}Alt text{]}(/path/to/img.jpg) & Insert image inline \tn % Row Count 27 (+ 2) % Row 8 \SetRowColor{LightBackground} *word word word* & Bold words \tn % Row Count 28 (+ 1) % Row 9 \SetRowColor{white} \_word word word\_ & Underlined words \tn % Row Count 29 (+ 1) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}**word word word** & Strong words \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.6 cm} x{4.4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Markdown (cont)}} \tn % Row 11 \SetRowColor{LightBackground} \_\_word word word\_\_ & Double underlined words \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{New Doc Template}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\textless{}pre class='metadata'\textgreater{} \newline % Row Count 1 (+ 1) Title: Your Spec Title \newline % Row Count 2 (+ 1) Shortname: your-spec \newline % Row Count 3 (+ 1) Level: 1 \newline % Row Count 4 (+ 1) Status: ED \newline % Row Count 5 (+ 1) Group: WGNAMEORWHATEVER \newline % Row Count 6 (+ 1) URL: \seqsplit{http://example.com/url-this-spec-will-live-at} \newline % Row Count 8 (+ 2) Editor: Your Name, Your Company \seqsplit{http://example.com/your-company}, your-email@example.com, \seqsplit{http://example.com/your-personal-website} \newline % Row Count 11 (+ 3) Abstract: A short description of your spec, one or two sentences. \newline % Row Count 13 (+ 2) \textless{}/pre\textgreater{} \newline % Row Count 14 (+ 1) Introduction \{\#intro\} \newline % Row Count 15 (+ 1) ===================== \newline % Row Count 16 (+ 1) Introduction here.% Row Count 17 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Metadata}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}Documentation & \seqsplit{https://tabatkins.github.io/bikeshed/\#metadata} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Title: & The title of the specification. Will typically be inserted as a \textless{}h1\textgreater{} at the top of the document (unless the boilerplate has been changed). \tn % Row Count 8 (+ 6) % Row 2 \SetRowColor{LightBackground} Status: & Status of the document. e.g. `ED` = Editor's Draft, `WD` = Working Draft, etc. Is based on the statuses for the `Group` \tn % Row Count 13 (+ 5) % Row 3 \SetRowColor{white} Group: & The group / organization issuing the specification. e.g. `w3c`, `iso`, `fido`, etc. \tn % Row Count 17 (+ 4) % Row 4 \SetRowColor{LightBackground} ED: & URL pointing to the latest editor's draft \tn % Row Count 19 (+ 2) % Row 5 \SetRowColor{white} URL: & The URL for the specification \tn % Row Count 21 (+ 2) % Row 6 \SetRowColor{LightBackground} Short Name: & A short name of the spec, such as `css-lists` or `webauthn` \tn % Row Count 24 (+ 3) % Row 7 \SetRowColor{white} Editor: & The name of the person that is an editor for the spec. May have multiple editors, one per line. Format is: \{\{noshy\}\}`Adam Powers, FIDO \seqsplit{https://fidoalliance.org}, email@fidoalliance.org` \tn % Row Count 32 (+ 8) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Metadata (cont)}} \tn % Row 8 \SetRowColor{LightBackground} Abstract: & A paragraph about this specification \tn % Row Count 2 (+ 2) % Row 9 \SetRowColor{white} Text Macro: & Defines a custom text macro \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.28 cm} x{4.72 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Boilerplate}} \tn % Row 0 \SetRowColor{LightBackground} Documentation & \seqsplit{https://tabatkins.github.io/bikeshed/\#boilerplate} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Examples & \seqsplit{https://github.com/tabatkins/bikeshed/tree/master/bikeshed/boilerplate} \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} header.include & The HTML for the header of the document \tn % Row Count 9 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}header-ED.include & The HTML for the header, when the status of the specification is `ED`. Works for any statuses defined for the `Group`, and for any boilerplate where the name ends in `-STATUS` (e.g. `-ED`, `-WD`) \tn % Row Count 18 (+ 9) % Row 4 \SetRowColor{LightBackground} footer.include & The HTML for the footer of the document \tn % Row Count 20 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{copyright.include} & The copyright statement \tn % Row Count 22 (+ 2) % Row 6 \SetRowColor{LightBackground} logo.include & The HTML for the logo to be used, by default on the top right of the specification \tn % Row Count 26 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.12 cm} x{4.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Key URLs}} \tn % Row 0 \SetRowColor{LightBackground} Main Repo & \seqsplit{https://github.com/tabatkins/bikeshed} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}Online Version & \seqsplit{https://api.csswg.org/bikeshed/} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}Install Locally & \seqsplit{https://github.com/tabatkins/bikeshed/blob/master/docs/install.md} \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} Quick Start & \seqsplit{https://github.com/tabatkins/bikeshed/blob/master/docs/quick-start.md} \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} Docs & \seqsplit{https://tabatkins.github.io/bikeshed/} \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Autolinking}} \tn % Row 0 \SetRowColor{LightBackground} Documentation & \seqsplit{https://tabatkins.github.io/bikeshed/\#autolinking} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \#\# heading \{\#link-name\} & Creates a new \textless{}h2\textgreater{} that is linkable by `link-name` \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} {[}{[}foo{]}{]} & A non-normative reference to the SpecRef entry `foo` \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} {[}{[}!foo{]}{]} & A normative reference to the SpecRef entry `foo` \tn % Row Count 12 (+ 3) % Row 4 \SetRowColor{LightBackground} \{\{link="https://tabatkins.github.io/bikeshed/\#section-links"\}\}{[}{[}\#foo{]}{]}\{\{/link\}\} & A reference to the section in the local document named `foo` \tn % Row Count 16 (+ 4) % Row 5 \SetRowColor{white} {[}{[}foo\#bar{]}{]} & A reference to section `bar` of spec `foo`. The spec `foo` must be part of Bikeshed's autolinking database. \tn % Row Count 22 (+ 6) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}{[}{[}spec/page\#id{]}{]} & A reference to section `bar` on `page` of spec `foo`. The spec `foo` must be part of Bikeshed's autolinking database. \tn % Row Count 28 (+ 6) % Row 7 \SetRowColor{white} {[}{[}spec/page{]}{]} & A reference to section to `page` of spec `foo`. The spec `foo` must be part of Bikeshed's autolinking database. \tn % Row Count 34 (+ 6) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Autolinking (cont)}} \tn % Row 8 \SetRowColor{LightBackground} \{\{foo\}\} & A reference to the IDL entry for `foo` \tn % Row Count 2 (+ 2) % Row 9 \SetRowColor{white} 'foo' & Link to a property or descriptor named `foo` \tn % Row Count 5 (+ 3) % Row 10 \SetRowColor{LightBackground} \textless{}dfn\textgreater{}term\textless{}/dfn\textgreater{} & A definition for `term` \tn % Row Count 7 (+ 2) % Row 11 \SetRowColor{white} {[}=foo={]} & Link to definition of `foo` \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Special Blocks}} \tn % Row 0 \SetRowColor{LightBackground} Issue: & Adds the text that follows as a new issue with the specification. Will appear in a box and be added to the issue list. \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} Note: & Adds the text that follows as a note to the specification \tn % Row Count 8 (+ 3) % Row 2 \SetRowColor{LightBackground} Example: & Adds the text that follows as an example \tn % Row Count 10 (+ 2) % Row 3 \SetRowColor{white} \{\{noshy\}\}Advisement: & Adds the text that follows as an advisement \tn % Row Count 12 (+ 2) % Row 4 \SetRowColor{LightBackground} Assertion: & Adds the text that follows as an assertion \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.68 cm} x{4.32 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Special Classes}} \tn % Row 0 \SetRowColor{LightBackground} class="note" & Same as `Note:` \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} class="issue" & Same as `Issue:` \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} class="idl" & Defines an IDL block \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \{\{nobreak\}\}\textless{}pre class="highlight"\textgreater{} & Defines pre-formatted text highlighted as code \tn % Row Count 6 (+ 3) % Row 4 \SetRowColor{LightBackground} \seqsplit{line-highlight="2-4}, 6" & Add to a `highlight` class to emphasize specific lines of code \tn % Row Count 9 (+ 3) % Row 5 \SetRowColor{white} line-numbers & Add to a `highlight` class to add line numbers to the code \tn % Row Count 12 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Text Macros}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}Documentation & \seqsplit{https://tabatkins.github.io/bikeshed/\#text-macros} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {[}TITLE{]} & gives the spec's full title, as extracted from either the H1 or the spec metadata \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} {[}SHORTNAME{]} & gives the document's shortname, like "css-cascade" \tn % Row Count 10 (+ 3) % Row 3 \SetRowColor{white} \{\{nobreak\}\}{[}VSHORTNAME{]} & gives the "versioned" shortname, like "css-cascade-3" \tn % Row Count 13 (+ 3) % Row 4 \SetRowColor{LightBackground} {[}STATUS{]} & gives the spec's status \tn % Row Count 15 (+ 2) % Row 5 \SetRowColor{white} {[}LONGSTATUS{]} & gives a long form of the spec's status, so "ED" becomes "Editor's Draft", for example \tn % Row Count 19 (+ 4) % Row 6 \SetRowColor{LightBackground} {[}STATUSTEXT{]} & gives an additional status text snippet \tn % Row Count 21 (+ 2) % Row 7 \SetRowColor{white} {[}LATEST{]} & gives the link to the undated /TR link, if it exists \tn % Row Count 24 (+ 3) % Row 8 \SetRowColor{LightBackground} {[}VERSION{]} & gives the link to the ED, if the spec is an ED, and otherwise constructs a dated /TR link from today's date \tn % Row Count 29 (+ 5) % Row 9 \SetRowColor{white} {[}ABSTRACT{]} & gives the document's abstract \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Text Macros (cont)}} \tn % Row 10 \SetRowColor{LightBackground} {[}YEAR{]} & gives the current year \tn % Row Count 1 (+ 1) % Row 11 \SetRowColor{white} {[}DATE{]} & gives a human-readable date \tn % Row Count 3 (+ 2) % Row 12 \SetRowColor{LightBackground} {[}CDATE{]} & gives a compact date in the format "YYYYMMDD" \tn % Row Count 5 (+ 2) % Row 13 \SetRowColor{white} {[}ISODATE{]} & gives a compact date in iso format "YYYY-MM-DD" \tn % Row Count 7 (+ 2) % Row 14 \SetRowColor{LightBackground} {[}LOGO{]} & gives the url of the spec's logo \tn % Row Count 9 (+ 2) % Row 15 \SetRowColor{white} {[}REPOSITORY{]} & gives the name of the VCS repository the spec is located in; this is currently only filled when the spec source is in a GitHub repository \tn % Row Count 15 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Properties and Descriptors}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\textless{}pre class='propdef'\textgreater{} (or 'descdef') \newline % Row Count 1 (+ 1) Name: var-* \newline % Row Count 2 (+ 1) Value: \textless{}\textless{}value\textgreater{}\textgreater{} | \textless{}\textless{}CDO\textgreater{}\textgreater{} | \textless{}\textless{}CDC\textgreater{}\textgreater{} \newline % Row Count 3 (+ 1) Initial: (nothing, see prose) \newline % Row Count 4 (+ 1) Applies to: all elements \newline % Row Count 5 (+ 1) Inherited: yes \newline % Row Count 6 (+ 1) Media: all \newline % Row Count 7 (+ 1) Computed value: specified value with variables substituted (but see prose for "invalid variables") \newline % Row Count 9 (+ 2) Percentage: n/a \newline % Row Count 10 (+ 1) \textless{}/pre\textgreater{}% Row Count 11 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}