% interacttfpsample.tex
% v1.01 - June 2016
\documentclass[]{interact}
\usepackage{epstopdf}% To incorporate .eps illustrations using PDFLaTeX, etc.
\usepackage{subfigure}% Support for small, `sub' figures and tables
\usepackage[numbers,sort&compress,merge]{natbib}% Citation support using natbib.sty
\bibpunct[, ]{(}{)}{,}{n}{,}{,}% Citation support using natbib.sty
\renewcommand\bibfont{\fontsize{10}{12}\selectfont}% Bibliography support using natbib.sty
\renewcommand\citenumfont[1]{\textit{#1}}% Citation numbers in italic font using natbib.sty
\renewcommand\bibnumfmt[1]{(#1)}% Parentheses enclose ref. numbers in list using natbib.sty
\theoremstyle{plain}% Theorem-like structures
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\theoremstyle{remark}
\newtheorem{remark}{Remark}
\newtheorem{notation}{Notation}
\begin{document}
\articletype{ARTICLE TEMPLATE}
\title{Taylor \& Francis \LaTeX\ template for authors (\textsf{Interact} layout + Reference Style~P)}
\author{
\name{A.~N. Author\textsuperscript{a}\thanks{CONTACT A.~N. Author. Email: latex.helpdesk@tandf.co.uk} and John Smith\textsuperscript{b}}
\affil{\textsuperscript{a}Taylor \& Francis, 4 Park Square, Milton Park, Abingdon, UK; \textsuperscript{b}Institut f\"{u}r Informatik, Albert-Ludwigs-Universit\"{a}t, Freiburg, Germany}
}
\maketitle
\begin{abstract}
This template is for authors who are preparing a manuscript for a Taylor \& Francis journal using the \LaTeX\ document preparation system and the \texttt{interact} class file, which is available via selected journals' home pages on the Taylor \& Francis website.
\end{abstract}
\begin{keywords}
Sections; lists; figures; tables; mathematics; fonts; references; appendices
\end{keywords}
\section{Introduction}
In order to assist authors in the process of preparing a manuscript for a journal, the Taylor \& Francis `\textsf{Interact}' layout style has been implemented as a \LaTeXe\ class file based on the \texttt{article} document class. A \textsc{Bib}\TeX\ bibliography style file and a sample bibliography are also provided in order to assist with the formatting of your references.
Commands that differ from or are provided in addition to standard \LaTeXe\ are described in this document, which is \emph{not} a substitute for a \LaTeXe\ tutorial.
The \texttt{interacttfpsample.tex} file can be used as a template for a manuscript by cutting, pasting, inserting and deleting text as appropriate, using the preamble and the \LaTeX\ environments provided (e.g.\ \verb"\begin{abstract}", \verb"\begin{keywords}").
\subsection{The \textsf{Interact} class file}\label{class}
The \texttt{interact} class file preserves the standard \LaTeXe\ interface such that any document that can be produced using \texttt{article.cls} can also be produced with minimal alteration using the \texttt{interact} class file as described in this document.
If your article is accepted for publication it will be typeset as the journal requires in Minion Pro and/or Myriad Pro. Since most authors will not have these fonts installed, the page make-up is likely to alter with the change of font. Also, the \texttt{interact} class file produces only single-column format, which is preferred for peer review and will be converted to two-column format by the typesetter if necessary during preparation of the proofs. Please therefore do not try to match the typeset format exactly, but use the standard \LaTeX\ fonts instead and ignore details such as slightly long lines of text or figures/tables not appearing in exact synchronization with their citations in the text: these details will be dealt with by the typesetter. Similarly, it is unnecessary to spend time addressing warnings in the log file -- if your .tex file compiles to produce a PDF document that correctly shows how you wish your paper to appear, such warnings will not prevent your source files being imported into the typesetter's program.
\subsection{Submission of manuscripts prepared using \emph{\LaTeX}}
Manuscripts for possible publication should be submitted to the Editors for review as directed in the journal's Instructions for Authors, and in accordance with any technical instructions provided in the journal's ScholarOne Manuscripts or Editorial Manager site. Your \LaTeX\ source file(s), the class file and any graphics files will be required in addition to the final PDF version when final, revised versions of accepted manuscripts are submitted.
Please ensure that any author-defined macros used in your article are gathered together in the preamble of your .tex file, i.e.\ before the \verb"\begin{document}" command.
Note that if serious problems are encountered in the coding of a document (missing author-defined macros, for example), the typesetter may resort to rekeying it.
\section{Using the \texttt{interact} class file}
For convenience, simply copy the \texttt{interact.cls} file into the same directory as your manuscript files (you do not need to install it in your \TeX\ distribution).
In order to use the \texttt{interact} document class, replace the command \verb"\documentclass{article}" at the beginning of your document with the command \verb"\documentclass{interact}".
The following document-class options should \emph{not} be used with the \texttt{interact} class file:
\begin{itemize}
\item \texttt{10pt}, \texttt{11pt}, \texttt{12pt} -- unavailable;
\item \texttt{oneside}, \texttt{twoside} -- not necessary, \texttt{oneside} is the default;
\item \texttt{leqno}, \texttt{titlepage} -- should not be used;
\item \texttt{twocolumn} -- should not be used (see Subsection~\ref{class});
\item \texttt{onecolumn} -- not necessary as it is the default style.
\end{itemize}
To prepare a manuscript for a journal that is printed in A4 (two column) format, use the \verb"largeformat" document-class option provided by \texttt{interact.cls}; otherwise the class file produces pages sized for B5 (single column) format by default. The \texttt{geometry} package should not be used to make any further adjustments to the page dimensions.
\section{Additional features of the \texttt{interact} class file}
\subsection{Title, authors' names, affiliations, abstracts and article types}
The title should be generated at the beginning of your article using the \verb"\maketitle" command.
In the final version the author name(s) and affiliation(s) must be followed immediately by \verb"\maketitle" as shown below in order for them to be displayed in your PDF document.
To prepare an anonymous version for double-blind peer review, you can put the \verb"\maketitle" between the \verb"\title" and the \verb"\author" in order to hide the author name(s) and affiliation(s) temporarily.
Next you should include the abstract if your article has one, enclosed within an \texttt{abstract} environment.
The \verb"\articletype" command is also provided as an \emph{optional} element which should only be included if your article actually needs it.
For example, the titles for this document begin as follows:
\begin{verbatim}
\articletype{ARTICLE TEMPLATE}
\title{Taylor \& Francis \LaTeX\ template for authors (\textsf{Interact}
layout + Reference Style P)}
\author{
\name{A.~N. Author\textsuperscript{a}\thanks{CONTACT A.~N. Author.
Email: latex.helpdesk@tandf.co.uk} and John Smith\textsuperscript{b}}
\affil{\textsuperscript{a}Taylor \& Francis, 4 Park Square, Milton
Park, Abingdon, UK; \textsuperscript{b}Institut f\"{u}r Informatik,
Albert-Ludwigs-Universit\"{a}t, Freiburg, Germany} }
\maketitle
\begin{abstract}
This template is for authors who are preparing a manuscript for a
Taylor \& Francis journal using the \LaTeX\ document preparation system
and the \texttt{interact} class file, which is available via selected
journals' home pages on the Taylor \& Francis website.
\end{abstract}
\end{verbatim}
An additional abstract in another language (preceded by a translation of the article title) may be included within the \verb"abstract" environment if required.
A graphical abstract may also be included if required. Within the \verb"abstract" environment you can include the code
\begin{verbatim}
\\\resizebox{25pc}{!}{\includegraphics{abstract.eps}}
\end{verbatim}
where the graphical abstract is to appear, where \verb"abstract.eps" is the name of the file containing the graphic (note that \verb"25pc" is the recommended maximum width, expressed in pica, for the graphical abstract in your manuscript).
\subsection{Abbreviations}
A list of abbreviations may be included if required, enclosed within an \texttt{abbreviations} environment, i.e.\ \verb"\begin{abbreviations}"\ldots\verb"\end{abbreviations}", immediately following the \verb"abstract" environment.
\subsection{Keywords}
A list of keywords may be included if required, enclosed within a \texttt{keywords} environment, i.e.\ \verb"\begin{keywords}"\ldots\verb"\end{keywords}".
Additional keywords in other languages (preceded by a translation of the word `keywords') may also be included within the \verb"keywords" environment if required.
\subsection{Subject classification codes}
AMS, JEL or PACS classification codes may be included if required. The \texttt{interact} class file provides an \texttt{amscode} environment, i.e.\ \verb"\begin{amscode}"\ldots\verb"\end{amscode}", a \texttt{jelcode} environment, i.e.\ \verb"\begin{jelcode}"\ldots\verb"\end{jelcode}", and a \texttt{pacscode} environment, i.e.\ \verb"\begin{pacscode}"\ldots\verb"\end{pacscode}" to assist with this.
\subsection{Additional footnotes to the title or authors' names}
The \verb"\thanks" command may be used to create additional footnotes to the title or authors' names if required. Footnote symbols for this purpose should be used in the order
$^\ast$~(coded as \verb"$^\ast$"), $\dagger$~(\verb"$\dagger$"), $\ddagger$~(\verb"$\ddagger$"), $\S$~(\verb"$\S$"), $\P$~(\verb"$\P$"), $\|$~(\verb"$\|$"),
$\dagger\dagger$~(\verb"$\dagger\dagger$"), $\ddagger\ddagger$~(\verb"$\ddagger\ddagger$"), $\S\S$~(\verb"$\S\S$"), $\P\P$~(\verb"$\P\P$").
Note that any \verb"footnote"s to the main text will automatically be assigned the superscript symbols 1, 2, 3, etc. by the class file.\footnote{If preferred, the \texttt{endnotes} package
may be used to set the notes at the end of your text, before the bibliography. The symbols will be changed to match the style of the journal if necessary by the typesetter.}
\section{Some guidelines for using the standard features of \LaTeX}
\subsection{Sections}
The \textsf{Interact} layout style allows for five levels of section heading, all of which are provided in the \texttt{interact} class file using the standard \LaTeX\ commands \verb"\section", \verb"\subsection", \verb"\subsubsection", \verb"\paragraph" and \verb"\subparagraph". Numbering will be automatically generated for all these headings by default.
\subsection{Lists}
Numbered lists are produced using the \texttt{enumerate} environment, which will number each list item with arabic numerals by default. For example,
\begin{enumerate}
\item first item
\item second item
\item third item
\end{enumerate}
was produced by
\begin{verbatim}
\begin{enumerate}
\item first item
\item second item
\item third item
\end{enumerate}
\end{verbatim}
Alternative numbering styles can be achieved by inserting an optional argument in square brackets to each \verb"item", e.g.\ \verb"\item[(i)] first item"\, to create a list numbered with roman numerals at level one.
Bulleted lists are produced using the \texttt{itemize} environment. For example,
\begin{itemize}
\item First bulleted item
\item Second bulleted item
\item Third bulleted item
\end{itemize}
was produced by
\begin{verbatim}
\begin{itemize}
\item First bulleted item
\item Second bulleted item
\item Third bulleted item
\end{itemize}
\end{verbatim}
\subsection{Figures}
The \texttt{interact} class file will deal with positioning your figures in the same way as standard \LaTeX. It should not normally be necessary to use the optional \texttt{[htb]} location specifiers of the \texttt{figure} environment in your manuscript, although the \texttt{[p]} option -- i.e.\ \verb"\begin{figure}[p]" -- is useful if you are asked to separate figures from the text.
Figure captions should appear below the figure itself, therefore the \verb"\caption" command should appear after the figure.
For example, Figure~\ref{sample-figure} with caption and sub-captions is produced using the following commands:
\begin{verbatim}
\begin{figure}
\centering
\subfigure[An example of an individual figure sub-caption.]{
\resizebox*{5cm}{!}{\includegraphics{graph1.eps}}}\hspace{5pt}
\subfigure[A slightly shorter sub-caption.]{
\resizebox*{5cm}{!}{\includegraphics{graph2.eps}}}
\caption{Example of a two-part figure with individual sub-captions
showing that captions are flush left and justified if greater
than one line of text.} \label{sample-figure}
\end{figure}
\end{verbatim}
\begin{figure}
\centering
\subfigure[An example of an individual figure sub-caption.]{
\resizebox*{5cm}{!}{\includegraphics{graph1.eps}}}\hspace{5pt}
\subfigure[A slightly shorter sub-caption.]{
\resizebox*{5cm}{!}{\includegraphics{graph2.eps}}}
\caption{Example of a two-part figure with individual sub-captions
showing that captions are flush left and justified if greater
than one line of text.} \label{sample-figure}
\end{figure}
To ensure that figures are correctly numbered automatically, the \verb"\label" command should be included just after the \verb"\caption" command, or in its argument.
The \verb"\subfigure" command requires \verb"subfigure.sty", which is called in the preamble of the \texttt{interacttfpsample.tex} file (in order to allow your choice of an alternative package if preferred) and included in the \textsf{Interact} \LaTeX\ bundle for convenience. Please supply any additional figure macros you use with your article in the preamble of your .tex file, before \verb"\begin{document}".
The source files of any figures will be required when the final, revised version of a manuscript is submitted. Authors should ensure that these are suitable (in terms of lettering size, etc.) for the reductions they envisage.
The \texttt{epstopdf} package can be used to incorporate encapsulated PostScript (.eps) illustrations when using PDF\LaTeX, etc. Please provide the original .eps source files rather than the generated PDF images of those illustrations for production purposes.
\subsection{Tables}
The \texttt{interact} class file will deal with positioning your tables in the same way as standard \LaTeX. It should not normally be necessary to use the optional \texttt{[htb]} location specifiers of the \texttt{table} environment in your manuscript, although the \texttt{[p]} option -- i.e.\ \verb"\begin{table}[p]" -- is useful if you are asked to separate tables from the text.
The \texttt{tabular} environment can be used as illustrated here to produce tables with single horizontal rules at the head, foot and elsewhere as appropriate.
The table caption appears above the body of the table in the \textsf{Interact} layout style, therefore the \verb"\tbl" command should be used before the body of the table.
For example, Table~\ref{sample-table} is produced using the following commands:
\begin{table}
\tbl{Example of a table showing that its caption is as wide as
the table itself and justified.}
{\begin{tabular}{lcccccc} \toprule
& \multicolumn{2}{l}{Type} \\ \cmidrule{2-7}
Class & One & Two & Three & Four & Five & Six \\ \midrule
Alpha\textsuperscript{a} & A1 & A2 & A3 & A4 & A5 & A6 \\
Beta & B2 & B2 & B3 & B4 & B5 & B6 \\
Gamma & C2 & C2 & C3 & C4 & C5 & C6 \\ \bottomrule
\end{tabular}}
\tabnote{\textsuperscript{a}This footnote shows how to include
footnotes to a table if required.}
\label{sample-table}
\end{table}
\begin{verbatim}
\begin{table}
\tbl{Example of a table showing that its caption is as wide as
the table itself and justified.}
{\begin{tabular}{lcccccc} \toprule
& \multicolumn{2}{l}{Type} \\ \cmidrule{2-7}
Class & One & Two & Three & Four & Five & Six \\ \midrule
Alpha\textsuperscript{a} & A1 & A2 & A3 & A4 & A5 & A6 \\
Beta & B2 & B2 & B3 & B4 & B5 & B6 \\
Gamma & C2 & C2 & C3 & C4 & C5 & C6 \\ \bottomrule
\end{tabular}}
\tabnote{\textsuperscript{a}This footnote shows how to include
footnotes to a table if required.}
\label{sample-table}
\end{table}
\end{verbatim}
To ensure that tables are correctly numbered automatically, the \verb"\label" command should be included just before \verb"\end{table}".
The \verb"\toprule", \verb"\midrule", \verb"\bottomrule" and \verb"\cmidrule" commands require \verb"booktabs.sty", which is called by the \texttt{interact} class file and included in the \textsf{Interact} \LaTeX\ bundle for convenience. Tables produced using the standard commands of the \texttt{tabular} environment are also compatible with the \texttt{interact} class file.
\subsection{Landscape pages}
If a figure or table is too wide to fit the page it will need to be rotated, along with its caption, through 90$^{\circ}$ anticlockwise.
Landscape figures and tables can be produced using the \verb"rotating" package, which is called by the \texttt{interact} class file.
The following commands (for example) can be used to produce such pages.
\begin{verbatim}
\setcounter{figure}{0}
\begin{sidewaysfigure}
\centerline{\epsfbox{figname.eps}}
\caption{Example landscape figure caption.}
\label{landfig}
\end{sidewaysfigure}
\end{verbatim}
\begin{verbatim}
\setcounter{table}{0}
\begin{sidewaystable}
\tbl{Example landscape table caption.}
{\begin{tabular}{@{}llllcll}
.
.
.
\end{tabular}}\label{landtab}
\end{sidewaystable}
\end{verbatim}
Before any such float environment, use the \verb"\setcounter" command as above to fix the numbering of the caption. Subsequent captions will then be automatically renumbered accordingly.
The \verb"\epsfbox" command requires \verb"epsfig.sty", which is called by the \texttt{interact} class file and is also included in the \textsf{Interact} \LaTeX\ bundle for convenience.
\subsection{Theorem-like structures}
A predefined \verb"proof" environment is provided by the \texttt{amsthm} package (which is called by the \texttt{interact} class file), as follows:
\begin{proof}
More recent algorithms for solving the semidefinite programming relaxation are particularly efficient, because they explore the structure of the MAX-CUT problem.
\end{proof}
\noindent This was produced by simply typing:
\begin{verbatim}
\begin{proof}
More recent algorithms for solving the semidefinite programming
relaxation are particularly efficient, because they explore the
structure of the MAX-CUT problem.
\end{proof}
\end{verbatim}
Other theorem-like environments (theorem, lemma, corollary, etc.) need to be defined as required, e.g.\ using \verb"\newtheorem{theorem}{Theorem}" in the preamble of your .tex file (see the preamble of \verb"interacttfpsample.tex" for more examples). You can define the numbering scheme for these structures however suits your article best. Please note that the format of the text in these environments may be changed if necessary to match the style of individual journals by the typesetter during preparation of the proofs.
\subsection{Mathematics}
\subsubsection{Displayed mathematics}
The \texttt{interact} class file will set displayed mathematical formulas centred on the page without equation numbers if you use the \texttt{displaymath} environment or the equivalent \verb"\[...\]" construction. For example, the equation
\[
\hat{\theta}_{w_i} = \hat{\theta}(s(t,\mathcal{U}_{w_i}))
\]
was typeset using the commands
\begin{verbatim}
\[
\hat{\theta}_{w_i} = \hat{\theta}(s(t,\mathcal{U}_{w_i}))
\]
\end{verbatim}
For those of your equations that you wish to be automatically numbered sequentially throughout the text, use the \texttt{equation} environment, e.g.
\begin{equation}
\hat{\theta}_{w_i} = \hat{\theta}(s(t,\mathcal{U}_{w_i}))
\end{equation}
was typeset using the commands
\begin{verbatim}
\begin{equation}
\hat{\theta}_{w_i} = \hat{\theta}(s(t,\mathcal{U}_{w_i}))
\end{equation}
\end{verbatim}
Part numbers for sets of equations may be generated using the \texttt{subequations} environment, e.g.
\begin{subequations} \label{subeqnexample}
\begin{equation}
\varepsilon \rho w_{tt}(s,t)
= N[w_{s}(s,t),w_{st}(s,t)]_{s},
\label{subeqnpart}
\end{equation}
\begin{equation}
w_{tt}(1,t)+N[w_{s}(1,t),w_{st}(1,t)] = 0,
\end{equation}
\end{subequations}
which was generated using the commands
\begin{verbatim}
\begin{subequations} \label{subeqnexample}
\begin{equation}
\varepsilon \rho w_{tt}(s,t)
= N[w_{s}(s,t),w_{st}(s,t)]_{s},
\label{subeqnpart}
\end{equation}
\begin{equation}
w_{tt}(1,t)+N[w_{s}(1,t),w_{st}(1,t)] = 0,
\end{equation}
\end{subequations}
\end{verbatim}
This is made possible by the \texttt{amsmath} package, which is called by the class file. If you put the \verb"\label{}" just after the \verb"\begin{subequations}" line, references will be to the collection of equations, `(\ref{subeqnexample})' in the example above. Or, like the example code above, you can reference each equation individually -- e.g.\ `(\ref{subeqnpart})'.
Displayed mathematics should be given end-of-line punctuation appropriate to the running text sentence of which it forms a part, if required.
\subsubsection{Math fonts}
\paragraph{Superscripts and subscripts}
Superscripts and subscripts will automatically come out in the correct size in a math environment (i.e.\ enclosed by `\verb"$"' delimiters in running text, or within \verb"\[...\]" or the `\texttt{equation}' environment for displayed equations). Sub/superscripts that are physical variables should be italic, whereas those that are labels should be roman (e.g.\ $C_p$, $T_\mathrm{eff}$). If the subscripts or superscripts need to be other than italic, they must be coded individually.
\paragraph{Upright Greek characters and the upright partial derivative sign}
Upright lowercase Greek characters can be obtained by inserting the letter `u' in the control code for the character, e.g.\ \verb"\umu" and \verb"\upi" produce $\umu$ (used, for example, in the symbol for the unit microns -- $\umu\mathrm{m}$) and $\upi$ (the ratio of the circumference of a circle to its diameter). Similarly, the control code for the upright partial derivative $\upartial$ is \verb"\upartial". Bold lowercase as well as uppercase Greek characters can be obtained by \verb"{\bm \gamma}", for example, which gives ${\bm \gamma}$, and \verb"{\bm \Gamma}", which gives ${\bm \Gamma}$.
\section*{Acknowledgement(s)}
An unnumbered section, e.g.\ \verb"\section*{Acknowledgements}", may be used for thanks, etc.\ if required and included \emph{in the non-anonymous version} before any Notes or References.
\section*{Disclosure statement}
An unnumbered section, e.g.\ \verb"\section*{Disclosure statement}", may be used to declare any potential conflict of interest and included \emph{in the non-anonymous version} before any Notes or References, after any Acknowledgements and before any Funding information.
\section*{Funding}
An unnumbered section, e.g.\ \verb"\section*{Funding}", may be used for grant details, etc.\ if required and included \emph{in the non-anonymous version} before any Notes or References.
\section*{Notes on contributor(s)}
An unnumbered section, e.g.\ \verb"\section*{Notes on contributors}", may be included \emph{in the non-anonymous version} if required. A photograph may be added if requested.
\section*{Notes}
An unnumbered `Notes' section may be included before the References (if using the \verb"endnotes" package, use the command \verb"\theendnotes" where the notes are to appear, instead of creating a \verb"\section").
\section{References}
\subsection{References cited in the text}
References cited in the text should be quoted by italic numbers in parentheses (e.g.\ (\textit{1}), (\textit{2}, \textit{4}, \textit{10}), (\textit{11}--\textit{15}), \emph{not} (\textit{11})--(\textit{15})), in the order in which they first appear. For further details on this reference style, see the Instructions for Authors on the Taylor \& Francis website.
Each bibliographic entry has a key, which is assigned by the author and used to refer to that entry in the text. In this document, the key \verb"Gou02" in the citation form \verb"\cite{Gou02}" produces `\cite{Gou02}', and the keys \verb"LeC03" and \verb"Ban75" in the citation form \verb"\cite{LeC03,Ban75}" produce `\cite{LeC03,Ban75}'. The citation for a range of bibliographic entries such as `\cite{Sah04,Hil90,Pul04,Kli04,Leo05,Wib74,McG02,Gar88,Zie03,Cha94,Moh04,ACSPD,Car01,Pus05,Mul05,Tay05,Squ05,Len04,Pet99,She04,Tsc04,Cha04}' will automatically be produced by \verb"\cite{Sah04,Hil90,Pul04,Kli04,Leo05,Wib74,McG02,Gar88,Zie03,Cha94,Moh04," \verb"ACSPD,Car01,Pus05,Mul05,Tay05,Squ05,Len04,Pet99,She04,Tsc04,Cha04}". By using the \verb"merge" option to \verb"natbib", citation keys within a multiple \verb"\cite" command may contain a leading \verb"*" that causes them to be merged in the bibliography together with the previous citation as a single entry with a single reference number. For example, \verb"\cite{LP02,*LP04}" produces `\cite{LP02,*LP04}', and both references are listed in the bibliography under one entry with that number.
\subsection{The list of references}
References should be listed at the end of the main text in the order in which they are first cited in the text. Include all author names with surname first, then initials. Separate multiple author names with semicolons, and multiple editor names with commas. If a reference has more than ten authors, list the first ten names followed by `et al.'. The following list shows some sample references prepared in Taylor \& Francis' Reference Style P.
\begin{thebibliography}{99}
\bibitem{Gou02}%01
Gould, S.J. \emph{The Structure of Evolutionary Theory}; Belknap Press:
Cambridge, MA, 2002.
\bibitem{LeC03}%02
Le~Couteur, P.; Burreson, J. \emph{Napoleon's Buttons: How 17 Molecules Changed
History}; Jeremy P. Tarcher/Putnam: New York, 2003; pp 32--47.
\bibitem{Ban75}%03
Bandy, A.R., Ed. \emph{The Chemistry of the Atmosphere: Oxidants and Oxidation
in the Earth's Atmosphere}; Royal Society of Chemistry: Cambridge, UK, 1995.
\bibitem{Sah04}%04
Saha, B.C., Hayashi, K., Eds. \emph{Lignocellulose Biodegradation}; ACS
Symposium Series 889; American Chemical Society: Washington, DC, 2004.
\bibitem{Hil90}%05
Hillman, L.W. In \emph{Dye Laser Principles with Applications}; Duarte, F.J.,
Hillman, L.W., Eds.; Academic: New York, 1990; Chapter~2.
\bibitem{Pul04}%06
Puls, J.; Saake, B. Industrially Isolated Hemicelluloses. In
\emph{Hemicelluloses: Science and Technology}; Gatenholm, P., Tenkanen, M.,
Eds.; ACS Symposium Series 864; American Chemical Society: Washington, DC,
2004; pp 24--37.
\bibitem{Kli04}%07
Kline, R.B. \emph{Principles and Practice of Structural Equation Modeling}, 2nd
ed.; Guilford Press: New York, 2004.
\bibitem{Leo05}%08
Leone, S.R., McDermott, A.E., Paul, A., Eds. \emph{Annual Review of Physical
Chemistry}; Annual Reviews: Palo Alto, CA, 2005; Vol.~56.
\bibitem{Wib74}%09
Wiberg, K. In \emph{Investigations of Rates and Mechanisms of Reactions};
Lewis, E.S., Ed.; Techniques of Chemistry, Vol.~VI, Part~I; Wiley: New York,
1974; p 764.
\bibitem{McG02}%10
\emph{McGraw-Hill Encyclopedia of Science and Technology}, 9th ed.;
McGraw-Hill: New York, 2002; 20 vols.
\bibitem{Gar88}%11
Garrone, E.; Ugliengo, P. In \emph{Structure and Reactivity of Surfaces},
Proceedings of the European Conference, Trieste, Italy, Sept~13--20, 1988;
Zecchina, A., Cost, G., Morterra, C., Eds.; Elsevier: Amsterdam, 1988.
\bibitem{Zie03}%12
Zientek, K.D.; Eyler, J.R. Presented at the 51st ASMS Conference on Mass
Spectrometry and Allied Topics, Montreal, Canada, June~8--12, 2003.
\bibitem{Cha94}%13
Chandrakanth, J.S. Effects of Ozone on the Colloidal Stability of Particles
Coated with Natural Organic Matter. Ph.D. Dissertation, University of
Colorado, Boulder, CO, 1994.
\bibitem{Moh04}%14
Mohamed, M. Waterjet Cutting Up to 900~MPa. Ph.D. Thesis, University of
Hannover, Germany, 2004.
\bibitem{ACSPD}%15
ACS Publications Division Home Page. http://pubs.acs.org (accessed Nov~7,
2004).
\bibitem{Car01}%16
Caruso, R.A.; Susha, A.; Caruso, F. Multilayered Titania, Silica and Laponite
Nanoparticle Coatings on Polystyrene Colloidal Templates. \emph{Chem. Mater.}
\textbf{2001}, \emph{13}, 400--409.
\bibitem{Pus05}%17
Puskas, J.E.; Chan, S.W.P.; McAuley, K.B.; Shaikh, S.; Kaszas, G. \emph{J.
Polym. Sci., Part A: Polym. Chem.} \textbf{2005}, \emph{43}, 5394--5413 and
references therein.
\bibitem{Mul05}%18
Mullin, R. \emph{Chem. Eng. News} \textbf{2005}, \emph{83}~(Oct~17), 7.
\bibitem{Tay05}%19
Taylor, C.W.; Kumar, S. \emph{Eur. J. Cancer} \textbf{2005},
\emph{40}~(Suppl.~1), 781.
\bibitem{Squ05}%20
Squires, S. Falling Short on Nutrients. \emph{The Washington Post}, Oct~4,
2005, p H1.
\bibitem{Len04}%21
Lenssen, K.C.; Jantscheff, P.; Kiedrowski, G.; Massing, U. Cationic Lipids with
Serine Backbone for Transfecting Biological Molecules. Eur. Pat. Appl.
1457483, 2004.
\bibitem{Pet99}%22
Petrovick, P.R.; Carlini, E. Antiulcerogenic Preparation from \emph{Maytenus
ilicifolia} and Obtaintion Process. Br. Patent PI 994502, March~6, 1999.
\bibitem{She04}%23
Sheem, S.K. Low-Cost Fiber Optic Pressure Sensor. US Patent 6,738,537,
May~18, 2004.
\bibitem{Tsc04}%24
Tschantz, B.A.; Moran, B.M. \emph{Modeling of the Hydrologic Transport of
Mercury in the UEFPC Watershed}; Technical Report for Lockheed Martin Energy
Systems: Bethesda, MD, September 2004.
\bibitem{Cha04}%25
Chatterjee, K.; Visconti, A.; Mirocha, C.J. Deepoxy T-2 Tetraol: A Metabolite
of T-2 Toxin Found in Cow Urine. \emph{J. Agric. Food Chem.}, submitted for
publication, 2004.
\bibitem{LP02}%26a
Lu, Y.; Pignatello, J.J. \emph{Environ. Sci. Technol.} \textbf{2002},
\emph{36}, 4553--4561.
\bibitem{LP04}%26b
Lu, Y.; Pignatello, J.J. \emph{Environ. Sci. Technol.} \textbf{2004},
\emph{38}, 5853--5862.
\end{thebibliography}
\bigskip
\noindent This was produced by typing:
\begin{verbatim}
\begin{thebibliography}{99}
\bibitem{Gou02}%01
Gould, S.J. \emph{The Structure of Evolutionary Theory}; Belknap Press:
Cambridge, MA, 2002.
\bibitem{LeC03}%02
Le~Couteur, P.; Burreson, J. \emph{Napoleon's Buttons: How 17 Molecules
Changed History}; Jeremy P. Tarcher/Putnam: New York, 2003; pp 32--47.
\bibitem{Ban75}%03
Bandy, A.R., Ed. \emph{The Chemistry of the Atmosphere: Oxidants and
Oxidation in the Earth's Atmosphere}; Royal Society of Chemistry:
Cambridge, UK, 1995.
\bibitem{Sah04}%04
Saha, B.C., Hayashi, K., Eds. \emph{Lignocellulose Biodegradation}; ACS
Symposium Series 889; American Chemical Society: Washington, DC, 2004.
\bibitem{Hil90}%05
Hillman, L.W. In \emph{Dye Laser Principles with Applications}; Duarte,
F.J., Hillman, L.W., Eds.; Academic: New York, 1990; Chapter~2.
\bibitem{Pul04}%06
Puls, J.; Saake, B. Industrially Isolated Hemicelluloses. In
\emph{Hemicelluloses: Science and Technology}; Gatenholm, P.,
Tenkanen, M., Eds.; ACS Symposium Series 864; American Chemical
Society: Washington, DC, 2004; pp 24--37.
\bibitem{Kli04}%07
Kline, R.B. \emph{Principles and Practice of Structural Equation
Modeling}, 2nd ed.; Guilford Press: New York, 2004.
\bibitem{Leo05}%08
Leone, S.R., McDermott, A.E., Paul, A., Eds. \emph{Annual Review of
Physical Chemistry}; Annual Reviews: Palo Alto, CA, 2005; Vol.~56.
\bibitem{Wib74}%09
Wiberg, K. In \emph{Investigations of Rates and Mechanisms of
Reactions}; Lewis, E.S., Ed.; Techniques of Chemistry, Vol.~VI,
Part~I; Wiley: New York, 1974; p 764.
\bibitem{McG02}%10
\emph{McGraw-Hill Encyclopedia of Science and Technology}, 9th ed.;
McGraw-Hill: New York, 2002; 20 vols.
\bibitem{Gar88}%11
Garrone, E.; Ugliengo, P. In \emph{Structure and Reactivity of
Surfaces}, Proceedings of the European Conference, Trieste, Italy,
Sept~13--20, 1988; Zecchina, A., Cost, G., Morterra, C., Eds.;
Elsevier: Amsterdam, 1988.
\bibitem{Zie03}%12
Zientek, K.D.; Eyler, J.R. Presented at the 51st ASMS Conference on
Mass Spectrometry and Allied Topics, Montreal, Canada, June~8--12,
2003.
\bibitem{Cha94}%13
Chandrakanth, J.S. Effects of Ozone on the Colloidal Stability of
Particles Coated with Natural Organic Matter. Ph.D. Dissertation,
University of Colorado, Boulder, CO, 1994.
\bibitem{Moh04}%14
Mohamed, M. Waterjet Cutting Up to 900~MPa. Ph.D. Thesis, University of
Hannover, Germany, 2004.
\bibitem{ACSPD}%15
ACS Publications Division Home Page. http://pubs.acs.org (accessed
Nov~7, 2004).
\bibitem{Car01}%16
Caruso, R.A.; Susha, A.; Caruso, F. Multilayered Titania, Silica and
Laponite Nanoparticle Coatings on Polystyrene Colloidal Templates.
\emph{Chem. Mater.} \textbf{2001}, \emph{13}, 400--409.
\bibitem{Pus05}%17
Puskas, J.E.; Chan, S.W.P.; McAuley, K.B.; Shaikh, S.; Kaszas, G.
\emph{J. Polym. Sci., Part A: Polym. Chem.} \textbf{2005}, \emph{43},
5394--5413 and references therein.
\bibitem{Mul05}%18
Mullin, R. \emph{Chem. Eng. News} \textbf{2005}, \emph{83}~(Oct~17), 7.
\bibitem{Tay05}%19
Taylor, C.W.; Kumar, S. \emph{Eur. J. Cancer} \textbf{2005},
\emph{40}~(Suppl.~1), 781.
\bibitem{Squ05}%20
Squires, S. Falling Short on Nutrients. \emph{The Washington Post},
Oct~4, 2005, p H1.
\bibitem{Len04}%21
Lenssen, K.C.; Jantscheff, P.; Kiedrowski, G.; Massing, U. Cationic
Lipids with Serine Backbone for Transfecting Biological Molecules.
Eur. Pat. Appl. 1457483, 2004.
\bibitem{Pet99}%22
Petrovick, P.R.; Carlini, E. Antiulcerogenic Preparation from
\emph{Maytenus ilicifolia} and Obtaintion Process. Br. Patent PI
994502, March~6, 1999.
\bibitem{She04}%23
Sheem, S.K. Low-Cost Fiber Optic Pressure Sensor. US Patent 6,738,537,
May~18, 2004.
\bibitem{Tsc04}%24
Tschantz, B.A.; Moran, B.M. \emph{Modeling of the Hydrologic Transport
of Mercury in the UEFPC Watershed}; Technical Report for Lockheed
Martin Energy Systems: Bethesda, MD, September 2004.
\bibitem{Cha04}%25
Chatterjee, K.; Visconti, A.; Mirocha, C.J. Deepoxy T-2 Tetraol: A
Metabolite of T-2 Toxin Found in Cow Urine. \emph{J. Agric. Food
Chem.}, submitted for publication, 2004.
\bibitem{LP02}%26a
Lu, Y.; Pignatello, J.J. \emph{Environ. Sci. Technol.} \textbf{2002},
\emph{36}, 4553--4561.
\bibitem{LP04}%26b
Lu, Y.; Pignatello, J.J. \emph{Environ. Sci. Technol.} \textbf{2004},
\emph{38}, 5853--5862.
\end{thebibliography}
\end{verbatim}
\bigskip
\noindent Each entry takes the form:
\begin{verbatim}
\bibitem{key}%n Bibliography entry
\end{verbatim}
where `\texttt{key}' is the tag that is to be used as an argument for the \verb"\cite{}" commands in the text of the article and `\texttt{Bibliography entry}' is the material that is to appear in the list of references, suitably formatted. The commands
\begin{verbatim}
\usepackage[numbers,sort&compress,merge]{natbib}
\bibpunct[, ]{(}{)}{,}{n}{,}{,}
\renewcommand\bibfont{\fontsize{10}{12}\selectfont}
\renewcommand\citenumfont[1]{\textit{#1}}
\renewcommand\bibnumfmt[1]{(#1)}
\end{verbatim}
need to be included in the preamble of your .tex file in order to generate the citations and bibliography as described above.
Instead of typing the bibliography by hand, you may prefer to create the list of references using a \textsc{Bib}\TeX\ database. The \texttt{tfp.bst} file needs to be in your working folder or an appropriate directory, and the lines
\begin{verbatim}
\bibliographystyle{tfp}
\bibliography{interacttfpsample}
\end{verbatim}
included where the list of references is to appear, where \texttt{tfp.bst} is the name of the \textsc{Bib}\TeX\ bibliography style file for Taylor \& Francis' Reference Style P and \texttt{interacttfpsample.bib} is the bibliographic database included with the \textsf{Interact}-TFP \LaTeX\ bundle (to be replaced with the name of your own .bib file). \LaTeX/\textsc{Bib}\TeX\ will extract from your .bib file only those references that are cited in your .tex file and list them in the References section.
Please include a copy of your .bib file and/or the final generated .bbl file among your source files if your .tex file does not contain a reference list in a \texttt{thebibliography} environment.
\section{Appendices}
Any appendices should be placed after the list of references, beginning with the command \verb"\appendix" followed by the command \verb"\section" for each appendix title, e.g.
\begin{verbatim}
\appendix
\section{This is the title of the first appendix}
\section{This is the title of the second appendix}
\end{verbatim}
produces:\medskip
\noindent\textbf{Appendix A. This is the title of the first appendix}\medskip
\noindent\textbf{Appendix B. This is the title of the second appendix}\medskip
\noindent Subsections, equations, figures, tables, etc.\ within appendices will then be automatically numbered as appropriate. Some theorem-like environments may need to have their counters reset manually (e.g.\ if they are not numbered within sections in the main text). You can achieve this by using \verb"\numberwithin{remark}{section}" (for example) just after the \verb"\appendix" command.
\appendix
\section{Troubleshooting}
Authors may occasionally encounter problems with the preparation of a manuscript using \LaTeX. The appropriate action to take will depend on the nature of the problem:
\begin{enumerate}
\item[(i)] If the problem is with \LaTeX\ itself, rather than with the actual macros, please consult an appropriate \LaTeXe\ manual for initial advice. If the solution cannot be found, or if you suspect that the problem does lie with the macros, then please contact Taylor \& Francis for assistance (\texttt{latex.helpdesk@tandf.co.uk}).
\item[(ii)] Problems with page make-up (e.g.\ occasional overlong lines of text; figures or tables appearing out of order): please do not try to fix these using `hard' page make-up commands -- the typesetter will deal with such problems. (You may, if you wish, draw attention to particular problems when submitting the final version of your manuscript.)
\item[(iii)] If a required font is not available on your system, allow \TeX\ to substitute the font and specify which font is required in a covering letter accompanying your files.
\end{enumerate}
\section{Obtaining the template and class file}
\subsection{Via the Taylor \& Francis website}
This article template and the \texttt{interact} class file may be obtained via the `Instructions for Authors' pages of selected Taylor \& Francis journals.
Please note that the class file calls up the open-source \LaTeX\ packages booktabs.sty, epsfig.sty and rotating.sty, which will, for convenience, unpack with the downloaded template and class file. The template calls for natbib.sty and subfigure.sty, which are also supplied for convenience.
\subsection{Via e-mail}
This article template, the \texttt{interact} class file and the associated open-source \LaTeX\ packages are also available via e-mail. Requests should be addressed to \texttt{latex.helpdesk@tandf.co.uk}, clearly stating for which journal you require the template and class file.
\end{document}