Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 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