SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

$\LaTeX$ & Friends
Whom takes fun only as fun.
And serious only seriously.
Misunderstood both.
Piet Hein
< Poster | $\LaTeX$ IV | Beamer >

Some Preambles

LaTeX Listing: Main.tex. PDF   ZIP*  
\documentclass{report}

\input{Base}
\input{Geometry}
\input{Language}

\input{MathOperators}
\input{NewCommands}
\input{Theorems}

%TikZ for drawing
\input{TikZ}

%Code listings
\input{Listings}

\begin{document}


\end{document}
Showing: /usr/local/Slides/2_Palestras/2020/01_Latex_Friends/04/TikZ.tex:
LaTeX Listing: /usr/local/Slides/2_Palestras/2020/01_Latex_Friends/04/TikZ.tex. PDF   ZIP*  
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{ifthen}
\usepackage{xifthen}

\usepackage{amssymb,amsmath,amsthm}

\usepackage{pgfplots}


\usepackage{pgf,pgffor}


\usepackage{tikz}
\usepackage{tkz-euclide}
%%!
%%! For older versions of package tkz-euclide
%%! you may need uncomment the following line:
%   \usetkzobj{all}
%%!

\usetikzlibrary
    {
      shapes.geometric,
      arrows,
      calc,
      intersections,
      arrows.meta,
      decorations.markings,
      positioning,
      math,
      angles,
      quotes,
      patterns,3d,
      backgrounds,
      fillbetween
    }
    
%%Usage: \gettikzxy{(P)}{\px}{\py}
\makeatletter
\newcommand{\gettikzxy}[3]{%
  \tikz@scan@one@point\pgfutil@firstofone#1\relax
  \edef#2{\the\pgf@x}%
  \edef#3{\the\pgf@y}%
  \tikzmath{\#2=#2/28.3465;};
  \tikzmath{\#3=#3/28.3465;};
}
\makeatother
\pgfplotsset{compat=1.14}

\tikzstyle{arrow} = [thick,-,>=stealth]
\tikzstyle{myarrow} = [thick,->,>=stealth]
< Poster | $\LaTeX$ IV | Beamer >
Messages:
0 secs.