Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edmaths
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
luke naylor latex documents
edmaths
Commits
560a8d68
Commit
560a8d68
authored
4 years ago
by
Joshua Fogg
Browse files
Options
Downloads
Patches
Plain Diff
Deleted old files
parent
5e66177a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-6
0 additions, 6 deletions
.gitignore
README.md
+0
-84
0 additions, 84 deletions
README.md
with
0 additions
and
90 deletions
.gitignore
deleted
100644 → 0
+
0
−
6
View file @
5e66177a
*.log
*.out
main.pdf
*.nav
.DS_Store
*.gz
This diff is collapsed.
Click to expand it.
README.md
deleted
100644 → 0
+
0
−
84
View file @
5e66177a
## New Usher Institute theme for LaTeX/beamer presentations.
### Usage:
Extract the contents of this archive to a directory in your $TEXINPUTS
path.
In your beamer source file, state
`\usetheme{UsherNew}`
in the
preamble. There are three different colour scheme variations:
-
`\usetheme[colour=USHERorange]{UsherNew}`
: the default colour scheme,
-
`\usetheme[colour=USHERgreen]{UsherNew}`
and
-
`\usetheme[colour=USHERblue]{UsherNew}`
### Basic example:
```
TeX
\documentclass
{
beamer
}
%% this is the default orange theme; options USHERgreen and USHERblue
%% are also available
\usetheme
{
UsherNew
}
\title
[Short Title]
{
A Long and verbose title
}
\subtitle
{
and a sub-title
}
\author
{
Dr Benway
}
\institute
{
The Mental Institute
}
\date
{
Feb 1935
}
\begin{document}
\maketitle
\begin{frame}
{
Words of Advice for Young People
}
\label
{
sec:Advice
}
People often ask me if I have any words of
\alert
{
advice
}
for young people...
\\
[2ex]
\pause
\begin{itemize}
\item
<1->
\alert
{
Never
}
interfere in a
\alert
{
boy-and-girl
}
fight
\item
<2-> Any
\alert
{
old soul
}
is worth saving
\\
\uncover
<3->
{
at
\alert
{
least to
}
a priest
}
,
\begin{itemize}
\item
<4-> But
\alert
{
not
}
every soul is
\alert
{
worth buying
}
.
\end{itemize}
\item
<5-> ...
\end{itemize}
\end{frame}
\begin{frame}
{
Conclusions
}
\label
{
sec:what?
}
\begin{itemize}
\item
<2-> What
\alert
{
are
}
we doing here?
\item
<4-> What?
\item
<2-> Answers:
\begin{itemize}
\item
<3-> We are here
\alert
{
to go
}
.
\end{itemize}
\end{itemize}
\end{frame}
\end{document}
```
See also
`sample.tex`
for a basic presentation.
### Notes
If you use
[
pdf-presenter-console
](
https://pdfpc.github.io/
)
, a
presenter console with multi-monitor support for PDF files, try
`\usepackage{beamernotes}`
and enter your notes as in
```
Tex
\bnote{my notes}
```
*after*
the
`frame`
you want to annotate.
The contents will generate a filename.pdfpc file containing
all notes to be shown by pdfpc.
Enjoy.
--
SL (s.luz@ed.ac.uk)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment