An open API service indexing awesome lists of open source software.

https://github.com/bitmeal/oppnotes


https://github.com/bitmeal/oppnotes

Last synced: 5 months ago
JSON representation

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