https://github.com/bitmeal/oppnotes
https://github.com/bitmeal/oppnotes
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitmeal/oppnotes
- Owner: bitmeal
- Created: 2018-09-21T19:05:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T19:10:18.000Z (over 7 years ago)
- Last Synced: 2025-04-08T15:21:17.520Z (about 1 year ago)
- Language: TeX
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oppnotes
Latex-Beamer package `oppnotes.sty` to make notes in XML format understood by [*open-pdf-presenter*](https://code.google.com/archive/p/open-pdf-presenter/). File containing notes will be output as `\jobname.xml`
## Usage
In frame environment use `\oppnote{...}`; linebreak in notes supported.
```latex
\usepackage{oppnotes}
...
\begin{frame}
...
\oppnote{
Your note\\
text
}
\end{frame}
```