template_brand_Refresh.tex 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %This is the LaTeX ARTICLE template for RSC journals
  3. %Copyright The Royal Society of Chemistry 2014
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5. \documentclass[twoside,twocolumn,9pt]{article}
  6. \usepackage{extsizes}
  7. \usepackage[super,sort&compress,comma]{natbib}
  8. \usepackage[version=3]{mhchem}
  9. \usepackage[left=1.5cm, right=1.5cm, top=1.785cm, bottom=2.0cm]{geometry}
  10. \usepackage{balance}
  11. \usepackage{widetext}
  12. \usepackage{times,mathptmx}
  13. \usepackage{sectsty}
  14. \usepackage{graphicx}
  15. \usepackage{lastpage}
  16. \usepackage[format=plain,justification=raggedright,singlelinecheck=false,font={stretch=1.125,small,sf},labelfont=bf,labelsep=space]{caption}
  17. \usepackage{float}
  18. \usepackage{fancyhdr}
  19. \usepackage{fnpos}
  20. \usepackage[english]{babel}
  21. \usepackage{array}
  22. \usepackage{droidsans}
  23. \usepackage{charter}
  24. \usepackage[T1]{fontenc}
  25. \usepackage[usenames,dvipsnames]{xcolor}
  26. \usepackage{setspace}
  27. \usepackage[compact]{titlesec}
  28. %%%Please don't disable any packages in the preamble, as this may cause the template to display incorrectly.%%%
  29. \usepackage{epstopdf}%This line makes .eps figures into .pdf - please comment out if not required.
  30. \definecolor{cream}{RGB}{222,217,201}
  31. \begin{document}
  32. \pagestyle{fancy}
  33. \thispagestyle{plain}
  34. \fancypagestyle{plain}{
  35. %%%HEADER%%%
  36. \fancyhead[C]{\includegraphics[width=18.5cm]{head_foot/header_bar}}
  37. \fancyhead[L]{\hspace{0cm}\vspace{1.5cm}\includegraphics[height=30pt]{head_foot/journal_name}}
  38. \fancyhead[R]{\hspace{0cm}\vspace{1.7cm}\includegraphics[height=55pt]{head_foot/RSC_LOGO_CMYK}}
  39. \renewcommand{\headrulewidth}{0pt}
  40. }
  41. %%%END OF HEADER%%%
  42. %%%PAGE SETUP - Please do not change any commands within this section%%%
  43. \makeFNbottom
  44. \makeatletter
  45. \renewcommand\LARGE{\@setfontsize\LARGE{15pt}{17}}
  46. \renewcommand\Large{\@setfontsize\Large{12pt}{14}}
  47. \renewcommand\large{\@setfontsize\large{10pt}{12}}
  48. \renewcommand\footnotesize{\@setfontsize\footnotesize{7pt}{10}}
  49. \makeatother
  50. \renewcommand{\thefootnote}{\fnsymbol{footnote}}
  51. \renewcommand\footnoterule{\vspace*{1pt}%
  52. \color{cream}\hrule width 3.5in height 0.4pt \color{black}\vspace*{5pt}}
  53. \setcounter{secnumdepth}{5}
  54. \makeatletter
  55. \renewcommand\@biblabel[1]{#1}
  56. \renewcommand\@makefntext[1]%
  57. {\noindent\makebox[0pt][r]{\@thefnmark\,}#1}
  58. \makeatother
  59. \renewcommand{\figurename}{\small{Fig.}~}
  60. \sectionfont{\sffamily\Large}
  61. \subsectionfont{\normalsize}
  62. \subsubsectionfont{\bf}
  63. \setstretch{1.125} %In particular, please do not alter this line.
  64. \setlength{\skip\footins}{0.8cm}
  65. \setlength{\footnotesep}{0.25cm}
  66. \setlength{\jot}{10pt}
  67. \titlespacing*{\section}{0pt}{4pt}{4pt}
  68. \titlespacing*{\subsection}{0pt}{15pt}{1pt}
  69. %%%END OF PAGE SETUP%%%
  70. %%%FOOTER%%%
  71. \fancyfoot{}
  72. \fancyfoot[LO,RE]{\vspace{-7.1pt}\includegraphics[height=9pt]{head_foot/LF}}
  73. \fancyfoot[CO]{\vspace{-7.1pt}\hspace{13.2cm}\includegraphics{head_foot/RF}}
  74. \fancyfoot[CE]{\vspace{-7.2pt}\hspace{-14.2cm}\includegraphics{head_foot/RF}}
  75. \fancyfoot[RO]{\footnotesize{\sffamily{1--\pageref{LastPage} ~\textbar \hspace{2pt}\thepage}}}
  76. \fancyfoot[LE]{\footnotesize{\sffamily{\thepage~\textbar\hspace{3.45cm} 1--\pageref{LastPage}}}}
  77. \fancyhead{}
  78. \renewcommand{\headrulewidth}{0pt}
  79. \renewcommand{\footrulewidth}{0pt}
  80. \setlength{\arrayrulewidth}{1pt}
  81. \setlength{\columnsep}{6.5mm}
  82. \setlength\bibsep{1pt}
  83. %%%END OF FOOTER%%%
  84. %%%FIGURE SETUP - please do not change any commands within this section%%%
  85. \makeatletter
  86. \newlength{\figrulesep}
  87. \setlength{\figrulesep}{0.5\textfloatsep}
  88. \newcommand{\topfigrule}{\vspace*{-1pt}%
  89. \noindent{\color{cream}\rule[-\figrulesep]{\columnwidth}{1.5pt}} }
  90. \newcommand{\botfigrule}{\vspace*{-2pt}%
  91. \noindent{\color{cream}\rule[\figrulesep]{\columnwidth}{1.5pt}} }
  92. \newcommand{\dblfigrule}{\vspace*{-1pt}%
  93. \noindent{\color{cream}\rule[-\figrulesep]{\textwidth}{1.5pt}} }
  94. \makeatother
  95. %%%END OF FIGURE SETUP%%%
  96. %%%TITLE, AUTHORS AND ABSTRACT%%%
  97. \twocolumn[
  98. \begin{@twocolumnfalse}
  99. \vspace{3cm}
  100. \sffamily
  101. \begin{tabular}{m{4.5cm} p{13.5cm} }
  102. \includegraphics{head_foot/DOI} & \noindent\LARGE{\textbf{This is the title$^\dag$}} \\%Article title goes here instead of the text "This is the title"
  103. \vspace{0.3cm} & \vspace{0.3cm} \\
  104. & \noindent\large{Full Name,$^{\ast}$\textit{$^{a}$} Full Name,\textit{$^{b\ddag}$} and Full Name\textit{$^{a}$}} \\%Author names go here instead of "Full name", etc.
  105. \includegraphics{head_foot/dates} & \noindent\normalsize{The abstract should be a single paragraph which summarises the content of the article. Any references in the abstract should be written out in full \textit{e.g.} [Surname \textit{et al., Journal Title}, 2000, \textbf{35}, 3523].} \\%The abstract goes here instead of the text "The abstract should be..."
  106. \end{tabular}
  107. \end{@twocolumnfalse} \vspace{0.6cm}
  108. ]
  109. %%%END OF TITLE, AUTHORS AND ABSTRACT%%%
  110. %%%FONT SETUP - please do not change any commands within this section
  111. \renewcommand*\rmdefault{bch}\normalfont\upshape
  112. \rmfamily
  113. \section*{}
  114. \vspace{-1cm}
  115. %%%FOOTNOTES%%%
  116. \footnotetext{\textit{$^{a}$~Address, Address, Town, Country. Fax: XX XXXX XXXX; Tel: XX XXXX XXXX; E-mail: xxxx@aaa.bbb.ccc}}
  117. \footnotetext{\textit{$^{b}$~Address, Address, Town, Country. }}
  118. %Please use \dag to cite the ESI in the main text of the article.
  119. %If you article does not have ESI please remove the the \dag symbol from the title and the footnotetext below.
  120. \footnotetext{\dag~Electronic Supplementary Information (ESI) available: [details of any supplementary information available should be included here]. See DOI: 10.1039/b000000x/}
  121. %additional addresses can be cited as above using the lower-case letters, c, d, e... If all authors are from the same address, no letter is required
  122. \footnotetext{\ddag~Additional footnotes to the title and authors can be included \emph{e.g.}\ `Present address:' or `These authors contributed equally to this work' as above using the symbols: \ddag, \textsection, and \P. Please place the appropriate symbol next to the author's name and include a \texttt{\textbackslash footnotetext} entry in the the correct place in the list.}
  123. %%%END OF FOOTNOTES%%%
  124. %%%MAIN TEXT%%%%
  125. The main text of the article\cite{Mena2000} should appear here.
  126. \subsection{This is the subsection heading style}
  127. Section headings can be typeset with and without numbers.\cite{Abernethy2003}
  128. \subsubsection{This is the subsubsection style.~~} These headings should end in a full point.
  129. \paragraph{This is the next level heading.~~} For this level please use \texttt{\textbackslash paragraph}. These headings should also end in a full point.
  130. \section{Graphics and tables}
  131. \subsection{Graphics}
  132. Graphics should be inserted on the page where they are first mentioned (unless they are equations, which appear in the flow of the text).\cite{Cotton1999}
  133. \begin{figure}[h]
  134. \centering
  135. \includegraphics[height=3cm]{example}
  136. \caption{An example figure caption}
  137. \label{fgr:example}
  138. \end{figure}
  139. \begin{figure*}
  140. \centering
  141. \includegraphics[height=3cm]{example2}
  142. \caption{An image from the \textit{Physical Chemistry Chemical Physics} cover gallery, set as a two-column figure.}
  143. \label{fgr:example2col}
  144. \end{figure*}
  145. \subsection{Tables}
  146. Tables typeset in RSC house style do not include vertical lines. Table footnote symbols are lower-case italic letters and are typeset at the bottom of the table. Table captions do not end in a full point.\cite{Arduengo1992,Eisenstein2005}
  147. \begin{table}[h]
  148. \small
  149. \caption{\ An example of a caption to accompany a table}
  150. \label{tbl:example}
  151. \begin{tabular*}{0.5\textwidth}{@{\extracolsep{\fill}}lll}
  152. \hline
  153. Header one/units & Header two & Header three \\
  154. \hline
  155. 1 & 2 & 3 \\
  156. 4 & 5 & 6 \\
  157. 7 & 8 & 9 \\
  158. 10 & 11 & 12 \\
  159. \hline
  160. \end{tabular*}
  161. \end{table}
  162. Adding notes to tables can be complicated. Perhaps the easiest method is to generate these manually.\footnote[4]{Footnotes should appear here. These might include comments relevant to but not central to the matter under discussion, limited experimental and spectral data, and crystallographic data.}
  163. % an example of a two-column table
  164. %\begin{table*}
  165. %\small
  166. %\caption{\ An example of a caption to accompany a table, table captions do not end in a full point}
  167. %\label{tbl:example}
  168. %\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}lllllll}
  169. %\hline
  170. %Header one & Header two & Header three & Header four & Header five & Header six & Header seven\\
  171. %\hline
  172. %1 & 2 & 3 & 4 & 5 & 6 & 7\\
  173. %8 & 9 & 10 & 11 & 12 & 13 & 14 \\
  174. %15 & 16 & 17 & 18 & 19 & 20 & 21\\
  175. %\hline
  176. %\end{tabular*}
  177. %\end{table*}
  178. \section{Equations}
  179. Equations can be typeset inline \textit{e.g.} $ y = mx + c$ or displayed with and without numbers:
  180. \[ A = \pi r^2 \]
  181. \begin{equation}
  182. \frac{\mathrm{\gamma}}{\mathrm{\epsilon}x} r^2 = 2r
  183. \end{equation}
  184. \pagebreak
  185. \begin{widetext}
  186. \begin{eqnarray} \label{e27}
  187. T_{nn''}^{mm''}=
  188. \begin{cases}
  189. & \dfrac{(q{+}p'')!\,(p{-}p'')!}{(q{-}q'')!\,(p{+}q'')!}\,a^{m-m''}b^{n''}\,P_{p-p''}^{(m-m'',n'')}(1{-}2A^2)P_{p-p''}^{(m-m'',n'')}(2B^2{-}1)~~~ \\ & \text{when}~~~n-n''\geq m-m''\geq0~,\\
  190. \\
  191. & \dfrac{(p{+}q'')!\,(q{-}q'')!}{(p{-}p'')!\,(q{+}p'')!}\,a^{m''-m}b^{n''}\,P_{q-q''}^{(m''-m,n'')}(1{-}2A^2)\,P_{q-q''}^{(m''-m,n'')}(2B^2{-}1)~~~ \\ & \text{when}~~~ n-n''\geq m''-m\geq0~, \\
  192. \\
  193. &0 ~~~ \text{otherwise}.
  194. \end{cases}
  195. \end{eqnarray}
  196. \end{widetext}
  197. You can also put lists into the text. You can have bulleted or numbered lists of almost any kind.
  198. The \texttt{mhchem} package can also be used so that formulae are easy to input: \texttt{\textbackslash ce\{H2SO4\}} gives \ce{H2SO4}.
  199. For footnotes in the main text of the article please number the footnotes to avoid duplicate symbols. e.g. \texttt{\textbackslash footnote[num]\{your text\}} the corresponding author $\ast$ counts as footnote 1, ESI as footnote 2, e.g. if there is no ESI, please start at [num]=[2], if ESI is cited in the title please start at [num]=[3] etc. Please also cite the ESI within the main body of the text using \dag.
  200. \section{Conclusions}
  201. The conclusions section should come at the end of article. For the reference section, the style file rsc.bst can be used to generate the correct reference style.
  202. %%%END OF MAIN TEXT%%%
  203. %The \balance command can be used to balance the columns on the final page if desired. It should be placed anywhere within the first column of the last page.
  204. %\balance
  205. %If notes are included in your references you can change the title from 'References' to 'Notes and references' using the following command:
  206. %\renewcommand\refname{Notes and references}
  207. %%%REFERENCES%%%
  208. \bibliography{rsc} %You need to replace "rsc" on this line with the name of your .bib file
  209. \bibliographystyle{rsc} %the RSC's .bst file
  210. \end{document}