{"id":17274964,"url":"https://github.com/kindermannhubert/vstexcommentsextension","last_synced_at":"2025-04-12T18:34:07.204Z","repository":{"id":93063038,"uuid":"61234602","full_name":"kindermannhubert/VsTeXCommentsExtension","owner":"kindermannhubert","description":"TeX comments rendering inside Visual Studio.","archived":false,"fork":false,"pushed_at":"2024-05-13T16:48:27.000Z","size":2307,"stargazers_count":57,"open_issues_count":24,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T12:51:12.938Z","etag":null,"topics":["comments","extension","math","tex","visual-studio"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/kindermannhubert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-06-15T19:21:21.000Z","updated_at":"2024-06-14T22:40:44.000Z","dependencies_parsed_at":"2024-11-15T07:04:44.001Z","dependency_job_id":"7ace2da4-168c-47e7-92f8-13e2d5d13478","html_url":"https://github.com/kindermannhubert/VsTeXCommentsExtension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindermannhubert%2FVsTeXCommentsExtension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindermannhubert%2FVsTeXCommentsExtension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindermannhubert%2FVsTeXCommentsExtension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindermannhubert%2FVsTeXCommentsExtension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kindermannhubert","download_url":"https://codeload.github.com/kindermannhubert/VsTeXCommentsExtension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248614727,"owners_count":21133774,"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":["comments","extension","math","tex","visual-studio"],"created_at":"2024-10-15T08:55:08.748Z","updated_at":"2025-04-12T18:34:07.199Z","avatar_url":"https://github.com/kindermannhubert.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VsTeXCommentsExtension\n\nIntra-text adornment extension to the Visual Studio Editor for rendering TeX math comments inside editor.\n\nSupports C#, F#, C, C++, VB.NET, Python, R, D and Fortran.\n\nExtension is transforming all continuous code blocks where all lines starts with single line comment syntax (can be preceeded by white spaces) which for example in C# is '//' and the first line starts with '//tex:' prefix ('//' part is language dependent) to rendered image where math is rendered by [MathJax](https://www.mathjax.org/). Math in this comments has to be surrounded by $ (for inline math) or $$ signs. Syntax of math is LaTex.\n\nExamples:\n\n- C#, F#, C, C++, D:\n\n```C#\n  //tex:\n  //Formula 1: $$(a+b)^2 = a^2 + 2ab + b^2$$\n  //Formula 2: $$a^2-b^2 = (a+b)(a-b)$$\n```\n\n- Python, R:\n\n```Python\n  #tex:\n  #Formula 1: $$(a+b)^2 = a^2 + 2ab + b^2$$\n  #Formula 2: $$a^2-b^2 = (a+b)(a-b)$$\n```\n\n- VB.NET:\n\n```VB\n  'tex:\n  'Formula 1: $$(a+b)^2 = a^2 + 2ab + b^2$$\n  'Formula 2: $$a^2-b^2 = (a+b)(a-b)$$\n```\n\n- Fortran:\n\n```fortran\n  !tex:\n  !Formula 1: $$(a+b)^2 = a^2 + 2ab + b^2$$\n  !Formula 2: $$a^2-b^2 = (a+b)(a-b)$$\n```\n\n### Example of C# code:\n\n![alt tag](https://github.com/kindermannhubert/VsTeXCommentsExtension/blob/master/Screenshot1.png)\n\nSource code for screenshot above looks like this:\n![alt tag](https://github.com/kindermannhubert/VsTeXCommentsExtension/blob/master/Screenshot2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkindermannhubert%2Fvstexcommentsextension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkindermannhubert%2Fvstexcommentsextension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkindermannhubert%2Fvstexcommentsextension/lists"}