%% LaTeX2e template for e-Journal of Surface and Nano Technology %% based on REVTEX4 class % % REVTEX4 can be dounloaded from the following ftp site. % ftp://aps.org/pub/revtex/ % % It also requires `color', `graphicx', `dcolumn' and `bm' packages % % Change history: % First Draft: 2002-11-13 (Hitoshi Nakahara; Nagoya Univ.; nakahara@nuqe.nagoya-u.ac.jp) % 2002-11-15 (Hitoshi Nakahara) % * copyright notice was added on the 1st page footer % * \baselinestretch was changed to 1.1 % * floating parameters etc. was added % 2002-12-14 (Hitoshi Nakahara) % * article kind was added on the 1st page header % * author/address style was changed (class option `superscriptaddress' was removed) % * reference style was changed (class option `prb' was removed) % * txfont option was added (not default) % * several small changes (margin calculation etc.) %%%%% DO NOT CHANGE THE FOLLOWING HERADERS %%%%% %\documentclass % [a4paper,twocolumn,twoside,10pt,showkeys] % {revtex4} %\renewcommand{\baselinestretch}{1.0} % line spacing \documentclass [a4paper,singlecolumn,twoside,12pt,showkeys] {revtex4} \renewcommand{\baselinestretch}{1.5} % line spacing \usepackage{amsmath,amssymb} % AMS math fonts \usepackage{bm} % bold math %\usepackage[varg]{txfonts} % use TX fonts (needs installation and configuration) \usepackage{color} % for color text and text box \usepackage{graphicx} % Include figure files \usepackage{dcolumn} % Align table columns on decimal point \usepackage[dvipdfmx, colorlinks=true, citebordercolor={0 0 0}, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref} \usepackage{setspace} %\newcounter{startPage} %%%%% page size/line spacing etc. \setlength{\textwidth}{180mm} % document width \setlength{\textheight}{255mm} % document height \setlength{\columnsep}{5mm} % space between columns %\renewcommand{\baselinestretch}{1.0} % line spacing \newcommand{\figCapSkip}{\vspace{-4ex}} % space between a figure and its caption \makeatletter \def\frontmatter@abstractwidth{0.9\textwidth} % abstract width \makeatother \setlength{\oddsidemargin}{210mm} % calculate both side margins \addtolength{\oddsidemargin}{-1\textwidth} \setlength{\oddsidemargin}{0.5\oddsidemargin} \addtolength{\oddsidemargin}{-25.4mm} \setlength{\evensidemargin}{\oddsidemargin} %%%%% float parameters \setcounter{bottomnumber}{2} \renewcommand{\topfraction}{0.8} \renewcommand{\bottomfraction}{0.5} \renewcommand{\dbltopfraction}{0.8} %%%%%%%%%% \newcommand{\volHead}{{\sc\small Volume \volumeNum\ (\thisYear)}} \newcommand{\jounalHead}{{\sl e-Journal of Surface Science and Nanotechnology}} \newcommand{\copyrightNotice}{{\small\copyright\ \thisYear\ The Surface Science Society of Japan}} \newcommand{\authorHead}{{\small\firstAuthor}} \newcommand{\pageNumber}{\textrm{\thepage}} \begin{document} %\setcounter{page}{\value{startPage}} %%%%% DO NOT CHANGE THE ABOVE HERADERS %%%%%