Document Parameters¶
Note
All of the document parameters defined in this section are to be placed after the \documentclass
definition and before the \begin{document}
call.
\documentclass[template=tech-memo]{nasa-latex-docs}
% PREAMBLE
% DEFINE DOCUMENT PARAMETERS HERE
\begin{document}
% DEFINE DOCUMENT CONTENT HERE
\end{document}
Document Parameter Quick Links
docOrganization¶
Text
\docOrganization[
National Aeronautics and Space Administration \\
Lyndon B. Johnson Space Center \\
Houston, Texas \\
]
docAuthor¶
Text
\docAuthorName(1)={John A. Author}
\docAuthorPosition(1)={Engineering Author}
\docAuthorOrganization(1)={EA/Engineering Directorate}
\docAuthorLocation(1)={NASA - Johnson Space Center}
\docAuthorName(2)={}
docApprover¶
Text
\docApproverName(1)={John A. Approver}
\docApproverPosition(1)={Engineering Approver}
\docApproverOrganization(1)={EA/Engineering Directorate}
\docApproverLocation(1)={NASA - Johnson Space Center}
\docApproverName(2)={}
docContributor¶
Text
\docContributorName(1)={John A. Contributor}
\docContributorPosition(1)={Engineering Contributor}
\docContributorOrganization(1)={EA/Engineering Directorate}
\docContributorLocation(1)={NASA - Johnson Space Center}
\docContributorName(2)={}