mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-04 17:11:39 -05:00
make tikz work
This commit is contained in:
parent
a78e626d5f
commit
385e8b09d0
2 changed files with 6 additions and 3 deletions
|
@ -7,6 +7,6 @@ slides: slides.tex
|
|||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(OUTDIR)/*
|
||||
rm -r tikz/*
|
||||
rm -rf tikz/*
|
||||
mkdir -p $(OUTDIR)/tikz
|
||||
touch tikz/placeholder
|
||||
|
|
|
@ -14,6 +14,8 @@ labelformat=brace, position=top]{subcaption}
|
|||
%\setbeameroption{show notes on second screen} %
|
||||
\usepackage{animate}
|
||||
\usepackage{ifdraft}
|
||||
\usetikzlibrary{arrows,shapes,angles,quotes,arrows.meta,external}
|
||||
\tikzexternalize[prefix=tikz/]
|
||||
|
||||
\graphicspath{ {figs/} }
|
||||
\addbibresource{thesis.bib}
|
||||
|
@ -220,7 +222,8 @@ labelformat=brace, position=top]{subcaption}
|
|||
\caption{Leading order diagrams for \(\qqgg\).}%
|
||||
\label{fig:qqggfeyn}
|
||||
\end{figure}
|
||||
\begin{tikzpicture}
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=.8]
|
||||
\coordinate (origin) at (0,0);
|
||||
|
||||
\draw[-Latex] (origin) -- (-2,0) node[left] {\(p_3\)};
|
||||
|
@ -234,7 +237,7 @@ labelformat=brace, position=top]{subcaption}
|
|||
angle radius=1cm] {angle=p4--origin--p2};
|
||||
\end{tikzpicture}
|
||||
\pause
|
||||
\begin{center}
|
||||
|
||||
here: massless limit
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
|
Loading…
Add table
Reference in a new issue