\usepackage[inkscapelatex=false]{svg}
\includesvg[height=3.5cm]{arcoslab-corporate-design/Logo/Logo-01}
You can create circuits using an Inkscape template, editing a .svg file and compiling it directly from LaTeX. To set up this feature, follow the tutorial below:
\usepackage{enumitem}
...
\begin{enumerate}[label=\Alph*]
\item this is item a
\item another item
\end{enumerate}
\quad
\,
\:
\;
\!
\ (space after backslash)
\qquad
https://www.overleaf.com/learn/latex/Spacing_in_math_mode
C-c C-e RET itemize RET (new itemize environment)
C-c C-j (new item)
https://tex.stackexchange.com/questions/18817/emacs-auctex-and-itemize