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 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
# grant class
# Matthew Bertucci 2022/05/19 for v0.0.5
#include:etoolbox
#include:class-book
#include:babel
# loads english option of babel
#include:inputenc
#include:fontenc
# loads T1 option of fontenc
#include:uarial
#include:ulem
#include:soul
#include:xcolor
#include:framed
#include:setspace
#include:geometry
#include:titlesec
#include:chappg
#include:fancyhdr
#include:paralist
#include:enumitem
#include:hyphenat
#include:biblatex
# loads style=nature option of biblatex
#include:graphicx
#include:caption
#include:hyperref
#include:tabularx
#include:longtable
#include:ltxtable
#include:placeins
#include:pdfpages
#include:lineno
#include:booktabs
#include:wrapfig
#include:amsmath
#include:csquotes
#include:pdfcomment
#include:multicol
#keyvals:\documentclass/grant#c
10pt
11pt
12pt
isdraft
isnotdraft
iswhitepaper
isnotwhitepaper
issectioncompact
isnotsectioncompact
isbibcompact
isnotbibcompact
#endkeyvals
\AbstractName
\AbstractOtherPersonnelName
\AdminAddress
\AdminEmail
\AdminFax
\AdminInstitution
\AdminName
\AdminPhone
\AdminTitle
\chapternonum[secunit]{title}#L1
\chapternonum{title}#L1
\chapternotitle{title}#L1
\dontcite{bibid}#*C
\fntsiz#*
\FundingAgency
\FundingDeadline
\FundingId
\FundingIdTitle
\FundingTitle
\FundingUrl
\LeadOrganizationAddress
\LeadOrganizationCAGE
\LeadOrganizationDUNS
\LeadOrganizationName
\LeadOrganizationTIN
\makeabstractcoverpage
\makecoverpage
\oldcite{bibid}#*C
\OtherKeyPersonnel
\partnonum[secunit]{title}#L0
\partnonum{title}#L0
\PiAddress
\PiDepartment
\PiEmail
\PiFax
\PiInstitution
\PiName
\PiPhone
\PiTitle
\PiUrl
\PoAddress
\PoEmail
\PoName
\PoPhone
\ProposalCostInMillions
\ProposalDurationInYears
\ProposalTitle
\sectionnonum[secunit]{title}#L2
\sectionnonum{title}#L2
\subsectionnonum[secunit]{title}#L3
\subsectionnonum{title}#L3
\subsubsectionnonum[secunit]{title}#L4
\subsubsectionnonum{title}#L4
hlcolor#B
shadecolor#B
# from english option of babel
\captionsenglish#*
\dateenglish#*
\extrasenglish#*
\noextrasenglish#*
\englishhyphenmins#*
\britishhyphenmins#*
\americanhyphenmins#*
\prefacename#*
\bibname#*
\chaptername#*
\enclname#*
\ccname#*
\headtoname#*
\pagename#*
\seename#*
\alsoname#*
\proofname#*
\glossaryname#*
# from T1 option of fontenc
\DH#n
\dh#n
\dj#n
\DJ#n
\guillemetleft#n
\guillemetright#n
\guillemotleft#*n
\guillemotright#*n
\guilsinglleft#n
\guilsinglright#n
\Hwithstroke#n
\hwithstroke#n
\k{arg}#n
\NG#n
\ng#n
\quotedblbase#n
\quotesinglbase#n
\textogonekcentered{arg}#n
\textquotedbl#n
\th#n
\TH#n
# from style=nature option of biblatex
#keyvals:\usepackage/biblatex#c,\ExecuteBibliographyOptions#c
articletitle#true,false
intitle#true,false
#endkeyvals
|