%    Copyright (c) Optical Society of America, 1992.    %%%   Modifications for use by MIJ-NSR denoted by %%     %%                                                       %%%%%%%%%%%%%%%%%%%% November 17, 1992 %%%%%%%%%%%%%%%%%%%%%%%%%%%% Modifications for MIJ-NSR May 4, 1997 %%%%%%%%%%%%%%%%%% Modifications for MIJ-NSR July 23, 1997 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% THIS FILE IS A TEMPLATE TO PRODUCE AN ARTICLE SUBMISSION% TO THE OSA JOURNALS, JOSA-A, JOSA-B, and APPLIED OPTICS.%%% This template may also be used for submitting articles%% to the MRS Internet Journal of Nitride Semiconductor Research.%% (MIJ-NSR). Additional comments (starting with %%) have been %% added to explain how MIJ-NSR uses the template.%%% THIS TEMPLATE CONTAINS TYPESETTING COMMANDS WHICH BEGIN WITH A% BACKSLASH.  THESE COMMANDS WILL BE READ BY LATEX, USING THE% REVTEX 3.0 STANDARD MACROS.   PLEASE FILL IN THE REQUIRED DATA% FOR THE MACROS, BUT DO NOT ALTER THE DEFINITIONS.%% EXAMPLE: IN \author{Authors' names} , PLEASE FILL IN THE% AUTHORS' NAME(S).%% COMMENTS BEGIN WITH THE PERCENT (%) SYMBOL. AFTER A %, ANY% DATA ON THE REST OF A LINE WILL NOT PRINT.%\documentstyle[osa,manuscript]{revtex}  % DON'T CHANGE%%\newcommand{\MF}{{\large{\manual META}\-{\manual FONT}}}\newcommand{\manual}{rm}        % Substitute rm (Roman) font.\newcommand\bs{\char '134 }     % add backslash char to \tt font%%\begin{document}                % INITIALIZE - DONT CHANGE%%%\title{Insert your title here}\author{Insert your names here}\address{Insert the name of your University, company or Institute here}% \author{}   % Use this and the next line only if there is a second% \address{Another University, etc.}  % address. (Remove the left % marks)%%% MIJ-NSR will ignore the contents of \author{} and \address{}\maketitle\begin{abstract}                % DON'T CHANGE THIS LINE Insert your abstract here.  No {\it REVTEX} limit to number of lines.\end{abstract}%\section{Introduction}               % Introduction goes below.Introduction goes here... Most TeX, {\it REVTEX} and LaTeX commands begin with a backslash. See the manual for a list of special, non-printing characters (Appendix B and Table 5).\section{Insert your section title here.} Copy the above line to head each section.  Section 2 text goes below.%% Please use the \cite{RefTag}+\cite{RefTag} command to cite references in the text. && Create equations, lists, and tables using standard {\it REVTEX} 3.0 macros.  See the manual and examples for further instructions. Please place tables and figure captions at the end of your manuscript.  Examples are shown below.  I feel these examples are necessary because the spelling and syntax of some commands have changed, compared to earlier versions of {\it REVTEX}.%% ({\it REVTEX} 3.0 automatically issues% a \newpage command when the \begin{table} or \begin{figure}% commands are used, so the figures and tables will be placed% on separate pages by {\it REVTEX}).%% MIJ-NSR supports anything TeX can do in equations and math. (Actually,%% it uses TeX to render complex equations into GIF's)%% MIJ-NSR does not support custom macros, TeX-generated figures, or complicated%% table typesetting. \begin{references}% Please use the \bibitem command to create references. \bibitem{RefTag}Author, "Title," Journal {\bf Volume,} page numbers (year).  %(Format for Journal Reference)%% In MIJ-NSR, the reference title is mandatory, unless the reference is already in  %% the journal's database. You may also use the "short" reference form %% (author-journalabbrev-volume-year) for references already in the database \end{references}\begin{figure}  % Please send figures with disk, or separately if  % if it is an e-mail submission. (Good photo or India ink drawing.)  %% Please submit figures in GIF, PICT, JPG or EPS format.   %% Name the files figure1.gif, figure2a.jpg, etc.  \caption{Please place your figure caption here.}  %% Every figure or figure part should have a separate caption!!\label{figure1} %%You can refer to this figure in the text using \ref{figure1}%% the label should match the filename (without extension) Otherwise, the \figure's%% will be parsed as figure 1,2,3 etc. in the order they appear in the file\end{figure}\begin{figure}  %% Add a separate \figure and \caption for each figure file you  submit!  \caption{Please place your figure caption here.}  \label{figure2} \end{figure} \begin{table} \caption{Please place your table caption here.} \label{table1}%%You can refer to this table in the text using \ref{table1} \begin{tabular}{lrcd} % In second brace, l = left, r = right,% c = centered and d = decimal justification. %% Sorry, the web won't do the decimal justification%% First line is assumed to be a headerHeading One&Heading Two&Heading Three&Heading Four\\  One&Two&Three&Four\\  % Separate items with &. End line with \\ \end{tabular}%% use the \cite{reftag} format for references or footnotes in tables. \end{table}\end{document}% end of file Template.tex