{"id":19220450,"url":"https://github.com/timgoll/tex_base","last_synced_at":"2026-02-27T20:06:11.708Z","repository":{"id":123885910,"uuid":"152037776","full_name":"TimGoll/tex_base","owner":"TimGoll","description":"tex base layout","archived":false,"fork":false,"pushed_at":"2021-05-05T11:32:37.000Z","size":8348,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T09:23:22.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TimGoll.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":"2018-10-08T07:38:12.000Z","updated_at":"2021-05-05T11:32:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"8db9e1b6-22e0-419a-b8d6-dfd52908b51b","html_url":"https://github.com/TimGoll/tex_base","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TimGoll/tex_base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimGoll%2Ftex_base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimGoll%2Ftex_base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimGoll%2Ftex_base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimGoll%2Ftex_base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimGoll","download_url":"https://codeload.github.com/TimGoll/tex_base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimGoll%2Ftex_base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29911432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-09T14:35:12.921Z","updated_at":"2026-02-27T20:06:11.681Z","avatar_url":"https://github.com/TimGoll.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TeX Base\n\nTeX Base is my baselayout used and created by me. It follows a constant design line though the complete file and introduces many nice to have commands.\n\n## Images\n\nThere are two types of predefined image boxes. Single and double image box. Additionally the single image bo can be used without a description.\n\n```tex\n\\imgbox[width]{path}{ref}{title}\n\\imgboxdesc[width]{path}{ref}{title}{desc}\n\\doubleimgboxdesc{ref_all}{path1}{title1}{ref1}{path2}{title2}{ref2}{desc_all}{title_all}\n```\n\nTo create an imagebox with multiple images or images without the same dimension, a basebox has to be initialized.\n\n```tex\n\\baseboxdesc{content}{ref}{title}{desc}\n```\n\n## Code\n\nAdding code to your document is very easy thanks to these new boxes. One is with a description, the other without.\n\n```tex\n\\codeboxdesc[fist_line]{lang}{path}{ref}{title}{desc}\n\\codebox[fist_line]{lang}{path}{ref}{title}\n```\n\nA more minimalistic version for some single line uses like command line prints, this command combination can be used.\n\n```tex\n\\highlightbox{width}{\n    \\inlinetext{code}\n}\n```\n\nA great feature is the in code referencing. Up to 9 markings per listing can be defined with a `\\llabel` where the symbols in the front and back are escape characters defined in `inc/syntax_highlight.tex`. They now can be referenced everywhere in code with `\\refnum`.\n\n```tex\n\\refnum{line_ref}\n```\n\n```txt\n/*@\\llabel{line_ref}@*/\n```\n\n## Other Commands\n\nA wrapper for the tex `\\ref` command has been added. It adds a prefix to the reference in text. This prefix is defined in `inc/styling.tex`\n\n```tex\n\\refn[type]{ref}\n```\nInline code highlight is done with this command:\n\n```tex\n\\code{code}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimgoll%2Ftex_base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimgoll%2Ftex_base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimgoll%2Ftex_base/lists"}