\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{aglevines} \pdfinfo{ /Title (neuro-final.pdf) /Creator (Cheatography) /Author (aglevines) /Subject (Neuro Final 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}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \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{Neuro Final Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{aglevines} via \textcolor{DarkBackground}{\uline{cheatography.com/144882/cs/31855/}}} \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}aglevines \\ \uline{cheatography.com/aglevines} \\ \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 25th April, 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*}{2} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Antiepileptics (Anticonvulsants)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Phenytoin} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Phenobarbital} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Primidone} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Carbamazepine} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Valproic Acid (VA, Valproate)} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Ethosuximide} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Diazepam} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Lorazepam} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Clonazepam} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Clorazepate} \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Vigabartin (Sabril)} \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Tiagabine (Gabitril)} \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Gabapentin} \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Mg Salts} \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Pregabalin (Lyrica)} \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Lamotrigine (Lamictal)} \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Topiramate (Topamax)} \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Levetiracetam (Keppra)} \tn % Row Count 18 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Alcohols}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Ethanol (C2H5OH)} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{significance} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{pharmacologic effects} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{CNS effects} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{CV effects} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{liver effects} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{genitourinary effects} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{misc effects} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{pharmacokinetics} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{metabolism and elimination} \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{drug interactions} \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{implications for dentistry} \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{alcohol abstinence syndrome} \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{tx of alcoholism} \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Disulfiram} \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Naltrexone} \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Acamprosate} \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{-{}-{}-{}-{}-{}-{}-{}-{}-{}--} \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Methanol (CH3OH)} \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{metabolism} \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{toxicity} \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{poisoning} \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{cause of death} \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{treatment} \tn % Row Count 24 (+ 1) \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}{General Anesthesia}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{general anesthesia} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Horace Wells} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{William Morton} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{goals of anesthesia} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{other drugs used as adjuncts} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{minimum alveolar concentration (MAC)} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} correlation between inhalation anesthetic potency and lipid solubility & the lower the MAC value, the greater the potency and vice versa \tn % Row Count 10 (+ 4) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{membrane theories - molecular mechanisms} \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{neurophysiologic explanation} \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{behavioral manifestations of anesthesia - concentration dependent effects} \tn % Row Count 14 (+ 2) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{depth of anesthesia} \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{speed of induction and termination/recovery} \tn % Row Count 16 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{induction} \tn % Row Count 17 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{termination/recovery} \tn % Row Count 18 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{driving force and concentration of gas} \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Dalton's Law} \tn % Row Count 20 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Henry's Law} \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{partition coefficient (PC)} \tn % Row Count 22 (+ 1) % Row 18 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{second gas effects} \tn % Row Count 23 (+ 1) % Row 19 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{metabolism and elimination} \tn % Row Count 24 (+ 1) % Row 20 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{common pharmacologic effects} \tn % Row Count 25 (+ 1) % Row 21 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{cv effects} \tn % Row Count 26 (+ 1) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{rp effects} \tn % Row Count 27 (+ 1) % Row 23 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{liver effects} \tn % Row Count 28 (+ 1) % Row 24 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{kidney effects} \tn % Row Count 29 (+ 1) % Row 25 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{skeletal muscle effects} \tn % Row Count 30 (+ 1) \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}{General Anesthesia (cont)}} \tn % Row 26 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{agents used in general anesthesia} \tn % Row Count 1 (+ 1) % Row 27 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{inhalation agents} \tn % Row Count 2 (+ 1) % Row 28 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{nitrous oxide (N2O)} \tn % Row Count 3 (+ 1) % Row 29 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{halothane} \tn % Row Count 4 (+ 1) % Row 30 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{isoflurane} \tn % Row Count 5 (+ 1) % Row 31 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{desflurane} \tn % Row Count 6 (+ 1) % Row 32 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{sevoflurane} \tn % Row Count 7 (+ 1) % Row 33 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{intravenous agents} \tn % Row Count 8 (+ 1) % Row 34 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{thiopental} \tn % Row Count 9 (+ 1) % Row 35 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{methohexital} \tn % Row Count 10 (+ 1) % Row 36 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{propofol} \tn % Row Count 11 (+ 1) % Row 37 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{ketamine} \tn % Row Count 12 (+ 1) % Row 38 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{etomidate} \tn % Row Count 13 (+ 1) % Row 39 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{dexmedetomidine} \tn % Row Count 14 (+ 1) % Row 40 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{benzodiazepines} \tn % Row Count 15 (+ 1) % Row 41 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{midazolam} \tn % Row Count 16 (+ 1) % Row 42 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{opioids} \tn % Row Count 17 (+ 1) % Row 43 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{morphine} \tn % Row Count 18 (+ 1) % Row 44 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{meperidine (demerol)} \tn % Row Count 19 (+ 1) % Row 45 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{fentanyl} \tn % Row Count 20 (+ 1) % Row 46 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{anesthetic adjuvants and premeds} \tn % Row Count 21 (+ 1) % Row 47 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{antihistimines} \tn % Row Count 22 (+ 1) % Row 48 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{promethazine} \tn % Row Count 23 (+ 1) % Row 49 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{hydroxyzine} \tn % Row Count 24 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Drug Abuse}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{} \tn % Row Count 0 (+ 0) \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}{Antipsychotics and Antidepressants}} \tn % Row 0 \SetRowColor{LightBackground} Phenothiazines & chlopromazine \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Thioxanthenes & chlorprothixene \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Butyrophenones & Haloperidol and Droperidol \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} Dihydroindodolones & Molindone \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Dibenzoxazepines & Loxapine \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} Dibenzodiazepines & Clozapine \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} \seqsplit{Thienbenzodiazepines} & Olanzapine \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{Diphenylbutpiperidines} & Pimozide \tn % Row Count 10 (+ 2) % Row 8 \SetRowColor{LightBackground} Benzodiazepines & Diazepam, Clonazepam, Alprazolam, Lorazepam \tn % Row Count 13 (+ 3) % Row 9 \SetRowColor{white} Benzisoxazoles & Risperidone \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Diazepam} \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Chlorpromazine} \tn % Row Count 16 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Clonazepam} \tn % Row Count 17 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Clozapine} \tn % Row Count 18 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{-{}-{}-{}-{}-{}-{}-{}-{}-} \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Tricyclic Antidepressants (TCA)} \tn % Row Count 20 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Monoamine oxidase inhibitors (MAOI)} \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} second and third generation compounds & bupropion \tn % Row Count 23 (+ 2) % Row 18 \SetRowColor{LightBackground} serotonin (5-HT) reuptake inhibitors (SSRI) & fluoxetine (Prozac) \tn % Row Count 26 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.36 cm} x{4.64 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{CNS Stimulants}} \tn % Row 0 \SetRowColor{LightBackground} Amphetamine and Related Drugs & amphetamine, methamphetamine, methylphenidate, dextroamphetamine, ecstasy \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{methamphetamine} \tn % Row Count 5 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{ecstasy} \tn % Row Count 6 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{abuse characteristics} \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{acute over-dosage} \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{chronic abuse} \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{toxicity treatment} \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{dental implications} \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{meth mouth syndrome} \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} xanthine derivatives & caffeine, theophylline, theobromine \tn % Row Count 14 (+ 2) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{caffeine} \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Doxapram} \tn % Row Count 16 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Anti-parkinson's Agents}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Levodopa (L-dopa)} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Bromocriptine} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Pergolide} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Pramipexole (Miraprex)} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Ropinirole (Requip)} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Selegiline} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Entacapone} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Tolcapone} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Amantadine} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Atropine} \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Benzotropine} \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Tri-hexaphendryl} \tn % Row Count 12 (+ 1) \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}{Clinical Anatomy for Local Anesthesia}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{basic injection technique} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{anatomical considerations} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} techniques of maxillary anesthesia & local infiltration, field block, nerve block \tn % Row Count 5 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{posterior superior alveolar nerve blocke} \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{PSA landmarks} \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{PSA technique} \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{PSA nerve block advantages} \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{PSA nerve block disadvantages} \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{middle superior alveolar nerve block} \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{MSA technique} \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{MSA landmark} \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{MSA nerve block - areas anesthetized} \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{infraorbital nerve block} \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{infraorbital nerve block technique} \tn % Row Count 16 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{infraorbital nerve block areas anesthetized} \tn % Row Count 17 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{infraorbital nerve block indications} \tn % Row Count 18 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{local infiltration} \tn % Row Count 19 (+ 1) % Row 17 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{local infiltration indications} \tn % Row Count 20 (+ 1) % Row 18 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{local infiltration advantages} \tn % Row Count 21 (+ 1) % Row 19 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{local infiltration disadvantages} \tn % Row Count 22 (+ 1) % Row 20 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{palatal anesthesia} \tn % Row Count 23 (+ 1) % Row 21 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{greater palatine nerve block} \tn % Row Count 24 (+ 1) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{greater palatine nerve block landmarks} \tn % Row Count 25 (+ 1) % Row 23 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{greater palatine nerve block areas anesthetized} \tn % Row Count 26 (+ 1) % Row 24 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{greater palatine nerve block indications} \tn % Row Count 27 (+ 1) % Row 25 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{nasopalatine nerve block} \tn % Row Count 28 (+ 1) % Row 26 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{nasopalatine nerve block landmarks} \tn % Row Count 29 (+ 1) % Row 27 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{nasopalatine nerve block technique} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.68 cm} x{4.32 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Clinical Anatomy for Local Anesthesia (cont)}} \tn % Row 28 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{nasopalatine nerve block areas anesthetized} \tn % Row Count 1 (+ 1) % Row 29 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{nasopalatine nerve block indications} \tn % Row Count 2 (+ 1) % Row 30 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{buccal nerve} \tn % Row Count 3 (+ 1) % Row 31 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{buccal nerve block} \tn % Row Count 4 (+ 1) % Row 32 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{buccal nerve block landmark} \tn % Row Count 5 (+ 1) % Row 33 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{buccal nerve block injection site} \tn % Row Count 6 (+ 1) % Row 34 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{buccal nerve block tissues anesthetized} \tn % Row Count 7 (+ 1) % Row 35 \SetRowColor{white} inferior alveolar nerve & largest branch of posterior division \tn % Row Count 9 (+ 2) % Row 36 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{inferior alveolar nerve block} \tn % Row Count 10 (+ 1) % Row 37 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{inferior alveolar nerve block landmarks} \tn % Row Count 11 (+ 1) % Row 38 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{inferior alveolar nerve block technique} \tn % Row Count 12 (+ 1) % Row 39 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{inferior alveolar nerve block nerves anesthetized} \tn % Row Count 13 (+ 1) % Row 40 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{inferior alveolar nerve block disadvantages} \tn % Row Count 14 (+ 1) % Row 41 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{inferior alveolar nerve block alternatives} \tn % Row Count 15 (+ 1) % Row 42 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{mental nerve block} \tn % Row Count 16 (+ 1) % Row 43 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{mental nerve block areas anesthetized} \tn % Row Count 17 (+ 1) % Row 44 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{incisive nerve block areas anesthetized} \tn % Row Count 18 (+ 1) % Row 45 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{incisive nerve block indications} \tn % Row Count 19 (+ 1) % Row 46 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{incisive nerve block advantages} \tn % Row Count 20 (+ 1) % Row 47 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{incisive nerve block disadvantages} \tn % Row Count 21 (+ 1) % Row 48 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{lingual nerve blocked with} \tn % Row Count 22 (+ 1) % Row 49 \SetRowColor{white} gow-gates nerve block & true mandibular nerve block \tn % Row Count 24 (+ 2) % Row 50 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{gow-gates nerve block landmarks} \tn % Row Count 25 (+ 1) % Row 51 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{gow-gates nerve block nerves anesthetized} \tn % Row Count 26 (+ 1) % Row 52 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{gow-gates nerve block advantages} \tn % Row Count 27 (+ 1) % Row 53 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{gow-gates nerve block disadvantages} \tn % Row Count 28 (+ 1) % Row 54 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{vazirani-akinosi nerve block} \tn % Row Count 29 (+ 1) % Row 55 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{vazirani-akinosi nerve block landmarks} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.68 cm} x{4.32 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Clinical Anatomy for Local Anesthesia (cont)}} \tn % Row 56 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{vazirani-akinosi nerve block nerves anesthetized} \tn % Row Count 1 (+ 1) % Row 57 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{vazirani-akinosi nerve block advantages} \tn % Row Count 2 (+ 1) % Row 58 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{vazirani-akinosi nerve block disadvantages} \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}