ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/nanoglass/header.tex
(Generate patch)

Comparing trunk/nanoglass/header.tex (file contents):
Revision 3212 by chuckv, Thu Aug 23 17:47:31 2007 UTC vs.
Revision 3213 by chuckv, Thu Sep 6 13:58:45 2007 UTC

# Line 6 | Line 6
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
# Line 18 | Line 27
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}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines