\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{Daniel Doherty (ddoherty03)} \pdfinfo{ /Title (spacemacs-org.pdf) /Creator (Cheatography) /Author (Daniel Doherty (ddoherty03)) /Subject (spacemacs-org 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}{4356B5} \definecolor{LightBackground}{HTML}{F3F4FA} \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{spacemacs-org Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Daniel Doherty (ddoherty03)} via \textcolor{DarkBackground}{\uline{cheatography.com/63303/cs/16125/}}} \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}Daniel Doherty (ddoherty03) \\ \uline{cheatography.com/ddoherty03} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 28th August, 2018.\\ Updated 5th November, 2020.\\ 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.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Heading and List Structure}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{`S-TAB`} & Cycle visibility of all headings \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} `TAB` & Cycle visibility of current heading \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} `,ss` & Sparse tree, i.e., cycle visibility of subtrees meeting match criteria \tn % Row Count 6 (+ 3) % Row 3 \SetRowColor{white} `M-h` & Promote heading only \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} `M-l` & Demote heading only \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} `M-H` & Promote subtree \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} `M-L` & Demote subtree \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} `M-k` & Move subtree UP \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} `M-j` & Move subtree DOWN \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} `,sr` & Refile heading subtree \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} `,sa` & Archive heading subtree \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} `,sS` & Sort subheadings (or list elements) \tn % Row Count 16 (+ 2) % Row 12 \SetRowColor{LightBackground} `gk` & Move cursor to PRIOR heading \tn % Row Count 17 (+ 1) % Row 13 \SetRowColor{white} `gj` & Move cursor to NEXT heading \tn % Row Count 18 (+ 1) % Row 14 \SetRowColor{LightBackground} `gh` & Move cursor to PARENT element \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} `gl` & Move cursor to CHILD element \tn % Row Count 20 (+ 1) % Row 16 \SetRowColor{LightBackground} `gH` & Move to top level heading containing cursor \tn % Row Count 22 (+ 2) % Row 17 \SetRowColor{white} `SPC sj` & Jump to searched heading \tn % Row Count 24 (+ 2) % Row 18 \SetRowColor{LightBackground} `,sn` & Narrow subtree \tn % Row Count 25 (+ 1) % Row 19 \SetRowColor{white} `,sN` & Widen subtree \tn % Row Count 26 (+ 1) % Row 20 \SetRowColor{LightBackground} `,H`/`,L` & Cycle heading TODO or list type \tn % Row Count 28 (+ 2) % Row 21 \SetRowColor{white} `,ih` & Insert same-level heading BEFORE cursor \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Heading and List Structure (cont)}} \tn % Row 22 \SetRowColor{LightBackground} `,iH` & Insert same-level heading AFTER cursor \tn % Row Count 2 (+ 2) % Row 23 \SetRowColor{white} `,is` & Insert subheading before \tn % Row Count 3 (+ 1) % Row 24 \SetRowColor{LightBackground} `,*` & Toggle heading\textless{}-\textgreater{}plain text \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Heading commands generally apply to list elements as well.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Text Markup}} \tn % Row 0 \SetRowColor{LightBackground} `,xb` & Make region bold \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} `,xi` & Make region italic \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} `,xc` & Make region code \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} `,xs` & Make region strike-through \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} `,xu` & Make region underlined \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} `,xv` & Make region verbatim \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} `,xr` & Remove region markup \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.19448 cm} x{3.78252 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Source Blocks and Capture Buffers}} \tn % Row 0 \SetRowColor{LightBackground} `,'` & Edit block in indirect buffer \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} `,c` `,,` & confirm, exit buffer \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} `,k` `,a` & abort, exit buffer \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} `,r` & refile capture \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.94563 cm} x{4.03137 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Agenda}} \tn % Row 0 \SetRowColor{LightBackground} `SPC aoa` & Open agenda buffer \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} `gr` & Refresh agenda buffer \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} `gd` & Toggle grid \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} `RET` & Open agenda item \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} \seqsplit{`M-RET`} & Open agenda item in other window \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} `C-v` & Change time-span \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} `d` & Change to DAY time span \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} `w` & Change to WEEK time span \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} `M` & Change to MONTH time span \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} `y` & Change to YEAR time span (with warning) \tn % Row Count 12 (+ 2) % Row 10 \SetRowColor{LightBackground} `M-h` & Go BACKWARD one time span \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} `M-l` & Go FORWARD one time span \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} `J` & Jump to prompted date \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} `.` & Go to today \tn % Row Count 16 (+ 1) % Row 14 \SetRowColor{LightBackground} `,dd` & Set deadline date for current item \tn % Row Count 18 (+ 2) % Row 15 \SetRowColor{white} `,ds` & Set scheduled date for current item \tn % Row Count 20 (+ 2) % Row 16 \SetRowColor{LightBackground} \seqsplit{`M-SPC`} & Enter transient mode (note) \tn % Row Count 21 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\emph{Transient mode}} displays its keys on the screen, many of which duplicate things that can be done in the agenda buffer directly, such as changing the time span and movement to different dates.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Dates and Clocking}} \tn % Row 0 \SetRowColor{LightBackground} `,dt` & Add active timestamp \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} `,dT` & Add inactive timestamp \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} `,dd` & Add DEADLINE timestamp \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} `,ds` & Add SCHEDULED timestamp \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} `M-h` & While entering date move to PRIOR DAY in the popup calendar \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} `M-l` & While entering date move to NEXT DAY in the popup calendar \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} `M-k` & While entering date move to PRIOR WEEK in the popup calendar \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} `M-j` & While entering date move to NEXT WEEK in the popup calendar \tn % Row Count 12 (+ 2) % Row 8 \SetRowColor{LightBackground} `M-H` & While entering date move to PRIOR MONTH in the popup calendar \tn % Row Count 14 (+ 2) % Row 9 \SetRowColor{white} `M-L` & While entering date move to NEXT MONTH in the popup calendar \tn % Row Count 16 (+ 2) % Row 10 \SetRowColor{LightBackground} `M-K` & While entering date move to PRIOR YEAR in the popup calendar \tn % Row Count 18 (+ 2) % Row 11 \SetRowColor{white} `M-J` & While entering date move to NEXT YEAR in the popup calendar \tn % Row Count 20 (+ 2) % Row 12 \SetRowColor{LightBackground} `,Ci` & Clock in \tn % Row Count 21 (+ 1) % Row 13 \SetRowColor{white} `,Co` & Clock out \tn % Row Count 22 (+ 1) % Row 14 \SetRowColor{LightBackground} `,Cc` & Cancel clock \tn % Row Count 23 (+ 1) % Row 15 \SetRowColor{white} \seqsplit{`S-left`} & Subtract one day from timestamp under cursor \tn % Row Count 25 (+ 2) % Row 16 \SetRowColor{LightBackground} \seqsplit{`S-right`} & Add one day to timestamp under cursor \tn % Row Count 27 (+ 2) % Row 17 \SetRowColor{white} `S-up` & Increment timestamp component under cursor \tn % Row Count 29 (+ 2) % Row 18 \SetRowColor{LightBackground} \seqsplit{`S-down`} & Decrement timestamp component under cursor \tn % Row Count 31 (+ 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}{Timestamp Details}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{ Entering Timestamps}} \newline % Row Count 1 (+ 1) When entering a date: enter (1) an absolute date by typing most any reasonable name of the date starting with a letter or a number or (2) a relative date by starting with a + (relative to today) or ++ (relative to the default date) followed by a number and a unit (e.g. w m y). The default date starts as today or the current timestamp, if any, as modified by popup calendar movements. \newline % Row Count 9 (+ 8) {\bf{ Repeating Timestamps}} \newline % Row Count 10 (+ 1) By adding a repeat cookie to a TODO timestamp, org will cause a change to "DONE" state to reset the item back to "TODO" but with the date incremented to the next due date. \newline % Row Count 14 (+ 4) `TODO Pay the rent \textless{}2018-10-01 Mon +1m\textgreater{}` \newline % Row Count 15 (+ 1) The `+1m` causes a monthly repeat. The unit can also be `y`, `w`, `d`, and `h` for yearly, weekly, daily, and hourly repeats. \newline % Row Count 18 (+ 3) {\bf{ Date Ranges }} \newline % Row Count 19 (+ 1) You can specify a range by separating two timestamps with `-{}-`: \newline % Row Count 21 (+ 2) `\textless{}2018-10-01 Mon\textgreater{}-{}-\textless{}2018-10-31 Wed\textgreater{}` \newline % Row Count 22 (+ 1) {\bf{Active versus Inactive Timestamps}} \newline % Row Count 23 (+ 1) Active timestamps use angle brakets as their delimiter; inactive timestamps use square backets, e.g., `{[}2018-10-01 Mon{]}`. Inactive timestamps will not show up in your agenda, while active timestamps will if they appear in an agenda file. Use inactive timestamps for all purposes except appointments.% Row Count 30 (+ 7) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Tables}} \tn % Row 0 \SetRowColor{LightBackground} `,tn` & Table skeleton; prompts for size \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} `C-c |` & Convert region to table (note) \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} `TAB` & Goto NEXT cell \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} `S-TAB` & Goto PRIOR cell \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} `M-k` & Move current row UP \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} `M-j` & Move current row DOWN \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} `M-h` & Move current column LEFT \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} `M-l` & Move current column RIGHT \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} `M-L` & Insert new column \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} `M-H` & Delete current column \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} `M-J` & Insert new row \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} `M-K` & Delete current row \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} `,tb` & Blank current field or fields in region \tn % Row Count 16 (+ 2) % Row 13 \SetRowColor{white} `,-` & Add hline below cursor \tn % Row Count 17 (+ 1) % Row 14 \SetRowColor{LightBackground} `,ts` & Sort rows on current column value; prompts for sort criteria \tn % Row Count 20 (+ 3) % Row 15 \SetRowColor{white} `,tto` & Toggle row/column labels \tn % Row Count 21 (+ 1) % Row 16 \SetRowColor{LightBackground} `,ttf` & Toggle formula debugger \tn % Row Count 22 (+ 1) % Row 17 \SetRowColor{white} `SPC u,,` & Recalculate table \tn % Row Count 23 (+ 1) % Row 18 \SetRowColor{LightBackground} `SPC-u SPC-u,,` & Iterate table recalculation \tn % Row Count 25 (+ 2) % Row 19 \SetRowColor{white} `,tI` & Import file as a table \tn % Row Count 26 (+ 1) % Row 20 \SetRowColor{LightBackground} `,tE` & Export table to a file \tn % Row Count 27 (+ 1) % Row 21 \SetRowColor{white} `,tp` & Plot table with gnuplot \tn % Row Count 28 (+ 1) \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}{Table References}} \tn % Row 0 \SetRowColor{LightBackground} `@3\$4` & row 3, column 4 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} `@4` & this column, row 4 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} `\$3` & this row, column 3 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} `@+3` & this column, row three below current \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} `\$-4` & this row, column four to the left \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} `\$\textless{}` & first column this row \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} `\$\textgreater{}` & last column this row \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} `@\textless{}` & first row, this colum \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} `@\textgreater{}` & last row, this column \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} `@III` & third hline row, this column \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} `@-II` & second hline above current, this column \tn % Row Count 14 (+ 2) % Row 11 \SetRowColor{white} `@II+2` & second row after second hline, this column \tn % Row Count 16 (+ 2) % Row 12 \SetRowColor{LightBackground} \seqsplit{`@II..@-1`} & all cells in the current column from second hline to prior row (becomes a vector in calc formula) \tn % Row Count 20 (+ 4) % Row 13 \SetRowColor{white} `\$\textless{}+1..\$-1` & all cells in the current row from the second cell to the cell one to the left of this cell \tn % Row Count 23 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Start with `:=` for cell formula, `=` for column formula. \newline Specify range by separating two refs with `..` \newline E.g., `@I+1..@-1` all cells in current column from row below first hline to row before current row. Ranges are returned as a `calc` vector. Use `calc` `vsum` and other vector functions to calculate. In formulas, `@\#` and `\$\#` are set to the formula cell's row and column numbers.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}