-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile_pic.tex
38 lines (33 loc) · 1.06 KB
/
compile_pic.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\usepackage{tikz-3dplot}
\usetikzlibrary{matrix,positioning,arrows,shapes,calc,scopes}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{dsp,chains,fit}
\usetikzlibrary{external}
\usetikzlibrary{graphs}
\input{tikz_settings}
\usepackage{mathtools} % Replaced the amsmath package
\usepackage{upgreek}
\usepackage{amssymb}
% \usepackage{mathptmx} % Replaced the times package
% Keep the old calligraphic math font
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n}
\usepackage{amsthm}
\input{misc/cubes}
\tdplotsetmaincoords{60}{30}
\input{defs}
% \tikzset{join/.code=\tikzset{after node path={%
% \ifx\tikzchainprevious\pgfutil@empty\else(\tikzchainprevious)%
% edge[every join]#1(\tikzchaincurrent)\fi}}}
% \makeatother
% %
% \tikzset{>=stealth',every on chain/.append style={join},
% every join/.style={->}}
% \tikzstyle{labeled}=[execute at begin node=$\scriptstyle,
% execute at end node=$]
\begin{document}
\def \path {litreview}
\def \imgpath {litreview/images}
\input{\imgpath/deeplearn_block}
\end{document}