Giter Club home page Giter Club logo

pdfpc-latex-notes's Introduction

pdfpc-latex-notes

Build Status

This is a LaTeX Package that allows creating pdfpc compatible notes file directly from your latex presentation \notes.

It was created as a result from a question on stackoverflow.

Usage

Download pdfpcnotes.sty from github and put it somewhere where latex can find it.
The same directory as your .tex file will work.

Add \usepackage{pdfpcnotes} somewhere before \begin{document} in your .tex-file.

You can then use the \pnote{} command like you used \note{} before. Behavior will be the same but it will additionally write notes to file in pdfpc readable format.

When running for example pdflatex you will end up with an additional .pdfpc file that will automatically be recognized by pdfpc and displays your notes nicely in the notes section on your control screen.

Check the demo/ folder for an example .tex file.

Options

It is possible to give the following options for \usepackage:

  • duration=N: Set the duration in minutes. See --duration
  • lastminutes=N: pdfpc will warn during the last N minute. See --last-minutes.
  • starttime=HH:MM: Set the start time of the presentation. See --start-time.
  • endtime=HH:MM: Set the end time of the presentation. See --end-time.

Anything not working yet?

  • It does not preserve newlines, so everything in a \pnote{} will end up in one line of the output file. To replace newlines and paragraphs you may use the following commands:

        sed -i 's/\\\\/\n/g' slides.pdfpc
        sed -i 's/\\par/\n\n/g' slides.pdfpc
    

Contact

I'm happy to receive your feedback! Drop me a line to [email protected] or write in github issue tracker if you find a bug.

pdfpc-latex-notes's People

Contributors

cebe avatar abooij avatar drup avatar mehiel avatar the-compiler avatar lucaswerkmeister avatar 8sd avatar sje30 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.