Re: MikTeX2.9 and eps
Ian CAMPBELL <[email protected]>
| Newsgroups | gmane.comp.tex.miktex |
|---|---|
| Message-ID | <[email protected]> |
Here is a short version of a documen,t with an eps figure, that compiled five years ago using MikTeX2.7 and revtext4. Now with MikTeX2.9 and revtext4-1 I it does not compile. The WinEdit 5.5 options texify, latex, or pdflatex all give essentially the same string of comments. I hope that you can understand what has happened. Ian On 16/12/2014 09:25, Ulrike Fischer wrote: > Am Tue, 16 Dec 2014 05:37:59 +0100 schrieb Ian CAMPBELL: > >> It makes no difference if I try latex or pdflatex. > Well it should make a difference. > >>>> I am having trouble getting MikTeX 2.9 to recognize eps files. > Your problem description is way to vage. > > Problems with eps can be due to faulty code, wrong compilation > method or faulty eps-files. So make a complete minimal example that > shows your code, describe *exactly* how you compile the file and put > the eps somewhere for download. > ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ MiKTeX-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/miktex-users
highTshort.tex
(text/plain, 3.4 KB)
\documentclass[superscriptaddress,twocolumn,showpacs,prl,floatfix]{revtex4-1}
%\documentclass[onecolumn,showpacs,prb,superscriptaddress]{revtex4}
\bibliographystyle{apsrevtitle}
\usepackage{color}
\usepackage{tabularx}
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage{epstopdf}
%\usepackage{amsmath}
%\usepackage{amssymb}
%\pdfoutput=1
%\newcommand{\av}{_{\mathrm{av}}}
%\renewcommand{\log}{\ln}
\begin{document}
\title{Critical scaling to infinite temperature}
\author{I. A.~Campbell}
\affiliation{Laboratoire des Collo\"ides, Verres et Nanomat\'eriaux,
Universit\'e Montpellier II, 34095 Montpellier, France}
\begin{abstract}
Three dimensional Ising model ferromagnets on different lattices with near neighbor interactions and on simple cubic lattices with equivalent interactions out to further neighbors are studied numerically. With an appropriate choice of scaling variable and scaling expression the susceptibility data are analysed using the critical Renormalization Group Theory formalism over the entire temperature range above $T_c$. Experimental data on a metallic ferromagnet (Ni) and a fluid (Xe) are interpreted in the same manner to estimate effective interaction ranges.
\end{abstract}
\pacs{ 75.50.Lk, 05.50.+q, 64.60.Cn, 75.40.Cx}
\maketitle
In the very extensive studies which have been devoted to critical phenomena attention has understandably been mainly concentrated on the regime in the immediate neighborhood of the critical point; data are analysed using the leading terms in the Renormalization Group Theory (RGT) formalism. It is widely considered that as correction terms proliferate outside this narrow "critical region" they lead ultimately to a crossover towards Gaussian fixed point mean-field-like behavior above a temperature $T_g$ determined (at dimensions below the upper critical dimension) by the Ginzburg criterion \cite{ginzburg:60}. This criterion expresses the breakdown of a high temperature Landau regime due to critical fluctuations.
The susceptibility results for various lattice sizes $L$ are exhibited in Figure 1 in the form of plots of $\chi(\tau)\tau^{\gamma}$ against $\tau^{\theta}$.
\begin{figure}
\includegraphics[width=3.5in]{highT_fig1}
\caption{(Color online) The normalized reduced susceptibility $\chi(\tau)\tau^{\gamma}$ as a function of $\tau^{\theta}$ for the diamond, sc, bcc, fcc, $z18, z26, z32$ and $z56$ sc Ising models, top to bottom (black, red, green, blue, cyan, pink, yellow, olive). The exponents are taken to be $\gamma = 1.2371$ and $\theta =0.50$. }
\protect\label{fig:1}
\end{figure}
\begin{table}[htbp]
\caption{\label{Table:I} Values of the fitting parameters for $\chi(\tau)$ in each of the models, as defined in Eqn. \ref{chitau}.}
\begin{ruledtabular}
\begin{tabular}{cccccc}
$z$&$\beta_c$&$C_{\chi}$&$a_{\chi}$&$k_{\chi}$&$\lambda_{\chi}$ \\
$4$&$0.3697$&$1.245$&$-0.1382$&$-0.059$&$2$\\
$6$&$0.221655$&$1.116$&$-0.0914$&$-0.0125$&$3$\\
$8$&$0.15737$&$1.032$&$-0.039$&$0.008$&$1.15$\\
$12$&$0.102067$&$1.022$&$-0.062$&$0.04$&$1.5$ \\
$18$&$0.06442$&$0.871$&$0.111$&$0.038$&$0.9$\\
$26$&$0.0430385$&$0.765$&$0.302$&$0.009$&$1$\\
$32$&$0.0343267$&$0.703$&$0.428$&$-0.006$&$3$\\
$56$&$0.0189291$&$0.575$&$0.800$&$-0.06$&$1.5$\\
\end{tabular}
\end{ruledtabular}
\end{table}
\begin{thebibliography}{99}
\bibitem{ginzburg:60} V. L. Ginzburg, Fiz. Tverd. Tela (Leningrad){\bf 2}, 2031 (1960)(Sov. Phys. Solid State {\bf 2}, 1824 (1960)).
\end{thebibliography}{99}
\end{document}