{"id":16576253,"url":"https://github.com/adamliter/tree-drawing-tutorial","last_synced_at":"2025-03-05T18:28:03.694Z","repository":{"id":81580900,"uuid":"236542243","full_name":"adamliter/tree-drawing-tutorial","owner":"adamliter","description":"A tutorial covering several different computer-based options for drawing syntactic trees","archived":false,"fork":false,"pushed_at":"2023-02-20T21:50:23.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T17:30:49.847Z","etag":null,"topics":["latex","linguistics","syntax","syntax-trees","tutorial"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"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/adamliter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-01-27T16:56:02.000Z","updated_at":"2022-05-21T16:21:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"21db640d-2767-4893-9468-f407e75a0133","html_url":"https://github.com/adamliter/tree-drawing-tutorial","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"5c73ff0b818efee3588987462ae0ce6fccc2d07a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamliter%2Ftree-drawing-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamliter%2Ftree-drawing-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamliter%2Ftree-drawing-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamliter%2Ftree-drawing-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamliter","download_url":"https://codeload.github.com/adamliter/tree-drawing-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242078550,"owners_count":20068565,"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","linguistics","syntax","syntax-trees","tutorial"],"created_at":"2024-10-11T22:07:40.440Z","updated_at":"2025-03-05T18:28:03.676Z","avatar_url":"https://github.com/adamliter.png","language":"TeX","readme":"# Tree drawing tutorial\n\nThis handout was developed for University of Maryland's LING 311 class,\nin spring 2020, as a tutorial on how to draw trees on the computer.\n\nIt is a substantially revised version of a tutorial that [Diogo\nAlmeida][diogo] originally wrote in fall 2006.\n\nFeel free to fork this repository and open a pull request if you see\nways that these materials could be improved. You're also welcome to open\na GitHub issue.\n\nAnother good (more advanced) resource for drawing trees is [Alan\nMunn][amunn]'s \"[Using Overleaf to make Trees][amunn-overleaf]\"\ntutorial.\n\n# Compiling\n\nIn order to compile the file `tree-drawing-tutorial.tex`, you\nwill need to do the following things:\n\n* Install `Pygments`. If you have `pip` installed, you can just do\n  `pip install Pygments`. See the [`minted` documentation][minted]\n  for more information.\n* Compile the file with shell escape enabled. Also see\n  the [`minted` documentation][minted] for more information.\n* Either change the font that the document uses or download and install\n  the Adobe Garamond Pro font on your machine.\n* Either change the bibliography style or install *S\u0026P*'s [Biblatex\n  implementation of the Unified Stylesheet for Linguistics\n  Journals][biblatex-sp-unified].\n\nWhile not necessary to succesfully compile the document, if you'd like\nthe `git` information in the footer to be typeset correctly, you will\nalso need to:\n\n* Install the three required hooks into the `.git/hooks/` directory.\n  This can be done via the `install-git-hooks.sh` script on a *nix\n  system with `./circle-ci-setup/install-git-hooks.sh`. Then do\n  `git checkout master`. (The `git` information for insertion into the\n  document is generated anytime a checkout, commit, or merge occurs.)\n\n# History\n\nFor a list of changes, see the [changelog][changelog]. For PDFs of older\nreleases of this document, see the [releases][releases].\n\n# License\n\n\u003ca rel=\"license\"\nhref=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"\u003e\u003cimg\nalt=\"Creative Commons License\" style=\"border-width:0\"\nsrc=\"https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr\n/\u003eThis work is licensed under a \u003ca rel=\"license\"\nhref=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"\u003eCreative\nCommons Attribution-NonCommercial-ShareAlike 4.0 International\nLicense\u003c/a\u003e.\n\n[diogo]: https://www.diogoalmeida.net/\n[amunn]: https://amunn.github.io/\n[amunn-overleaf]: https://amunn.github.io/assets/latex/overleaf-trees.pdf\n[minted]: http://texdoc.net/texmf-dist/doc/latex/minted/minted.pdf\n[biblatex-sp-unified]: https://github.com/semprag/biblatex-sp-unified/\n[changelog]: /CHANGELOG.md\n[releases]: https://github.com/adamliter/tree-drawing-tutorial/releases\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamliter%2Ftree-drawing-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamliter%2Ftree-drawing-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamliter%2Ftree-drawing-tutorial/lists"}