diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-06-04 23:43:36 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-06-04 23:43:36 +0200 |
commit | b5fbe51398322260a93e2e33cde5d29b4855374e (patch) | |
tree | f5e4a2bc21c611dc7999a3df4d5873b09e00b38c | |
parent | e896ba116307a7f43584e099c213525d51a26daf (diff) | |
download | PRE_107_064111-b5fbe51398322260a93e2e33cde5d29b4855374e.tar.gz PRE_107_064111-b5fbe51398322260a93e2e33cde5d29b4855374e.tar.bz2 PRE_107_064111-b5fbe51398322260a93e2e33cde5d29b4855374e.zip |
Added graphicx package.
-rw-r--r-- | frsb_kac-rice.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frsb_kac-rice.tex b/frsb_kac-rice.tex index 6922d6a..1b06dd0 100644 --- a/frsb_kac-rice.tex +++ b/frsb_kac-rice.tex @@ -1,6 +1,6 @@ \documentclass[fleqn]{article} -\usepackage{fullpage,amsmath,amssymb,latexsym} +\usepackage{fullpage,amsmath,amssymb,latexsym,graphicx} \begin{document} \title{Full solution of the Kac-Rice problem for mean-field models} |