\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{pou\_compass} \pdfinfo{ /Title (neuroanatomia.pdf) /Creator (Cheatography) /Author (pou\_compass) /Subject (NEUROANATOMIA 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}{2853E0} \definecolor{LightBackground}{HTML}{F1F4FD} \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{NEUROANATOMIA Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{pou\_compass} via \textcolor{DarkBackground}{\uline{cheatography.com/193607/cs/40295/}}} \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}pou\_compass \\ \uline{cheatography.com/pou-compass} \\ \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 October, 2023.\\ 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{tabularx}{17.67cm}{x{6.5626 cm} x{10.7074 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{INTRODUCCION CORTEZA CEREBRAL}} \tn % Row 0 \SetRowColor{LightBackground} Definicion: & es la superficie del cerebro, hecha de sustancia gris (la cual cubre los dos hemisferios cerebrales) y se organiza en area por su funcion \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} Grosor: & 0,5 mm \tn % Row Count 7 (+ 1) % Row 2 \SetRowColor{LightBackground} \seqsplit{Circunvoluciones} o giros: & elevaciones de la corteza \tn % Row Count 9 (+ 2) % Row 3 \SetRowColor{white} Surcos: & depresiones de la corteza \tn % Row Count 11 (+ 2) % Row 4 \SetRowColor{LightBackground} Areas de la corteza: & sensitivas, motoras y de asociacion \tn % Row Count 13 (+ 2) % Row 5 \SetRowColor{white} Funciones de la corteza: & percepcion e interpretacion de la informacion sensitiva, planeacion e inicacion de la actividad motora, funciones congnitivas superiores (areas de integracion) \tn % Row Count 20 (+ 7) % Row 6 \SetRowColor{LightBackground} Superficie total: & 2 a 3 m\textasciicircum{}2 \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{7.4261 cm} x{9.8439 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{CORTEZA CEREBRAL}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Citoarquitectura:} & patron de distribucion de los cuerpos celulares de las neuronas \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} & la citoarquitectura de la corteza cerebral es en disposicion de capas \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{CAPAS NEURONALES DE LA NEOCORTEZA} \tn % Row Count 8 (+ 1) % Row 3 \SetRowColor{white} Capa I {\bf{Molecular}}: & contiene muy pocos cuerpos neuronales y consta de axones principalmente en paralelo (contiene los extremos de las denditras apicales de las celulas piramidales) \tn % Row Count 16 (+ 8) % Row 4 \SetRowColor{LightBackground} Capa II {\bf{Granular Externa}} & compuesta por una mezcla de celulas granulares y celulas piramidales, las denditras de las celulas piramidales se extienden a capa I y sus axones descienden hacia las capas corticales profundas \tn % Row Count 25 (+ 9) % Row 5 \SetRowColor{white} Capa III {\bf{Piramidal Externa}} & contiene principalmente celulas piramidales, se encuentran secuestradas en la porcion externa o superficial de la capa III \tn % Row Count 31 (+ 6) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{7.4261 cm} x{9.8439 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{CORTEZA CEREBRAL (cont)}} \tn % Row 6 \SetRowColor{LightBackground} Capa IV {\bf{Granular Interna}} & consta de neuronas estrelladas lisas y estrelladas espinosas ({\emph{no tienen celulas en forma de piramide}}) \tn % Row Count 5 (+ 5) % Row 7 \SetRowColor{white} Capa V {\bf{Piramidal Interna}} & celulas piramidales piramidales (medianas y grandes), \tn % Row Count 8 (+ 3) % Row 8 \SetRowColor{LightBackground} Capa VI {\bf{Multiforme/}} & contiene variedad de tipos de neuronas piramidales y fusiformes \tn % Row Count 11 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{sobre las fibras mielinizadas de la neocorteza hay plexos prominentes que discurren horizontalmente en las capas IV y V y se denominan bandas externa e interna de Baillarger} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{6.3899 cm} x{10.8801 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{UNIDADES FUNCIONALES CEREBRALES}} \tn % Row 0 \SetRowColor{LightBackground} LA CORTEZA CEREBRAL: & {\emph{Anatomía de la corteza cerebral}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{17.67cm}}{{\bf{A. Circunvoluciones y lóbulos}}} \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{las superficies de los dos hemisferios cerebrales estan atravesadas por: surcos} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{17.67cm}}{las crestas intermedias son los denominados: giros (circunvalaciones)} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{SURCOS DE REFERENCIA:} \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{17.67cm}}{1. surco lateral (cisura de Silvio)} \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{2. surco central (cisura de Rolando)} \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{17.67cm}}{3. gran cisura longitudinal (2 hemisferios)} \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{sirven para dividir los hemisferios en 4 lóbulos, con la ayuda de dos lineas imaginarias} \tn % Row Count 13 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{17.67cm}}{1. una se extiende desde el surco lateral y la otra va desde el extremo superior del surco parietoocipital hasta una incisura preoccipital en el borde inferior del hemisferio} \tn % Row Count 17 (+ 4) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{{\emph{LOS LÓBULOS SE DENOMINAN: FRONTAL, PARIETAL, OCCIPITAL Y TEMPORAL}}} \tn % Row Count 19 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{8.635 cm} x{8.635 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{HISTOLOGIA DE CORTEZA CEREBRAL}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{TIPOS DE CELULAS} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 1. Celulas piramidales & forma de piramide, vertice apunta a la superficie. La mayoria de las celulas piramidales se encuentran en las capas II, III, y V, VI \tn % Row Count 8 (+ 7) % Row 2 \SetRowColor{LightBackground} 2. Celulas estrelladas o granulares & son muy pequeñas y parecen granulos y se localizan en la capa IV y abundan en la corteza sensitiva primaria \tn % Row Count 14 (+ 6) % Row 3 \SetRowColor{white} 3. Celulas fusiformes & tienen forma de huso, con axones muy grandes. Van a la superficie de la corteza desde la capa profunda \tn % Row Count 20 (+ 6) % Row 4 \SetRowColor{LightBackground} 4. Horizontales de Cajal & son las únicas celulas acomodadas de forma horizontal, se encuentran en la capa I. Tienen contacto las celulas piramidales \tn % Row Count 27 (+ 7) % Row 5 \SetRowColor{white} 5. Celulas de axones ascendentes de Martinotti & pequeñas, multipolares, en cualquier capa de la corteza. Van desde la medula al cerebro y son sensoriales \tn % Row Count 33 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{Las celulas piramidales más grandes son las celulas piramidales gigantes de Betz y se localizan en la corteza motora} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{2.1931 cm} x{7.4228 cm} x{7.2541 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{17.67cm}}{\bf\textcolor{white}{LOBULOS}} \tn % Row 0 \SetRowColor{LightBackground} & LOCALIZACIÓN & FUNCION \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 1. \seqsplit{Frontal} & toda la región situada delante del surco central & se ocupa de la organizacion del movimiento y la guía estrategica del comportamiento motor complejo \tn % Row Count 7 (+ 6) % Row 2 \SetRowColor{LightBackground} 2. \seqsplit{Parietal} & detras del surco central y por encima de la fisura lateral & integracion sensitiva de las aferencias visuales, auditivas y somatosensitivas \tn % Row Count 12 (+ 5) % Row 3 \SetRowColor{white} 3. \seqsplit{Occipital} & posterior a la cisura \seqsplit{parieto-occipital} & se encarga de la visión \tn % Row Count 15 (+ 3) % Row 4 \SetRowColor{LightBackground} 4. \seqsplit{Temporal} & debajo de la fisura lateral y se fusiona posteriormente con los lobulos parietal y occipital & se encarga de la audicion \tn % Row Count 21 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{8.635 cm} x{8.635 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{LOBULO FRONTAL}} \tn % Row 0 \SetRowColor{LightBackground} Formado por: & la circunvolucion precentral y las circunvoluciones frontal superior, media e inferior \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} Areas funcionales: & areas motoras, premotora, motora suplementaria y prefrontal \tn % Row Count 8 (+ 3) % Row 2 \SetRowColor{LightBackground} Area 4 de Brodmann (cortex motor): & controla el movimiento voluntario \tn % Row Count 10 (+ 2) % Row 3 \SetRowColor{white} Area 6 de Brodmann (area premotora y motora suplementaria) & participan en la programacion y preparacion del movimiento, control de la postura \tn % Row Count 15 (+ 5) % Row 4 \SetRowColor{LightBackground} Area 8 de Brodmann y área de Broca (44 y 45) & centro de articulación del habla (BROCA), movimiento de los ojos (area 8) \tn % Row Count 19 (+ 4) % Row 5 \SetRowColor{white} Areas prefrontales: & ayudan a coordinar la inteligencia, el juicio y la planificacion de la conducta \tn % Row Count 23 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{7.7715 cm} x{9.4985 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{LOBULO OCCIPITAL}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{el surco calcarino divide el lobulo occipital en la porcion cuneiforme y la circunvolucion lingual, marcando el limite del área visual primaria} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Área 17 Brodmann: & area visual primaria \tn % Row Count 4 (+ 1) % Row 2 \SetRowColor{LightBackground} Áreas 18 y 19 Brodmann & corteza de asociacion visual \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{17.67cm}}{su función esta relacionada sobre todo con la percepción y la interpretación visual} \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{7.5988 cm} x{9.6712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{LOBULO PARIETAL}} \tn % Row 0 \SetRowColor{LightBackground} Surcos: & surco poscentral (marca el limite posterior de la corteza somatosensitiva) y surco intraparietal (divide al parietal en inferior y superior) \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} Áreas 1, 2 y 3 de Brodmann: & corteza somatosensorial primaria \tn % Row Count 9 (+ 2) % Row 2 \SetRowColor{LightBackground} Corteza de asociación parietal: & superficie del lóbulo parietal posterior a la corteza somatosensorial primaria \tn % Row Count 13 (+ 4) % Row 3 \SetRowColor{white} Lóbulo parietal superior: & responsable de la interpretacion de la informacion sensorial general y de la conciencia de la mitad contralateral del cuerpo \tn % Row Count 19 (+ 6) % Row 4 \SetRowColor{LightBackground} Lóbulo parietal inferior: & interactua entre la corteza somatosensorial y las cortezas de asociacion visual y auditiva de los lobulos occipital y temporal \tn % Row Count 25 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{en el hemisferio dominante contribuye a las funciones del lenguaje} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{8.635 cm} x{8.635 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{LOBULO TEMPORAL}} \tn % Row 0 \SetRowColor{LightBackground} Formado por: & las circunvoluciones temporales \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Area 41 de Brodmann: & corteza auditiva primaria \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Area 42 de Brodmann: & corteza auditiva secundaria \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} La circunvolucion temporal superior contiene a : & área de Wernicke \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} Estructuras funcionalmente importantes: & la amigdala, el hipocampo y la corteza olfatoria \tn % Row Count 12 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{Ubicacion del sistema limbico \newline SISTEMA LIMBICO: amigdala, cuerpos mamilares, cuerpos dorsales, hipocampo e hipotalamo} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{6.0445 cm} x{11.2255 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{NEURONAS DE LA CORTEZA}} \tn % Row 0 \SetRowColor{LightBackground} 1. AFERENTES & sensoriales \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 1.2 AF. especificas & tienen funciones puntuales \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} 1.3 AF. no especificas & sustituyen la función de otras neuronas \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} 2. DE ASOCIACION & funciones integradoras \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{17.67cm}}{3. COMISURALES} \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} 4. \seqsplit{INTRACORTICALES} & sensoriales \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} 5. EFERENTES & motoras \tn % Row Count 11 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{8.635 cm} x{8.635 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{AREAS DE BRODMANN}} \tn % Row 0 \SetRowColor{LightBackground} En total: & 52 áreas \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \end{document}