Answers for "latex integral with circle"

4

integral latex

integral 
\[ \int_{a}^{b} x^2 \,dx \]
Posted by: Guest on November-02-2020
0

latex number in circle

\documentclass{article}
\usepackage{tikz}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
            \node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
\begin{document}
Numbers aligned with the text:  \circled{1} \circled{2} \circled{3} end.
\end{document}
Posted by: Guest on May-22-2020

Browse Popular Code Answers by Language