| 6 |
|
\usepackage[list]{achemso} |
| 7 |
|
\usepackage{amsmath} |
| 8 |
|
% \usepackage{fontspec} |
| 9 |
+ |
\usepackage{ifpdf} |
| 10 |
+ |
\ifpdf |
| 11 |
+ |
\usepackage[pdftex]{graphicx} |
| 12 |
+ |
\else |
| 13 |
+ |
\usepackage{graphicx} |
| 14 |
+ |
\fi |
| 15 |
+ |
|
| 16 |
+ |
|
| 17 |
+ |
|
| 18 |
|
\usepackage{setspace} |
| 19 |
|
\usepackage{tabularx} |
| 20 |
< |
%\usepackage{pdfsync} |
| 20 |
> |
\usepackage{pdfsync} |
| 21 |
|
\pagestyle{plain} |
| 22 |
|
\pagenumbering{arabic} |
| 23 |
|
\oddsidemargin 0.0cm \evensidemargin 0.0cm |
| 27 |
|
\renewcommand{\baselinestretch}{1.2} |
| 28 |
|
%\renewcommand\citemid{\ } % no comma in optional reference note |
| 29 |
|
\begin{document} |
| 30 |
+ |
\ifpdf |
| 31 |
+ |
\DeclareGraphicsExtensions{.pdf, .jpg, .tif} |
| 32 |
+ |
\else |
| 33 |
+ |
\DeclareGraphicsExtensions{.eps, .jpg} |
| 34 |
+ |
\fi |
| 35 |
|
%\fontspec{ITC Berkeley Oldstyle Book} |
| 36 |
< |
\font\body="ITC Berkeley Oldstyle Book" at 12pt \body |
| 36 |
> |
%\font\body="ITC Berkeley Oldstyle Book" at 12pt \body |
| 37 |
|
%\font\math="ITC Berkeley Oldstyle Book" at 12pt \math |
| 38 |
|
|
| 39 |
|
\bibliographystyle{achemso} |