1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
# quantumarticle class
# Matthew Bertucci 4/7/2022 for v6.0
#include:xkeyval
#include:etoolbox
#include:geometry
#include:ltxgrid
#include:fancyhdr
#include:caption
#include:lmodern
#include:bbm
#include:xcolor
#include:xstring
#include:tikz
# loads calc tikzlibrary
#include:hyperref
#keyvals:\documentclass/quantumarticle#c
a4paper
a5paper
b5paper
letterpaper
legalpaper
executivepaper
landscape
10pt
11pt
12pt
oneside
twoside
draft
final
titlepage
notitlepage
onecolumn
twocolumn
leqno
fleqn
openbib
amsfonts
noamsfonts
amssymb
noamssymb
amsmath
noamsmath
unpublished
accepted=%<YYYY-MM-DD%>
noarxiv
#endkeyvals
#ifOption:amsfonts
#include:amsfonts
#endif
#ifOption:amsmath
#include:amsmath
#endif
#ifOption:amssymb
#include:amssymb
#endif
\acknowledgments{text}#S
\acknowledgmentsname#*
\addauthortolabel{arg1}{arg2}#*
\address[id]{affiliation}#*
\address{affiliation}#*
\affil[id]{affiliation}
\affil{affiliation}
\affiliation{affiliation}
\altaffiliation{affiliation}#*
\author[id]{name}
\begin{acknowledgements}
\end{acknowledgements}
\begin{widetext}
\end{widetext}
\collaboration{name}#*
\ead[url]{%<URL%>}#*
\ead{email%URL}#*U
\email[prefix]{email%URL}#*U
\email{email%URL}#U
\homepage[prefix]{URL}#*U
\homepage{URL}#U
\keywords{keywords}#*
\nocontentsline{arg1}{arg2}{arg3}#*
\openone#m
\orcid[prefix]{ORCID}#*
\orcid{ORCID}
\Quantum
\quantumarticleversion#*
\thanks[prefix]{text}#*
quantumviolet#B
quantumgray#B
# revtex compatibility
\ao#S
\ap#S
\apl#S
\apj#S
\bell#S
\jqe#S
\assp#S
\aprop#S
\mtt#S
\iovs#S
\jcp#S
\jmo#S
\josa#S
\josaa#S
\josab#S
\jpp#S
\nat#S
\oc#S
\ol#S
\pl#S
\pra#S
\prb#S
\prc#S
\prd#S
\pre#S
\prl#S
\rmp#S
\pspie#S
\sjqe#S
\vr#S
\pacs{arg}#S
\preprint{arg}#S
\volumeyear{arg}#S
\volumenumber{arg}#S
\issuenumber{arg}#S
\eid{arg}#S
\startpage{arg}#S
\endpage{arg}#S
|