{"id":14525293,"url":"https://github.com/sozelfist/LaTeX-TikZ","last_synced_at":"2025-09-01T11:31:40.689Z","repository":{"id":140091455,"uuid":"443538049","full_name":"sozelfist/LaTeX-TikZ","owner":"sozelfist","description":"This LaTeX TikZ project is a collection of pictures generated using the TikZ library.","archived":false,"fork":false,"pushed_at":"2023-10-31T09:39:05.000Z","size":12665,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T00:32:46.430Z","etag":null,"topics":["latex","pgf-figures","pgfplots","tikz","tikz-figures"],"latest_commit_sha":null,"homepage":"","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/sozelfist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","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":"2022-01-01T12:51:20.000Z","updated_at":"2024-08-25T04:14:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"5465fffe-5303-433e-88b0-1365dc38815b","html_url":"https://github.com/sozelfist/LaTeX-TikZ","commit_stats":null,"previous_names":["sozelfist/latex-tikz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sozelfist/LaTeX-TikZ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozelfist%2FLaTeX-TikZ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozelfist%2FLaTeX-TikZ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozelfist%2FLaTeX-TikZ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozelfist%2FLaTeX-TikZ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sozelfist","download_url":"https://codeload.github.com/sozelfist/LaTeX-TikZ/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozelfist%2FLaTeX-TikZ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273114746,"owners_count":25048253,"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-09-01T02:00:09.058Z","response_time":120,"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":["latex","pgf-figures","pgfplots","tikz","tikz-figures"],"created_at":"2024-09-04T14:01:36.706Z","updated_at":"2025-09-01T11:31:39.724Z","avatar_url":"https://github.com/sozelfist.png","language":"TeX","funding_links":[],"categories":["TeX"],"sub_categories":[],"readme":"# LaTeX-TikZ\n\n📚 This is a repository for storing and sharing **LaTeX-TikZ**  and **PGFPlots** pictures.\n\n## Require\n\n[![windows](https://img.shields.io/badge/windows-11-blue?logo=windows\u0026logoColor=blue\u0026labelColor=000000)](https://www.microsoft.com/en-us/windows?r=1)\n[![git](https://img.shields.io/badge/Git-2.34.1.windows.1-f05032?logo=git\u0026labelColor=000000)](https://git-scm.com/)\n[![github](https://img.shields.io/badge/GitHub-000000?logo=github\u0026logoColor=181717\u0026labelColor=white)](https://github.com)\n[![VSCode](https://img.shields.io/badge/Visual_Studio_Code-1.63.2-1f425f.svg?logo=visual-studio-code\u0026logoColor=007acc\u0026labelColor=000000)](https://code.visualstudio.com/)\n[![texlive](https://img.shields.io/badge/TeXLive-2021-teal?logo=latex\u0026logoColor=teal\u0026labelColor=000000)](https://tug.org/texlive/)\n[![latex-workshop](https://img.shields.io/badge/latex_workshop-8.23.0-007acc?logo=visual-studio-code\u0026logoColor=007acc\u0026labelColor=000000)](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)\n\n## Usage\n\n```sh\n# clone the repo\n$ git clone https://github.com/TruongNhanNguyen/LaTeX-TikZ.git\n# navigate to specify folder\n$ cd \u003cfolder-name\u003e\n# example\n# cd TikZ/GitHubProfilePicture\n# compile .tex to .pdf\n$ pdflatex main.tex\n```\n\n## My Github Profile Picture\n\n![github](TikZ/GitHubProfilePicture/github-profile-picture.png)\n\n```latex\n\\documentclass[tikz, border=10pt]{standalone}\n\n\\usepackage{tikz}\n\\usetikzlibrary{trees, snakes}\n\\usepackage{xcolor}\n\n\\tikzset{\n    level 1/.style = {sibling angle=120},\n    level 2/.style = {sibling angle=60},\n    level 3/.style = {sibling angle=30},\n    every node/.style = {fill},\n    edge from parent/.style = {snake=expanding waves, segment length=1mm, segment angle=10, very thick, draw}\n}\n\n\\begin{document}\n    \\begin{tikzpicture}[grow cyclic, shape=circle, level distance=13mm ,cap=round]\n        \\node {} child [color=\\A] foreach \\A in {red, green, blue} {\n            node{} child [color=\\A!50!\\B] foreach \\B in {red, green, blue}{\n                node{} child[color=\\A!50!\\B!50!\\C] foreach \\C in {black, gray, white}{\n                    node{}\n                }\n            }\n        };\n    \\end{tikzpicture}\n\\end{document}\n```\n\n## My LaTeX Workshop extensions `.config`\n\nI placed all settings of **LaTeX Workshop** ext here\n[`latex-workshop.json`](.config/latex-workshop.json)\n\n## How to write LaTeX on Visual Studio Code\n\nTo do that, you simply just install TeXLive and LaTeX Workshop extension. You can get more detail information about how to do it [here](.config/install-latex-vscode.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsozelfist%2FLaTeX-TikZ","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsozelfist%2FLaTeX-TikZ","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsozelfist%2FLaTeX-TikZ/lists"}