Search found 2 matches

by Autumn_
Sun May 07, 2023 2:48 am
Forum: Math & Science
Topic: The vertices overlap in tikz
Replies: 3
Views: 16375

The vertices overlap in tikz

Please mark multiline code using the suitable tags.

A semicolon is missing at the end of the first \coordinate command.

1st message>> Sorry,what does it means? Sorry I do not good at English... Could you show me a good program code?
2nd message>> oh! thank you! But the result does not change...
by Autumn_
Sun May 07, 2023 1:11 am
Forum: Math & Science
Topic: The vertices overlap in tikz
Replies: 3
Views: 16375

The vertices overlap in tikz

the vertics overleap in my code. Why? please tell me a good code...

\documentclass[dvipdfmx]{ltjsarticle}
\usepackage{tikz}
\usetikzlibrary{intersections,calc,arrows.meta}

\begin{document}
\begin{tikzpicture}
\coordinate[label=left:A](A)at(0,0)
\coordinate[label=right:B](B)at(3,0 ...