Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't display math images #159

Open
anhduc109dk opened this issue Sep 12, 2023 · 0 comments
Open

I can't display math images #159

anhduc109dk opened this issue Sep 12, 2023 · 0 comments

Comments

@anhduc109dk
Copy link

I'm trying to display geometric shapes in mathematics but I get an error environment: tikzpicture

this is the tex i need to display, can you assist me,
\begin{tikzpicture}\small
\def\r{1.8}
\coordinate[label=$A$] (A) at (0.5*\r,0.8*\r);
\coordinate[label=below:$B$] (B) at (-\r,0);
\coordinate[label=below:$C$] (C) at (\r,0);
\draw[thin] (A) -- node[above] {$c$}
node[pos=0.03,below,inner sep=4] {$\alpha$}
(B) -- (C) -- node[right] {$b$} (A);
\end{tikzpicture}
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant