\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{katiecar} \pdfinfo{ /Title (ip.pdf) /Creator (Cheatography) /Author (katiecar) /Subject (IP 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}{FF1CE1} \definecolor{LightBackground}{HTML}{FFE1FB} \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{IP Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{katiecar} via \textcolor{DarkBackground}{\uline{cheatography.com/168763/cs/35836/}}} \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}katiecar \\ \uline{cheatography.com/katiecar} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 13th December, 2022.\\ 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} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{What is intellectual property?}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Intellectual Property Law is the legal right assigned to your ownership of mental labours.} \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Innovation}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Patent}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Contains- \newline % Row Count 1 (+ 1) 1. Abstract \newline % Row Count 2 (+ 1) 2. Detailed description \newline % Row Count 3 (+ 1) 3. 1 or more Claims% Row Count 4 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.04057 cm} x{2.93643 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{"freedom to operate"}} \tn % Row 0 \SetRowColor{LightBackground} Must be new & Can't patent something that already exists \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Involve an inventive step & cannot be obvious to skilled person \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Capable of industrial action & sold or applied in workplace \tn % Row Count 6 (+ 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}{Trade Secrets}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Force contractually that people cannot share information e.g. NDA and Law of confidentiality% Row Count 2 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Trade Secrets}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Pros}} & {\bf{Cons}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} No registration & Once secret out cannot enfoce against others not in contract \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} Manufacturing kept secret & Patents are stronger \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Lasts indefinitely & Doesnt protect against others doing the same thing \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Not exposed to competitors} \tn % Row Count 10 (+ 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}{General duties}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{2. General duties of employers to their employees. \newline % Row Count 2 (+ 2) 3. General duties of employers and self-employed to persons other than their employees. \newline % Row Count 4 (+ 2) 4. General duties of persons concerned with premises to persons other than their employees. \newline % Row Count 6 (+ 2) 5. General duty of persons in control of certain premises in relation to harmful emissions into \newline % Row Count 8 (+ 2) atmosphere. \newline % Row Count 9 (+ 1) 6. General duties of manufacturers etc. as regards articles and substances for use at work. \newline % Row Count 11 (+ 2) 7. General duties of employees at work. \newline % Row Count 12 (+ 1) 8. Duty not to interfere with or misuse things provided pursuant to certain provisions. \newline % Row Count 14 (+ 2) 9. Duty not to charge employees for things done or provided pursuant to certain specific \newline % Row Count 16 (+ 2) requirements \newline % Row Count 17 (+ 1) Other - \newline % Row Count 18 (+ 1) Not affect non employees \newline % Row Count 19 (+ 1) In charge of premises - best practice prevent emission \newline % Row Count 21 (+ 2) Cannot interfere with safety \newline % Row Count 22 (+ 1) Employer cannot charge you for things required for safety% Row Count 24 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Documents, software, drawings and data}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Copyrights}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Protects written and artistic materials from being copied or disseminated \newline % Row Count 2 (+ 2) {\bf{It is Automatic}} - moment you right or record it copy right comes into existence \newline % Row Count 4 (+ 2) Includes - \newline % Row Count 5 (+ 1) - Literature, photography, music, art \newline % Row Count 6 (+ 1) - software, wed content \newline % Row Count 7 (+ 1) - sound and music recording \newline % Row Count 8 (+ 1) - film tv or broadcast \newline % Row Count 9 (+ 1) - layout of published work% Row Count 10 (+ 1) } \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}{Design rights}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Physical appearance of the physical product - functions from a non technical perspective% Row Count 2 (+ 2) } \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}{Database rights}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{1)In this Part "database" means a collection of independent works, data or \newline % Row Count 2 (+ 2) other materials which-{}- \newline % Row Count 3 (+ 1) a) are arranged in a systematic or methodical way, and \newline % Row Count 5 (+ 2) b) are individually accessible by electronic or other means. \newline % Row Count 7 (+ 2) 2. and only if, by reason of the selection or arrangement of the contents of \newline % Row Count 9 (+ 2) the database the database constitutes the author's own intellectual \newline % Row Count 11 (+ 2) creation.% Row Count 12 (+ 1) } \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}{H\&S inspectors}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{After the inspector has finished looking round your workplace, they might: \newline % Row Count 2 (+ 2) • offer advice (either verbal or in writing); \newline % Row Count 3 (+ 1) • give you a notification of contravention; \newline % Row Count 4 (+ 1) • give you an improvement notice; \newline % Row Count 5 (+ 1) • give you a prohibition notice; \newline % Row Count 6 (+ 1) • or prosecute you for breaching health and safety laws.% Row Count 8 (+ 2) } \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}{H\&S inspectors}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{After the inspector has finished looking round your workplace, they might: \newline % Row Count 2 (+ 2) • offer advice (either verbal or in writing); \newline % Row Count 3 (+ 1) • give you a notification of contravention; \newline % Row Count 4 (+ 1) • give you an improvement notice; \newline % Row Count 5 (+ 1) • give you a prohibition notice; \newline % Row Count 6 (+ 1) • or prosecute you for breaching health and safety laws.% Row Count 8 (+ 2) } \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}{Why use Design rights}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{- Quick to register \newline % Row Count 1 (+ 1) - no long review \newline % Row Count 2 (+ 1) - Don't have to keep using to keep rights \newline % Row Count 3 (+ 1) - register many variants of one design e.g. colour etc.% Row Count 5 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Brands}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Trade marks}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Identify the origin of goods and services \newline % Row Count 1 (+ 1) About creating a brand identity + reputation \newline % Row Count 2 (+ 1) Protects consumers from fakes and inferior quality \newline % Row Count 4 (+ 2) R = registered trade marks - 45 diff classes reviewed every 10 years \newline % Row Count 6 (+ 2) To register a trade mark it must be: \newline % Row Count 7 (+ 1) • A sign \newline % Row Count 8 (+ 1) • Capable of being represented graphically \newline % Row Count 9 (+ 1) • Capable of distinguishing goods and services \newline % Row Count 10 (+ 1) • Not descriptive and not customary \newline % Row Count 11 (+ 1) TM passing off - protect a brand from use by competitors% Row Count 13 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.23965 cm} x{2.73735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{IP}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Statutory}} & {\bf{Common}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Patents & Trade secrets \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Copyright & Passing off \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Design rights & design rights \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Trade marks & Data base rights \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}{Health and Safety at Work etc. Act 1974}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Three important principles of the Act: \newline % Row Count 1 (+ 1) • General duties \newline % Row Count 2 (+ 1) • Duties of employers \newline % Row Count 3 (+ 1) • Duties to Non-Employees \newline % Row Count 4 (+ 1) • Duties of Employees at Work \newline % Row Count 5 (+ 1) • The Health and Safety Executive \newline % Row Count 6 (+ 1) • with powers to enforce legislation \newline % Row Count 7 (+ 1) • Health and safety regulations and approved codes of practice \newline % Row Count 9 (+ 2) • Powers for the, now, Department of Work and Pensions to create detailed \newline % Row Count 11 (+ 2) legally binding regulations to cover particular hazards (delegated legislation) \newline % Row Count 13 (+ 2) • Approved codes of practice% Row Count 14 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}