Regarding the code, I would like to learn more about following:
1) The meaning of these line at begining,
Code: Select all
\usetikzlibrary{shapes,positioning,quotes,arrows.meta}
\pgfdeclarelayer{bg}% background layer
\pgfsetlayers{bg,main}% order of the layers
\tikzset{
block/.style = {draw, rectangle, align = center,
text width = 5em, fill = white},
bullet/.style = {draw, circle, inner sep = 0.3ex,
fill = black},
round/.style = {draw, circle},
> = {Triangle[width = 1.5ex, length = 1.5ex]}
}
\tikz
,
Code: Select all
\draw (right) -- ++ (0em,-9em) -- ++ (-14.8em,0em)
-- ++ (0em,1em) edge[->] ++(5.5em,5.5em);
3) Which line of the code is responsible for the angled arrow on the adaptive filtering block.
4) When I inserted the same code (except
\documentclass[border=10pt]{standalone}
) in the my article (
\documentclass{article}
) with a specific sty file, after compilation the whole fonts throughout the documents changed to the same font labeled on each block. Do you have any idea why this happens?Thanks,
Farhad