Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Adding initial tech presentation format #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcarpi
Copy link

@jcarpi jcarpi commented Jan 12, 2022

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant