{"id":16314920,"url":"https://github.com/cebe/pdfpc-latex-notes","last_synced_at":"2025-06-29T01:33:33.995Z","repository":{"id":8965349,"uuid":"10706229","full_name":"cebe/pdfpc-latex-notes","owner":"cebe","description":"Latex Package that allows creating a pdfpc compatible notes file directly from your latex presentation \\notes.","archived":false,"fork":false,"pushed_at":"2019-07-30T21:48:30.000Z","size":48,"stargazers_count":150,"open_issues_count":15,"forks_count":36,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-02-27T10:35:11.200Z","etag":null,"topics":["beamer","hacktoberfest","latex","latex-presentation","notes","pdfpc","presentation","tex"],"latest_commit_sha":null,"homepage":"http://cebe.github.io/pdfpc-latex-notes","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cebe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-15T12:47:50.000Z","updated_at":"2024-12-18T18:02:38.000Z","dependencies_parsed_at":"2022-08-29T11:30:55.135Z","dependency_job_id":null,"html_url":"https://github.com/cebe/pdfpc-latex-notes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cebe%2Fpdfpc-latex-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cebe%2Fpdfpc-latex-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cebe%2Fpdfpc-latex-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cebe%2Fpdfpc-latex-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cebe","download_url":"https://codeload.github.com/cebe/pdfpc-latex-notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243818195,"owners_count":20352629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beamer","hacktoberfest","latex","latex-presentation","notes","pdfpc","presentation","tex"],"created_at":"2024-10-10T21:55:36.919Z","updated_at":"2025-03-16T14:30:53.025Z","avatar_url":"https://github.com/cebe.png","language":"TeX","readme":"pdfpc-latex-notes\n=================\n\n[![Build Status](https://travis-ci.org/cebe/pdfpc-latex-notes.svg?branch=master)](https://travis-ci.org/cebe/pdfpc-latex-notes)\n\nThis is a LaTeX Package that allows creating [pdfpc](http://davvil.github.io/pdfpc/)\ncompatible notes file directly from your latex presentation `\\note`s.\n\nIt was created as a result from a [question on stackoverflow](http://tex.stackexchange.com/questions/119191/extract-all-note-tags-from-beamer-as-a-simple-text-file/119267#119267).\n\nUsage\n-----\n\nDownload [pdfpcnotes.sty](https://raw.github.com/cebe/pdfpc-latex-notes/master/pdfpcnotes.sty)\nfrom github and put it somewhere where latex can find it.  \nThe same directory as your `.tex` file will work.\n\nAdd `\\usepackage{pdfpcnotes}` somewhere before `\\begin{document}` in your `.tex`-file.\n\nYou can then use the `\\pnote{}` command like you used `\\note{}` before.\nBehavior will be the same but it will additionally write notes to file in pdfpc readable format.\n\nWhen running for example `pdflatex` you will end up with an additional `.pdfpc` file that\nwill automatically be recognized by pdfpc and displays your notes nicely in the notes section on your control screen.\n\nCheck the [demo/](./demo/) folder for an example `.tex` file.\n\n### Options\n\nIt is possible to give the following options for `\\usepackage`:\n\n* `duration=N`: Set the duration in minutes. See `--duration`\n* `lastminutes=N`: pdfpc will warn during the last N minute. See `--last-minutes`.\n* `starttime=HH:MM`: Set the start time of the presentation. See `--start-time`.\n* `endtime=HH:MM`: Set the end time of the presentation. See `--end-time`.\n\nAnything not working yet?\n-------------------------\n\n- It does not preserve newlines, so everything in a `\\pnote{}` will end up\n  in one line of the output file.\n  To replace newlines and paragraphs you may use the following commands:\n\n  ```\n      sed -i 's/\\\\\\\\/\\n/g' slides.pdfpc\n      sed -i 's/\\\\par/\\n\\n/g' slides.pdfpc\n  ```\n\nContact\n-------\n\nI'm happy to receive your feedback!\nDrop me a line to mail@cebe.cc or write in github issue tracker if you find a bug.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcebe%2Fpdfpc-latex-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcebe%2Fpdfpc-latex-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcebe%2Fpdfpc-latex-notes/lists"}