Heber MQ

Heber MQ Edición de textos científicos.

\documentclass{article}\usepackage[x11names]{xcolor}\usepackage{tikz}% from https://tex.stackexchange.com/a/167024/12179...
10/04/2026

\documentclass{article}
\usepackage[x11names]{xcolor}
\usepackage{tikz}
% from https://tex.stackexchange.com/a/167024/121799
\newcommand{\ClaudioList}{red,DarkOrange1,Goldenrod1,Green3,blue!50!cyan,DarkOrchid2}
\newcommand{\SebastianoItem}[1]{\foreach \X[count=\Y] in \ClaudioList
{\ifnum\Y= #1\relax
\xdef\SebastianoColor{\X}
\fi
}
\tikz[baseline=(SebastianoItem.base),remember
picture]{%
\node[fill=\SebastianoColor,inner sep=4pt,font=\sffamily,fill opacity=0.5] (SebastianoItem){ #1)};}
}
\newcommand{\SebastianoHighlight}{\tikz[overlay,remember picture]{%
\fill[\SebastianoColor,fill opacity=0.5] ([yshift=4pt,xshift=-\pgflinewidth]SebastianoItem.east) -- ++(4pt,-4pt)
-- ++(-4pt,-4pt) -- cycle;
}}
\begin{document}
\renewcommand{\labelenumi}{\SebastianoItem{\arabic{enumi}}}
Some general advices.
\begin{enumerate}
\item No fast food.
\item Don't drink to much alcohol.
\item No pineapple on pizza. \SebastianoHighlight
\item Don't use onions in food.
\end{enumerate}
\end{document}

\documentclass{article}\usepackage{tikz,lipsum,lmodern}\usepackage[most]{tcolorbox}\usepackage{wrapfig}\usepackage{lipsu...
10/04/2026

\documentclass{article}
\usepackage{tikz,lipsum,lmodern}
\usepackage[most]{tcolorbox}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{graphics}
\tcbset{
mybeautiful/.style={
sharp corners=all,
enhanced,
breakable,
colback=cyan!20,
colframe=blue!75!black,
colbacktitle=blue,
coltitle=white,
left skip={.20\linewidth},
attach boxed title to top left={xshift=-.2\linewidth, yshift=-40pt},
boxed title style={
sharp corners=all, }
}
}

% definition of a new tcolorbox whic uses the style:
\newtcolorbox{mybox}[2][]{
mybeautiful,
title = #2,
#1,
}

\begin{document}
First option: using a style directly:
\begin{tcolorbox}[mybeautiful,title=Method]
\begin{minipage}{0.45\textwidth}
\begin{itemize}
\item I hope
\item this is
\item what you want
\end{itemize}
\end{minipage}\hfill
\begin{minipage}{0.45\textwidth}
\centering
\includegraphics[width=\linewidth]{example-image}
\end{minipage}

\begin{minipage}{0.45\textwidth}
\centering
\includegraphics[width=\linewidth]{example-image}
\end{minipage}\hfill
\begin{minipage}{0.45\textwidth}
\begin{itemize}
\item I hope
\item this is
\item what you want
\end{itemize}
\end{minipage}
\end{tcolorbox}

Second option (more convenient) a new tcolorbox:
\begin{mybox}{Method}
\begin{minipage}{0.45\textwidth}
\begin{itemize}
\item I hope
\item this is
\item what you want
\end{itemize}
\end{minipage}\hfill
\begin{minipage}{0.45\textwidth}
\centering
\includegraphics[width=\linewidth]{example-image}
\end{minipage}

\begin{minipage}{0.45\textwidth}
\centering
\includegraphics[width=\linewidth]{example-image}
\end{minipage}\hfill
\begin{minipage}{0.45\textwidth}
\begin{itemize}
\item I hope
\item this is
\item what you want
\end{itemize}
\end{minipage}
\end{mybox}
\end{document}

\documentclass{book}\usepackage{lipsum}\usepackage{tikz}\definecolor{mycolor}{RGB}{255,148,44}\usepackage[margin=2cm]{ge...
10/04/2026

\documentclass{book}
\usepackage{lipsum}
\usepackage{tikz}
\definecolor{mycolor}{RGB}{255,148,44}
\usepackage[margin=2cm]{geometry}
\begin{document}
\thispagestyle{empty}
\newgeometry{left=7.5cm,bottom=2cm, top=7.5cm, right=1cm}
\begin{tikzpicture}[
remember picture,
overlay,
shift={(current page.south west)}]
\fill [mycolor] (0,0) rectangle (7,\paperheight);
\foreach \loc in {0.3,0.7,1.2,1.8}
\draw [line width=2pt,white] (\loc,0) -- (\loc,\paperheight);
\node (title) [anchor=west,rotate=90,white] at (2.8,3) {\fontsize{35}{37}\selectfont\sffamily Mémoire de Master};
\node (name) [inner sep=0pt,anchor=west,mycolor,align=left] at (7.5,\paperheight-2.5cm) {{\fontsize{35}{37}\selectfont\sffamily Universite}\\[6pt]{\fontsize{20}{21}\selectfont\sffamily Name}};
\draw [fill=mycolor,draw=none] ([left=6pt]name.north east) circle (3pt) node (dot) {};
\draw [fill=mycolor,draw=none] ([above right=10pt]dot) circle (7pt);
\end{tikzpicture}
\bgroup\flushright
{\Huge\color{mycolor}\bfseries Title of Thesis}\\[2cm]
{\Large\bfseries Name of University}\\[1cm]
{\Large Name of Department}\\[1cm]
{\Large My Name}\\[1cm]
\egroup
\lipsum[1]
\clearpage

\restoregeometry
rest contents start here \dots
\end{document}

\documentclass[a4paper,11pt]{article}\usepackage[utf8]{inputenc}\usepackage[T1]{fontenc} \usepackage[x11names,usenames,d...
10/04/2026

\documentclass[a4paper,11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[x11names,usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{amsmath,amssymb}
\usepackage{enumitem}
\usetikzlibrary{calc}
%-----------
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,main,foreground}
%----------
\definecolor{azzul}{RGB}{6,96,167}
%----------
\newcommand{\syBrisse}[6][\textwidth-\pgfkeysvalueof{/pgf/inner xsep}-4mm]{%
\begin{center}
\par\bigskip%
\begin{tikzpicture}
\node[rounded corners, text width= #1, align=justify, inner sep=8pt, outer sep=0] (one)
{\medskip\parbox[t]{\textwidth}{\vspace*{22pt}\par #6}};
\node[text=black,anchor=north east,align=center, minimum height=20pt, inner xsep=5pt] (two) at (one.north east) { #5 \hspace*{.5mm}};
\path[fill= #2,draw= #2]
($(one.north west)+(0ex,-4.5pt)$) [rounded corners=3pt] --
($(two.north west)+(-22pt,-4.5pt)$) --
($(two.south west)+(-4pt,0pt)$) [sharp corners] --
(two.south east) [rounded corners] --
(one.north east) --
(one.north west) [sharp corners] -- cycle;
\node[text=black,anchor=north west,align=center, minimum height=20pt, text height=2ex,inner sep=8pt, inner ysep=3pt] (three) at ($(one.north west)+(0,-3pt)$) { #4};
\node[text=white,anchor=north east,align=center, minimum height=20pt, inner sep=8pt,inner ysep=6.5pt] (for) at ($(one.north east)+(0,1.5pt)$) { #5\hspace*{0.8mm}};
\path[draw= #2,line width=0.8pt]
(one.south west) [rounded corners] --
(one.south east) [rounded corners] --
(one.north east) --
(one.north west) [rounded corners] -- cycle;
\foreach \x in {10,20,...,100}
\path[opacity=\x*0.01]
($(one.north west)+(0.4pt,-6.5pt+\x/100)$) [rounded corners=3pt,draw=gray!\x] --
($(two.north west)+(-23.3pt+\x/100,-6.5pt+\x/100)$) [rounded corners=3.5pt,draw=gray!\x] --
($(two.south west)+(-5.3pt+\x/100,-1.9pt+\x/100)$) --
($(two.south east)+(-0.4pt,-1.9pt+\x/100)$);
\path[draw=white,line width=1.1pt]
($(one.north west)+(0.4pt,-5.2pt)$) [rounded corners=3pt] --
($(two.north west)+(-22.3pt,-5.2pt)$) [rounded corners=3.5pt] --
($(two.south west)+(-4.3pt,-0.6pt)$) --
($(two.south east)+(-0.4pt,-0.6pt)$);
\begin{pgfonlayer}{background}
\path[fill= #3!5]
(one.south west) [rounded corners] --
(one.south east) [rounded corners] --
(one.north east) --
(one.north west) [rounded corners] -- cycle;
\path[opacity=0.5, top color= #3!5,bottom color= #3,middle color= #3!30]
(one.south west) [rounded corners] --
(one.south east) [sharp corners] --
($(one.south east)+(0ex,0.8cm)$) --
($(one.south west)+(0ex,0.8cm)$) [rounded corners] -- cycle;
\end{pgfonlayer}
\end{tikzpicture}
\end{center}
}

\begin{document}
\section{Cuadro con syBrisse}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae augue feugiat, ultrices nunc et, maximus nisl. Etiam in dolor id lacus semper luctus eu vitae sem. Pellentesque pharetra urna in magna sagittis dignissim. Morbi nec urna sagittis, eleifend erat id, varius est.

\syBrisse[10cm]{Crimson}{Crimson}{}{\bf Note:}{Duis id dolor et ligula eleifend imperdiet. Mauris luctus,~quam vitae viverra sagittis, dolor nibh imperdiet augue, eu venenatis eros augue et nisl. Vivamus nec fermentum est.}

\syBrisse{azzul}{azzul}{\it Text}{\bf Super Mega Ultra Long Fancy Title}{
\begin{enumerate}
\item Show that\\
$$\displaystyle D_2f(x,y) = \frac{\partial {}}{\partial{y}} \biggl( \int_0^xg_1 (t,0) \ dt + \int_0^y g_2(x,s) \ ds \biggr)$$
\item prove that\\
$$\displaystyle \bigl(\forall x\in\mathbb{R} \bigr)\bigl(\forall y \in \mathbb{R} \bigr) x\neq y\, \text{ and } \, x+y \neq 2 \implies x^{2}-2x \neq y^2-2y$$
\end{enumerate}
Nullam libero augue, luctus et est vitae, fermentum aliquet libero. Maecenas dictum placerat eros, eu fermentum sem fermentum dapibus.Quisque non tellus nec magna feugiat luctus.
}

Nullam libero augue, luctus et est vitae, fermentum aliquet libero. Maecenas dictum placerat eros, eu fermentum sem fermentum dapibus. Quisque non tellus nec magna feugiat luctus.

\end{document}

\documentclass[a4paper]{article}\usepackage{amsmath,amssymb}\usepackage{lmodern}\usepackage[most]{tcolorbox}\usepackage{...
10/04/2026

\documentclass[a4paper]{article}
\usepackage{amsmath,amssymb}
\usepackage{lmodern}
\usepackage[most]{tcolorbox}
\usepackage{lipsum}

\makeatletter
\tcbset{
myhbox/.style 2 args={%
enhanced,
breakable,
colback=white,
colframe=blue!30!black,
attach boxed title to top left={yshift*=-\tcboxedtitleheight},
title={ #2},
boxed title size=title,
boxed title style={%
sharp corners,
rounded corners=northwest,
colback=tcbcolframe,
boxrule=0pt,
},
underlay boxed title={%
\path[fill=tcbcolframe] (title.south west)--(title.south east)
to[out=0, in=180] ([xshift=5mm]title.east)--
(title.center-|frame.east)
[rounded corners=\kvtcb@arc] |-
(frame.north) -| cycle;
},
#1
},
myvbox/.style 2 args={%
enhanced,
colback=white,
colframe=blue!30!black,
left=8mm,
overlay={
\node[rotate=90, anchor=north west, inner sep=2mm, text=white] (title@aux) at (frame.south west) { #2};
\path[fill=tcbcolframe] ([email protected] west)--([email protected] east)
to[out=90, in=270] ([yshift=5mm][email protected])--
([email protected]|-frame.north)
[rounded corners=\kvtcb@arc] -|
(frame.west) |- ([email protected])[sharp corners] -- cycle;
\node[rotate=90, inner sep=2mm, text=white] at (title@aux) { #2};
},
#1
},
}
\makeatother

\newtcolorbox{myhbox}[2][]{%
myhbox={ #1}{ #2}
}

\newtcolorbox{myvbox}[2][]{%
myvbox={ #1}{ #2}
}

\begin{document}

\begin{tcbitemize}[%
raster columns=2,
raster rows=2,
raster equal height=rows,
]
\tcbitem[blankest]
\begin{tcbitemize}[raster columns=1]
\tcbitem[myhbox={}{AAA}] First box with horizontal title
\tcbitem[myhbox={}{AAA}] Second box with horizontal title
\end{tcbitemize}
\tcbitem[myvbox={colframe=red!70!black}{CCC}]Box with vertical title
\end{tcbitemize}
\vspace{1cm}

\begin{tcbitemize}[%
raster columns=5,
raster rows=2,
raster equal height=rows,
]
\tcbitem[raster multirow=2, raster multicolumn=3, blankest]
\begin{tcbitemize}[raster columns=1]
\tcbitem[myhbox={}{AAA}] First box with horizontal title
\tcbitem[myhbox={}{AAA}] Second box with horizontal title
\end{tcbitemize}
\tcbitem[raster multicolumn=2, myvbox={colframe=red!70!black}{CCC}]Box with vertical title
\end{tcbitemize}
\vspace{1cm}

\begin{tcbitemize}[%
raster columns=3,
raster rows=2,
raster equal height=rows,
]
\tcbitem[raster multirow=2, myvbox={colframe=red!70!black}{CCC}]Box with vertical title
\tcbitem[raster multicolumn=2, blankest]
\begin{tcbitemize}[raster columns=2]
\tcbitem[myhbox={}{AAA}] First box with horizontal title
\tcbitem[myhbox={}{BBB}] Second box with horizontal title
\tcbitem[raster multicolumn=2, myhbox={}{BBB}] Double horizontal box
\end{tcbitemize}
\end{tcbitemize}

\end{document}

\documentclass[headinclude,footinclude,openany]{scrbook}\usepackage[eulerchapternumbers,pdfspacing]{classicthesis}\usepa...
10/04/2026

\documentclass[headinclude,footinclude,openany]{scrbook}
\usepackage[eulerchapternumbers,pdfspacing]{classicthesis}
\usepackage{arsclassica}
\usepackage{changepage}

\strictpagecheck

\titleformat{\chapter}[block]%
{\normalfont\Large\sffamily}%
{{\color{halfgray}\chapterNumber\thechapter%
\hspace{10pt}\vline} }{10pt}%
{\spacedallcaps}[\chapterdecoration]

\definecolor{halfgray}{gray}{0.55}

\newcommand\anglei{-45}
\newcommand\angleii{45}
\newcommand\angleiii{225}
\newcommand\angleiv{135}

\newcommand\chapterdecoration{%
\begin{tikzpicture}[remember picture,overlay,shorten >= -10pt]
\coordinate (aux1) at ([yshift=-15pt]current page.north east);
\coordinate (aux2) at ([yshift=-410pt]current page.north east);
\coordinate (aux3) at ([xshift=-4.5cm]current page.north east);
\coordinate (aux4) at ([yshift=-150pt]current page.north east);
\checkoddpage
\ifoddpage
\else
\coordinate (aux1) at ([yshift=-15pt]current page.north west);
\coordinate (aux2) at ([yshift=-410pt]current page.north west);
\coordinate (aux3) at ([xshift=4.5cm]current page.north west);
\coordinate (aux4) at ([yshift=-150pt]current page.north west);
\renewcommand\anglei{-135}
\renewcommand\angleii{135}
\renewcommand\angleiii{-45}
\renewcommand\angleiv{45}
\fi
\begin{scope}[halfgray!40,line width=12pt,rounded corners=12pt]
\draw
(aux1) -- coordinate (a)
++(\angleiii:5) --
++(\anglei:5.1) coordinate (b);
\draw[shorten

CURSO AVANZADO DE LATEXInicio del curso: 23 de febrero de 2026.Costo: 32 dólares.Para más información del curso se recom...
13/02/2026

CURSO AVANZADO DE LATEX

Inicio del curso: 23 de febrero de 2026.
Costo: 32 dólares.
Para más información del curso se recomienda revisar la página:
https://sites.google.com/view/cursolatexavanzado/p%C3%A1gina-principal

El pago se efectúa a través de la plataforma takenos. Procedimiento:
1. Solicite el enlace de pago enviando un mensaje al siguiente número de WhatsApp: https://wa.me/59163152441. En el mensaje debe indicar que deseo ingresar al curso.
2. Una vez recibido el enlace, ingrese a la URL proporcionada.
Registre un correo electrónico para recibir el código de verificación.
3. Introduzca los datos de su tarjeta y complete el pago.
4. Finalmente, envíe el comprobante de pago al mismo número de WhatsApp: https://wa.me/59163152441. En esa misma conversación se le proporcionará el enlace de acceso a la plataforma donde se desarrollará el curso asincrónico.

\documentclass{article}\usepackage[most]{tcolorbox}\usepackage{pifont}\newtcolorbox{mybox}[2][]{%    colback=teal!10,   ...
26/01/2026

\documentclass{article}
\usepackage[most]{tcolorbox}
\usepackage{pifont}
\newtcolorbox{mybox}[2][]{%
colback=teal!10,
coltitle=black,
colframe=teal!30,
fonttitle=\bfseries,
title= #2,
sharp corners,
rounded corners=southeast,
arc is angular,
arc=3mm,
boxrule=0pt,
enhanced,
overlay={\node[font=\Huge, text=cyan!70!black] at ([yshift=-4mm]interior.north west) {\ding{228}};},
underlay={
\path[fill=tcbcolback!80!black] ([yshift=3mm]interior.south east)--++(-0.4,-0.1)--++(0.1,-0.2);
\path[draw=tcbcolframe,shorten =-0.05mm] ([yshift=3mm]interior.south east)--++(-0.4,-0.1)--++(0.1,-0.2);
},
drop fuzzy shadow,
#1
}

\usepackage{lipsum}
\begin{document}
\begin{mybox}{An example}
\lipsum[1]
\end{mybox}
\end{document}

\documentclass[tikz]{standalone}\usetikzlibrary{calc,patterns.meta,shadows,shadows.blur}% Definition of custom colors ba...
25/01/2026

\documentclass[tikz]{standalone}
\usetikzlibrary{calc,patterns.meta,shadows,shadows.blur}
% Definition of custom colors based on the initial figure of the bar by the OP
\definecolor{myblue}{HTML}{57AED1}

% Definition of custom tikz styles in order to ease readability
\pgfmathsetmacro{\blurshift}{0.15}
\pgfmathsetmacro{\blurwidth}{0.3}
% From https://tex.stackexchange.com/a/24957/141947
\tikzset{
repeated postaction/.style={%
repeat postaction/.list={ #1}
},
repeat postaction/.code args={ #1/ #2}{\tikzset{postaction={transform canvas={shift={(\blurshift* #1 pt,-\blurshift* #1 pt)}},opacity=0.5,draw=myblue! #2!black,line width={\blurwidth pt}}}},
% Node style (Arguments : color, section number)
sectionnode/.style={fill= #1,draw=white,thick,circle,text=white,radius=10pt},
shadowednode/.style={circle,text=white,clip,
preaction={sectionnode=myblue},
postaction={repeated postaction={1/50,2/55,3/60,4/65,5/70,6/75,7/80,8/85,9/90,10/95}},
postaction={sectionnode=none},
},
sectionbar/.style={preaction={fill= #1,draw=white,thick,rounded corners=2pt},pattern={Lines[angle=45,distance={6pt},line width=3pt]},pattern color= #1!70},
shadowedbar/.style={rounded corners=2pt,clip,
preaction={sectionbar=myblue},
postaction={repeated postaction={1/50,2/55,3/60,4/65,5/70,6/75,7/80,8/85,9/90,10/95}},
postaction={draw=white,thick},
}
}

\begin{document}
\begin{tikzpicture}[]
\node[shadowednode] at (0,0) {1};

\draw[draw=none,shadowedbar] (-3,-0.5) rectangle (3,-0.65);
\end{tikzpicture}

\end{document}

\documentclass{article}\usepackage[english]{babel}\usepackage[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage{pgfplot...
18/01/2026

\documentclass{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\pgfplotsset{colormap={cm}{color(0)=(red) color(1)=(red!90)
color(3)=(red!80) color(4)=(red!70) color(5)=(red!10)}}

\begin{document}

\begin{center}
\begin{tikzpicture}
\begin{axis}[
legend pos=outer north east,
axis lines = middle,
xticklabel style = {font=\tiny},
yticklabel style = {font=\tiny},
zticklabel style = {font=\tiny},
xlabel = $x$,
ylabel = $y$,
zlabel = $z$,
legend style={cells={align=left}},
legend cell align={left},
view={135}{25},
clip=false,
point meta={z-abs(0.2*x+y)}
]
% lower back part
\addplot3[surf,mesh/ordering=y varies,shader=interp,opacity=0.7,
samples=71,samples y=41,domain y=-180:00,domain=-4:1]
({x},{sqrt(1+x*x)*cos(y)},{sqrt(1+x*x)*sin(y)});
\addplot3[ultra thick,color=green,samples=71,samples y=1,
domain=-180:00] ({1},{sqrt(1+1)*cos(x)},{sqrt(1+1)*sin(x)});
% horizontal plane: back
\fill[cyan,opacity=0.4] (1,5,0) -- (1,-5,0) -- (-4.5,-5,0)
-- (-4.5,5,0);
%\addplot3[surf,cyan,domain=-4.5:1,domain y=-5:5,opacity=0.5] {0};
% vertical plane: lower part
\fill[cyan,opacity=0.4] (1,5,0) -- (1,-5,0) -- (1,-5,-5)
-- (1,5,-5);
%\addplot3[surf,cyan,domain=-4.5:0,domain y=-5:5,opacity=0.5] ({1},{y},{x});
% lower front part
\addplot3[surf,mesh/ordering=y varies,
shader=interp,opacity=0.7,samples=71,samples y=41,domain y=-180:00,
domain=1:4] ({x},{sqrt(1+x*x)*cos(y)},{sqrt(1+x*x)*sin(y)});
% horizontal plane: front
\fill[cyan,opacity=0.4] (1,5,0) -- (1,-5,0) -- (5,-5,0)
-- (5,5,0);
%\addplot3[surf,cyan,domain=1:4.5,domain y=-5:5,opacity=0.5] {0};
% upper back part
\addplot3[ultra thick,color=orange,samples=71,samples y=1,
domain=-4:4] ({x},{sqrt(1+x*x)},{0});
\addplot3[ultra thick,color=orange,samples=71,samples y=1,
domain=-4:4] ({x},{-sqrt(1+x*x)},{0});
\addplot3[surf,mesh/ordering=y varies,
shader=interp,opacity=0.7,samples=71,samples y=41,domain y=0:180,
domain=-4:1]
({x},{sqrt(1+x*x)*cos(y)},{sqrt(1+x*x)*sin(y)});
% vertical plane: upper part
\fill[cyan,opacity=0.4] (1,5,0) -- (1,-5,0) -- (1,-5,5)
-- (1,5,5);
\addplot3[ultra thick,color=green,samples=71,samples y=1,
domain=0:180] ({1},{sqrt(1+1)*cos(x)},{sqrt(1+1)*sin(x)});
%\addplot3[surf,cyan,domain=0:4.5,domain y=-5:5,opacity=0.5] ({1},{y},{x});
% upper front part
\addplot3[surf,mesh/ordering=y varies,
shader=interp,opacity=0.7,samples=71,samples y=41,domain y=0:180,
domain=1:4] ({x},{sqrt(1+x*x)*cos(y)},{sqrt(1+x*x)*sin(y)});
\end{axis}
\end{tikzpicture}
\end{center}
\end{document}

\documentclass[12pt]{article}\usepackage{tikz}\usetikzlibrary{shapes}\usepackage{amsmath}\tikzset{mystyle/.style={minimu...
18/01/2026

\documentclass[12pt]{article}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usepackage{amsmath}
\tikzset{mystyle/.style={minimum height=2cm,rounded corners=3mm,anchor=base,
label={[anchor=south]south:{\scriptsize\bfseries\textsf{ #1}}}}}
\begin{document}
\[
\begin{aligned}
P_i^{t+1} &= P_i^t+V_i^{t+1}\\
V_i^{t+1} &=
\tikz[baseline]{
\node[fill=gray!20,mystyle=Inertia\strut] (t1)
{$w V_i^t$}} +
\tikz[baseline]{
\node[fill=magenta!20,mystyle=Cognitive(Personal)] (t2)
{$c_1 r_1\left(P_{best(i)}^t - P_i^t\right)$}} +
\tikz[baseline]{
\node[fill=teal!20,mystyle=Social(Global)] (t3)
{$c_2 r_2\left(P_{bestglobal}^t-P_i^t\right)$}}
\end{aligned}
\]
\end{document}

Comparto con ustedes un recopilatorio con exámenes (PSA) de Física para el ingreso a la Facultad de Ingeniería de la UMS...
13/01/2026

Comparto con ustedes un recopilatorio con exámenes (PSA) de Física para el ingreso a la Facultad de Ingeniería de la UMSA. El documento incluye las pruebas de los últimos 5 años y es de libre acceso. Las nuevas versiones y actualizaciones se publicarán en el grupo de WhatsApp, donde también pueden enviar sus sugerencias.

📄 PDF: https://drive.google.com/file/d/15V9nvxO-NGVbVWwwo7UaRT8PlDgX47ND/view?usp=drive_link
💬 WhatsApp: https://chat.whatsapp.com/L4aY1DJIHPBAKzZuJlec6h

Dirección

La Paz
0000

Teléfono

+59163152441

Notificaciones

Sé el primero en enterarse y déjanos enviarle un correo electrónico cuando Heber MQ publique noticias y promociones. Su dirección de correo electrónico no se utilizará para ningún otro fin, y puede darse de baja en cualquier momento.

Contacto La Empresa

Enviar un mensaje a Heber MQ:

Compartir