{"id":18607343,"url":"https://github.com/addono/simple-logbook","last_synced_at":"2025-07-06T22:08:34.062Z","repository":{"id":82277190,"uuid":"105026781","full_name":"Addono/Simple-logbook","owner":"Addono","description":"A LaTeX package offering a simple way to track and display the time you spend.","archived":false,"fork":false,"pushed_at":"2020-01-07T12:53:24.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T21:12:03.719Z","etag":null,"topics":["latex","logbook","package","teamwork"],"latest_commit_sha":null,"homepage":null,"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/Addono.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2017-09-27T14:12:37.000Z","updated_at":"2020-01-07T12:53:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0ac67d2-1f05-4ba8-8d18-24f8896466ca","html_url":"https://github.com/Addono/Simple-logbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Addono/Simple-logbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2FSimple-logbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2FSimple-logbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2FSimple-logbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2FSimple-logbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Addono","download_url":"https://codeload.github.com/Addono/Simple-logbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addono%2FSimple-logbook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263980180,"owners_count":23538922,"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":["latex","logbook","package","teamwork"],"created_at":"2024-11-07T02:29:09.499Z","updated_at":"2025-07-06T22:08:34.045Z","avatar_url":"https://github.com/Addono.png","language":"TeX","readme":"# Simple logbook\nA simple logbook package to track and display the amount of time spend during a project.\n![screenshot-of-the-application](https://raw.githubusercontent.com/Addono/Simple-logbook/master/screen-shot.png)\n\n## Usage\nStart by copying `logbook.sty` and `nth.sty` to the root of your LaTeX project. \n\n*Note: `nth` might be optional, if your package manager includes it, however we observed that it generally isn't.*\n\nFirst, import the package, this should probably be somewhere at the top of your document:\n```tex\n\\usepackage{logbook}\n```\n\nThen, in the `document` environment you can use the `logbookTable` environment as such:\n```tex\n\\begin{logbookTable}{table-name}\n  %\\logEntry{Month}{Day}{# minutes}{Description}\n\n  % Initial phase\n  \\logEntry{02}{02}{120}{Did something.}\n  \\logEntry{02}{04}{120}{And more things.}\n  \\logSubtotal{Initial phase}  % Using logSubtotal is optional\n\n  % Second phase\n  \\logEntry{02}{14}{50}{Started on the second phase.}\n  \\logEntry{02}{16}{60}{Did things.}\n  \\logSubtotal{Second phase}\n  \n  % Add a row summing the amount of time spent during the whole project.\n  \\logTotal\n\\end{logbookTable}\n```\n\nSee `example.tex` for a complete example on how to use this package.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddono%2Fsimple-logbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddono%2Fsimple-logbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddono%2Fsimple-logbook/lists"}