{"id":13691005,"url":"https://github.com/rhaberkorn/gpresent","last_synced_at":"2025-10-08T14:04:04.574Z","repository":{"id":139472957,"uuid":"74897873","full_name":"rhaberkorn/gpresent","owner":"rhaberkorn","description":"Presentation macros for GNU roff (unofficial fork with patches and extensions)","archived":false,"fork":false,"pushed_at":"2017-02-23T02:38:42.000Z","size":119,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-23T09:09:27.388Z","etag":null,"topics":["groff","macros","presentations","slides"],"latest_commit_sha":null,"homepage":"https://staff.fnwi.uva.nl/b.diertens/useful/gpresent/","language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhaberkorn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-11-27T15:55:38.000Z","updated_at":"2025-04-06T13:52:12.000Z","dependencies_parsed_at":"2024-04-08T01:50:18.427Z","dependency_job_id":null,"html_url":"https://github.com/rhaberkorn/gpresent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhaberkorn/gpresent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaberkorn%2Fgpresent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaberkorn%2Fgpresent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaberkorn%2Fgpresent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaberkorn%2Fgpresent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhaberkorn","download_url":"https://codeload.github.com/rhaberkorn/gpresent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaberkorn%2Fgpresent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278956330,"owners_count":26075221,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["groff","macros","presentations","slides"],"created_at":"2024-08-02T17:00:38.460Z","updated_at":"2025-10-08T14:04:04.557Z","avatar_url":"https://github.com/rhaberkorn.png","language":"Roff","funding_links":[],"categories":["External sources"],"sub_categories":[],"readme":"# GPRESENT\n\n## DESCRIPTION\n\ngpresent is a package for making presentations with groff and\nacroread.  It consist of a set of macros to be used with groff\nand a post-processor for manipulating the PostScript output of\ngroff.  Without the use of the PAUSE macro, it can also be used\nfor making slides.\n\nThis Git repository has been set up as a fork of the\n[original gpresent sources by\nBob Diertens](https://staff.fnwi.uva.nl/b.diertens/useful/gpresent/)\nsince they have not been updated in a while.\nIt will run on recent versions of Groff.\n\n## FILES\n\nFile name | Description\n--------- | -----------\n`README.md` | this file\n`present` | presentation macros\n`groff_present` | manual page of the presentation macros\n`presentps` | post-processor for the output of groff\n`presentps` | manual page of presentps\n`demo` | groff input file of the demonstration\n`demo` | demonstration of the macros\n`sidebar` | groff input file of the sidebar demonstration\n`sidebar` | demonstration of a sidebar as header\n`smile` | used in demos.\n`piclink` | picture linking macros\n`groff_piclink` | manual page of the picture linking macros\n`piclink` | groff input file of the piclink demonstration\n`piclink` | demonstration of links inside a picture.\n`COPYING` | the GNU General Public License (GPL)\n`CHANGES` | list of changes compared to previous versions\n\n## USAGE\n\nPresentations:\n\n    % groff -mm -mpresent file.rof \u003e file.pps\n    % presentps -l \u003c file.pps \u003e file.ps\n    % ps2pdf file.ps\n    % acroread file.pdf\n\nSlides:\n\n    % groff -P-l -mm -mpresent file.rof \u003e file.ps\n\nNote:\n\n- Do not forget to put in options for the preprocessors that\n  are to be used.\n- On systems were Troff is installed you have to use `-mgm`\n  instead of `-mm`.\n\n## NEEDED\n\n* [groff](https://www.gnu.org/software/groff/)\n  (version 1.18.1 dated Oct 3, 2002 or higher/later) with\n  the mm macros (included with groff)\n* [perl](https://www.perl.org/) (version 5.x)\n* ps2pdf included with [Ghostscript](http://www.ghostscript.com/)\n  (version 5.10 or higher)\n* Some PDF viewer (e.g. evince, acroread)\n\n## INSTALL\n\n* put `present.tmac` and `piclink.tmac` in the tmac directory of your\n  groff installation (and delete old version named `tmac.present`)\n* change the path in the first line of presentps to the path of\n  your perl version 5.x and put `presentps` in the bin directory of\n  your groff installation\n* put `groff_present.7` and `groff_piclink.7` in `man/man7` of your\n  groff installation\n* put `presentps.1` in `man/man1` of your groff installation\n\n## NOTES\n\n* acroread: in your preferences for FullScreen set\n  Default Transition to Replace\n  Mouse Cursor to Always Visible or Hidden After Delay\n\n## AUTHOR\n\nBob Diertens, \u003cbobd@science.uva.nl\u003e\n\n## COPYRIGHT\n\ngpresent is free software. See the file `COPYING` for copying\npermission.\n\n## WEBSITE\n\nhttps://staff.fnwi.uva.nl/b.diertens/useful/gpresent/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhaberkorn%2Fgpresent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhaberkorn%2Fgpresent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhaberkorn%2Fgpresent/lists"}