I would like to delete, from the following figure:
the top circle, but without removing the black edge that separate the orange part from the gray part. The figure above has been obtained by the following code:
\documentclass[border=0.2cm]{standalone}
% Required packages
\usepackage[dvipsnames]{xcolor}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[thick,
set/.style = {circle,
minimum size = 3cm,
fill=black!30}]
% Set A
\node[set,label={135:$A$}] (A) at (0,0) {};
% Set B
\node[set,label={45:$B$}] (B) at (1.8,0) {};
% Intersection
\begin{scope}
\clip (0,0) circle(1.5cm);
\clip (1.8,0) circle(1.5cm);
\clip (0.9,1.5) circle(1.5cm);
\fillorange!60 circle(1.5cm);
\end{scope}
% Circles outline
\draw (0,0) circle(1.5cm);
\draw (1.8,0) circle(1.5cm);
\draw (0.9,1.5) circle(1.5cm);
\end{tikzpicture}
\end{document}
A rough example of the desired result is:




\def(especially of one character) is not good - use\newcommand. See: https://tex.stackexchange.com/questions/655/what-is-the-difference-between-def-and-newcommand – hpekristiansen Jun 09 '21 at 11:29\def\dtogether with some language package (vietnam.sty). I will add some comment about that. – Black Mild Jun 09 '21 at 12:35