📚 The CoCalc Library - books, templates and other resources
License: OTHER
%%% PNAS one column mathematics article style file1%%% For use with pnas-new.cls2\NeedsTeXFormat{LaTeX2e}3\ProvidesPackage{pnasmathematics}[2016/02/28 v1.2 PNAS one column mathematics article style]45%% Set whether the abstract is set into the first column6\setboolean{shortarticle}{false}7% true = set into first column8% false = spans page width910%% Set to single column style11\onecolumn12\setboolean{singlecolumn}{true}1314%% Set colors15\definecolor{color2}{RGB}{130,0,0} % color1617%% Set up the first page footnote/fact box here18\RequirePackage{float}19\floatstyle{plain}20\newfloat{sigstatement}{b!}{sst}2122\additionalelement{%23\begin{sigstatement}24\sffamily25\mdfdefinestyle{pnassigstyle}{linewidth=0.7pt,backgroundcolor=pnasblueback,linecolor=pnasbluetext,fontcolor=pnasbluetext,innertopmargin=6pt,innerrightmargin=6pt,innerbottommargin=6pt,innerleftmargin=6pt}26\@ifundefined{@significancestatement}{}{%27\begin{mdframed}[style=pnassigstyle]%28\section*{Significance Statement}%29\@significancestatement30\end{mdframed}}31% \medskip32\scriptsize33\@ifundefined{@authorcontributions}{}{\@authorcontributions}34\vskip5pt%35\@ifundefined{@authordeclaration}{}{\@authordeclaration}36\vskip5pt%37\@ifundefined{@equalauthors}{}{\@equalauthors}38\vskip5pt%39\@ifundefined{@correspondingauthor}{}{\@correspondingauthor}40\end{sigstatement}41}4243%% No additional elements nor pnasbreak required44%\additionalelement{}45\def\pnasbreak{}4647\endinput4849