nasa-latex-docs icon indicating copy to clipboard operation
nasa-latex-docs copied to clipboard

Adding initial tech presentation format

Open jcarpi opened this issue 3 years ago • 0 comments

Users can use template=tech-presentation to use this new presentation template. A new \slide command can be used to create a page that looks like the title page, but has empty contents to allow users to fill in their own content.

Example Slide Usage:

\slide{My Slide Title}{
  \flushleft\textbf{\Large Some Excellent Points}
  \vspace{1em}
  \begin{itemize}
    \item My first point...
    \item A second point...
    \item And another point...
  \end{itemize}
}

Note that the end goal would be to overload \section in the tech-presentation template, but I wasn't able to make that work, so \slide was a helpful workaround in the short term.

Out of the box, the title slide looks like this... Screen Shot 2022-01-12 at 5 45 50 PM

jcarpi avatar Jan 12 '22 22:01 jcarpi