{"id":19952911,"url":"https://github.com/shenzhouhong/sartre-notes","last_synced_at":"2025-03-01T15:17:20.300Z","repository":{"id":97470843,"uuid":"440989613","full_name":"ShenZhouHong/sartre-notes","owner":"ShenZhouHong","description":"Comprehensive notes on Jean-Paul Sartre's Being and Nothingness. 100 pages of explanation and guidance for a 800 page monograph.","archived":false,"fork":false,"pushed_at":"2022-11-11T03:36:18.000Z","size":8991,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T06:27:20.968Z","etag":null,"topics":["existentialism","metaphysics","notes","philosophy","sartre"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShenZhouHong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-12-22T21:33:42.000Z","updated_at":"2024-08-20T12:34:43.000Z","dependencies_parsed_at":"2023-04-05T02:33:22.341Z","dependency_job_id":null,"html_url":"https://github.com/ShenZhouHong/sartre-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"ShenZhouHong/latex-essay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShenZhouHong%2Fsartre-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShenZhouHong%2Fsartre-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShenZhouHong%2Fsartre-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShenZhouHong%2Fsartre-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShenZhouHong","download_url":"https://codeload.github.com/ShenZhouHong/sartre-notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241381648,"owners_count":19953752,"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":["existentialism","metaphysics","notes","philosophy","sartre"],"created_at":"2024-11-13T01:14:45.419Z","updated_at":"2025-03-01T15:17:20.290Z","avatar_url":"https://github.com/ShenZhouHong.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes on Jean-Paul Sartre's Being and Nothingness\n\nAn comprehensive set of notes on Jean Paul Sartre's Being and Nothingness. Taken during the course of my study in preparation for my 2022 Senior Essay at St. John's College. These notes follow the organisation and progression of Sartre's monograph, and can be followed along in their reading.\n\n![Preview of the notes.](./preview.png)\n\n## Accessing document\nThe notes are written in LaTeX, a document typesetting language. Compiled (ready-to-print) versions of these notes are available for both A4-paper, and U.S Letter size paper. \n\n* [**Sartre Notes Single Sided, U.S. Letter Size (Best for Scrolling)**](./sartre-notes-single-side-letter.pdf)\n* [**Sartre Notes Double-Sided U.S. Letter Size (Best for Printing)**](./sartre-notes-double-side-letter.pdf)\n* [**Sartre Notes Single Sided, A4 Size (Best for Scrolling)**](./sartre-notes-single-side-a4.pdf)\n* [**Sartre Notes Double-Sided A4 Size (Best for Printing)**](./sartre-notes-double-side-a4.pdf)\n\nThe double-sided variants are best for printing. When printed and bound double-sided, the margin notes will always face the exterior of the binding. The single-sided variants are best for scrolling.\n\n## Compiling document\n\nIn order to compile latex source files, run `make` in the terminal:\n\n```\ncd latex\nmake\nmake clean\n```\n\nNote: for any partial compiles where compilation fails at a certain point, you\nshould run `make clean` followed by make again. Trying to run make after a\nfailed compile would result in additional errors.\n\n## Dependencies\nThis template uses a makefile to compile the latex source files. The makefile\nuses `latexmk`, which runs latex the correct number of times. This is because\ndue to the presense of figures, tables, and biblatex databases, latex needs to\nbe called multiple times in some cases. Latexmk should be included in your\nlatex installation, but if it is now, you may download it here:\n\n* http://personal.psu.edu/jcc8//software/latexmk-jcc/\n\nAdditionally, this template uses XeLaTeX by default, as it allows the inclusion\nof unicode characters in the latex source files. If XeLaTeX is not installed, or\nplain LaTeX is required, simply alter the `makefile` at the appropriate call:\n\n```\n# MAIN LATEXMK RULE\n$(source_name).pdf: $(source_name).tex\n  ...\n\tlatexmk -pdf -xelatex -use-make $\u003c\n```\n\nXeLaTeX allows one to use foreign characters like ü or æ natively in the latex\nsource files, though. So it's probably a good idea to install XeLaTeX:\n\n* http://xetex.sourceforge.net/\n\n### Related documentation\nFor an overview of how to populate biblatex `citations.bib` files, visit the\nbiblatex-mla manual at CTAN.\n\n* https://www.ctan.org/pkg/biblatex-mla\n\n### GPLv3 License\nThe raw template itself is licensed under the terms of the GPL (version 3). A\nfull copy of the license is attached in `LICENSE.md`. Naturally, any works\nthat you create using this template (i.e. any actual essays you write using\nit) will be your own intellectual property. The GPLv3 license only applies to\nany derivative templates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshenzhouhong%2Fsartre-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshenzhouhong%2Fsartre-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshenzhouhong%2Fsartre-notes/lists"}