diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | figs/fig_cluster-scaling.gplot (renamed from figs/fig_clusters_ising2d.gplot) | 2 | ||||
-rw-r--r-- | makefile | 2 | ||||
-rw-r--r-- | monte-carlo.tex | 5 |
4 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,5 @@ *.pdf +*.out *.aux *.log *.bbl diff --git a/figs/fig_clusters_ising2d.gplot b/figs/fig_cluster-scaling.gplot index 2a4c3fb..d22be31 100644 --- a/figs/fig_clusters_ising2d.gplot +++ b/figs/fig_cluster-scaling.gplot @@ -60,7 +60,7 @@ set cbrange [4:512] # global plotting settings set terminal epslatex size 6.834, 3.3 -set output "fig_clusters_ising2d.tex" +set output "fig_cluster-scaling.tex" set multiplot layout 2,3 margins 0.05, 0.995, 0.15, 0.9 spacing 0.05, 0.015 set size ratio 1 / 1.61803398875 @@ -1,6 +1,6 @@ DOC=monte-carlo -FIGS=fig_correlation_collapse-hL fig_correlation fig_metastable fig_correlation-temp fig_clusters_ising2d fig_correlation-times fig_harmonic-susceptibilities fig_generator-times +FIGS=fig_cluster-scaling fig_correlation-times fig_harmonic-susceptibilities fig_generator-times DATA=correlation correlation_temp metastable_raw metastable_func all: ${DOC}.pdf diff --git a/monte-carlo.tex b/monte-carlo.tex index a0a26fc..52a9e4a 100644 --- a/monte-carlo.tex +++ b/monte-carlo.tex @@ -4,7 +4,8 @@ \documentclass[aps,pre,reprint]{revtex4-1} -\usepackage{amsmath,amssymb,latexsym,mathtools,algorithm,listings} +\usepackage{amsmath,amssymb,latexsym,mathtools,algorithm,listings,hyperref} +\hypersetup{breaklinks=true} % uncomment to label only equations that are referenced in the text @@ -680,7 +681,7 @@ proportional to their size, or \] \begin{figure*} - \input{fig_clusters_ising2d} + \input{fig_cluster-scaling} \caption{Collapses of rescaled average Wolff cluster size $\avg s_{\text{\sc 1c}}L^{-\gamma/\nu}$ as a function of field scaling variable $hL^{\beta\delta/\nu}$ for a variety of models. Critical exponents |