こんにちは。等辺記号のかき方の忘備録です。
簡易版
![]()
Tikz
\usepackage{tikz}
\begin{tikzpicture}[scale=1.5]
\coordinate (A) at (0,0) node [below left] at (A) {A};
\coordinate (B) at (5,0) node [below right] at (B) {B};
\draw [thick] (A) -- node[sloped] { $||$ } (B);
\end{tikzpicture}![]()
TikZ
\usepackage{tikz}
\usetikzlibrary{calc}
\begin{tikzpicture}[scale=1.5]
\coordinate (A) at (0,0) node [below left] at (A) {A};
\coordinate (B) at (5,0) node [below right] at (B) {B};
\draw [thick] (A)--(B);
\draw [thick] ($(A)!0.5!(B)!2.5pt!(A)!10pt!90:(A)$) -- ($(A)!0.5!(B)!2.5pt!(A)!10pt!90:(B)$) ($(A)!0.5!(B)!2.5pt!(B)!10pt!90:(A)$) -- ($(A)!0.5!(B)!2.5pt!(B)!10pt!90:(B)$);
\end{tikzpicture}
数樂管理人のブログ 
