\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{Priyal kumar (pryl)} \pdfinfo{ /Title (ne-nice-editor.pdf) /Creator (Cheatography) /Author (Priyal kumar (pryl)) /Subject (ne (nice editor) 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}{000000} \definecolor{LightBackground}{HTML}{F7F7F7} \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{ne (nice editor) Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Priyal kumar (pryl)} via \textcolor{DarkBackground}{\uline{cheatography.com/66402/cs/16573/}}} \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}Priyal kumar (pryl) \\ \uline{cheatography.com/pryl} \\ \uline{\seqsplit{priyal-kumar}.blogspot.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 26th August, 2018.\\ Updated 27th August, 2018.\\ 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{1.19002 cm} p{0.4577 cm} x{2.92928 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Navigation Commands}} \tn % Row 0 \SetRowColor{LightBackground} MoveLeft {[}n{]} & ML & moves the cursor to left n times. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} MoveRight {[}n{]} & MR & moves the cursor to right n times. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} LineUp {[}n{]} & LU & moves the cursor up n times. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} LineDown & LD & moves the cursor down n times. \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} GotoLine {[}line{]} & GL & moves the cursor to the respective line. \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{GotoColumn} {[}col{]} & GC & moves the cursor to the respective column in the line. \tn % Row Count 13 (+ 3) % Row 6 \SetRowColor{LightBackground} GotoMark & GM & moves the cursor to the current mark. \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} PrevPage {[}n{]} & PP & moves the cursor n pages bakward. \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} NextPage {[}n{]} & NP & moves the cursor n pages forward. \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} PageUp {[}n{]} & PUP & pageups n times. \tn % Row Count 20 (+ 1) % Row 10 \SetRowColor{LightBackground} PageDown {[}n{]} & PDN & pagedowns n times. \tn % Row Count 22 (+ 2) % Row 11 \SetRowColor{white} PrevWord & PW & moves the cursor to the first letter of the word n times. \tn % Row Count 25 (+ 3) % Row 12 \SetRowColor{LightBackground} NextWord {[}n{]} & NW & moves the character to the next word n times. \tn % Row Count 27 (+ 2) % Row 13 \SetRowColor{white} MoveEOL & EOL & moves the character to the end of the current line. \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.19002 cm} p{0.4577 cm} x{2.92928 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Navigation Commands (cont)}} \tn % Row 14 \SetRowColor{LightBackground} MoveSOL & SOL & moves the cursor to the start of the line. \tn % Row Count 2 (+ 2) % Row 15 \SetRowColor{white} MoveTOS & TOS & moves the cursor to the top of the screen. \tn % Row Count 4 (+ 2) % Row 16 \SetRowColor{LightBackground} MoveBOS & BOS & moves the cursor to the lowest line in the view. \tn % Row Count 6 (+ 2) % Row 17 \SetRowColor{white} MoveEOF & EOF & moves the character to the end of the document. \tn % Row Count 8 (+ 2) % Row 18 \SetRowColor{LightBackground} MoveSOF & SOF & moves the character to the start of the file. \tn % Row Count 10 (+ 2) % Row 19 \SetRowColor{white} MoveEOW & EOW & moves the cursor one character past the end of the word. \tn % Row Count 13 (+ 3) % Row 20 \SetRowColor{LightBackground} MoveIncUp & MIU & moves the cursor to the start of the document incrementally. \tn % Row Count 16 (+ 3) % Row 21 \SetRowColor{white} \seqsplit{MoveIncDown} & MID & moves the cursor to the end of the document incrementally. \tn % Row Count 19 (+ 3) % Row 22 \SetRowColor{LightBackground} \seqsplit{AdjustView} & AV & shifts the text visible in terminal horz. or vert. \tn % Row Count 21 (+ 2) % Row 23 \SetRowColor{white} \seqsplit{ToggleSEOF} & TSEOF & moves the cursor to the start of the document. \tn % Row Count 23 (+ 2) % Row 24 \SetRowColor{LightBackground} \seqsplit{ToggleSEOL} & TSEOL & moves the cursor to thte start of the current line. \tn % Row Count 26 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Misc}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Where are the menus?} \tn \mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}Press Esc twice to bring the menu.} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Where to type all of these commands?} \tn \mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}To type any command, press \textasciicircum{}K to bring the commandBar} \tn % Row Count 5 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Only video about ne on Youtube}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{ Video: http://youtu.be/8xKhpdfe8II} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.82386 cm} p{0.4577 cm} x{3.29544 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Document Commands}} \tn % Row 0 \SetRowColor{LightBackground} Quit & Q & exits. If any documents are modified, you'll be asked to confirm \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Exit & X & save all the modified documents, then exit. \tn % Row Count 5 (+ 2) % Row 2 \SetRowColor{LightBackground} NewDoc & N & create a new unnamed document \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} Clear & CL & destroy the content of current document, undo buffer, current document become unnamed \tn % Row Count 11 (+ 4) % Row 4 \SetRowColor{LightBackground} \seqsplit{CloseDoc} & CD & close the current document \tn % Row Count 13 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{NextDoc} & ND & bring the next document from the document list \tn % Row Count 15 (+ 2) % Row 6 \SetRowColor{LightBackground} \seqsplit{PrevDoc} & PD & bring the previous document from the document list \tn % Row Count 17 (+ 2) % Row 7 \SetRowColor{white} \seqsplit{SelectDoc} & SD & display opened document list \tn % Row Count 19 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09848 cm} p{0.68655 cm} x{2.79197 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Opening and Saving commands}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Command}} & {\bf{Abbvr.}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Open {\emph{{[}file{]}}} & O & loads the file in the current document \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} OpenNew {\emph{{[}file{]}}} & ON & loads the file in a new document \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Save & S & save the current document \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} SaveAs {\emph{{[}file{]}}} & SA & save the current document using the specified string \tn % Row Count 11 (+ 3) % Row 5 \SetRowColor{white} SaveAll & SL & saves all the modified documents \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.41887 cm} p{0.4577 cm} x{2.70043 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Delete Commands}} \tn % Row 0 \SetRowColor{LightBackground} DeleteChar {[}n{]} & DC & deletes n characters to the right. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{DeletePrevWord} {[}n{]} & DFW & deletes text from the current position to the first character of the previous word n times. \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} DeleteNext Word {[}n{]} & DNW & deletes text from the current position to the next word n times. \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} Backspace {[}n{]} & BS & deletes n characters to the left. \tn % Row Count 11 (+ 2) % Row 4 \SetRowColor{LightBackground} DeleteLine {[}n{]} & DL & deletes n lines, puts the last deleted line in the buffer. \tn % Row Count 14 (+ 3) % Row 5 \SetRowColor{white} DeleteEOL & DE & deletes all characters from current cursor to the end of the line. \tn % Row Count 17 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.19002 cm} p{0.4577 cm} x{2.92928 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Formatting Commands}} \tn % Row 0 \SetRowColor{LightBackground} Center {[}n{]} & CE & centers n lines from the cursor position. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Paragraph {[}n{]} & PA & reformats n paragraphs from the cursor position. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} ToUpper {[}n{]} & TU & shifts to upper letters from cursor position to the end of the word. \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} ToLower {[}n{]} & TL & shifts to lower letters from cursor position to the end of the word. \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} \seqsplit{Capitalize} {[}n{]} & CA & shifts the first letter to upper and other letters to lower case. \tn % Row Count 13 (+ 3) % Row 5 \SetRowColor{white} \seqsplit{RightMargin} {[}n{]} & RM & sets the right margin \tn % Row Count 15 (+ 2) % Row 6 \SetRowColor{LightBackground} WordWrap & WW & sets the wordwrap flag \tn % Row Count 16 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{AutoIndent} & AI & sets the autoindent flag. \tn % Row Count 17 (+ 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}{Links}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Official site: http://ne.di.unimi.it} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{PDF documentation: \seqsplit{http://ne.di.unimi.it/ne.pdf}} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{HTML documentation: \seqsplit{http://ne.di.unimi.it/docs/index.html}} \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ne in Ubuntu packages: \seqsplit{https://packages.ubuntu.com/search?keywords=ne}} \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{ne in homebrew: \seqsplit{https://github.com/Homebrew/homebrew-core/blob/master/Formula/ne.rb}} \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.14425 cm} p{0.4577 cm} x{2.97505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Clipping commands}} \tn % Row 0 \SetRowColor{LightBackground} Mark {[}0|1{]} & M & set the mark at current position, cancels the previous mark \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} MarkVert {[}0|1{]} & MV & same as Mark but for verticla selection \tn % Row Count 5 (+ 2) % Row 2 \SetRowColor{LightBackground} Copy {[}n{]} & C & copies the content of the block \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} Cut {[}n{]} & CU & deletes the block being copied \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} Paste {[}n{]} & P & paste the marked content \tn % Row Count 10 (+ 1) % Row 5 \SetRowColor{white} PasteVert {[}n{]} & PV & vertically paste the content \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} Erase & E & delete the content in the block \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.51041 cm} p{0.4577 cm} x{2.60889 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Searching}} \tn % Row 0 \SetRowColor{LightBackground} Find {[}pattern{]} & F & searches the given pattern \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} FindRegExp {[}pattern{]} & FX & searches the given regexp pattern \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Replace {[}string{]} & R & search and replace \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} ReplaceOnce {[}string{]} & RA & search and replace the first instance \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} ReplaceAll {[}string{]} & RA & search and replace all the instances \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} RepeatLast {[}times{]} & RL & repeats the last find or replace operation \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} MatchBracket & MB & moves the cursor to the other paired bracket \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} \seqsplit{AutoMatchBracket} & AMB & highlights the paired brackets \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} SearchBack {[}0|1{]} & SB & search and replace operations performed backwards on true \tn % Row Count 19 (+ 3) % Row 9 \SetRowColor{white} CaseSearch {[}0|1{]} & CS & sets the case sensitivity flag \tn % Row Count 21 (+ 2) % Row 10 \SetRowColor{LightBackground} AutoComplete {[}prefix{]} & AC & shows and inserts matching words \tn % Row Count 23 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.51041 cm} p{0.4577 cm} x{2.60889 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Macros}} \tn % Row 0 \SetRowColor{LightBackground} Record {[}0|1{]} & REC & records macro \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Play {[}times{]} & PL & plays macro \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Macro {[}filename{]} & MA & executes the file name as a macro \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} OpenMacro {[}filename{]} & OM & loads the given file as current macro \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} SaveMacro {[}filename{]} & SM & save the current macro in a file \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} UnloadMacro & UM & frees the macro cache list \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.3731 cm} p{0.4577 cm} x{2.7462 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Undo}} \tn % Row 0 \SetRowColor{LightBackground} Undo {[}n{]} & U & undoes \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Redo {[}n{]} & RE & redoes \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} DoUndo {[}0|1{]} & DU & disable/enable undo system \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.00694 cm} p{0.4577 cm} x{3.11236 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Support Commands}} \tn % Row 0 \SetRowColor{LightBackground} Help {[}name{]} & H & displays help about the command name. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Refresh & REF & resfreshes the display. \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Suspend & SU & suspends ne. \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Escape & ESC & toggle the menus on/off. \tn % Row Count 5 (+ 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}{More info}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ne is posix compatible, have GPLv3 license. \newline % Row Count 1 (+ 1) Developed in 1993. \newline % Row Count 2 (+ 1) Linux Voice has rated ne as the third best editor for Linux. \newline % Row Count 4 (+ 2) ne has a cygwin version too.% Row Count 5 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{ne tands for nice editor} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{This is how ne looks like}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/pryl_1535331666_Screen Shot 2018-08-26 at 23|24.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{ne stands for nice editor.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}