Skip to content

Adding initial tech presentation format - #21

Open
jcarpi wants to merge 1 commit into
nasa:masterfrom
jcarpi:initial-tech-presentation-template
Open

Adding initial tech presentation format#21
jcarpi wants to merge 1 commit into
nasa:masterfrom
jcarpi:initial-tech-presentation-template

Conversation

@jcarpi

@jcarpi jcarpi commented Jan 12, 2022

Copy link
Copy Markdown

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

* Users can use template=tech-presentation to use this new presentation template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant