mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 09:31:42 -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
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OUTDIR)/*
|
rm -rf $(OUTDIR)/*
|
||||||
rm -r tikz/*
|
rm -rf tikz/*
|
||||||
mkdir -p $(OUTDIR)/tikz
|
mkdir -p $(OUTDIR)/tikz
|
||||||
touch tikz/placeholder
|
touch tikz/placeholder
|
||||||
|
|
|
@ -14,6 +14,8 @@ labelformat=brace, position=top]{subcaption}
|
||||||
%\setbeameroption{show notes on second screen} %
|
%\setbeameroption{show notes on second screen} %
|
||||||
\usepackage{animate}
|
\usepackage{animate}
|
||||||
\usepackage{ifdraft}
|
\usepackage{ifdraft}
|
||||||
|
\usetikzlibrary{arrows,shapes,angles,quotes,arrows.meta,external}
|
||||||
|
\tikzexternalize[prefix=tikz/]
|
||||||
|
|
||||||
\graphicspath{ {figs/} }
|
\graphicspath{ {figs/} }
|
||||||
\addbibresource{thesis.bib}
|
\addbibresource{thesis.bib}
|
||||||
|
@ -220,7 +222,8 @@ labelformat=brace, position=top]{subcaption}
|
||||||
\caption{Leading order diagrams for \(\qqgg\).}%
|
\caption{Leading order diagrams for \(\qqgg\).}%
|
||||||
\label{fig:qqggfeyn}
|
\label{fig:qqggfeyn}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
\begin{tikzpicture}
|
\begin{center}
|
||||||
|
\begin{tikzpicture}[scale=.8]
|
||||||
\coordinate (origin) at (0,0);
|
\coordinate (origin) at (0,0);
|
||||||
|
|
||||||
\draw[-Latex] (origin) -- (-2,0) node[left] {\(p_3\)};
|
\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};
|
angle radius=1cm] {angle=p4--origin--p2};
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\pause
|
\pause
|
||||||
\begin{center}
|
|
||||||
here: massless limit
|
here: massless limit
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
Loading…
Add table
Reference in a new issue